- abandon() - Method in class com.iplanet.ums.SearchResults
-
Abandons a current search operation, notifying the server not to send
additional search results.
- abort() - Method in class com.sun.identity.authentication.AuthContext
-
Terminates an ongoing login call that has not yet completed.
- abort() - Method in interface com.sun.identity.authentication.internal.LoginModule
-
- abort() - Method in class com.sun.identity.authentication.internal.server.LocalLdapAuthModule
-
- abort() - Method in class com.sun.identity.authentication.internal.server.SMSAuthModule
-
- abort() - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Terminates an ongoing login call that has not yet completed.
- Abort - Static variable in class com.sun.identity.authentication.server.AuthXMLRequest
-
Constant of Authentication request for abort
- abort() - Method in class com.sun.identity.authentication.service.AMLoginContext
-
Terminates an ongoing login process.
- ABORT - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- abort() - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Aborts the authentication process.
- ABORT - Static variable in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
-
Deprecated.
Abort status where the server is aborting the authentication exchange.
- ABORT_BEGIN - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- ABORT_END - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- AbstractAuditRequestContextPropagatingDecorator - Class in org.forgerock.openam.audit.context
-
- AbstractAuditRequestContextPropagatingDecorator() - Constructor for class org.forgerock.openam.audit.context.AbstractAuditRequestContextPropagatingDecorator
-
Constructor that will set the value of the publisher context.
- AbstractAuthenticationEventAuditor - Class in com.sun.identity.authentication.audit
-
Abstract auditor for constructing and logging authentication events.
- AbstractAuthenticationEventAuditor(AuditEventPublisher, AuditEventFactory) - Constructor for class com.sun.identity.authentication.audit.AbstractAuthenticationEventAuditor
-
- AbstractEntitlementUpgradeStep - Class in org.forgerock.openam.upgrade.steps.policy
-
An abstract class for common functionality in entitlement steps.
- AbstractEntitlementUpgradeStep(PrivilegedAction<SSOToken>, ConnectionFactory) - Constructor for class org.forgerock.openam.upgrade.steps.policy.AbstractEntitlementUpgradeStep
-
- AbstractHttpAccessAuditFilter - Class in org.forgerock.openam.audit
-
Responsible for logging access audit events for CHF requests.
- AbstractHttpAccessAuditFilter(AuditConstants.Component, AuditEventPublisher, AuditEventFactory) - Constructor for class org.forgerock.openam.audit.AbstractHttpAccessAuditFilter
-
Create a new filter for the given component and handler.
- AbstractInternalSessionStoreStep - Class in org.forgerock.openam.session.service.access.persistence
-
An abstract InternalSessionStoreStep will pass through implementation of the InternalSessionStoreStep interfaces.
- AbstractInternalSessionStoreStep() - Constructor for class org.forgerock.openam.session.service.access.persistence.AbstractInternalSessionStoreStep
-
- AbstractLoginModuleBinder - Class in org.forgerock.openam.authentication.modules.common
-
Implementation of the AMLoginModuleBinder, as per described in the interface's JavaDoc, also extends
the AMLoginModule, with a constructor which takes an instance of a AuthLoginModule which the calls from the
AMLoginModule will be pass through too.
- AbstractLoginModuleBinder(AuthLoginModule) - Constructor for class org.forgerock.openam.authentication.modules.common.AbstractLoginModuleBinder
-
Constructs an instance of the AbstractLoginModuleBinder.
- AbstractOpenAMSessionTokenInterceptor - Class in org.forgerock.openam.sts.soap.policy.am
-
This is the base class for the OpenAMSessionTokenClientInterceptor and OpenAMSessionTokenServerInterceptor classes.
- AbstractOpenAMSessionTokenInterceptor() - Constructor for class org.forgerock.openam.sts.soap.policy.am.AbstractOpenAMSessionTokenInterceptor
-
- AbstractPolicyTimingStore - Class in org.forgerock.openam.entitlement.monitoring
-
The abstract policy timing store, which will be extended by implementations which require a duration store.
- AbstractPolicyTimingStore(EntitlementConfigurationWrapper) - Constructor for class org.forgerock.openam.entitlement.monitoring.AbstractPolicyTimingStore
-
Abstract constructor, taking the configuration wrapper used to communicate with OpenAM's
current policy monitoring settings.
- AbstractPredicate - Class in org.forgerock.openam.services.push.dispatch
-
An abstract implementation of the predicate, holding a reference to the class used
for serialization.
- AbstractPredicate() - Constructor for class org.forgerock.openam.services.push.dispatch.AbstractPredicate
-
- AbstractPushModule - Class in org.forgerock.openam.authentication.modules.push
-
An abstract push module holding the necessary json serialization classes to communicate with the
core token service.
- AbstractPushModule() - Constructor for class org.forgerock.openam.authentication.modules.push.AbstractPushModule
-
- AbstractRequest - Class in com.sun.identity.saml.protocol
-
This AbstractRequest class is an abstract base class for all
SAML Request in samlp namespace.
- AbstractRequest() - Constructor for class com.sun.identity.saml.protocol.AbstractRequest
-
- AbstractResponse - Class in com.sun.identity.saml.protocol
-
This AbstractResponse class is an abstract base class for all
SAML Response in samlp namespace.
- AbstractResponse() - Constructor for class com.sun.identity.saml.protocol.AbstractResponse
-
Default constructor.
- AbstractRestAuthCallbackHandler<T extends Callback> - Class in org.forgerock.openam.core.rest.authn.callbackhandlers
-
This class contains common functionality for all of the RestAuthCallbackHandlers.
- AbstractRestAuthCallbackHandler() - Constructor for class org.forgerock.openam.core.rest.authn.callbackhandlers.AbstractRestAuthCallbackHandler
-
- AbstractRestletAccessAuditFilter - Class in org.forgerock.openam.rest.audit
-
Responsible for logging access audit events for restlet requests.
- AbstractRestletAccessAuditFilter(AuditConstants.Component, Restlet, AuditEventPublisher, AuditEventFactory, RestletBodyAuditor<?>, RestletBodyAuditor<?>) - Constructor for class org.forgerock.openam.rest.audit.AbstractRestletAccessAuditFilter
-
Create a new filter for the given component and restlet.
- AbstractRestRouteProvider - Class in org.forgerock.openam.rest
-
An abstract implementation of the
RestRouteProvider that provides
methods for adding resource (CREST) endpoints and service (CHF REST)
endpoints on either the root router or realm router.
- AbstractRestRouteProvider() - Constructor for class org.forgerock.openam.rest.AbstractRestRouteProvider
-
- AbstractSessionPropertiesActionHandler - Class in org.forgerock.openam.core.rest.session.action
-
Abstract handler for session properties actions.
- AbstractSessionPropertiesActionHandler(SessionPropertyWhitelist, SessionResourceUtil) - Constructor for class org.forgerock.openam.core.rest.session.action.AbstractSessionPropertiesActionHandler
-
Constructs a AbstractSessionPropertiesActionHandler instance
- AbstractTask<T> - Class in org.forgerock.openam.sm.datalayer.api
-
Abstract task processed by the Task Processor.
- AbstractTask(ResultHandler<T, ?>) - Constructor for class org.forgerock.openam.sm.datalayer.api.AbstractTask
-
A new abstract task constructor - requires at least a ResultHandler to be configured.
- AbstractTimingStore - Class in org.forgerock.openam.shared.monitoring
-
- AbstractTimingStore(int) - Constructor for class org.forgerock.openam.shared.monitoring.AbstractTimingStore
-
Constructs a new AbstractTimingStore instance.
- AbstractTreeNodeFactory - Class in org.forgerock.openam.entitlement.utils.indextree.nodefactory
-
Provides the boilerplate logic for a basic tree node factory.
- AbstractTreeNodeFactory() - Constructor for class org.forgerock.openam.entitlement.utils.indextree.nodefactory.AbstractTreeNodeFactory
-
- AbstractUnmarshallingEventHandlerImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl.runtime
-
- AbstractUnmarshallingEventHandlerImpl(UnmarshallingContext, String) - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
- AbstractUnmarshallingEventHandlerImpl - Class in com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime
-
- AbstractUnmarshallingEventHandlerImpl(UnmarshallingContext, String) - Constructor for class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
- AbstractUpgradeHelper - Class in com.sun.identity.sm
-
Implement this class to manually upgrade schema attributes.
- AbstractUpgradeHelper() - Constructor for class com.sun.identity.sm.AbstractUpgradeHelper
-
- AbstractUpgradeStep - Class in org.forgerock.openam.upgrade.steps
-
An abstract class that provides utility methods for upgrade steps.
- AbstractUpgradeStep(PrivilegedAction<SSOToken>, ConnectionFactory) - Constructor for class org.forgerock.openam.upgrade.steps.AbstractUpgradeStep
-
- AbsXPathElement - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
7.1 AlgorithmSuite Assertion
Java content class for AbsXPath element declaration.
- AbsXPathElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- AbsXPathElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.AbsXPathElementImpl
-
- AbsXPathElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- AC_12_NAMESPACE_STRING - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Authentication context Name space
- AC_12_XML_NS - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Authentication context Name space urn
- AC_ALLOW_CREDS - Static variable in class org.forgerock.openam.cors.CORSConstants
-
Response header indicating access to the cookies.
- AC_ALLOW_HEADERS - Static variable in class org.forgerock.openam.cors.CORSConstants
-
Response header indicating list of allowed headers.
- AC_ALLOW_METHODS - Static variable in class org.forgerock.openam.cors.CORSConstants
-
Response header indicating list of allowed methods.
- AC_ALLOW_ORIGIN - Static variable in class org.forgerock.openam.cors.CORSConstants
-
Response header containing list of allowed origins.
- AC_CREDENTIALS_TRUE - Static variable in class org.forgerock.openam.cors.CORSConstants
-
Case-sensitive true string for use in Access-Control-Allow-Credentials response
- AC_EXPOSE_HEADERS - Static variable in class org.forgerock.openam.cors.CORSConstants
-
List of headers the caller should expose to its CORS client.
- AC_MAX_AGE - Static variable in class org.forgerock.openam.cors.CORSConstants
-
Max length of time (in seconds) a user agent's CORS client should cache preflight responses.
- AC_NAMESPACE_STRING - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
AuthenticationContext name space
- AC_PREFIX - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
AuthenticationContext prefix
- AC_REQUEST_HEADERS - Static variable in class org.forgerock.openam.cors.CORSConstants
-
Preflight-request header - asking us if CORS will handle these headers.
- AC_REQUEST_METHOD - Static variable in class org.forgerock.openam.cors.CORSConstants
-
Preflight-request method - asking us if CORS will handle this method.
- AC_XML_NS - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
AuthenticationContext namespace uri
- accept() - Method in class com.iplanet.am.util.IPSServerSocket
-
- accept(File, String) - Method in class com.sun.identity.log.util.LogFileFilter
-
Implementation of the accept method that creates a filter
- accept() - Method in interface com.sun.identity.rest.spi.IAuthentication
-
Returns the accept authentication method
- accept() - Method in interface com.sun.identity.rest.spi.IAuthorization
-
Returns the accept authentication method
- accept() - Method in class com.sun.identity.rest.spi.SSOTokenAuthN
-
- accept() - Method in class com.sun.identity.rest.spi.SSOTokenAuthZ
-
- accept(String) - Method in class com.sun.identity.sm.flatfile.NodeNameFilter
-
Returns true if name matches the filter.
- accept(File) - Method in class com.sun.identity.tools.bundles.GeneralFileFilter
-
- accept(File) - Method in class com.sun.identity.tools.manifest.GeneralFileFilter
-
Overrided method of FileFilter to check whether to accept a path.
- accept() - Method in class org.forgerock.openam.license.License
-
Records that the user has accepted this license agreement.
- accept() - Method in class org.forgerock.openam.license.PersistentLicense
-
- accept(JsonValue) - Method in interface org.forgerock.openam.notifications.Consumer
-
Accepts the given notification.
- ACCEPT_LANG_HEADER - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- ACCEPT_LANG_HEADER - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Accept Language HTTP header
- ACCEPT_LANGUAGE - Static variable in class org.forgerock.openam.forgerockrest.utils.ServerContextUtils
-
- ACCEPT_LICENSE - Static variable in interface com.sun.identity.tools.bundles.SetupConstants
-
- ACCEPT_LICENSE_PARAM - Static variable in interface com.sun.identity.setup.SetupConstants
-
Request parameter used to indicate acceptance of all license terms.
- ACCEPT_VALUE - Static variable in class org.forgerock.openam.services.push.PushNotificationConstants
-
Accept value.
- acceptAll() - Method in class org.forgerock.openam.license.LicenseSet
-
Accepts all licenses in the license set.
- AcceptAllHandler - Class in org.forgerock.openam.radius.server.spi.handlers
-
Simple handler that sends an AccessAccept for all incoming Radius access requests.
- AcceptAllHandler() - Constructor for class org.forgerock.openam.radius.server.spi.handlers.AcceptAllHandler
-
- AcceptedRadiusEvent - Class in org.forgerock.openam.radius.server.events
-
Event submitted to the event bus when a radius request is accepted and the request packet has been interpreted and
context, user etc are available.
- AcceptedRadiusEvent(RadiusRequest, RadiusResponse, RadiusRequestContext) - Constructor for class org.forgerock.openam.radius.server.events.AcceptedRadiusEvent
-
Constructor.
- access(Level, String, String[], SSOToken, String) - Static method in class com.sun.identity.coretoken.TokenLogUtils
-
Logs message to core token access logs.
- access(Level, String, String[]) - Static method in class com.sun.identity.cot.LogUtil
-
Logs message to COT access logs.
- access(Level, String, String[], Object) - Static method in class com.sun.identity.cot.LogUtil
-
Logs message to COT access logs.
- access(Level, String, String[]) - Static method in class com.sun.identity.federation.common.LogUtil
-
Logs message to ID-FF access logs.
- access(Level, String, String[], Object) - Static method in class com.sun.identity.federation.common.LogUtil
-
Logs message to ID-FF access logs.
- access(Level, String, String[]) - Static method in class com.sun.identity.liberty.ws.common.LogUtil
-
Writes access to Liberty components to a log (amLiberty.access).
- ACCESS - Static variable in class com.sun.identity.log.service.LogRecord
-
Integer constant representing ACCESS
- access(Level, String, String[], Object) - Method in class com.sun.identity.plugin.log.impl.FedletLogger
-
Logs message to the access logs.
- access(Level, String, String[], Object, Map) - Method in class com.sun.identity.plugin.log.impl.FedletLogger
-
Writes access to a component into a log.
- access(Level, String, String[], Object) - Method in class com.sun.identity.plugin.log.impl.LogProvider
-
Logs message to the access logs.
- access(Level, String, String[], Object, Map) - Method in class com.sun.identity.plugin.log.impl.LogProvider
-
Writes access to a component into a log.
- access(Level, String, String[], Object) - Method in interface com.sun.identity.plugin.log.Logger
-
Logs message to the access logs.
- access(Level, String, String[], Object, Map) - Method in interface com.sun.identity.plugin.log.Logger
-
Writes access to a component into a log.
- access(Level, String, String[]) - Static method in class com.sun.identity.saml.common.LogUtils
-
Logs SAML specific access conditions to the SAML access log
(amSAML.access).
- access(Level, String, String[], Object) - Static method in class com.sun.identity.saml.common.LogUtils
-
Logs SAML specific access conditions to the SAML access log
(amSAML.access).
- access(Level, String, String[]) - Static method in class com.sun.identity.saml2.logging.LogUtil
-
Logs message to SAML2 access logs.
- access(Level, String, String[], Object) - Static method in class com.sun.identity.saml2.logging.LogUtil
-
Logs message to SAML2 access logs.
- access(Level, String, String[], Object, Map) - Static method in class com.sun.identity.saml2.logging.LogUtil
-
Logs message to SAML2 access logs.
- access(Level, String, String[]) - Static method in class com.sun.identity.wsfederation.logging.LogUtil
-
Logs message to ID-FF access logs.
- access(Level, String, String[], Object) - Static method in class com.sun.identity.wsfederation.logging.LogUtil
-
Logs message to ID-FF access logs.
- access(Level, String, String[]) - Static method in class com.sun.identity.wss.logging.LogUtil
-
Logs message to Web Services access logs.
- access(Level, String, String[], Object) - Static method in class com.sun.identity.wss.logging.LogUtil
-
Logs message to Web Services access logs.
- access(Level, String, String[], Object, Map) - Static method in class com.sun.identity.wss.logging.LogUtil
-
Logs message to Web Services access logs.
- ACCESS_DENIED - Static variable in class com.sun.identity.idm.IdRepoErrorCode
-
- ACCESS_DENIED - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Error
-
The resource owner or authorization server denied the request.
- ACCESS_GRANTED - Static variable in class com.sun.identity.saml.common.LogUtils
-
Constants for log message ACCESS_GRANTED.
- ACCESS_GRANTED_REDIRECT_TO - Static variable in class com.sun.identity.federation.common.LogUtil
-
Access granted, redirecting to url.
- ACCESS_LOG_NAME - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants
-
Logger file names
- ACCESS_RESPONSE_DETAIL_REASON - Static variable in class org.forgerock.openam.audit.AuditConstants
-
The field name to use when adding a "reason" string to the /response/detail object of an access event.
- ACCESS_SUBJECT - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for access-subject URI
- ACCESS_TOKEN - Static variable in exception org.forgerock.oauth2.core.exceptions.NotFoundException
-
- ACCESS_TOKEN - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2Client
-
- ACCESS_TOKEN - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Params
-
Parameter usage location: authorization response, token response, user info form.
- ACCESS_TOKEN_LIFE_TIME - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2Client
-
- ACCESS_TOKEN_LIFETIME - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.AgentOAuth2ProviderService
-
- ACCESS_TOKEN_LIFETIME_NAME - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2ProviderService
-
- ACCESS_TOKEN_TYPE - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.IntrospectionEndpoint
-
- ACCESS_TOPIC - Static variable in class org.forgerock.openam.audit.AuditConstants
-
- AccessAccept - Class in org.forgerock.openam.radius.common
-
Represents in java object for the Access-Accept packet specified in section 4.2 of RFC 2865.
- AccessAccept() - Constructor for class org.forgerock.openam.radius.common.AccessAccept
-
Constructs a new Instance.
- AccessChallenge - Class in org.forgerock.openam.radius.common
-
Represents in java object for the Access-Challenge packet specified in section 4.4 of RFC 2865.
- AccessChallenge() - Constructor for class org.forgerock.openam.radius.common.AccessChallenge
-
Constructs a new Instance.
- accessCtsCRUDOperationsPerTokenTypeTable() - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoring
-
Access the "CtsCRUDOperationsPerTokenTypeTable" variable.
- accessCtsCRUDOperationsPerTokenTypeTable() - Method in interface org.forgerock.openam.monitoring.cts.CtsMonitoringMBean
-
Access the "CtsCRUDOperationsPerTokenTypeTable" variable.
- accessCtsCRUDOperationsTable() - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoring
-
Access the "CtsCRUDOperationsTable" variable.
- accessCtsCRUDOperationsTable() - Method in interface org.forgerock.openam.monitoring.cts.CtsMonitoringMBean
-
Access the "CtsCRUDOperationsTable" variable.
- accessCtsTokenOperationsTable() - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoring
-
Access the "CtsTokenOperationsTable" variable.
- accessCtsTokenOperationsTable() - Method in interface org.forgerock.openam.monitoring.cts.CtsMonitoringMBean
-
Access the "CtsTokenOperationsTable" variable.
- AccessDenied - Exception in com.sun.identity.idsvcs
-
- AccessDenied(String) - Constructor for exception com.sun.identity.idsvcs.AccessDenied
-
- AccessDenied_LiteralSerializer - Class in com.sun.identity.idsvcs
-
- AccessDenied_LiteralSerializer(QName, String) - Constructor for class com.sun.identity.idsvcs.AccessDenied_LiteralSerializer
-
- AccessDenied_LiteralSerializer(QName, String, boolean) - Constructor for class com.sun.identity.idsvcs.AccessDenied_LiteralSerializer
-
- AccessDeniedException - Exception in org.forgerock.oauth2.core.exceptions
-
Thrown when the resource owner authentication fails.
- AccessDeniedException(String) - Constructor for exception org.forgerock.oauth2.core.exceptions.AccessDeniedException
-
Constructs a new AccessDeniedException with specified message.
- AccessDeniedException(Throwable) - Constructor for exception org.forgerock.oauth2.core.exceptions.AccessDeniedException
-
Constructs a new AccessDeniedException with message from the specified cause.
- AccessDeniedException(String, OAuth2Constants.UrlLocation) - Constructor for exception org.forgerock.oauth2.core.exceptions.AccessDeniedException
-
Constructs a new AccessDeniedException with specified message.
- accessEvent(String) - Method in class org.forgerock.openam.audit.AuditEventFactory
-
Creates a new AMAccessAuditEventBuilder for the specified realm and adds the realm to the event.
- accessLogger - Variable in class com.sun.identity.plugin.log.impl.FedletLogger
-
- accessLogger - Variable in class com.sun.identity.plugin.log.impl.LogProvider
-
- AccessManager - Class in com.sun.identity.cli
-
Access Manager CLI definition class.
- AccessManager() - Constructor for class com.sun.identity.cli.AccessManager
-
Constructs an instance of this class.
- AccessManager - Class in com.sun.identity.cli.definition
-
- AccessManager() - Constructor for class com.sun.identity.cli.definition.AccessManager
-
- AccessManagerConstants - Interface in com.sun.identity.cli
-
This interface defines constants used by OpenSSO CLI.
- accessManagerServers - Static variable in class com.sun.identity.sm.ServiceManager
-
- accessOperationTable() - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoring
-
Access the "OperationTable" variable.
- accessOperationTable() - Method in interface org.forgerock.openam.monitoring.cts.CtsMonitoringMBean
-
Access the "OperationTable" variable.
- AccessReject - Class in org.forgerock.openam.radius.common
-
Represents in java object for the Access-Reject packet specified in section 4.3 of RFC 2865.
- AccessReject() - Constructor for class org.forgerock.openam.radius.common.AccessReject
-
Constructs a new Instance.
- AccessRequest - Class in org.forgerock.openam.radius.common
-
Represents in java object for the Access-Request packet specified in section 4.1 of RFC 2865.
- AccessRequest() - Constructor for class org.forgerock.openam.radius.common.AccessRequest
-
Instantiate an AccessRequest to be populated through setters.
- AccessRequest(short, Authenticator) - Constructor for class org.forgerock.openam.radius.common.AccessRequest
-
Constructs a new Instance from the packet identifier and authenticator containing a 16 octet random number.
- AccessRequestHandler - Interface in org.forgerock.openam.radius.server.spi
-
Defines the interface for handlers of incoming Access-Request packets.
- AccessRequestHandlerFactory - Class in org.forgerock.openam.radius.server
-
Responsible for constructing the class specified in the client configuration that will be used to handle
Access-Request RADIUS messages.
- AccessRequestHandlerFactory() - Constructor for class org.forgerock.openam.radius.server.AccessRequestHandlerFactory
-
Constructor.
- AccessRightObject - Class in com.iplanet.ums
-
Represents the attribute access rights associated with a user or role.
- AccessRightObject() - Constructor for class com.iplanet.ums.AccessRightObject
-
Default constructor
- AccessRightObject(Collection, Collection) - Constructor for class com.iplanet.ums.AccessRightObject
-
This constructor establishes collections of readable attribute names and
writeable attribute names.
- AccessRightsException - Exception in com.iplanet.ums
-
Exception occurs upon insufficient access rights to perform operations in the
underlying persistent storage.
- AccessRightsException() - Constructor for exception com.iplanet.ums.AccessRightsException
-
Default constructor
- AccessRightsException(String) - Constructor for exception com.iplanet.ums.AccessRightsException
-
This constructor creates an access rights exception from a message
string.
- AccessRightsException(String, Throwable) - Constructor for exception com.iplanet.ums.AccessRightsException
-
This constructor creates an access rights exception from a message string
and an embedded exception.
- accessSsoServerAuthModulesTable() - Method in class com.sun.identity.monitoring.SsoServerAuthSvc
-
Access the "SsoServerAuthModulesTable" variable.
- accessSsoServerAuthModulesTable() - Method in interface com.sun.identity.monitoring.SsoServerAuthSvcMBean
-
Access the "SsoServerAuthModulesTable" variable.
- accessSsoServerEntitlementPolicyStatsTable() - Method in class com.sun.identity.monitoring.SsoServerEntitlementSvc
-
Access the "SsoServerEntitlementPolicyStatsTable" variable.
- accessSsoServerEntitlementPolicyStatsTable() - Method in interface com.sun.identity.monitoring.SsoServerEntitlementSvcMBean
-
Access the "SsoServerEntitlementPolicyStatsTable" variable.
- accessSsoServerFedCOTMemberTable() - Method in class com.sun.identity.monitoring.SsoServerFedCOTs
-
Access the "SsoServerFedCOTMemberTable" variable.
- accessSsoServerFedCOTMemberTable() - Method in interface com.sun.identity.monitoring.SsoServerFedCOTsMBean
-
Access the "SsoServerFedCOTMemberTable" variable.
- accessSsoServerFedCOTsTable() - Method in class com.sun.identity.monitoring.SsoServerFedCOTs
-
Access the "SsoServerFedCOTsTable" variable.
- accessSsoServerFedCOTsTable() - Method in interface com.sun.identity.monitoring.SsoServerFedCOTsMBean
-
Access the "SsoServerFedCOTsTable" variable.
- accessSsoServerFedEntitiesTable() - Method in class com.sun.identity.monitoring.SsoServerFedEntities
-
Access the "SsoServerFedEntitiesTable" variable.
- accessSsoServerFedEntitiesTable() - Method in interface com.sun.identity.monitoring.SsoServerFedEntitiesMBean
-
Access the "SsoServerFedEntitiesTable" variable.
- accessSsoServerLoggingHdlrTable() - Method in class com.sun.identity.monitoring.SsoServerLoggingSvc
-
Access the "SsoServerLoggingHdlrTable" variable.
- accessSsoServerLoggingHdlrTable() - Method in interface com.sun.identity.monitoring.SsoServerLoggingSvcMBean
-
Access the "SsoServerLoggingHdlrTable" variable.
- accessSsoServerPolicy22AgentTable() - Method in class com.sun.identity.monitoring.SsoServerPolicyAgents
-
Access the "SsoServerPolicy22AgentTable" variable.
- accessSsoServerPolicy22AgentTable() - Method in interface com.sun.identity.monitoring.SsoServerPolicyAgentsMBean
-
Access the "SsoServerPolicy22AgentTable" variable.
- accessSsoServerPolicyJ2EEAgentTable() - Method in class com.sun.identity.monitoring.SsoServerPolicyAgents
-
Access the "SsoServerPolicyJ2EEAgentTable" variable.
- accessSsoServerPolicyJ2EEAgentTable() - Method in interface com.sun.identity.monitoring.SsoServerPolicyAgentsMBean
-
Access the "SsoServerPolicyJ2EEAgentTable" variable.
- accessSsoServerPolicyJ2EEGroupTable() - Method in class com.sun.identity.monitoring.SsoServerPolicyAgents
-
Access the "SsoServerPolicyJ2EEGroupTable" variable.
- accessSsoServerPolicyJ2EEGroupTable() - Method in interface com.sun.identity.monitoring.SsoServerPolicyAgentsMBean
-
Access the "SsoServerPolicyJ2EEGroupTable" variable.
- accessSsoServerPolicyWebAgentTable() - Method in class com.sun.identity.monitoring.SsoServerPolicyAgents
-
Access the "SsoServerPolicyWebAgentTable" variable.
- accessSsoServerPolicyWebAgentTable() - Method in interface com.sun.identity.monitoring.SsoServerPolicyAgentsMBean
-
Access the "SsoServerPolicyWebAgentTable" variable.
- accessSsoServerPolicyWebGroupTable() - Method in class com.sun.identity.monitoring.SsoServerPolicyAgents
-
Access the "SsoServerPolicyWebGroupTable" variable.
- accessSsoServerPolicyWebGroupTable() - Method in interface com.sun.identity.monitoring.SsoServerPolicyAgentsMBean
-
Access the "SsoServerPolicyWebGroupTable" variable.
- accessSsoServerRealmTable() - Method in class com.sun.identity.monitoring.SsoServerInstance
-
Access the "SsoServerRealmTable" variable.
- accessSsoServerRealmTable() - Method in interface com.sun.identity.monitoring.SsoServerInstanceMBean
-
Access the "SsoServerRealmTable" variable.
- accessSsoServerSAML1CacheTable() - Method in class com.sun.identity.monitoring.SsoServerSAML1Svc
-
Access the "SsoServerSAML1CacheTable" variable.
- accessSsoServerSAML1CacheTable() - Method in interface com.sun.identity.monitoring.SsoServerSAML1SvcMBean
-
Access the "SsoServerSAML1CacheTable" variable.
- accessSsoServerSAML1EndPointTable() - Method in class com.sun.identity.monitoring.SsoServerSAML1Svc
-
Access the "SsoServerSAML1EndPointTable" variable.
- accessSsoServerSAML1EndPointTable() - Method in interface com.sun.identity.monitoring.SsoServerSAML1SvcMBean
-
Access the "SsoServerSAML1EndPointTable" variable.
- accessSsoServerSAML1TrustPrtnrsTable() - Method in class com.sun.identity.monitoring.SsoServerSAML1Svc
-
Access the "SsoServerSAML1TrustPrtnrsTable" variable.
- accessSsoServerSAML1TrustPrtnrsTable() - Method in interface com.sun.identity.monitoring.SsoServerSAML1SvcMBean
-
Access the "SsoServerSAML1TrustPrtnrsTable" variable.
- accessSsoServerSAML2IDPTable() - Method in class com.sun.identity.monitoring.SsoServerSAML2Svc
-
Access the "SsoServerSAML2IDPTable" variable.
- accessSsoServerSAML2IDPTable() - Method in interface com.sun.identity.monitoring.SsoServerSAML2SvcMBean
-
Access the "SsoServerSAML2IDPTable" variable.
- accessSsoServerSAML2SPTable() - Method in class com.sun.identity.monitoring.SsoServerSAML2Svc
-
Access the "SsoServerSAML2SPTable" variable.
- accessSsoServerSAML2SPTable() - Method in interface com.sun.identity.monitoring.SsoServerSAML2SvcMBean
-
Access the "SsoServerSAML2SPTable" variable.
- accessSsoServerServerTable() - Method in class com.sun.identity.monitoring.SsoServerTopology
-
Access the "SsoServerServerTable" variable.
- accessSsoServerServerTable() - Method in interface com.sun.identity.monitoring.SsoServerTopologyMBean
-
Access the "SsoServerServerTable" variable.
- accessSsoServerSiteMapTable() - Method in class com.sun.identity.monitoring.SsoServerTopology
-
Access the "SsoServerSiteMapTable" variable.
- accessSsoServerSiteMapTable() - Method in interface com.sun.identity.monitoring.SsoServerTopologyMBean
-
Access the "SsoServerSiteMapTable" variable.
- accessSsoServerSitesTable() - Method in class com.sun.identity.monitoring.SsoServerTopology
-
Access the "SsoServerSitesTable" variable.
- accessSsoServerSitesTable() - Method in interface com.sun.identity.monitoring.SsoServerTopologyMBean
-
Access the "SsoServerSitesTable" variable.
- accessSsoServerWSSAgentsDSCAgentTable() - Method in class com.sun.identity.monitoring.SsoServerWSSAgents
-
Access the "SsoServerWSSAgentsDSCAgentTable" variable.
- accessSsoServerWSSAgentsDSCAgentTable() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsMBean
-
Access the "SsoServerWSSAgentsDSCAgentTable" variable.
- accessSsoServerWSSAgentsDSCAgtGrpTable() - Method in class com.sun.identity.monitoring.SsoServerWSSAgents
-
Access the "SsoServerWSSAgentsDSCAgtGrpTable" variable.
- accessSsoServerWSSAgentsDSCAgtGrpTable() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsMBean
-
Access the "SsoServerWSSAgentsDSCAgtGrpTable" variable.
- accessSsoServerWSSAgentsSTSAgentTable() - Method in class com.sun.identity.monitoring.SsoServerWSSAgents
-
Access the "SsoServerWSSAgentsSTSAgentTable" variable.
- accessSsoServerWSSAgentsSTSAgentTable() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsMBean
-
Access the "SsoServerWSSAgentsSTSAgentTable" variable.
- accessSsoServerWSSAgentsSTSAgtGrpTable() - Method in class com.sun.identity.monitoring.SsoServerWSSAgents
-
Access the "SsoServerWSSAgentsSTSAgtGrpTable" variable.
- accessSsoServerWSSAgentsSTSAgtGrpTable() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsMBean
-
Access the "SsoServerWSSAgentsSTSAgtGrpTable" variable.
- accessSsoServerWSSAgentsWSCAgentTable() - Method in class com.sun.identity.monitoring.SsoServerWSSAgents
-
Access the "SsoServerWSSAgentsWSCAgentTable" variable.
- accessSsoServerWSSAgentsWSCAgentTable() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsMBean
-
Access the "SsoServerWSSAgentsWSCAgentTable" variable.
- accessSsoServerWSSAgentsWSCAgtGrpTable() - Method in class com.sun.identity.monitoring.SsoServerWSSAgents
-
Access the "SsoServerWSSAgentsWSCAgtGrpTable" variable.
- accessSsoServerWSSAgentsWSCAgtGrpTable() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsMBean
-
Access the "SsoServerWSSAgentsWSCAgtGrpTable" variable.
- accessSsoServerWSSAgentsWSPAgentTable() - Method in class com.sun.identity.monitoring.SsoServerWSSAgents
-
Access the "SsoServerWSSAgentsWSPAgentTable" variable.
- accessSsoServerWSSAgentsWSPAgentTable() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsMBean
-
Access the "SsoServerWSSAgentsWSPAgentTable" variable.
- accessSsoServerWSSAgentsWSPAgtGrpTable() - Method in class com.sun.identity.monitoring.SsoServerWSSAgents
-
Access the "SsoServerWSSAgentsWSPAgtGrpTable" variable.
- accessSsoServerWSSAgentsWSPAgtGrpTable() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsMBean
-
Access the "SsoServerWSSAgentsWSPAgtGrpTable" variable.
- AccessToken - Interface in org.forgerock.oauth2.core
-
Models an OAuth2 access token.
- AccessTokenFlowFinder - Class in org.forgerock.oauth2.restlet
-
- AccessTokenFlowFinder() - Constructor for class org.forgerock.oauth2.restlet.AccessTokenFlowFinder
-
- AccessTokenProtectionFilter - Class in org.forgerock.openam.oauth2
-
A Restlet filter to fetch a bearer access token from the Authorization header, and verify it against the internal
token store.
- AccessTokenProtectionFilter(String, TokenStore, OAuth2RequestFactory, Restlet) - Constructor for class org.forgerock.openam.oauth2.AccessTokenProtectionFilter
-
- AccessTokenService - Class in org.forgerock.oauth2.core
-
Handles access token requests from OAuth2 clients to the OAuth2 provider to grant access tokens for the requested
grant types.
- AccessTokenService(Map<String, GrantTypeHandler>, ClientAuthenticator, TokenStore, OAuth2ProviderSettingsFactory, OAuth2UrisFactory, ConfirmationKeyValidator) - Constructor for class org.forgerock.oauth2.core.AccessTokenService
-
Constructs a new AccessTokenServiceImpl.
- accessTokenTable() - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoring
-
Access the "TokenTable" variable.
- accessTokenTable() - Method in interface org.forgerock.openam.monitoring.cts.CtsMonitoringMBean
-
Access the "TokenTable" variable.
- AccessTokenVerifier - Class in org.forgerock.oauth2.core
-
Verifies that a OAuth2 request that is made to one of the protected endpoints on the OAuth2 provider,
(i.e. tokeninfo, userinfo) contains a valid access token.
- AccessTokenVerifier(TokenStore) - Constructor for class org.forgerock.oauth2.core.AccessTokenVerifier
-
- AccessTokenVerifier.TokenState - Class in org.forgerock.oauth2.core
-
Represents the state of the token on the request.
- ACCOUNT_FEDERATION_FAILED - Static variable in class com.sun.identity.federation.common.LogUtil
-
Account federation failed.
- ACCOUNT_LIFE - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- ACCOUNT_LOCKOUT - Static variable in interface com.sun.identity.authentication.spi.AMAuthCallBack
-
The constant for the ACCOUNT LOCKOUT event type.
- ACCOUNT_MAPPER_PROPERTY - Static variable in class org.forgerock.openam.upgrade.steps.UpgradeOAuth2AuthModulesStep
-
- ACCOUNT_REALM_COOKIE_NAME - Static variable in class com.sun.identity.wsfederation.common.WSFederationConstants
-
Configuration attribute for account realm cookie name.
- ACCOUNT_REALM_COOKIE_NAME_DEFAULT - Static variable in class com.sun.identity.wsfederation.common.WSFederationConstants
-
Default value for account realm cookie name
- ACCOUNT_REALM_SELECTION - Static variable in class com.sun.identity.wsfederation.common.WSFederationConstants
-
Configuration attribute for account realm selection mechanism.
- ACCOUNT_REALM_SELECTION_DEFAULT - Static variable in class com.sun.identity.wsfederation.common.WSFederationConstants
-
Default mechanism for carrying account realm
- AccountExpirePlugin - Class in org.forgerock.openam.authentication.plugins
-
- AccountExpirePlugin() - Constructor for class org.forgerock.openam.authentication.plugins.AccountExpirePlugin
-
- AccountLockoutInfo - Class in com.sun.identity.common
-
AccountLockoutInfo defines a set of methods that are required
by the common account lockout class.
- AccountLockoutInfo() - Constructor for class com.sun.identity.common.AccountLockoutInfo
-
- accountManager - Variable in class com.sun.identity.federation.services.fednsso.FSSSOAndFedHandler
-
- ACCOUNTMAPPER - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
A SAML service attribute parameter that specifies a pluggable class
which defines how the subject of an Assertion is related to an identity
at the destination site.
- AccountProvider - Interface in org.forgerock.openam.authentication.modules.common.mapping
-
Implementations of this interface provide the means to search for and create users given a map of attributes.
- accountRealmFromUserAgent(String, String) - Static method in class com.sun.identity.wsfederation.common.WSFederationUtils
-
Extracts the home account realm from the user agent HTTP header.
- AccountUtils - Class in com.sun.identity.saml2.common
-
This class AccountUtils is a utility class for
setting and retrieving the SAML2 account federation information.
- AccountUtils() - Constructor for class com.sun.identity.saml2.common.AccountUtils
-
- AccountUtils - Class in com.sun.identity.wsfederation.common
-
AccountUtils is a utility class for setting and retrieving
the WS-Federation account federation information.
- AccountUtils() - Constructor for class com.sun.identity.wsfederation.common.AccountUtils
-
- acctInfo - Variable in class com.sun.identity.federation.services.registration.FSNameRegistrationHandler
-
- acctInfo - Variable in class com.sun.identity.federation.services.termination.FSFedTerminationHandler
-
- ACI - Class in com.iplanet.services.ldap.aci
-
Class that encapsulates directory entry aci Provides a simple programmatic
interface to compose, set, query and parse ACI
- ACI() - Constructor for class com.iplanet.services.ldap.aci.ACI
-
No argument constructor
- ACI(String) - Constructor for class com.iplanet.services.ldap.aci.ACI
-
Constructor
- ACI(String, String, String, QualifiedCollection, Collection, QualifiedCollection) - Constructor for class com.iplanet.services.ldap.aci.ACI
-
- ACI - Static variable in class com.iplanet.services.ldap.aci.ACI
-
- ACIComposeException - Exception in com.iplanet.services.ldap.aci
-
Exception thrown to indicate problems while converting an ACI object to text
value to be stored as a value of aci attribute in directory server
- ACIComposeException() - Constructor for exception com.iplanet.services.ldap.aci.ACIComposeException
-
No arguments constructor.
- ACIComposeException(String) - Constructor for exception com.iplanet.services.ldap.aci.ACIComposeException
-
- ACIEventListener - Class in com.iplanet.am.sdk.ldap
-
The ACIEventListener handles all the events that are generated
as a result of changing/deleting/renaming of entries with ACI's.
- ACIEventListener() - Constructor for class com.iplanet.am.sdk.ldap.ACIEventListener
-
- ACIException - Exception in com.iplanet.services.ldap.aci
-
Base class of all ACI specific exceptions
- ACIException() - Constructor for exception com.iplanet.services.ldap.aci.ACIException
-
No arguments constructor.
- ACIException(String) - Constructor for exception com.iplanet.services.ldap.aci.ACIException
-
- ACIParseException - Exception in com.iplanet.services.ldap.aci
-
Exception thrown to indicate problems while parsing value of aci attribute
read from directory to ACI object
- ACIParseException() - Constructor for exception com.iplanet.services.ldap.aci.ACIParseException
-
No arguments constructor.
- ACIParseException(String) - Constructor for exception com.iplanet.services.ldap.aci.ACIParseException
-
- acquireCount - Variable in class com.sun.identity.common.HeadTaskRunnable
-
- acquireLock(K) - Method in class org.forgerock.openam.shared.concurrency.LockFactory
-
Given a key, lookup/create the associated lock instance.
- acquireValidLock() - Method in class com.sun.identity.common.HeadTaskRunnable
-
Tries to acquire a valid (non-expired) lock.
- ACR - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.JWTTokenParams
-
- ACR_VALUE_MAPPING - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2ProviderService
-
- ACR_VALUES - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Params
-
Parameter usage location: OpenID Connect authentication request parameter.
- ACS_SERVICE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
AssertionConsumer service.
- ACS_URL - Static variable in class org.forgerock.openam.saml2.SAMLBase
-
- ACS_URL_INDEX - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
AssertionConsumerServiceIndex Parameter
- ACT_FED_INFO_NOT_FOUND - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Account management: Account federation info not found.
- action(InternalSession, Map<String, Long>) - Method in interface com.iplanet.dpro.session.service.QuotaExhaustionAction
-
Performs an action, when the session quota is exhausted.
- action(InternalSession, Map<String, Long>) - Method in class com.iplanet.dpro.session.service.QuotaExhaustionActionImpl
-
- ACTION - Static variable in class com.sun.identity.idsvcs.rest.IdentityServicesHandler.SecurityParameter
-
- Action - Class in com.sun.identity.saml.assertion
-
This class is designed for Action element in SAML core
assertion.
- Action(Element) - Constructor for class com.sun.identity.saml.assertion.Action
-
Constructs an action element from an existing XML block.
- Action(String, String) - Constructor for class com.sun.identity.saml.assertion.Action
-
Convenience constructor of <Action>
- Action - Interface in com.sun.identity.saml2.assertion
-
The Action element specifies an action on the specified
resource for which permission is sought.
- ACTION - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- ACTION - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for Action element
- Action - Interface in com.sun.identity.xacml.context
-
The Action element specifies information about the
action requested in the Request context by listing a
sequence of Attribute elements associated with the
action.
- ACTION - Static variable in class org.forgerock.openam.forgerockrest.utils.ServerContextUtils
-
- ACTION - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to API Descriptor translations
- action(String, String, String, JsonValue, Context) - Method in class org.forgerock.openam.scripting.rest.batch.helpers.Requester
-
Request to perform an action at a specified endpoint.
- action(InternalSession, Map<String, Long>) - Method in class org.forgerock.openam.session.service.DenyAccessAction
-
- action(InternalSession, Map<String, Long>) - Method in class org.forgerock.openam.session.service.DestroyAllAction
-
- action(InternalSession, Map<String, Long>) - Method in class org.forgerock.openam.session.service.DestroyNextExpiringAction
-
- action(InternalSession, Map<String, Long>) - Method in class org.forgerock.openam.session.service.DestroyOldestAction
-
- ACTION_DELEGATE - Static variable in class com.sun.identity.entitlement.ApplicationPrivilegeManager
-
- ACTION_DESCRIPTION - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to API Descriptor translations
- ACTION_ID - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for action-id URI
- ACTION_ISSUER - Static variable in interface com.sun.identity.entitlement.xacml3.XACMLConstants
-
- ACTION_LOOKUP - Static variable in class com.sun.identity.liberty.ws.disco.common.DiscoConstants
-
Action Lookup.
- ACTION_MODIFY - Static variable in class com.sun.identity.entitlement.ApplicationPrivilegeManager
-
- ACTION_NAMESPACE - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
String used in the ActionNamespace attribute to refer to
common sets of actions to perform on resources.
- ACTION_NAMESPACE_GHPP - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
String used in the ActionNamespace attribute to refer to
common sets of actions to perform on resources.
- ACTION_NAMESPACE_NEGATION - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
String used in the ActionNamespace attribute to refer to
common sets of actions to perform on resources.
- ACTION_NAMESPACE_NEGATION - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Default namespace attribute for Action.
- ACTION_NAMESPACE_UNIX - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
String used in the ActionNamespace attribute to refer to
common sets of actions to perform on resources.
- ACTION_ON_NO_FED_COOKIE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Take action if no federation cookie presents.
- ACTION_READ - Static variable in class com.sun.identity.entitlement.ApplicationPrivilegeManager
-
- ACTION_SCHEMA - Static variable in class com.sun.identity.policy.ActionSchema
-
- ACTION_SERVICE_MAPPING - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
SAML service attribute that specifies action service mapping.
- ACTION_UPDATE - Static variable in class com.sun.identity.liberty.ws.disco.common.DiscoConstants
-
Action Update.
- ACTION_VALUE - Static variable in class com.sun.identity.policy.ActionSchema
-
- actionCollection(Context, ActionRequest) - Method in class org.forgerock.openam.core.rest.devices.oath.OathDevicesResource
-
- actionCollection(Context, ActionRequest) - Method in class org.forgerock.openam.core.rest.devices.push.PushDevicesResource
-
Only supports the "reset" action.
- actionCollection(Context, ActionRequest) - Method in class org.forgerock.openam.core.rest.devices.UserDevicesResource
-
- actionCollection(Context, ActionRequest) - Method in class org.forgerock.openam.core.rest.IdentityResourceV1
- actionCollection(Context, ActionRequest) - Method in class org.forgerock.openam.core.rest.IdentityResourceV2
- actionCollection(Context, ActionRequest) - Method in class org.forgerock.openam.core.rest.IdentityResourceV3
-
Version 3 of this endpoint cannot remove these actions as this version is invoked by default.
- actionCollection(Context, ActionRequest) - Method in class org.forgerock.openam.core.rest.RealmResource
-
Deprecated.
- actionCollection(Context, ActionRequest) - Method in class org.forgerock.openam.core.rest.server.ServerInfoResource
- actionCollection(Context, ActionRequest) - Method in class org.forgerock.openam.core.rest.session.SessionResource
-
- actionCollection(Context, ActionRequest) - Method in class org.forgerock.openam.core.rest.session.SessionResourceV2
-
- actionCollection(Context, ActionRequest) - Method in class org.forgerock.openam.entitlement.rest.ApplicationsResource
-
Not Supported Action Collection Operation.
- actionCollection(Context, ActionRequest) - Method in class org.forgerock.openam.entitlement.rest.ApplicationTypesResource
-
Unsupported by this endpoint.
- actionCollection(Context, ActionRequest) - Method in class org.forgerock.openam.entitlement.rest.PolicyResource
-
- actionCollection(Context, ActionRequest) - Method in class org.forgerock.openam.entitlement.rest.ResourceTypesResource
-
Unsupported by this endpoint.
- actionCollection(Context, ActionRequest) - Method in class org.forgerock.openam.entitlement.rest.SubjectAttributesResourceV1
-
- actionCollection(Context, ActionRequest) - Method in class org.forgerock.openam.oauth2.rest.ClientResource
-
- actionCollection(Context, ActionRequest) - Method in class org.forgerock.openam.oauth2.rest.TokenResource
-
Deprecated.
- actionCollection(Context, ActionRequest) - Method in class org.forgerock.openam.scripting.rest.batch.BatchResource
-
- actionCollection(Context, ActionRequest) - Method in class org.forgerock.openam.scripting.rest.ScriptResource
-
- actionCollection(Context, ActionRequest) - Method in class org.forgerock.openam.sts.tokengeneration.service.TokenGenerationService
-
- actionCollection(Context, ActionRequest) - Method in class org.forgerock.openam.uma.rest.ResourceSetResource
-
"revokeAll" action supported, which will delete all a user's resource set UMA policies.
- ActionDecision - Class in com.sun.identity.policy
-
- ActionDecision() - Constructor for class com.sun.identity.policy.ActionDecision
-
- ActionDecision(String, Set) - Constructor for class com.sun.identity.policy.ActionDecision
-
Deprecated.
Constructor
- ActionDecision(String, Set, Map, long) - Constructor for class com.sun.identity.policy.ActionDecision
-
Deprecated.
Constructor
- ActionElement - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for Action element declaration.
- ActionElement - Interface in com.sun.identity.wsfederation.jaxb.wsaddr
-
Java content class for Action element declaration.
- ActionElementImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- ActionElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.ActionElementImpl
-
- ActionElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsaddr.impl
-
- ActionElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ActionElementImpl
-
- ActionElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- ActionElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsaddr.impl
-
- ActionHandler - Interface in org.forgerock.openam.core.rest.session.action
-
Defines a delegate capable of handling a particular action for a collection or instance
- ActionImpl - Class in com.sun.identity.saml2.assertion.impl
-
This class is an implementation of interface Action.
- ActionImpl() - Constructor for class com.sun.identity.saml2.assertion.impl.ActionImpl
-
Class constructor.
- ActionImpl(Element) - Constructor for class com.sun.identity.saml2.assertion.impl.ActionImpl
-
Class constructor with Action in Element
format.
- ActionImpl(String) - Constructor for class com.sun.identity.saml2.assertion.impl.ActionImpl
-
Class constructor with Action in xml string format.
- ActionImpl - Class in com.sun.identity.xacml.context.impl
-
The Action element specifies information about the
action requested in the Request context by listing a
sequence of Attribute elements associated with the
action.
- ActionImpl() - Constructor for class com.sun.identity.xacml.context.impl.ActionImpl
-
Creates a new instance of ActionImpl
- ActionImpl(String) - Constructor for class com.sun.identity.xacml.context.impl.ActionImpl
-
This constructor is used to build Action object from a
XML string.
- ActionImpl(Element) - Constructor for class com.sun.identity.xacml.context.impl.ActionImpl
-
This constructor is used to build Action object from a
block of existing XML that has already been built into a DOM.
- actionInstance(Context, String, ActionRequest) - Method in class org.forgerock.openam.core.rest.devices.UserDevicesResource
-
- actionInstance(Context, String, ActionRequest) - Method in class org.forgerock.openam.core.rest.IdentityResourceV1
- actionInstance(Context, String, ActionRequest) - Method in class org.forgerock.openam.core.rest.IdentityResourceV2
- actionInstance(Context, String, ActionRequest) - Method in class org.forgerock.openam.core.rest.IdentityResourceV3
- actionInstance(Context, String, ActionRequest) - Method in class org.forgerock.openam.core.rest.RealmResource
-
Deprecated.
- actionInstance(Context, String, ActionRequest) - Method in class org.forgerock.openam.core.rest.server.ServerInfoResource
- actionInstance(Context, String, ActionRequest) - Method in class org.forgerock.openam.core.rest.session.SessionResource
-
- actionInstance(Context, String, ActionRequest) - Method in class org.forgerock.openam.core.rest.session.SessionResourceV2
-
- actionInstance(Context, String, ActionRequest) - Method in class org.forgerock.openam.entitlement.rest.ApplicationsResource
-
Not Supported Action Instance Operation.
- actionInstance(Context, String, ActionRequest) - Method in class org.forgerock.openam.entitlement.rest.ApplicationTypesResource
-
Unsupported by this endpoint.
- actionInstance(Context, String, ActionRequest) - Method in class org.forgerock.openam.entitlement.rest.PolicyResource
- actionInstance(Context, String, ActionRequest) - Method in class org.forgerock.openam.entitlement.rest.ResourceTypesResource
-
Unsupported by this endpoint.
- actionInstance(Context, String, ActionRequest) - Method in class org.forgerock.openam.entitlement.rest.SubjectAttributesResourceV1
-
- actionInstance(Context, String, ActionRequest) - Method in class org.forgerock.openam.oauth2.rest.ClientResource
-
- actionInstance(Context, String, ActionRequest) - Method in class org.forgerock.openam.oauth2.rest.TokenResource
-
Deprecated.
- actionInstance(Context, String, ActionRequest) - Method in class org.forgerock.openam.scripting.rest.batch.BatchResource
-
- actionInstance(Context, String, ActionRequest) - Method in class org.forgerock.openam.scripting.rest.ScriptResource
-
- actionInstance(Context, ActionRequest) - Method in class org.forgerock.openam.sts.rest.service.RestSTSService
-
- actionInstance(Context, String, ActionRequest) - Method in class org.forgerock.openam.sts.tokengeneration.service.TokenGenerationService
-
- ACTIONMAPPER - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
A SAML service attribute parameter that specifies the class with the
path to where the actionMapper is located.
- ActionMapper - Interface in com.sun.identity.saml.plugins
-
The class ActionMapper is an interface that is
implemented to get SSO information and map partner actions to
OpenAM authorization decisions.
- ActionMapper - Interface in com.sun.identity.xacml.spi
-
This interface defines the SPI for pluggable implementations
to map XACML context Action and native Action
- ActionNamespaceElement - Interface in com.sun.identity.saml2.jaxb.metadataextquery
-
Java content class for ActionNamespace element declaration.
- ActionNamespaceElementImpl - Class in com.sun.identity.saml2.jaxb.metadataextquery.impl
-
- ActionNamespaceElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadataextquery.impl.ActionNamespaceElementImpl
-
- ActionNamespaceElementImpl(String) - Constructor for class com.sun.identity.saml2.jaxb.metadataextquery.impl.ActionNamespaceElementImpl
-
- ActionNamespaceElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadataextquery.impl
-
- actionNamesToAnyOfList(Set<String>, String) - Static method in class com.sun.identity.entitlement.xacml3.XACMLPrivilegeUtils
-
- actionNameToMatch(String, String) - Static method in class com.sun.identity.entitlement.xacml3.XACMLPrivilegeUtils
-
- actions - Variable in class com.sun.identity.common.InstantRunnable
-
- actions - Variable in class com.sun.identity.saml.protocol.AuthorizationDecisionQuery
-
- ACTIONS - Static variable in class org.forgerock.openam.entitlement.configuration.ResourceTypeSmsAttributes
-
- ACTIONS - Static variable in class org.forgerock.openam.entitlement.rest.ApplicationV1Filter
-
- ACTIONS_NAMESPACE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
SAML Actions namespace identifiers:
Read/Write/Execute/Delete/Control
- ACTIONS_NAMESPACE_GHPP - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
SAML Actions namespace identifiers:
Get/Head/Put/Post
- ACTIONS_NAMESPACE_NEGATION - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
SAML Actions namespace identifiers:
Read/Write/Execute/Delete/Control with negation
- ACTIONS_NAMESPACE_UNIX - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
SAML Actions namespace identifiers:
Unix file permissions
- ActionSchema - Class in com.sun.identity.policy
-
The class ActionSchema provides interfaces to
obtain meta information about service action values.
- ActionSchema(Node) - Constructor for class com.sun.identity.policy.ActionSchema
-
Constructor with the action schema node
- actionStart(Context, ActionRequest) - Method in class org.forgerock.openam.core.rest.record.RecordResource
-
Start action
- actionStatus(Context, ActionRequest) - Method in class org.forgerock.openam.core.rest.record.RecordResource
-
Status action
- actionStop(Context, ActionRequest) - Method in class org.forgerock.openam.core.rest.record.RecordResource
-
Stop action
- actionToDefinition - Variable in class org.forgerock.openam.authz.PrivilegeAuthzModule
-
- ActionType - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for ActionType complex type.
- ActionTypeImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- ActionTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.ActionTypeImpl
-
- ActionTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- activate() - Method in interface com.iplanet.am.sdk.AMEntity
-
Deprecated.
Activates the entity (if a status attribute is defined for this entity).
- activate() - Method in class com.iplanet.am.sdk.AMEntityImpl
-
- activate() - Method in interface com.iplanet.am.sdk.AMResource
-
Deprecated.
Activates the user.
- activate() - Method in interface com.iplanet.am.sdk.AMUser
-
Deprecated.
Activates the user.
- activate(String) - Method in class com.iplanet.dpro.session.service.InternalSession
-
Changes the state of the session to ACTIVE after creation.
- activateFedStatus() - Method in class com.sun.identity.federation.accountmgmt.FSAccountFedInfo
-
Deprecated.
Sets Federation Status as active.
- activateSession(LoginState, SessionService, InternalSession, Subject) - Method in class com.sun.identity.authentication.service.DefaultSessionActivator
-
- activateSession(InternalSession, LoginState) - Method in class com.sun.identity.authentication.service.DefaultSessionActivator
-
- activateSession(Subject) - Method in class com.sun.identity.authentication.service.LoginState
-
Activates session on successful authentication.
- activateSession(LoginState, SessionService, InternalSession, Subject) - Method in interface com.sun.identity.authentication.service.SessionActivator
-
Activates the given session after successful authentication, returning the an indication of whether activation
was successful.
- activateSession(LoginState, SessionService, InternalSession, Subject) - Method in class org.forgerock.openam.authentication.service.activators.ForceAuthSessionActivator
-
- ACTIVE - Static variable in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Represents the status of an object as active
- ACTIVE - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
Active
- ACTIVE - Static variable in interface com.sun.identity.cot.COTConstants
-
Active Status.
- ACTIVE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Provider or entity status
- ACTIVE - Static variable in interface com.sun.identity.password.ui.model.PWResetModel
-
Name of user active status.
- ACTIVE - Static variable in interface com.sun.identity.saml2.meta.SAML2MetaConstants
-
- ACTIVE - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.IntrospectionEndpoint
-
- ACTIVE - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2Client
-
- ACTIVE_ATTRIBUTE_NAME - Static variable in class org.forgerock.openam.core.rest.sms.SmsRealmProvider
-
- ACTIVE_REQUESTOR_PROFILE_ENABLED - Static variable in class com.sun.identity.wsfederation.common.WSFederationConstants
-
Configuration attribute for Active Requestor Profile Enabled setting.
- ACTIVE_VALUE - Static variable in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
String representation of the "active" state
- ActiveRequest - Class in com.sun.identity.wsfederation.servlet
-
A
WSFederationAction implementation that processes WS-Federation Active Requestor Profile SOAP requests.
- ActiveRequest(HttpServletRequest, HttpServletResponse) - Constructor for class com.sun.identity.wsfederation.servlet.ActiveRequest
-
- ActiveRequestorException - Exception in org.forgerock.openam.wsfederation.common
-
A
WSFederationException type that specifically handles error situations corresponding to WS-Federation Active
Requestor Profile.
- ACTIVITY_TOPIC - Static variable in class org.forgerock.openam.audit.AuditConstants
-
- activityEvent(String) - Method in class org.forgerock.openam.audit.AuditEventFactory
-
Creates a new AMActivityAuditEventBuilder for the specified realm and adds the realm to the event.
- ACTOR - Static variable in interface com.sun.identity.liberty.ws.paos.PAOSConstants
-
SOAP actor attribute name
- ACTOR - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for actor attribute
- AD - Class in com.sun.identity.authentication.modules.ad
-
Auth module for Active Directory
- AD() - Constructor for class com.sun.identity.authentication.modules.ad.AD
-
- AD_IS_DELETED_ATTR - Static variable in class org.forgerock.openam.ldap.LDAPConstants
-
AD is deleted attribute property key.
- AD_LDIF - Static variable in interface com.sun.identity.setup.SetupConstants
-
Property keys in SCHEMA_PROPERTY_FILENAME file.
- AD_NOTIFICATION_OID - Static variable in class org.forgerock.openam.ldap.LDAPConstants
-
AD notification OID.
- AD_SMS_PROPERTY_FILENAME - Static variable in interface com.sun.identity.setup.SetupConstants
-
Property keys in SCHEMA_PROPERTY_FILENAME file.
- AD_UNICODE_PWD_ATTR - Static variable in class org.forgerock.openam.ldap.LDAPConstants
-
AD unicode password attribute property key.
- AD_WHEN_CHANGED_ATTR - Static variable in class org.forgerock.openam.ldap.LDAPConstants
-
AD when changed attribute property key.
- AD_WHEN_CREATED_ATTR - Static variable in class org.forgerock.openam.ldap.LDAPConstants
-
AD when created attribute property key.
- ADAM_LDIF - Static variable in interface com.sun.identity.setup.SetupConstants
-
Property keys in SCHEMA_PROPERTY_FILENAME file.
- ADAMHelper - Class in org.forgerock.openam.idrepo.ldap.helpers
-
Handles AD and ADAM specific aspects of Data Store.
- ADAMHelper() - Constructor for class org.forgerock.openam.idrepo.ldap.helpers.ADAMHelper
-
- Adaptive - Class in org.forgerock.openam.authentication.modules.adaptive
-
- Adaptive() - Constructor for class org.forgerock.openam.authentication.modules.adaptive.Adaptive
-
- AdaptivePostAuthenticationPlugin - Class in org.forgerock.openam.authentication.modules.adaptive
-
Post Authentication Plugin for the Adaptive authentication module.
- AdaptivePostAuthenticationPlugin() - Constructor for class org.forgerock.openam.authentication.modules.adaptive.AdaptivePostAuthenticationPlugin
-
- AdaptivePrincipal - Class in org.forgerock.openam.authentication.modules.adaptive
-
- AdaptivePrincipal(String) - Constructor for class org.forgerock.openam.authentication.modules.adaptive.AdaptivePrincipal
-
TODO-JAVADOC
- ADD - Static variable in interface com.iplanet.am.sdk.AMObjectListener
-
Deprecated.
- add(String, String) - Method in class com.iplanet.dpro.session.DynamicSessionIDExtensions
-
Defers to the delegated instance for get.
- add(String, String) - Method in class com.iplanet.dpro.session.LegacySessionIDExtensions
-
- add(T) - Method in class com.iplanet.dpro.session.service.QuotaExhaustionActionImpl.SetBlockingQueue
-
- add(String, String) - Method in interface com.iplanet.dpro.session.SessionIDExtensions
-
- add(Attr) - Method in class com.iplanet.services.ldap.AttrSet
-
Add one attribute to the AttrSet The attribute
should have only string values
- ADD - Static variable in class com.iplanet.services.ldap.ModSet
-
Modification specifiers for ADD
- add(int, Attribute) - Method in class com.iplanet.services.ldap.ModSet
-
Specifies another modification to be added to the set of modifications.
- add(T) - Method in class com.sun.identity.common.CaseInsensitiveHashSet
-
- add(String, Object) - Method in class com.sun.identity.config.wizard.Step7
-
- add(String, String) - Method in class com.sun.identity.cot.CircleOfTrustDescriptor
-
Adds entity identifier to trusted providers set within the
circle of trust.
- add(List<Entitlement>) - Method in class com.sun.identity.entitlement.EntitlementCombiner
-
Adds a set of entitlements to the overall entitlement decision.
- add(T) - Method in interface com.sun.identity.entitlement.IPrivilegeManager
-
Add a privilege.
- add(Subject, String, Privilege) - Method in class com.sun.identity.entitlement.opensso.DataStore
-
Adds a privilege.
- add(Set<IPrivilege>) - Method in class com.sun.identity.entitlement.opensso.OpenSSOIndexStore
-
Adds a set of privileges to the data store.
- add(Privilege) - Method in class com.sun.identity.entitlement.opensso.PolicyPrivilegeManager
-
Add a privilege.
- add(Set<IPrivilege>) - Method in class com.sun.identity.entitlement.PrivilegeIndexStore
-
Adds a set of privileges to the data store.
- add(Privilege) - Method in class com.sun.identity.entitlement.PrivilegeManager
-
Add a privilege.
- add(Object) - Method in class com.sun.identity.entitlement.util.SimpleIterator
-
- add(List) - Method in class com.sun.identity.entitlement.util.SimpleIterator
-
- add(UserOptionItem) - Method in class com.sun.identity.install.tools.configurator.BaseOptions
-
- add(Permission) - Method in class com.sun.identity.policy.jaas.ISPermissionCollection
-
Adds a permission object to the current collection of
ISPermission objects.
- add(T) - Method in class com.sun.identity.shared.BufferedIterator
-
- add(List<T>) - Method in class com.sun.identity.shared.BufferedIterator
-
- add(Object) - Method in class com.sun.identity.shared.datastruct.OrderedSet
-
Adds the specified element to this set if it is not already present
(optional operation).
- add(String) - Method in class com.sun.identity.sm.CachedSubEntries
-
- ADD - Static variable in interface com.sun.identity.sm.SMSObjectListener
-
- add(long, long, long) - Method in class org.forgerock.openam.cts.monitoring.impl.reaper.ReaperMonitor
- add(ContextKey<T>, T) - Method in class org.forgerock.openam.entitlement.utils.indextree.nodecontext.MapSearchContext
-
- add(ContextKey<T>, T) - Method in interface org.forgerock.openam.entitlement.utils.indextree.nodecontext.SearchContext
-
Add data to the context.
- add(Object) - Method in class org.forgerock.openam.utils.JsonArray
-
Adds an entry into the json array.
- ADD_MEMBER - Static variable in interface com.iplanet.am.sdk.AMConstants
-
Deprecated.
- ADD_NULL_OBJ - Static variable in interface com.iplanet.ums.IUMSConstants
-
- ADD_PROP_SEPARATOR - Static variable in class com.iplanet.services.cdm.clientschema.AMClientCapData
-
- addACI(ACI) - Method in class com.iplanet.ums.PersistentObject
-
Adds an ACI to this object.
- addAction(String, Boolean) - Method in class org.forgerock.openam.entitlement.ResourceType.Builder
-
Add an action to the resource type and it's default value.
- addActionDecision(ActionDecision, String, String) - Method in class com.sun.identity.policy.PolicyDecision
-
Deprecated.
Add an ActionDecision to the PolicyDecision
using the provided trueValue and falseValue
These are the rules followed to add action decision:
Boolean false value overrides boolean true value.
- addActionDecision(ActionDecision) - Method in class com.sun.identity.policy.PolicyDecision
-
Deprecated.
Adds an action decision to this object
if there is already an existing actionDecision associated with the
action name in the param actionDecision, merges
the values of the new decision with the existing one,
changing the time to live for the decision appropriately.
- addActions(Map<String, Boolean>) - Method in class org.forgerock.openam.entitlement.ResourceType.Builder
-
Add actions to the resource type with their default values.
- addAdvices(ConditionDecision) - Method in class com.sun.identity.entitlement.ConditionDecision
-
Deprecated.
- AddAgentsToGroup - Class in com.sun.identity.cli.agentconfig
-
This command will make an agent a member of agent group.
- AddAgentsToGroup() - Constructor for class com.sun.identity.cli.agentconfig.AddAgentsToGroup
-
- AddAgentToGroup(AMIdentity, AMIdentity) - Static method in class com.sun.identity.common.configuration.AgentConfiguration
-
Adds an agent to a group.
- addAll(ResourceSaveIndexes) - Method in class com.sun.identity.entitlement.ResourceSaveIndexes
-
Adds all resource indexes from other object.
- addAll(ResourceSearchIndexes) - Method in class com.sun.identity.entitlement.ResourceSearchIndexes
-
Appends indexes.
- addAll(Set) - Method in class com.sun.identity.shared.datastruct.OrderedSet
-
Adds all entries in the given Set to this Set.
- addAllResourceTypeUuids(Set<String>) - Method in class com.sun.identity.entitlement.Application
-
Adds the passed set of resource type UUIDs to the application.
- AddAMSDKIdRepoPlugin - Class in com.sun.identity.cli.datastore
-
This command creates identity.
- AddAMSDKIdRepoPlugin() - Constructor for class com.sun.identity.cli.datastore.AddAMSDKIdRepoPlugin
-
- addApplication(Application) - Method in class com.sun.identity.entitlement.xacml3.PrivilegeSet
-
Adds application to this set.
- addApplicationResource(String, Set<String>) - Method in class com.sun.identity.entitlement.ApplicationPrivilege
-
- addApplicationSSOTokenDestroyer(ShutdownListener) - Method in class com.sun.identity.common.ShutdownManager
-
Adds application single-sign-on token destroyer.
- addAssertion(AssertionBase) - Method in class com.sun.identity.saml.assertion.EvidenceBase
-
Adds an Assertion object into the Evidence object.
- addAssertion(Assertion) - Method in class com.sun.identity.saml.protocol.Response
-
Add an assertion to the Response.
- addAssertionIDReference(AssertionIDReference) - Method in class com.sun.identity.saml.assertion.EvidenceBase
-
Adds an AssertionIDReference object into the
Evidence object.
- addAttribute(String, String) - Method in class com.sun.identity.federation.services.FSSession
-
Adds attribute to the session.
- addAttribute(String, Set) - Method in class com.sun.identity.sm.PluginConfig
-
Adds a configuration parameter to the service plugin.
- addAttribute(String, Set) - Method in class com.sun.identity.sm.ServiceConfig
-
Adds a configuration parameter to the service configuration.
- addAttribute(String, Set) - Method in class com.sun.identity.sm.ServiceInstance
-
Adds the given attribute name and values to the attribute set.
- addAttribute(String, String) - Method in class com.sun.identity.sm.SMSEntry
-
Adds the attribute value to the given attribute name.
- addAttribute(String, String, String) - Method in class org.forgerock.openam.authentication.modules.scripted.ScriptIdentityRepository
-
Adds an attribute to the list of values already assigned to the attributeName
- addAttribute(Attribute) - Method in class org.forgerock.openam.radius.common.AttributeSet
-
Adds an attribute instance to the container.
- addAttribute(Attribute) - Method in class org.forgerock.openam.radius.common.Packet
-
Adds the passed-in attribute to the set of attributes for this packet preserving insertion order.
- addAttribute(String, String) - Method in class org.forgerock.openam.scripting.api.ScriptedIdentity
-
- addAttributeChoiceValues(String, String, String, String, Map) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Add attribute choice values to an existing attribute.
- AddAttributeDefaults - Class in com.sun.identity.cli.schema
-
Adds default attribute values of schema.
- AddAttributeDefaults() - Constructor for class com.sun.identity.cli.schema.AddAttributeDefaults
-
- addAttributeDefaultValues(String, String, String, String, Set) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Adds default values to an existing attribute.
- addAttributeName(String) - Method in class com.iplanet.ums.SearchTemplate
-
Adds the attribute name to the list of attributes to be returned on a
search.
- addAttributeNames(String[]) - Method in class com.iplanet.ums.SearchTemplate
-
Adds the attribute names to the list of attributes to be returned on a
search.
- addAttributeNames(Set<String>) - Method in class com.sun.identity.entitlement.Application
-
Adds attribute names.
- AddAttributeSchema - Class in com.sun.identity.cli.schema
-
Adds attribute schema command.
- AddAttributeSchema() - Constructor for class com.sun.identity.cli.schema.AddAttributeSchema
-
- addAttributeSchema(InputStream) - Method in class com.sun.identity.sm.ServiceSchema
-
Adds the attribute schema to this service.
- addAttributeSchema(JsonValue, String, ServiceSchema, Optional<Context>) - Method in class org.forgerock.openam.core.rest.sms.SmsResourceProvider
-
- addAttributesToSchema(String, String, ServiceSchemaModificationWrapper, ServiceSchema, SSOToken) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
- addAttributeToMapAsByteArray(Attribute, Map<String, byte[][]>) - Static method in class org.forgerock.openam.ldap.LDAPUtils
-
Converts the Attribute to an attribute name, 2-dimensional byte array map and adds it to the map passed in.
- addAttributeToMapAsString(Attribute, Map<String, Set<String>>) - Static method in class org.forgerock.openam.ldap.LDAPUtils
-
Converts the Attribute to an attribute name, set of String values map and adds it to the map passed in.
- addAttributeToSchema(String, String, String, Node, SSOToken) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Adds new attribute schema to an existing service.
- addAttributeToSchema(ServiceSchema, Node) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Adds new attribute schema to an existing service.
- addAttributeToSubConfiguration(String, String, Map) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Adds attributes to service sub configuration.
- addAttributeToSubSchema(String, String, String, String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Adds new attribute schema to a sub schema in an existing service.
- addAttributeToSubSchema(String, String, String, String, String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Adds attribute a sub schema.
- addAttributeValue(Principal, Guid, String, String) - Method in class com.iplanet.ums.DataLayer
-
Adds value for an attribute and saves the change in the database.
- addAttributeValue(SSOToken, Guid, String, String) - Static method in class com.iplanet.ums.PersistentObject
-
Adds value for an attribute and saves the change in the database.
- addAttributeValue(String) - Method in class com.sun.identity.saml.assertion.Attribute
-
Adds AttributeValue to the Attribute.
- addAttributeValue(Element) - Method in class com.sun.identity.saml.assertion.Attribute
-
Adds AttributeValue to the Attribute.
- addAttributeValues(String, String, Set) - Method in class com.sun.identity.sm.OrganizationConfigManager
-
Adds organization attributes for the service.
- addAudience(String) - Method in class com.sun.identity.saml.assertion.AudienceRestrictionCondition
-
Adds an audience to this Condition element
- addAudience(String) - Method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig.OIDCIdTokenConfigBuilder
-
- addAudienceRestrictionCondition(AudienceRestrictionCondition) - Method in class com.sun.identity.saml.assertion.Conditions
-
Adds an audience restriction condition within this
Conditions Element.
- addAuthConfigListener(String, String) - Method in class com.sun.identity.authentication.config.AMAuthLevelManager
-
Register auth config listener for a auth modules or auth
configuration service.
- AddAuthConfigurationEntry - Class in com.sun.identity.cli.authentication
-
- AddAuthConfigurationEntry() - Constructor for class com.sun.identity.cli.authentication.AddAuthConfigurationEntry
-
- addAuthenticationMethodReference(String) - Method in class org.forgerock.openam.sts.service.invocation.OpenIdConnectTokenGenerationState.OpenIdConnectTokenGenerationStateBuilder
-
- addBinaryAttr(Attr) - Method in class com.iplanet.services.ldap.AttrSet
-
Add one attribute to the AttrSet The attribute
should have only byte values
- addChild(PersistentObject) - Method in class com.iplanet.ums.Organization
-
Adds a new object to the organization.
- addChild(PersistentObject) - Method in class com.iplanet.ums.PersistentObject
-
Adds a child object to the persistent object container.
- addChild(SMSFlatFileTreeNode) - Method in class com.sun.identity.sm.flatfile.SMSFlatFileTreeNode
-
Adds child.
- addChildElement(XMLElement, boolean) - Method in class com.sun.identity.install.tools.util.xml.XMLElement
-
Appends the given child element to the end of the list of existing child
elements.
- addChildElement(XMLElement) - Method in class com.sun.identity.install.tools.util.xml.XMLElement
-
Appends the given child element to the end of the list of existing child
elements.
- addChildElementAt(XMLElement, int) - Method in class com.sun.identity.install.tools.util.xml.XMLElement
-
Adds the given child element at the given index.
- addChildElementAt(XMLElement, int, boolean) - Method in class com.sun.identity.install.tools.util.xml.XMLElement
-
Adds the given child element at the specified index.
- addChildPeopleContainer(PeopleContainer) - Method in class com.iplanet.ums.PeopleContainer
-
Adds a new People Container object to the People Container.
- addChoiceValue(String, String) - Method in class com.sun.identity.sm.AttributeSchema
-
Adds a choice value and its i18n key to the existing set of choice
values.
- addChoiceValues(AttributeSchema, Map) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Add choice values to an attribute .
- addCircleOfTrustMember(String, String, String, String) - Method in class com.sun.identity.cot.CircleOfTrustManager
-
Adds entity identifier to a circle of trust under the realm.
- addCircleOfTrustMember(String, String, String, String, boolean) - Method in class com.sun.identity.cot.CircleOfTrustManager
-
Adds entity identifier to a circle of trust under the realm.
- AddCircleOfTrustMembers - Class in com.sun.identity.federation.cli
-
Add member to a Circle of Trust.
- AddCircleOfTrustMembers() - Constructor for class com.sun.identity.federation.cli.AddCircleOfTrustMembers
-
- addClassResolver(IClassResolver) - Method in class com.iplanet.ums.TemplateManager
-
Registers a class that can resolve a set of attributes to a Java class.
- addClient(SSOToken, Map) - Method in class com.iplanet.services.cdm.clientschema.AMClientCapData
-
Add a client.
- addClient(SSOToken, String, Map, boolean) - Method in class com.iplanet.services.cdm.DefaultClientTypesManager
-
Add the new client to internal DB, if store == true, else keep it only in
memory.
- addClientExternal(SSOToken, Map) - Method in class com.iplanet.services.cdm.DefaultClientTypesManager
-
Wrapper methods for add/modify/remove APIs in AMClientCapData.
- addCondition(Condition) - Method in class com.sun.identity.policy.Conditions
-
Adds a Condition object to the this instance
of condition collection.
- addCondition(String, Condition) - Method in class com.sun.identity.policy.Conditions
-
Adds a Condition object to the this instance
of conditions collection.
- addCondition(String, Condition) - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Adds a new policy condition.
- addConfigStore(ConfigStoreProperties) - Method in class org.forgerock.openam.setup.BootstrapConfig
-
- addConfiguration(InputStream) - Method in class com.sun.identity.sm.ServiceConfigManager
-
Adds instances, global and organization
configurations
- addConfigurationListener(AuditServiceConfigurationListener) - Method in interface org.forgerock.openam.audit.configuration.AuditServiceConfigurationProvider
-
Add a listener that will be notified of any changes in the SMS audit service configuration.
- addConfigurationListener(AuditServiceConfigurationListener) - Method in class org.forgerock.openam.audit.configuration.AuditServiceConfigurationProviderImpl
-
- addConfigurationListener(AuditServiceConfigurationListener) - Method in class org.forgerock.openam.plugin.configuration.FedletAuditServiceConfigurationProviderImpl
-
- addConfigurationListener(StandardScriptEngineManager.ConfigurationListener) - Method in class org.forgerock.openam.scripting.StandardScriptEngineManager
-
Adds an observer to be called whenever the current script engine configuration changes.
- addConfirmationMethod(String) - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
-
Adds a confirmationMethod to this
SubjectConfirmation element.
- addConnection(boolean) - Method in interface org.forgerock.openam.cts.monitoring.CTSConnectionMonitoringStore
-
Adds a connection attempt event into the monitoring store.
- addConnection(boolean) - Method in class org.forgerock.openam.cts.monitoring.impl.connections.ConnectionStore
-
Increments the counter for a connection.
- addConnection(boolean) - Method in class org.forgerock.openam.cts.monitoring.impl.CTSMonitoringStoreImpl
-
- addContinuousQueryListener(ContinuousQueryListener) - Method in interface org.forgerock.openam.cts.continuous.ContinuousQuery
-
Adds a generic listener to the set of objects that will be informed of changes according to the
queried filter.
- addContinuousQueryListener(ContinuousQueryListener, TokenFilter) - Method in interface org.forgerock.openam.cts.CTSPersistentStore
-
Performs a continuous query against the persistent store using the provided TokenFilter.
- addContinuousQueryListener(ContinuousQueryListener, TokenFilter) - Method in class org.forgerock.openam.cts.CTSPersistentStoreImpl
-
- addContinuousQueryListener(ContinuousQueryListener, TokenFilter) - Method in class org.forgerock.openam.rest.router.CTSPersistentStoreProxy
-
- addContinuousQueryListener(ContinuousQueryListener) - Method in class org.forgerock.openam.sm.datalayer.impl.ldap.CTSDJLDAPv3PersistentSearch
-
- addCookie(String, String, String) - Method in interface org.forgerock.http.client.request.HttpClientRequest
-
Add a cookie to the request.
- addCookie(String, String, String) - Method in class org.forgerock.http.client.request.SimpleHttpClientRequest
-
Add a cookie to the request.
- addCookie(Cookie) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletResponse
-
The default behavior of this method is to call addCookie(Cookie cookie)
on the wrapped response object.
- addCookie(Cookie) - Method in class org.forgerock.openam.validation.ResponseValidationFilter.ValidationWrapper
-
- addCookieToResponse(HttpServletResponse, Cookie) - Static method in class com.sun.identity.saml2.idpdiscovery.CookieUtils
-
Add cookie to HttpServletResponse as custom header
- addCookieToResponse(HttpServletResponse, Cookie) - Static method in class com.sun.identity.shared.encode.CookieUtils
-
Add cookie to HttpServletResponse as custom header
- addCOSAttribute(String, int) - Method in class com.iplanet.ums.cos.DirectCOSDefinition
-
Adds the COS attribute to the definition.
- addCOSAttribute(String, int) - Method in interface com.iplanet.ums.cos.ICOSDefinition
-
This method adds a COS attribute to the COS definition.
- addCOSTemplate(COSTemplate) - Method in class com.iplanet.ums.cos.DirectCOSDefinition
-
Adds a COS Template to this COS definition.
- addCreationListener(IdRepoCreationListener) - Static method in class com.sun.identity.idm.AMIdentityRepository
-
Adds a creation listener that will be notified each time a AMIdentityRepository is created .
- addCustomDelegationTokenHandler(String) - Method in class org.forgerock.openam.sts.soap.config.user.SoapDelegationConfig.SoapDelegationConfigBuilder
-
- addCustomTokenProvider(String, String) - Method in class org.forgerock.openam.sts.rest.config.user.RestSTSInstanceConfig.RestSTSInstanceConfigBuilderBase
-
- addCustomTokenTransform(String, String, boolean) - Method in class org.forgerock.openam.sts.rest.config.user.RestSTSInstanceConfig.RestSTSInstanceConfigBuilderBase
-
- addCustomTokenValidator(String, String) - Method in class org.forgerock.openam.sts.rest.config.user.RestSTSInstanceConfig.RestSTSInstanceConfigBuilderBase
-
- addDateHeader(String, long) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletResponse
-
The default behavior of this method is to call addDateHeader(String name, long date)
on the wrapped response object.
- addDefaultValue(String) - Method in class com.sun.identity.sm.AttributeSchema
-
Adds a default value to the existing set of default values.
- addDefinition(ICOSDefinition) - Method in class com.iplanet.ums.cos.COSManager
-
This method adds a COS definition to the persistent store.
- addDescriptorListener(Describable.Listener) - Method in class org.forgerock.openam.audit.DefaultAuditServiceProxy
-
- addDescriptorListener(Describable.Listener) - Method in class org.forgerock.openam.audit.rest.RealmAuditRequestHandler
-
- addDescriptorListener(Describable.Listener) - Method in class org.forgerock.openam.core.rest.sms.ServicesRealmSmsHandler
-
- addDescriptorListener(Describable.Listener) - Method in class org.forgerock.openam.core.rest.sms.SmsCollectionProvider
-
- addDescriptorListener(Describable.Listener) - Method in class org.forgerock.openam.core.rest.sms.SmsRequestHandler
-
- addDescriptorListener(Describable.Listener) - Method in class org.forgerock.openam.core.rest.sms.SmsServerPropertiesResource
-
- addDescriptorListener(Describable.Listener) - Method in class org.forgerock.openam.core.rest.sms.SmsSingletonProvider
-
- addDescriptorListener(Describable.Listener) - Method in class org.forgerock.openam.core.rest.sms.tree.SmsRouteTree
-
- addDescriptorListener(Describable.Listener) - Method in class org.forgerock.openam.temper.TimeTravelRouteProvider.TimeTravelResourceProvider
-
- addDomain(String) - Method in class com.iplanet.ums.dctree.DomainComponentTree
-
Add a virtual domain into the domain component
tree.
- addDynamicAttributes(String, JsonValue) - Method in class org.forgerock.openam.core.rest.sms.SmsResourceProvider
-
Add the dynamic attributes to the given JsonValue result.
- addDynamicAttributes(String, JsonValue) - Method in class org.forgerock.openam.core.rest.sms.SmsSingletonProvider
-
- addDynamicSchema(Optional<Context>, JsonValue) - Method in class org.forgerock.openam.core.rest.sms.SmsResourceProvider
-
Add the dynamic attribute schema to the given JsonValue result.
- addDynamicSchema(Optional<Context>, JsonValue) - Method in class org.forgerock.openam.core.rest.sms.SmsSingletonProvider
-
- ADDED - Static variable in class com.iplanet.services.cdm.clientschema.AMClientCapData
-
The type of modification
- ADDED - Static variable in interface com.sun.identity.plugin.configuration.ConfigurationActionEvent
-
Add new configuration.
- ADDED - Static variable in interface com.sun.identity.sm.ServiceListener
-
The change type specifies that the entry has been added.
- ADDED - Static variable in class org.forgerock.openam.ldap.PersistentSearchChangeType
-
Entry was added.
- ADDED_LIFETIME_PROPERTIES - Static variable in class org.forgerock.openam.upgrade.steps.UpgradeOAuth2ClientStep
-
- addElement(Object) - Method in class com.iplanet.dpro.session.service.cluster.ClusterStateService
-
Implements for GeneralTaskRunnable.
- addElement(Object) - Method in class com.iplanet.services.naming.WebtopNaming.SiteMonitor
-
- addElement(Object) - Method in class com.sun.identity.common.HeadTaskRunnable
-
Implements for TaskRunnable interface, always return false.
- addElement(Object) - Method in class com.sun.identity.common.InstantRunnable
-
Adds an element to this InstantRunnable.
- addElement(Object) - Method in class com.sun.identity.common.PeriodicRunnable
-
Adds an element to this PeriodicRunnable.
- addElement(Object) - Method in interface com.sun.identity.common.TaskRunnable
-
Adds an element to this TaskRunnable.
- addElement(Object) - Method in class com.sun.identity.coretoken.service.TokenCleanupRunnable
-
- addElement(Object) - Method in class com.sun.identity.saml.servlet.POSTCleanUpRunnable
-
- addElement(Object) - Method in class com.sun.identity.saml.xmlsig.KeyStoreRefresher
-
- addElement(Object) - Method in class com.sun.identity.saml2.profile.CacheCleanUpRunnable
-
- addElement(Object) - Method in class com.sun.identity.shared.stats.StatsRunner
-
- addElement(Object) - Method in class org.forgerock.openam.session.SessionCuller
-
- addEmptyValues(Set) - Method in class com.iplanet.am.sdk.AMHashMap
-
Method which adds new entries to the map with empty set as values
- addEntry(Principal, Guid, AttrSet) - Method in class com.iplanet.ums.DataLayer
-
Adds entry to the server.
- addEntry(SnmpOid, ObjectName, Object) - Method in class com.sun.identity.monitoring.SsoServerAuthModulesTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class com.sun.identity.monitoring.SsoServerFedCOTMemberTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicy22AgentTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebAgentTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebGroupTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class com.sun.identity.monitoring.SsoServerRealmTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML1CacheTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML2SPTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class com.sun.identity.monitoring.SsoServerServerTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class com.sun.identity.monitoring.SsoServerSiteMapTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class com.sun.identity.monitoring.SsoServerSitesTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpTableMeta
-
- addEntry(SsoServerAuthModulesEntryMBean) - Method in class com.sun.identity.monitoring.TableSsoServerAuthModulesTable
-
Add a new entry to the table.
- addEntry(SsoServerAuthModulesEntryMBean, ObjectName) - Method in class com.sun.identity.monitoring.TableSsoServerAuthModulesTable
-
Add a new entry to the table.
- addEntry(SsoServerEntitlementPolicyStatsEntryMBean) - Method in class com.sun.identity.monitoring.TableSsoServerEntitlementPolicyStatsTable
-
Add a new entry to the table.
- addEntry(SsoServerEntitlementPolicyStatsEntryMBean, ObjectName) - Method in class com.sun.identity.monitoring.TableSsoServerEntitlementPolicyStatsTable
-
Add a new entry to the table.
- addEntry(SsoServerFedCOTMemberEntryMBean) - Method in class com.sun.identity.monitoring.TableSsoServerFedCOTMemberTable
-
Add a new entry to the table.
- addEntry(SsoServerFedCOTMemberEntryMBean, ObjectName) - Method in class com.sun.identity.monitoring.TableSsoServerFedCOTMemberTable
-
Add a new entry to the table.
- addEntry(SsoServerFedCOTsEntryMBean) - Method in class com.sun.identity.monitoring.TableSsoServerFedCOTsTable
-
Add a new entry to the table.
- addEntry(SsoServerFedCOTsEntryMBean, ObjectName) - Method in class com.sun.identity.monitoring.TableSsoServerFedCOTsTable
-
Add a new entry to the table.
- addEntry(SsoServerFedEntitiesEntryMBean) - Method in class com.sun.identity.monitoring.TableSsoServerFedEntitiesTable
-
Add a new entry to the table.
- addEntry(SsoServerFedEntitiesEntryMBean, ObjectName) - Method in class com.sun.identity.monitoring.TableSsoServerFedEntitiesTable
-
Add a new entry to the table.
- addEntry(SsoServerLoggingHdlrEntryMBean) - Method in class com.sun.identity.monitoring.TableSsoServerLoggingHdlrTable
-
Add a new entry to the table.
- addEntry(SsoServerLoggingHdlrEntryMBean, ObjectName) - Method in class com.sun.identity.monitoring.TableSsoServerLoggingHdlrTable
-
Add a new entry to the table.
- addEntry(SsoServerPolicy22AgentEntryMBean) - Method in class com.sun.identity.monitoring.TableSsoServerPolicy22AgentTable
-
Add a new entry to the table.
- addEntry(SsoServerPolicy22AgentEntryMBean, ObjectName) - Method in class com.sun.identity.monitoring.TableSsoServerPolicy22AgentTable
-
Add a new entry to the table.
- addEntry(SsoServerPolicyJ2EEAgentEntryMBean) - Method in class com.sun.identity.monitoring.TableSsoServerPolicyJ2EEAgentTable
-
Add a new entry to the table.
- addEntry(SsoServerPolicyJ2EEAgentEntryMBean, ObjectName) - Method in class com.sun.identity.monitoring.TableSsoServerPolicyJ2EEAgentTable
-
Add a new entry to the table.
- addEntry(SsoServerPolicyJ2EEGroupEntryMBean) - Method in class com.sun.identity.monitoring.TableSsoServerPolicyJ2EEGroupTable
-
Add a new entry to the table.
- addEntry(SsoServerPolicyJ2EEGroupEntryMBean, ObjectName) - Method in class com.sun.identity.monitoring.TableSsoServerPolicyJ2EEGroupTable
-
Add a new entry to the table.
- addEntry(SsoServerPolicyWebAgentEntryMBean) - Method in class com.sun.identity.monitoring.TableSsoServerPolicyWebAgentTable
-
Add a new entry to the table.
- addEntry(SsoServerPolicyWebAgentEntryMBean, ObjectName) - Method in class com.sun.identity.monitoring.TableSsoServerPolicyWebAgentTable
-
Add a new entry to the table.
- addEntry(SsoServerPolicyWebGroupEntryMBean) - Method in class com.sun.identity.monitoring.TableSsoServerPolicyWebGroupTable
-
Add a new entry to the table.
- addEntry(SsoServerPolicyWebGroupEntryMBean, ObjectName) - Method in class com.sun.identity.monitoring.TableSsoServerPolicyWebGroupTable
-
Add a new entry to the table.
- addEntry(SsoServerRealmEntryMBean) - Method in class com.sun.identity.monitoring.TableSsoServerRealmTable
-
Add a new entry to the table.
- addEntry(SsoServerRealmEntryMBean, ObjectName) - Method in class com.sun.identity.monitoring.TableSsoServerRealmTable
-
Add a new entry to the table.
- addEntry(SsoServerSAML1CacheEntryMBean) - Method in class com.sun.identity.monitoring.TableSsoServerSAML1CacheTable
-
Add a new entry to the table.
- addEntry(SsoServerSAML1CacheEntryMBean, ObjectName) - Method in class com.sun.identity.monitoring.TableSsoServerSAML1CacheTable
-
Add a new entry to the table.
- addEntry(SsoServerSAML1EndPointEntryMBean) - Method in class com.sun.identity.monitoring.TableSsoServerSAML1EndPointTable
-
Add a new entry to the table.
- addEntry(SsoServerSAML1EndPointEntryMBean, ObjectName) - Method in class com.sun.identity.monitoring.TableSsoServerSAML1EndPointTable
-
Add a new entry to the table.
- addEntry(SsoServerSAML1TrustPrtnrsEntryMBean) - Method in class com.sun.identity.monitoring.TableSsoServerSAML1TrustPrtnrsTable
-
Add a new entry to the table.
- addEntry(SsoServerSAML1TrustPrtnrsEntryMBean, ObjectName) - Method in class com.sun.identity.monitoring.TableSsoServerSAML1TrustPrtnrsTable
-
Add a new entry to the table.
- addEntry(SsoServerSAML2IDPEntryMBean) - Method in class com.sun.identity.monitoring.TableSsoServerSAML2IDPTable
-
Add a new entry to the table.
- addEntry(SsoServerSAML2IDPEntryMBean, ObjectName) - Method in class com.sun.identity.monitoring.TableSsoServerSAML2IDPTable
-
Add a new entry to the table.
- addEntry(SsoServerSAML2SPEntryMBean) - Method in class com.sun.identity.monitoring.TableSsoServerSAML2SPTable
-
Add a new entry to the table.
- addEntry(SsoServerSAML2SPEntryMBean, ObjectName) - Method in class com.sun.identity.monitoring.TableSsoServerSAML2SPTable
-
Add a new entry to the table.
- addEntry(SsoServerServerEntryMBean) - Method in class com.sun.identity.monitoring.TableSsoServerServerTable
-
Add a new entry to the table.
- addEntry(SsoServerServerEntryMBean, ObjectName) - Method in class com.sun.identity.monitoring.TableSsoServerServerTable
-
Add a new entry to the table.
- addEntry(SsoServerSiteMapEntryMBean) - Method in class com.sun.identity.monitoring.TableSsoServerSiteMapTable
-
Add a new entry to the table.
- addEntry(SsoServerSiteMapEntryMBean, ObjectName) - Method in class com.sun.identity.monitoring.TableSsoServerSiteMapTable
-
Add a new entry to the table.
- addEntry(SsoServerSitesEntryMBean) - Method in class com.sun.identity.monitoring.TableSsoServerSitesTable
-
Add a new entry to the table.
- addEntry(SsoServerSitesEntryMBean, ObjectName) - Method in class com.sun.identity.monitoring.TableSsoServerSitesTable
-
Add a new entry to the table.
- addEntry(SsoServerWSSAgentsDSCAgentEntryMBean) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsDSCAgentTable
-
Add a new entry to the table.
- addEntry(SsoServerWSSAgentsDSCAgentEntryMBean, ObjectName) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsDSCAgentTable
-
Add a new entry to the table.
- addEntry(SsoServerWSSAgentsDSCAgtGrpEntryMBean) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsDSCAgtGrpTable
-
Add a new entry to the table.
- addEntry(SsoServerWSSAgentsDSCAgtGrpEntryMBean, ObjectName) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsDSCAgtGrpTable
-
Add a new entry to the table.
- addEntry(SsoServerWSSAgentsSTSAgentEntryMBean) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsSTSAgentTable
-
Add a new entry to the table.
- addEntry(SsoServerWSSAgentsSTSAgentEntryMBean, ObjectName) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsSTSAgentTable
-
Add a new entry to the table.
- addEntry(SsoServerWSSAgentsSTSAgtGrpEntryMBean) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsSTSAgtGrpTable
-
Add a new entry to the table.
- addEntry(SsoServerWSSAgentsSTSAgtGrpEntryMBean, ObjectName) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsSTSAgtGrpTable
-
Add a new entry to the table.
- addEntry(SsoServerWSSAgentsWSCAgentEntryMBean) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsWSCAgentTable
-
Add a new entry to the table.
- addEntry(SsoServerWSSAgentsWSCAgentEntryMBean, ObjectName) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsWSCAgentTable
-
Add a new entry to the table.
- addEntry(SsoServerWSSAgentsWSCAgtGrpEntryMBean) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsWSCAgtGrpTable
-
Add a new entry to the table.
- addEntry(SsoServerWSSAgentsWSCAgtGrpEntryMBean, ObjectName) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsWSCAgtGrpTable
-
Add a new entry to the table.
- addEntry(SsoServerWSSAgentsWSPAgentEntryMBean) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsWSPAgentTable
-
Add a new entry to the table.
- addEntry(SsoServerWSSAgentsWSPAgentEntryMBean, ObjectName) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsWSPAgentTable
-
Add a new entry to the table.
- addEntry(SsoServerWSSAgentsWSPAgtGrpEntryMBean) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsWSPAgtGrpTable
-
Add a new entry to the table.
- addEntry(SsoServerWSSAgentsWSPAgtGrpEntryMBean, ObjectName) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsWSPAgtGrpTable
-
Add a new entry to the table.
- addEntry(String, String, String, boolean) - Static method in class com.sun.identity.policy.SubjectEvaluationCache
-
Adds a new entry to SubjectEvaluationCache.
- addEntry(SnmpOid, ObjectName, Object) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class org.forgerock.openam.monitoring.cts.CtsTokenOperationsTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class org.forgerock.openam.monitoring.cts.OperationTableMeta
-
- addEntry(CtsCRUDOperationsPerTokenTypeEntryMBean) - Method in class org.forgerock.openam.monitoring.cts.TableCtsCRUDOperationsPerTokenTypeTable
-
Add a new entry to the table.
- addEntry(CtsCRUDOperationsPerTokenTypeEntryMBean, ObjectName) - Method in class org.forgerock.openam.monitoring.cts.TableCtsCRUDOperationsPerTokenTypeTable
-
Add a new entry to the table.
- addEntry(CtsCRUDOperationsEntryMBean) - Method in class org.forgerock.openam.monitoring.cts.TableCtsCRUDOperationsTable
-
Add a new entry to the table.
- addEntry(CtsCRUDOperationsEntryMBean, ObjectName) - Method in class org.forgerock.openam.monitoring.cts.TableCtsCRUDOperationsTable
-
Add a new entry to the table.
- addEntry(CtsTokenOperationsEntryMBean) - Method in class org.forgerock.openam.monitoring.cts.TableCtsTokenOperationsTable
-
Add a new entry to the table.
- addEntry(CtsTokenOperationsEntryMBean, ObjectName) - Method in class org.forgerock.openam.monitoring.cts.TableCtsTokenOperationsTable
-
Add a new entry to the table.
- addEntry(OperationEntryMBean) - Method in class org.forgerock.openam.monitoring.cts.TableOperationTable
-
Add a new entry to the table.
- addEntry(OperationEntryMBean, ObjectName) - Method in class org.forgerock.openam.monitoring.cts.TableOperationTable
-
Add a new entry to the table.
- addEntry(TokenEntryMBean) - Method in class org.forgerock.openam.monitoring.cts.TableTokenTable
-
Add a new entry to the table.
- addEntry(TokenEntryMBean, ObjectName) - Method in class org.forgerock.openam.monitoring.cts.TableTokenTable
-
Add a new entry to the table.
- addEntry(SnmpOid, ObjectName, Object) - Method in class org.forgerock.openam.monitoring.cts.TokenTableMeta
-
- addEnvParamsFromAssertion(Map, Assertion, Subject) - Static method in class com.sun.identity.saml.common.SAMLUtils
-
Returns attributes included in AttributeStatement of the
assertion.
- addEvaluation(long, String, String, String, Subject, PolicyMonitoringType) - Method in interface org.forgerock.openam.entitlement.monitoring.PolicyMonitor
-
Adds an evaluation which should be recorded by the PolicyMonitor.
- addEvaluation(String, long, String, String, String, Subject) - Method in interface org.forgerock.openam.entitlement.monitoring.PolicyMonitor
-
Adds an individual, internal evaluation which should be recorded by the PolicyMonitor.
- addEvaluation(long, String, String, String, Subject, PolicyMonitoringType) - Method in class org.forgerock.openam.entitlement.monitoring.PolicyMonitorImpl
-
Adds an evaluation which should be recorded by the PolicyMonitor.
- addEvaluation(String, long, String, String, String, Subject) - Method in class org.forgerock.openam.entitlement.monitoring.PolicyMonitorImpl
-
Adds an individual, internal evaluation which should be recorded by the PolicyMonitor.
- addEventListener(AMEventListener) - Method in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Registers a event listener that needs to be invoked when a relevant event
occurs.
- addEventListener(IdEventListener) - Method in class com.sun.identity.idm.AMIdentityRepository
-
Adds a listener, which should receive notifications for all changes that
occurred in this organization.
- addExportedOrganizationNames(Set) - Method in class com.sun.identity.sm.ServiceConfig
-
Adds the organization names to the list of organization names that can
import this service configutation.
- addExtraData(String, String) - Method in interface org.forgerock.oauth2.core.AccessToken
-
Stores additional data inside the token.
- addExtraData(String, String) - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Adds additional data to the Access Token.
- addExtraData(String, String) - Method in class org.forgerock.openam.oauth2.StatelessAccessToken
-
Adds additional data to the Access Token.
- addFederationProtocol(Object, String) - Static method in class com.sun.identity.multiprotocol.MultiProtocolUtils
-
Updates session property (SingleLogoutManager.FEDERATION_PROTOCOLS
) with the new protocol information.
- addGlobalAttributes(ServiceConfig, JsonValue) - Method in class org.forgerock.openam.core.rest.sms.SmsGlobalSingletonProvider
-
- addGlobalAttributes(ServiceConfig, JsonValue) - Method in class org.forgerock.openam.core.rest.sms.SmsResourceProvider
-
Add the global attributes to the given JsonValue result.
- addGlobalSchema(Optional<Context>, JsonValue) - Method in class org.forgerock.openam.core.rest.sms.SmsResourceProvider
-
Add the global attribute schema to the given JsonValue result.
- addHeader(String, String) - Method in interface org.forgerock.http.client.request.HttpClientRequest
-
Add a header field to the request.
- addHeader(String, String) - Method in class org.forgerock.http.client.request.SimpleHttpClientRequest
-
Add a header field to the request.
- addHeader(String, String) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletResponse
-
The default behavior of this method is to return addHeader(String name, String value)
on the wrapped response object.
- addHeader(String, String) - Method in class org.forgerock.openam.validation.ResponseValidationFilter.ValidationWrapper
-
- addHost(String, String, String, String) - Method in class com.sun.identity.common.configuration.ServerConfigXML.ServerGroup
-
Adds a host to the group.
- addIdRepoAMSDKPlugin(SSOToken, String) - Static method in class com.sun.identity.sm.SMSMigration70
-
Adds IdRepo AMSDK plugin to the given organization name
- addIndexRule(String) - Method in interface org.forgerock.openam.entitlement.utils.indextree.IndexRuleTree
-
Adds an index rule to the tree.
- addIndexRule(String) - Method in class org.forgerock.openam.entitlement.utils.indextree.SimpleReferenceTree
-
- addIndexRules(Collection<String>) - Method in interface org.forgerock.openam.entitlement.utils.indextree.IndexRuleTree
-
Adds a collection of index rules to the tree.
- addIndexRules(Collection<String>) - Method in class org.forgerock.openam.entitlement.utils.indextree.SimpleReferenceTree
-
- addInfo(AuditConstants.EntriesInfoFieldKey, String) - Method in class org.forgerock.openam.audit.model.AuthenticationAuditEntry
-
Add an info value.
- addInstFinderData(InstFinderData) - Method in class com.sun.identity.install.tools.configurator.InstFinderStore
-
- addInternalRoutes(ResourceRouter) - Method in class org.forgerock.openam.core.rest.CoreRestRouteProvider
-
- addInternalRoutes(ResourceRouter) - Method in class org.forgerock.openam.rest.AbstractRestRouteProvider
-
Add a CREST resource route to the internal router.
- addInternalSessionListener() - Method in class com.iplanet.dpro.session.Session
-
Add listener to Internal Session.
- addIntHeader(String, int) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletResponse
-
The default behavior of this method is to call addIntHeader(String name, int value)
on the wrapped response object.
- addIssueTokenType(TokenType) - Method in class org.forgerock.openam.sts.soap.config.user.SoapSTSInstanceConfig.SoapSTSInstanceConfigBuilderBase
-
- ADDITIONAL_PROPERTIES_ATTR - Static variable in class com.iplanet.services.cdm.clientschema.AMClientCapData
-
- AdditionalContextProcessedElement - Interface in com.sun.identity.wsfederation.jaxb.wsfederation
-
Java content class for AdditionalContextProcessed element declaration.
- AdditionalContextProcessedElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- AdditionalContextProcessedElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AdditionalContextProcessedElementImpl
-
- AdditionalContextProcessedElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- additionalDataToReturnFromAuthorizeEndpoint(Map<String, Token>, OAuth2Request) - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- additionalDataToReturnFromAuthorizeEndpoint(Map<String, Token>, OAuth2Request) - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Provided as an extension point to allow the OAuth2 provider to return additional data from an authorization
request.
- additionalDataToReturnFromAuthorizeEndpoint(Map<String, Token>, OAuth2Request) - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- additionalDataToReturnFromAuthorizeEndpoint(Map<String, Token>, OAuth2Request) - Method in interface org.forgerock.oauth2.core.ScopeValidator
-
Provided as an extension point to allow the OAuth2 provider to return additional data from an authorization
request.
- additionalDataToReturnFromAuthorizeEndpoint(Map<String, Token>, OAuth2Request) - Method in class org.forgerock.openam.oauth2.OpenAMScopeValidator
-
Provided as an extension point to allow the OAuth2 provider to return additional data from an authorization
request.
- additionalDataToReturnFromTokenEndpoint(AccessToken, OAuth2Request) - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- additionalDataToReturnFromTokenEndpoint(AccessToken, OAuth2Request) - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Provided as an extension point to allow the OAuth2 provider to return additional data from an access token
request.
- additionalDataToReturnFromTokenEndpoint(AccessToken, OAuth2Request) - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- additionalDataToReturnFromTokenEndpoint(AccessToken, OAuth2Request) - Method in interface org.forgerock.oauth2.core.ScopeValidator
-
Provided as an extension point to allow the OAuth2 provider to return additional data from an access token
request.
- additionalDataToReturnFromTokenEndpoint(AccessToken, OAuth2Request) - Method in class org.forgerock.openam.oauth2.OpenAMScopeValidator
-
Provided as an extension point to allow the OAuth2 provider to return additional data from an access token
request.
- AdditionalMetadataLocationElement - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for AdditionalMetadataLocation element declaration.
- AdditionalMetadataLocationElementImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AdditionalMetadataLocationElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.AdditionalMetadataLocationElementImpl
-
- AdditionalMetadataLocationElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AdditionalMetadataLocationType - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for AdditionalMetadataLocationType complex type.
- AdditionalMetadataLocationTypeImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AdditionalMetadataLocationTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.AdditionalMetadataLocationTypeImpl
-
- AdditionalMetadataLocationTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- addKeystoreConfig(String, KeyStoreConfig) - Method in class org.forgerock.openam.setup.BootstrapConfig
-
- addLast(Object) - Method in class org.forgerock.openam.utils.JsonArray
-
Adds a final entry into the json array.
- addListener(SSOToken, IdRepoListener) - Method in class com.iplanet.am.sdk.AMSDKRepo
-
- addListener(SSOToken, AMObjectListener, Map) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Add a listener object that will receive notifications when entries are
changed.
- addListener(SSOToken, AMObjectListener, Map) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
- addListener(SSOToken, AMObjectListener, Map) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
- addListener(ConfigListener) - Method in class com.iplanet.dpro.session.service.SessionServiceConfig
-
- addListener(AMClientDataListener) - Method in class com.iplanet.services.cdm.clientschema.AMClientCapData
-
register for listening to Client data changes
- addListener(T, H) - Method in class com.iplanet.services.ldap.event.LDAPv3PersistentSearch
-
Adds an
IdRepoListener object, which needs to be notified about persistent search results.
- addListener(ConfigurationListener) - Method in class com.sun.identity.common.configuration.ConfigurationObserver
-
Adds listener for all services.
- addListener(Subject, EntitlementListener) - Method in interface com.sun.identity.entitlement.interfaces.IEntitlementListenerRegistry
-
Adds entitlement listener.
- addListener(Subject, EntitlementListener) - Method in class com.sun.identity.entitlement.ListenerManager
-
Adds entitlement listener.
- addListener(Subject, EntitlementListener) - Method in class com.sun.identity.entitlement.opensso.OpenSSOEntitlementListener
-
- addListener(SSOToken, IdRepoListener) - Method in class com.sun.identity.idm.IdRepo
-
Adds a listener for changes in the repository
- addListener(SSOToken, IdRepoListener) - Method in class com.sun.identity.idm.plugins.database.DatabaseRepo
-
- addListener(SSOToken, IdRepoListener) - Method in class com.sun.identity.idm.plugins.files.FilesRepo
-
- addListener(SSOToken, IdRepoListener) - Method in class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- addListener(SSOToken, IdRepoListener) - Method in class com.sun.identity.idm.plugins.internal.SpecialRepo
-
- addListener(ConfigurationListener) - Method in interface com.sun.identity.plugin.configuration.ConfigurationInstance
-
Registers for changes to the component's configuration.
- addListener(ConfigurationListener) - Method in class com.sun.identity.plugin.configuration.impl.ConfigurationInstanceImpl
-
Registers for changes to the component's configuration.
- addListener(ConfigurationListener) - Method in class com.sun.identity.plugin.configuration.impl.FedletConfigurationImpl
-
Registers for changes to the component's configuration.
- addListener(Object, SessionListener) - Method in class com.sun.identity.plugin.session.impl.FedletSessionProvider
-
Registers a listener for the session.
- addListener(Object, SessionListener) - Method in class com.sun.identity.plugin.session.impl.FMSessionProvider
-
Registers a listener for the session.
- addListener(Object, SessionListener) - Method in interface com.sun.identity.plugin.session.SessionProvider
-
Registers a listener for the session.
- addListener(HttpHeaders, HttpServletRequest, String, List<String>, String) - Method in class com.sun.identity.rest.ListenerResource
-
- addListener(ServiceListener) - Method in class com.sun.identity.sm.OrganizationConfigManager
-
Registers for changes to organization's
configuration.
- addListener(ServiceListener) - Method in class com.sun.identity.sm.ServiceConfigManager
-
Registers for changes to service's configuration.
- addListener(ServiceListener) - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Registers for changes to service's schema.
- addListener(ConfigListener) - Method in class org.forgerock.openam.cts.CoreTokenConfig
-
- addListener(SSOToken, IdRepoListener) - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
Registers an IdRepoListener, which will be notified of realm level service changes and persistent search results.
- addListener(ServiceListener) - Method in class org.forgerock.openam.services.push.PushNotificationServiceConfigHelperFactory
-
Add a listener to the service config manager held by this factory.
- addListener(SessionModificationListener) - Method in class org.forgerock.openam.session.service.access.persistence.watchers.SessionModificationWatcher
-
Add a listener which will be triggered by this watcher.
- addListener(ContinuousQueryListener<Attribute>, Set<Void>) - Method in class org.forgerock.openam.sm.datalayer.impl.ldap.CTSDJLDAPv3PersistentSearch
-
- addListener(SSOToken, IdRepoListener) - Method in class org.openidentityplatform.openam.cassandra.Repo
-
- addListProperty(String, String, String) - Static method in class com.sun.identity.install.tools.util.FileUtils
-
Adds an entry to a list property in Product Config properties
- addLogger(Logger) - Method in class com.sun.identity.log.LogManager
-
Adds a logger to the Log Manager.
- addLogInfo(String, Object) - Method in class com.sun.identity.entitlement.log.ELogRecord
-
Adds to the log information map, the field key and its corresponding
value.
- addLogInfo(String, Object) - Method in interface com.sun.identity.log.ILogRecord
-
Adds to the log information map, the field key and its corresponding
value.
- addLogInfo(String, Object) - Method in class com.sun.identity.log.LogRecord
-
Adds to the log information map, the field key and its corresponding
value.
- addLogoutCookieToURL(String, String, boolean) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Adds Logout cookie to URL.
- addLogWriterShutdownHook(PrintWriter) - Static method in class com.sun.identity.install.tools.util.LogHelper
-
- addMapping(TokenTypeId, String, String, Map<String, String>) - Method in class org.forgerock.openam.sts.config.user.AuthTargetMapping.AuthTargetMappingBuilder
-
Associates a particular token type with authIndexType and authIndexValue values.
- addMapping(TokenTypeId, String, String) - Method in class org.forgerock.openam.sts.config.user.AuthTargetMapping.AuthTargetMappingBuilder
-
Associates a particular token type with authIndexType and authIndexValue values.
- addMapProperty(String, String, String, String) - Static method in class com.sun.identity.install.tools.util.FileUtils
-
Method addMapProperty
Adds a map property like key[name]=value in PRODUCT
Config.properties
- addMember(Guid) - Method in class com.iplanet.ums.AssignableDynamicGroup
-
Adds a member to the group.
- addMember(PersistentObject) - Method in class com.iplanet.ums.AssignableDynamicGroup
-
Adds a member to the group.
- addMember(Guid) - Method in interface com.iplanet.ums.IAssignableMembership
-
Adds a member to the group.
- addMember(PersistentObject) - Method in interface com.iplanet.ums.IAssignableMembership
-
Adds a member to the group.
- addMember(PersistentObject) - Method in class com.iplanet.ums.ManagedRole
-
Adds a member to the role.
- addMember(Guid) - Method in class com.iplanet.ums.ManagedRole
-
Adds a member to the role.
- addMember(Guid) - Method in class com.iplanet.ums.StaticGroup
-
Adds a member to the group.
- addMember(PersistentObject) - Method in class com.iplanet.ums.StaticGroup
-
Adds a member to the group.
- AddMember - Class in com.sun.identity.cli.idrepo
-
This command will make an identity a member of another identity.
- AddMember() - Constructor for class com.sun.identity.cli.idrepo.AddMember
-
- addMember(AMIdentity) - Method in class com.sun.identity.idm.AMIdentity
-
If membership is supported then add the new identity as a member.
- ADDMEMBER - Static variable in class com.sun.identity.idm.IdRepo
-
The constants used to define membership operations.
- addMembers(Guid[]) - Method in class com.iplanet.ums.AssignableDynamicGroup
-
Adds a list of members to the group.
- addMembers(Guid[]) - Method in interface com.iplanet.ums.IAssignableMembership
-
Adds a list of members to the group.
- addMembers(Guid[]) - Method in class com.iplanet.ums.ManagedRole
-
Adds a list of members to the role.
- addMembers(Guid[]) - Method in class com.iplanet.ums.StaticGroup
-
Adds a list of members to the group.
- addMembersToGroup(Set<String>, String, String) - Method in interface com.sun.identity.idm.plugins.database.DaoInterface
-
- addMembersToGroup(Set<String>, String, String) - Method in class com.sun.identity.idm.plugins.database.JdbcSimpleUserDao
-
- addMetaAlias(String, String) - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
Appends meta alias to the URL.
- addModuleParameters() - Method in class com.sun.identity.install.tools.util.RESTEndpoint.RESTEndpointBuilder
-
Add the auth index name and auth index value to the list of parameters.
- addMovedOrRenamedListener(IdentityMovedOrRenamedListener) - Method in class org.forgerock.openam.idrepo.ldap.psearch.DJLDAPv3PersistentSearch
-
Adds an
IdentityMovedOrRenamedListener object, which needs to be notified about persistent search results
where the identity has been renamed or moved.
- addNestedGroups(Set) - Method in interface com.iplanet.am.sdk.AMGroup
-
Deprecated.
Nests the given group distinguished names in this the group.
- addNewAttribute(Set<AttributeSchemaImpl>, AttributeSchemaImpl) - Method in class com.sun.identity.sm.AbstractUpgradeHelper
-
- addNewAttribute(Set<AttributeSchemaImpl>, AttributeSchemaImpl) - Method in class org.forgerock.openam.upgrade.helpers.AuthServiceHelper
-
- addNewAttribute(Set<AttributeSchemaImpl>, AttributeSchemaImpl) - Method in class org.forgerock.openam.upgrade.helpers.SessionServiceHelper
-
- addNewAttribute(Set<AttributeSchemaImpl>, AttributeSchemaImpl) - Method in interface org.forgerock.openam.upgrade.UpgradeHelper
-
Given the existing attributes in the schema and the new attribute the upgrade helper
can decide how to change the new attr based on the state of the existing attributes.
- addNewSchema(String, SchemaUpgradeWrapper, SSOToken) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Adds a new Schema to an already existing service.
- addNewSubSchema(String, SubSchemaModificationWrapper, ServiceSchema, SSOToken) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
- addNewSubSchemas(String, Map<String, SubSchemaUpgradeWrapper>, SSOToken) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
- addNodeCreator(char, NodeCreator) - Method in class org.forgerock.openam.entitlement.utils.indextree.nodefactory.AbstractTreeNodeFactory
-
Add a node creator for the given node value.
- addNotification(Notification) - Method in class com.iplanet.services.comm.share.NotificationSet
-
Adds a Notification object to this object.
- addNotificationHandler(String, NotificationHandler) - Static method in class com.iplanet.services.comm.client.PLLClient
-
Adds a notification handler for a service.
- addObjectClass(Entry) - Static method in class org.forgerock.openam.cts.utils.LdapTokenAttributeConversion
-
Only adds the ObjectClass if it hasn't already been added.
- addObligation(Obligation) - Method in class com.sun.identity.xacml.policy.impl.ObligationsImpl
-
Adds an Obligation to this object.
- addObligation(Obligation) - Method in interface com.sun.identity.xacml.policy.Obligations
-
- addOptionalAttribute(Attr) - Method in class com.iplanet.ums.CreationTemplate
-
Adds the attribute to the optional attributes.
- addOrganisationAttributes(String, ServiceConfig, JsonValue) - Method in class org.forgerock.openam.core.rest.sms.SmsGlobalSingletonProvider
-
- addOrganisationAttributes(String, ServiceConfig, JsonValue) - Method in class org.forgerock.openam.core.rest.sms.SmsResourceProvider
-
Add the organisation attributes to the given JsonValue result.
- addOrganisationSchema(Optional<Context>, JsonValue) - Method in class org.forgerock.openam.core.rest.sms.SmsGlobalSingletonProvider
-
- addOrganisationSchema(Optional<Context>, JsonValue) - Method in class org.forgerock.openam.core.rest.sms.SmsResourceProvider
-
Add the organisation attribute schema to the given JsonValue result.
- addParameter(String, Object) - Method in class com.sun.identity.setup.HttpServletRequestWrapper
-
Adds parmeter.
- addParameter(String, Object) - Method in interface com.sun.identity.setup.IHttpServletRequest
-
Adds parmeter.
- addParameter(String, Object) - Method in class org.forgerock.openam.upgrade.UpgradeHttpServletRequest
-
- addPatcher(Runnable) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- addPatcher(Runnable) - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext
-
Adds a job that will be executed at the last of the unmarshalling.
- addPatcher(Runnable) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- addPatcher(Runnable) - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallingContext
-
Adds a job that will be executed at the last of the unmarshalling.
- addPattern(String) - Method in class org.forgerock.openam.entitlement.ResourceType.Builder
-
Add a resource pattern that guides the resource for a policy.
- addPatterns(Set<String>) - Method in class org.forgerock.openam.entitlement.ResourceType.Builder
-
Add resource patterns that guides the resource for a policy.
- addPeopleContainerRule(Guid, String) - Method in class com.iplanet.ums.Organization
-
Adds rule for determining which People Container the user is supposed to
be in.
- AddPluginInterface - Class in com.sun.identity.cli.schema
-
Adds plug-in interface to a service schema.
- AddPluginInterface() - Constructor for class com.sun.identity.cli.schema.AddPluginInterface
-
- addPluginInterface(String, String, String) - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Adds a new plugin interface objct to service's schema.
- addPluginSchema(Document) - Method in class com.sun.identity.sm.ServiceManager
-
Adds a new plugin schema to an existing service
- AddPluginSchema - Class in org.forgerock.openam.cli.schema
-
Add a Plug-in schema to a service.
- AddPluginSchema() - Constructor for class org.forgerock.openam.cli.schema.AddPluginSchema
-
- addPolicy(Subject, String, Privilege) - Method in class com.sun.identity.entitlement.opensso.OpenSSOPolicyDataStore
-
- addPolicy(Subject, String, Privilege) - Method in class com.sun.identity.entitlement.PolicyDataStore
-
Adds policy.
- addPolicy(Policy) - Method in class com.sun.identity.policy.PolicyManager
-
Deprecated.
Adds a policy to the data store.
- addPolicyListener(PolicyListener) - Method in class com.sun.identity.policy.PolicyEvaluator
-
Deprecated.
Adds a policy listener that would be notified whenever a policy
is added, removed or changed
- addPolicyToPolicySet(Policy, PolicySet) - Static method in class com.sun.identity.entitlement.xacml3.XACMLPrivilegeUtils
-
- addPrivilege(DelegationPrivilege) - Method in class com.sun.identity.delegation.DelegationManager
-
Adds a delegation privilege to a specific realm.
- addPrivilege(SSOToken, String, DelegationPrivilege) - Method in interface com.sun.identity.delegation.interfaces.DelegationInterface
-
Adds a delegation privilege to a specific realm.
- addPrivilege(SSOToken, String, DelegationPrivilege) - Method in class com.sun.identity.delegation.plugins.DelegationPolicyImpl
-
Adds a delegation privilege to a specific realm.
- addPrivilege(ApplicationPrivilege) - Method in class com.sun.identity.entitlement.ApplicationPrivilegeManager
-
Adds a delegation privilege.
- addPrivilege(ApplicationPrivilege) - Method in class com.sun.identity.entitlement.opensso.OpenSSOApplicationPrivilegeManager
-
- addPrivilege(Privilege) - Method in class com.sun.identity.entitlement.xacml3.PrivilegeSet
-
Adds privilege to this set.
- AddPrivileges - Class in com.sun.identity.cli.idrepo
-
This command adds privileges to an identity.
- AddPrivileges() - Constructor for class com.sun.identity.cli.idrepo.AddPrivileges
-
- AddProviderToCOT - Class in com.sun.identity.workflow
-
Add a provider to a circle of trust.
- addPublicKey(String, X509Certificate) - Method in class com.sun.identity.sae.api.SecureAttrs
-
This interface allows to register a public key to be used for signature
verification.
- addPublicKey(String, X509Certificate) - Method in interface com.sun.identity.sae.api.SecureAttrs.Certs
-
- addQuery(QueryElement) - Method in class com.sun.identity.log.LogQuery
-
Adds a query element to the list present in LogQuery.
- addQueryParameter(String, String) - Method in interface org.forgerock.http.client.request.HttpClientRequest
-
Add a query parameter to the request.
- addQueryParameter(String, String) - Method in class org.forgerock.http.client.request.SimpleHttpClientRequest
-
Add a query parameter to the request.
- addRealmSubject(SSOToken, String, String, boolean) - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Adds a reference in the policy to a Subject defined at the realm.
- addRealmSubject(String, SubjectTypeManager, boolean) - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Adds a reference in the policy to a Subject defined at the realm.
- addReaperRun(long, long, long) - Method in interface org.forgerock.openam.cts.monitoring.CTSReaperMonitoringStore
-
Adds a CTS Reaper run to the monitoring store.
- addReaperRun(long, long, long) - Method in class org.forgerock.openam.cts.monitoring.impl.CTSMonitoringStoreImpl
-
Adds a CTS Reaper run to the monitoring store.
- addReferral(Subject, String, ReferralPrivilege) - Method in class com.sun.identity.entitlement.opensso.DataStore
-
Adds a referral.
- addReferral(Subject, String, ReferralPrivilege) - Method in class com.sun.identity.entitlement.opensso.OpenSSOPolicyDataStore
-
- addReferral(Subject, String, ReferralPrivilege) - Method in class com.sun.identity.entitlement.PolicyDataStore
-
Adds a referral privilege.
- addReferral(String, Referral) - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Adds a new policy referral.
- addReferral(Referral) - Method in class com.sun.identity.policy.Referrals
-
Adds a Referral object to the this instance
of user collection.
- addReferral(String, Referral) - Method in class com.sun.identity.policy.Referrals
-
Adds a Referral object to the this instance
of user collection.
- addReferralPrivilege(ReferralPrivilege) - Method in class com.sun.identity.entitlement.xacml3.PrivilegeSet
-
Adds referralPrivilege to this set.
- addRemoteListener(IdEventListener) - Static method in class com.sun.identity.idm.IdRepoListener
-
- ADDREMOVELIST - Static variable in class com.sun.identity.sm.AttributeSchema.UIType
-
The ADDREMOVELIST attribute type specifies that the
multiple choice attribute should be display as add remove list
widget.
- addRequest(Request) - Method in class com.iplanet.services.comm.share.RequestSet
-
Adds a Request object to this object.
- addRequesterIDToScope(Scoping, String) - Static method in class com.sun.identity.saml2.profile.IDPProxyUtil
-
- addRequiredAttribute(Attr) - Method in class com.iplanet.ums.CreationTemplate
-
Adds the attribute to the required attributes.
- AddResourceBundle - Class in com.sun.identity.cli
-
Adds resource bundle to data store.
- AddResourceBundle() - Constructor for class com.sun.identity.cli.AddResourceBundle
-
- addResourceResult(ResourceResult, ServiceType) - Method in class com.sun.identity.policy.ResourceResult
-
Deprecated.
Adds a resource result to the resource result sub tree rooted at
this ResourceResult
- addResourceResult(ResourceResult, ResourceName) - Method in class com.sun.identity.policy.ResourceResult
-
Deprecated.
Adds a resource result to the resource result sub tree rooted at
this ResourceResult
- addResourceRoutes(ResourceRouter, ResourceRouter) - Method in class org.forgerock.openam.audit.rest.AuditRestRouteProvider
-
- addResourceRoutes(ResourceRouter, ResourceRouter) - Method in class org.forgerock.openam.core.rest.CoreRestRouteProvider
-
- addResourceRoutes(ResourceRouter, ResourceRouter) - Method in class org.forgerock.openam.core.rest.SmsRestRouteProvider
-
- addResourceRoutes(ResourceRouter, ResourceRouter) - Method in class org.forgerock.openam.entitlement.rest.EntitlementsRestRouteProvider
-
- addResourceRoutes(ResourceRouter, ResourceRouter) - Method in class org.forgerock.openam.oauth2.rest.OAuth2RestRouteProvider
-
- addResourceRoutes(ResourceRouter, ResourceRouter) - Method in class org.forgerock.openam.rest.AbstractRestRouteProvider
-
Add resource (CREST) route registrations to the provided routers.
- addResourceRoutes(ResourceRouter, ResourceRouter) - Method in class org.forgerock.openam.scripting.rest.ScriptingRestRouteProvider
-
- addResourceRoutes(ResourceRouter, ResourceRouter) - Method in class org.forgerock.openam.selfservice.SelfServiceRestRouteProvider
-
- addResourceRoutes(ResourceRouter, ResourceRouter) - Method in class org.forgerock.openam.services.push.PushNotificationRestRouteProvider
-
- addResourceRoutes(ResourceRouter, ResourceRouter) - Method in class org.forgerock.openam.uma.rest.UmaRestRouteProvider
-
- addResourceSetId(String) - Method in class org.forgerock.openam.oauth2.resources.labels.ResourceSetLabel
-
- addResourceType(ResourceType) - Method in class com.sun.identity.entitlement.xacml3.PrivilegeSet
-
Adds resource type to this set.
- addResourceTypeUuid(String) - Method in class com.sun.identity.entitlement.Application
-
Adds the passed resource type UUID to the application.
- addRespondWith(String) - Method in class com.sun.identity.saml.protocol.AbstractRequest
-
Adds a RespondWith to the Request.
- addResponse(Response) - Method in class com.iplanet.services.comm.share.ResponseSet
-
Adds a Response object to this object.
- addResponseProvider(String, ResponseProvider) - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Adds a new ResponseProvider to the policy.
- addResponseProvider(ResponseProvider) - Method in class com.sun.identity.policy.ResponseProviders
-
Adds a ResponseProvider object to this instance
of ResponseProviders.
- addResponseProvider(String, ResponseProvider) - Method in class com.sun.identity.policy.ResponseProviders
-
Adds a ResponseProvider object to this instance
of ResponseProviders.
- addResponseTimes(long) - Method in class com.sun.identity.entitlement.util.NetworkMonitor.StatsData
-
- ADDRESS - Static variable in class com.sun.identity.wss.trust.RequestSecurityToken
-
- ADDRESS - Static variable in class com.sun.identity.wss.trust.RequestSecurityTokenResponse
-
- ADDRESS - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Scopes
-
Address scope.
- ADDRESS_CARD_ELEMENT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- ADDRESS_CARD_ELEMENT_INT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- ADDRESS_MAPPING - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2ProviderService
-
- ADDRESS_TAG_NAME - Static variable in class com.sun.identity.wsfederation.common.WSFederationConstants
-
XML tag name for <Address%gt;.
- addRestrictedToken(SessionID, TokenRestriction) - Method in class com.iplanet.dpro.session.service.InternalSession
-
Add new restricted token pointing at the same session to the list.
- addResult(AMIdentity, Map) - Method in class com.sun.identity.idm.IdSearchResults
-
Adds an AMIdentity object to this search result.
- addResult(Result) - Method in class com.sun.identity.xacml.context.impl.ResponseImpl
-
Adds a Result to this object
- addResult(Result) - Method in interface com.sun.identity.xacml.context.Response
-
Adds a Result to this object
- addReturnAttribute(CoreTokenField) - Method in class org.forgerock.openam.cts.api.filter.TokenFilter
-
Assigns an attribute to be part of the return attributes.
- addRoute(RoutingMode, String, RequestHandler, boolean) - Method in class org.forgerock.openam.core.rest.sms.tree.SmsRouteTree
-
- addRoute(RoutingMode, String, RequestHandler) - Method in class org.forgerock.openam.core.rest.sms.tree.SmsRouteTree
-
Adds a new route to this router for the provided request handler.
- addRoutes(ResourceRouter, ResourceRouter, ResourceRouter, ServiceRouter, ServiceRouter) - Method in class org.forgerock.openam.rest.AbstractRestRouteProvider
-
- addRoutes(ResourceRouter, ResourceRouter, ResourceRouter, ServiceRouter, ServiceRouter) - Method in interface org.forgerock.openam.rest.RestRouteProvider
-
Implementations to add route registrations to the provided routers.
- addRoutes(ResourceRouter, ResourceRouter, ResourceRouter, ServiceRouter, ServiceRouter) - Method in class org.forgerock.openam.temper.TimeTravelRouteProvider
-
- addRule(Rule) - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Adds a new policy rule.
- addSecurityPolicyTokenValidationConfiguration(TokenType, boolean) - Method in class org.forgerock.openam.sts.soap.config.user.SoapSTSInstanceConfig.SoapSTSInstanceConfigBuilderBase
-
- addServerDefaults(String, String, String, String, Set, String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Creates the default server configuration .
- addServersToSite(SSOToken, String, Collection) - Static method in class com.sun.identity.common.configuration.SiteConfiguration
-
Adds a set of server instances to a site.
- addServiceConfig(String, Map) - Method in class com.sun.identity.sm.OrganizationConfigManager
-
Adds a service configuration object for the given
service name for this organization.
- addServiceListener(ConfigurationListener, Predicate<String>) - Method in class com.sun.identity.common.configuration.ConfigurationObserver
-
Adds listeners for service names that match the provided predicate.
- addServiceListener(CachedSMSEntry.SMSEntryUpdateListener) - Method in class com.sun.identity.sm.CachedSMSEntry
-
Method to add objects that needs notifications
- addServiceRoutes(ServiceRouter, ServiceRouter) - Method in class org.forgerock.openam.core.rest.CoreRestRouteProvider
-
- addServiceRoutes(ServiceRouter, ServiceRouter) - Method in class org.forgerock.openam.rest.AbstractRestRouteProvider
-
Add service (CHF REST) route registrations to the provided routers
- addSession(InternalSession) - Method in class com.iplanet.dpro.session.service.AuthenticationSessionStore
-
- addSession(String, FSSession) - Method in class com.sun.identity.federation.services.FSSessionManager
-
Adds a federation session to a user.
- addSessionEventURL(String, SessionID) - Method in class com.iplanet.dpro.session.service.InternalSession
-
Adds a listener for the associated session ID.
- addSessionForGivenUUID(String, Long) - Method in class com.iplanet.dpro.session.share.SessionResponse
-
Adds the Session Information for a User.
- addSessionInfo(SessionInfo) - Method in class com.iplanet.dpro.session.share.SessionResponse
-
Adds a SessionInfo object.
- addSessionListener(Session, String) - Method in class com.iplanet.dpro.session.monitoring.MonitoredOperations
-
- addSessionListener(Session, String) - Method in interface com.iplanet.dpro.session.operations.SessionOperations
-
Add a session listener notification url.
- addSessionListener(Session, String) - Method in class com.iplanet.dpro.session.operations.strategies.ClientSdkOperations
-
- addSessionListener(Session, String) - Method in class com.iplanet.dpro.session.operations.strategies.LocalOperations
-
- addSessionListener(Session, String) - Method in class com.iplanet.dpro.session.operations.strategies.StatelessOperations
-
- addSessionListener(Session, String) - Method in class com.iplanet.dpro.session.service.SessionService
-
Adds listener to a Internal Sessions.
- addSessionListener(SessionListener) - Method in class com.iplanet.dpro.session.Session
-
Adds a session listener for session change events.
- addSessionListener(SessionListener, boolean) - Method in class com.iplanet.dpro.session.Session
-
Adds a session listener for session change events.
- AddSessionListener - Static variable in class com.iplanet.dpro.session.share.SessionRequest
-
- addSessionPartner(FSSessionPartner) - Method in class com.sun.identity.federation.services.FSSession
-
Adds a session partner.
- addSessionPartner(SAML2SessionPartner) - Method in class com.sun.identity.saml2.profile.IDPSession
-
Adds a session partner.
- addShutdownListener(ShutdownListener) - Method in class com.sun.identity.common.ShutdownManager
-
Adds a ShutdownListener to this ShutdownManager.
- addShutdownListener(ShutdownListener, ShutdownPriority) - Method in class com.sun.identity.common.ShutdownManager
-
Adds a ShutdownListener to this ShutdownManager with indicated level.
- AddSiteFailoverURLs - Class in com.sun.identity.cli.serverconfig
-
Add secondary URLs of a site.
- AddSiteFailoverURLs() - Constructor for class com.sun.identity.cli.serverconfig.AddSiteFailoverURLs
-
- AddSiteMembers - Class in com.sun.identity.cli.serverconfig
-
Add members to site.
- AddSiteMembers() - Constructor for class com.sun.identity.cli.serverconfig.AddSiteMembers
-
- addSiteSecondaryURLs(SSOToken, String, Collection) - Static method in class com.sun.identity.common.configuration.SiteConfiguration
-
Adds the secondary URLs of a site.
- addSSOTokenListener(SSOTokenListener) - Method in interface com.iplanet.sso.SSOToken
-
Adds an SSO token listener for the token change events.
- addSSOTokenListener(SSOTokenListener) - Method in class com.sun.identity.authentication.internal.AuthSSOToken
-
- addSSOTokenPrincipal(Subject, SessionID) - Method in class com.sun.identity.authentication.service.DefaultSessionActivator
-
- addStatement(Statement) - Method in class com.sun.identity.federation.message.FSAssertion
-
Deprecated.
Adds the Statement object to the
Statment's object Set.
- addStatement(Statement) - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Adds a statement to this Assertion
- addStatsListener(StatsListener) - Method in class com.sun.identity.shared.stats.Stats
-
- addStatusMessageCode(String) - Method in class com.sun.identity.config.util.TemplatedPage
-
- addSubConfig(String, String, int, Map) - Method in class com.sun.identity.sm.ServiceConfig
-
Adds a service sub-configuration with configuration parameters.
- addSubConfig(String, String, String, String, Map, int) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Adds SubConfiguration to an existing subconfiguration in a service.
- addSubConfigAttributeDefaultValues(String, Set, String, String, String, Set) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Adds defaults values to service sub-configuration
- AddSubConfiguration - Class in com.sun.identity.cli.schema
-
Adds sub configuration.
- AddSubConfiguration() - Constructor for class com.sun.identity.cli.schema.AddSubConfiguration
-
- addSubConfiguration(String, String, String, String, Map, int) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Adds SubConfiguration to a service.
- addSubject(String, Subject) - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Adds a new policy subject.
- addSubject(String, Subject, boolean) - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Adds a new policy subject.
- addSubject(Subject) - Method in class com.sun.identity.policy.Subjects
-
Adds a Subject object to the this instance
of user collection.
- addSubject(String, Subject) - Method in class com.sun.identity.policy.Subjects
-
Adds a Subject object to the this instance
of user collection.
- addSubject(String, Subject, boolean) - Method in class com.sun.identity.policy.Subjects
-
Adds a Subject object to the this instance
of user collection.
- addSubject(String, Subject) - Method in class com.sun.identity.policy.SubjectTypeManager
-
Deprecated.
Adds a policy subject at realm.
- addSubjectAttributeNames(String, Set<String>) - Method in interface com.sun.identity.entitlement.EntitlementConfiguration
-
Adds subject attribute names.
- addSubjectAttributeNames(String, Set<String>) - Method in class com.sun.identity.entitlement.opensso.EntitlementService
-
Returns subject attribute names.
- AddSubSchema - Class in com.sun.identity.cli.schema
-
Adds sub configuration.
- AddSubSchema() - Constructor for class com.sun.identity.cli.schema.AddSubSchema
-
- addSubSchema(InputStream) - Method in class com.sun.identity.sm.ServiceSchema
-
Adds the service's sub-schema given the XML input stream that follows the
SMS DTD.
- addSubSchema(String, ServiceSchemaModificationWrapper) - Method in class org.forgerock.openam.upgrade.ServiceSchemaModificationWrapper
-
Add a new named modified sub schema to this wrapper
- addSubSchema(String, String, String, String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Adds sub schema to a service.
- addSubSchema(String, String, ServiceSchema, Node) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Adds sub schema to a service.
- addSupportedTokenTransform(TokenType, TokenType, boolean) - Method in class org.forgerock.openam.sts.rest.config.user.RestSTSInstanceConfig.RestSTSInstanceConfigBuilderBase
-
- addTemplateAttribute(String, String) - Method in class com.iplanet.ums.cos.COSTemplate
-
Adds a name/value attribute pair for this template; for example,
"postalcode" and "95020".
- addTimeLogInfo(Date) - Method in class com.sun.identity.log.LogRecord
-
- addTiming(long, String, String, String, Subject) - Method in class org.forgerock.openam.entitlement.monitoring.EvaluationTimingStore
-
Records a specific policy evaluation run time instance.
- addTiming(String, long, String, String, String, Subject) - Method in class org.forgerock.openam.entitlement.monitoring.InternalEvaluationTimingStore
-
- addTimingEntry(long) - Method in class com.iplanet.dpro.session.monitoring.SessionMonitoringTimingStore
-
Adds an entry to the timing store, having wrapped the supplied long duration in a
SessionTimingEntry.
- addToClientMap(String, Map) - Method in class com.iplanet.services.cdm.DefaultClientTypesManager
-
Add to the userAgentMap, clientTypeMap & ProfilesMap.
- addToClientMap(String, Map, boolean) - Method in class com.iplanet.services.cdm.DefaultClientTypesManager
-
- addToCOT(String, String, String) - Static method in class com.sun.identity.workflow.AddProviderToCOT
-
- addToCurrentFileList(String, String, String) - Static method in class com.sun.identity.log.handlers.SecureFileHandler
-
Add new file name to the file list
- addToIdTable(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- addToIdTable(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext
-
Adds the object which is currently being unmarshalled
to the ID table.
- addToIdTable(String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- addToIdTable(String) - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallingContext
-
Adds the object which is currently being unmarshalled
to the ID table.
- addToIndexes(String, Map) - Method in class com.iplanet.services.cdm.DefaultClientTypesManager
-
Create Client Object & add to all our indexes.
- addToIndexes(String, Map, boolean) - Method in class com.iplanet.services.cdm.DefaultClientTypesManager
-
- addToken(SoapMessage) - Method in class org.forgerock.openam.sts.soap.policy.am.OpenAMSessionTokenClientInterceptor
-
This method is called on the outbound client side, secure-request in JASPI terms.
- addToken(SoapMessage) - Method in class org.forgerock.openam.sts.soap.policy.am.OpenAMSessionTokenServerInterceptor
-
This method is called on the outbound client side, secure-request in JASPI terms.
- addTokenOperation(Token, CTSOperation, boolean) - Method in interface org.forgerock.openam.cts.monitoring.CTSOperationsMonitoringStore
-
Adds a Token operation into the monitoring store.
- addTokenOperation(Token, CTSOperation, boolean) - Method in class org.forgerock.openam.cts.monitoring.impl.CTSMonitoringStoreImpl
-
Adds a Token operation into the monitoring store.
- addTokenOperation(TokenType, CTSOperation, boolean) - Method in class org.forgerock.openam.cts.monitoring.impl.operations.TokenOperationsStore
-
Adds a Token operation into the monitoring store.
- addTokenOperation(CTSOperation, boolean) - Method in class org.forgerock.openam.cts.monitoring.impl.operations.TokenOperationsStore
-
Adds a Token operation into the monitoring store.
- addToListenersMap(String, Object) - Method in class com.sun.identity.authentication.config.AMConfiguration
-
Adds listener to listeners Map.
- addToOrgMapCache(SSOToken, String) - Static method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Protected method to update the orgMapCache
- addToParent(Element) - Method in class com.sun.identity.liberty.ws.common.wsse.BinarySecurityToken
-
Adds th binary security token to the header element.
- addToParent(Element) - Method in class com.sun.identity.liberty.ws.security.SecurityAssertion
-
Add the Assertion to the Document Element.
- addToParent(Element) - Method in class com.sun.identity.liberty.ws.soapbinding.CorrelationHeader
-
Converts this header to org.w3c.dom.Element and add to
parent Header Element.
- addToParent(Element) - Method in class com.sun.identity.wss.security.KeyIdentifier
-
Adds the key identifier to the parent element.
- addToParent(Element) - Method in class com.sun.identity.wss.security.Reference
-
Adds the reference to parent element.
- addToParent(Element) - Method in class com.sun.identity.wss.security.SecurityTokenReference
-
Adds the securitytoken reference to the parent element.
- addToPartialMatchMap(String, String) - Method in class com.iplanet.services.cdm.DefaultClientTypesManager
-
Add client to our partialMatchMap.
- addToRequestQueue(CLIRequest) - Method in class com.sun.identity.cli.CommandManager
-
Adds request to request queue.
- addToSite(SSOToken, String, String) - Static method in class com.sun.identity.common.configuration.ServerConfiguration
-
Adds server to a site.
- addToSite(String, String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Adds server to a site.
- addTrustSPMetadata(TrustSPMetadata, String) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
- addUriQueryComponent(String, String) - Method in class org.forgerock.openam.authentication.callbacks.helpers.QRCallbackBuilder
-
Add a query component to use in the QR Callback URI.
- addUser(User) - Method in class com.iplanet.ums.PeopleContainer
-
Adds a new User object to the People Container.
- addUsers(Set) - Method in interface com.iplanet.am.sdk.AMAssignableDynamicGroup
-
Deprecated.
Adds users to the assignable dynamic group.
- addUsers(Set) - Method in interface com.iplanet.am.sdk.AMRole
-
Deprecated.
Adds users to the role.
- addUsers(Set) - Method in interface com.iplanet.am.sdk.AMStaticGroup
-
Deprecated.
Adds users to the static group.
- addValidatedDelegationTokenType(TokenType, boolean) - Method in class org.forgerock.openam.sts.soap.config.user.SoapDelegationConfig.SoapDelegationConfigBuilder
-
- addValidation(String, String, String) - Method in class com.iplanet.ums.CreationTemplate
-
Adds the validator and the rule for the attribute name.
- addValidationInfo(ValidationInfo) - Method in class com.sun.identity.install.tools.configurator.InteractionInfo
-
- addValue(String) - Method in class com.iplanet.services.ldap.Attr
-
Add a string value to the attribute
- addValue(byte[]) - Method in class com.iplanet.services.ldap.Attr
-
Add a byte array value to the attribute
- addValues(String[]) - Method in class com.iplanet.services.ldap.Attr
-
Add mulitple string values to the attribute
- addValues(byte[][]) - Method in class com.iplanet.services.ldap.Attr
-
Add a list byte array values to the attribute
- ADHelper - Class in org.forgerock.openam.idrepo.ldap.helpers
-
Handles AD specific aspects of Data Store, more specifically handles the fact that AD uses bitmasks to store account
related informations in the userAccountControl attribute.
- ADHelper() - Constructor for class org.forgerock.openam.idrepo.ldap.helpers.ADHelper
-
- adjustBusyConnections(int) - Method in class com.sun.identity.monitoring.SsoServerConnPoolSvcImpl
-
- adjustEntry(Object) - Method in class com.iplanet.am.util.Cache
-
This method adjusts the table by removing the entry corresponding to key
from the table.
- adjustEntry(Object) - Method in class com.sun.identity.entitlement.opensso.Cache
-
This method adjusts the table by removing the entry corresponding to key
from the table.
- admin - Variable in class com.sun.identity.idsvcs.Read
-
- ADMIN - Static variable in class com.sun.identity.idsvcs.rest.IdentityServicesHandler.SecurityParameter
-
- ADMIN_ACCESS - Static variable in class com.sun.identity.log.LogConstants
-
- ADMIN_AUTH_MODULE - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- ADMIN_ERROR - Static variable in class com.sun.identity.log.LogConstants
-
- ADMIN_GROUPS_ENABLED_ATTR - Static variable in interface com.iplanet.am.sdk.AMConstants
-
Deprecated.
- ADMIN_ROLE_ATTR - Static variable in interface com.iplanet.am.sdk.AMConstants
-
Deprecated.
- AdminDNAction - Class in com.sun.identity.security
-
The class is used to perform privileged operations using
java.security.AccessController.doPrivileged()
when using
com.iplanet.am.util.AdminUtils to obtain Administrator DN.
- AdminDNAction() - Constructor for class com.sun.identity.security.AdminDNAction
-
Default constructor
- AdminInterfaceUtils - Class in com.sun.identity.common.admin
-
AdminInterfaceUtils provides a set common utility methods to
administration console and command line tool.
- AdminInterfaceUtils() - Constructor for class com.sun.identity.common.admin.AdminInterfaceUtils
-
- ADMINISTRATION_SERVICE - Static variable in interface com.iplanet.am.sdk.AMConstants
-
Deprecated.
- ADMINISTRATION_SERVICE - Static variable in class com.iplanet.am.sdk.ldap.EmailNotificationHelper
-
- ADMINISTRATION_SERVICE - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- AdministrationServiceListener - Class in com.sun.identity.common
-
This class is a cache and Listener for Administration Service
- ADMINISTRATIVE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Error code for Contact person type
- AdminOnlyAuthzModule - Class in org.forgerock.openam.rest.authz
-
Filter which ensures that only users with an SSO Token which has Administrator-level access are allowed access
to the resources protected.
- AdminOnlyAuthzModule(Config<SessionService>, Debug) - Constructor for class org.forgerock.openam.rest.authz.AdminOnlyAuthzModule
-
- AdminPasswordAction - Class in com.sun.identity.security
-
The class is used to perform privileged operations using
AccessController.doPrivileged()
when using
com.iplanet.am.util.AdminUtils to obtain Administrator
passwords.
- AdminPasswordAction() - Constructor for class com.sun.identity.security.AdminPasswordAction
-
Default constructor
- adminServiceGlobalSchema - Variable in class com.iplanet.am.sdk.common.DCTreeServicesHelper
-
- ADMINSITRATIVE - Static variable in class org.forgerock.openam.radius.common.packet.ServiceTypeAttribute
-
The Administrative type.
- AdminSubjectContext - Class in org.forgerock.openam.rest.resource
-
SubjectContext implementation which contains an admin token.
- AdminSubjectContext(Debug, SessionCache, Context) - Constructor for class org.forgerock.openam.rest.resource.AdminSubjectContext
-
- adminToken - Variable in class com.sun.identity.sm.ServiceSchemaModifications
-
- AdminTokenAction - Class in com.sun.identity.security
-
The class is used to perform privileged operations using
java.security.AccessController.doPrivileged()
when trying to
get Application single sign on token.
- AdminTokenId - Interface in com.sun.identity.security
-
This interface defines a method to get an admin token Id
- AdminTokenIdImpl - Class in com.sun.identity.security
-
This class implements interface AdminTokenId
- AdminTokenIdImpl() - Constructor for class com.sun.identity.security.AdminTokenIdImpl
-
- AdminTool - Class in com.sun.identity.install.tools.admin
-
- AdminTool() - Constructor for class com.sun.identity.install.tools.admin.AdminTool
-
- AdminToolLauncher - Class in com.sun.identity.install.tools.launch
-
- AdminToolLauncher() - Constructor for class com.sun.identity.install.tools.launch.AdminToolLauncher
-
- AdminUtils - Class in com.iplanet.am.util
-
This class contains methods to retrieve Top Level Administrator information.
- AdminUtils() - Constructor for class com.iplanet.am.util.AdminUtils
-
- ADPrincipal - Class in com.sun.identity.authentication.modules.ad
-
- ADPrincipal(String) - Constructor for class com.sun.identity.authentication.modules.ad.ADPrincipal
-
- ADSL_CAP - Static variable in class org.forgerock.openam.radius.common.packet.NASPortTypeAttribute
-
The ADSL-CAP - Asymmetric DSL, Carrierless Amplitude Phase Modulation type.
- ADSL_DMT - Static variable in class org.forgerock.openam.radius.common.packet.NASPortTypeAttribute
-
The ADSL-DMT - Asymmetric DSL, Discrete Multi-Tone type.
- Advice - Class in com.sun.identity.entitlement.xacml3.core
-
Java class for AdviceType complex type.
- Advice() - Constructor for class com.sun.identity.entitlement.xacml3.core.Advice
-
- advice - Variable in class com.sun.identity.entitlement.xacml3.core.AssociatedAdvice
-
- ADVICE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Advice
- Advice - Class in com.sun.identity.saml.assertion
-
The Advice element contains additional information that the
issuer wish to provide.
- Advice(Element) - Constructor for class com.sun.identity.saml.assertion.Advice
-
Constructs an Advice element from an existing XML block.
- Advice(List, List, List) - Constructor for class com.sun.identity.saml.assertion.Advice
-
Constructor
- Advice - Interface in com.sun.identity.saml2.assertion
-
The Advice contains any additional information that the
SAML authority wishes to provide.
- ADVICE - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- ADVICE_DENY - Static variable in class com.sun.identity.policy.plugins.SessionCondition
-
Deprecated.
Key that is used in the Advice to identify the condition
decision is deny.
- ADVICE_DENY - Static variable in class org.forgerock.openam.entitlement.conditions.environment.SessionCondition
-
Key that is used in the Advice to identify the condition decision is deny.
- ADVICE_ELEMENT - Static variable in class com.sun.identity.saml2.assertion.impl.AdviceImpl
-
- ADVICE_TERMINATE_SESSION - Static variable in class com.sun.identity.policy.plugins.SessionCondition
-
Deprecated.
Key that is used in the Advice to identify the session was
terminated.
- ADVICE_TERMINATE_SESSION - Static variable in class org.forgerock.openam.entitlement.conditions.environment.SessionCondition
-
Key that is used in the Advice to identify the session was terminated.
- AdviceBase - Class in com.sun.identity.saml.assertion
-
The Advice element contains additional information
that the issuer wish to provide.
- AdviceBase(Element) - Constructor for class com.sun.identity.saml.assertion.AdviceBase
-
Constructs an Advice element from an existing XML block.
- AdviceBase(List, List, List) - Constructor for class com.sun.identity.saml.assertion.AdviceBase
-
Constructor
- AdviceElement - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for Advice element declaration.
- AdviceElementImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AdviceElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AdviceElementImpl
-
- AdviceElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AdviceExpression - Class in com.sun.identity.entitlement.xacml3.core
-
Java class for AdviceExpressionType complex type.
- AdviceExpression() - Constructor for class com.sun.identity.entitlement.xacml3.core.AdviceExpression
-
- adviceExpression - Variable in class com.sun.identity.entitlement.xacml3.core.AdviceExpressions
-
- AdviceExpressions - Class in com.sun.identity.entitlement.xacml3.core
-
Java class for AdviceExpressionsType complex type.
- AdviceExpressions() - Constructor for class com.sun.identity.entitlement.xacml3.core.AdviceExpressions
-
- adviceExpressions - Variable in class com.sun.identity.entitlement.xacml3.core.Policy
-
- adviceExpressions - Variable in class com.sun.identity.entitlement.xacml3.core.PolicySet
-
- adviceExpressions - Variable in class com.sun.identity.entitlement.xacml3.core.Rule
-
- adviceExpressionsToResourceAttributes(AdviceExpressions) - Method in class com.sun.identity.entitlement.xacml3.XACMLSchemaFactory
-
- adviceExpressionToResourceAttribute(AdviceExpression) - Method in class com.sun.identity.entitlement.xacml3.XACMLSchemaFactory
-
- adviceId - Variable in class com.sun.identity.entitlement.xacml3.core.Advice
-
- adviceId - Variable in class com.sun.identity.entitlement.xacml3.core.AdviceExpression
-
- AdviceImpl - Class in com.sun.identity.saml2.assertion.impl
-
The Advice contains any additional information that the
SAML authority wishes to provide.
- AdviceImpl() - Constructor for class com.sun.identity.saml2.assertion.impl.AdviceImpl
-
Default constructor
- AdviceImpl(String) - Constructor for class com.sun.identity.saml2.assertion.impl.AdviceImpl
-
This constructor is used to build Advice object from a
XML string.
- AdviceImpl(Element) - Constructor for class com.sun.identity.saml2.assertion.impl.AdviceImpl
-
This constructor is used to build Advice object from a
block of existing XML that has already been built into a DOM.
- ADVICES_END_TAG - Static variable in class com.sun.identity.policy.PolicyUtils
-
- ADVICES_HANDLEABLE_BY_AM - Static variable in class com.sun.identity.policy.PolicyConfig
-
- ADVICES_START_TAG - Static variable in class com.sun.identity.policy.PolicyUtils
-
- ADVICES_TAG_NAME - Static variable in class com.sun.identity.policy.PolicyUtils
-
- ADVICES_TAG_NAME - Static variable in interface com.sun.identity.shared.Constants
-
XML tag name used for Advices message.
- AdvicesHandleableByAMRequest - Class in com.sun.identity.policy.remote
-
This AdvicesHandleableByAMRequest class represents a
AdvicesHandleableByAMRequest XML element.
- AdvicesHandleableByAMRequest() - Constructor for class com.sun.identity.policy.remote.AdvicesHandleableByAMRequest
-
Default constructor for AdvicesHandleableByAMRequest.
- AdvicesHandleableByAMResponse - Class in com.sun.identity.policy.remote
-
This AdvicesHandleableByAMResponse class represents a
AdvicesHandleableByAMResponse XML element.
- AdvicesHandleableByAMResponse() - Constructor for class com.sun.identity.policy.remote.AdvicesHandleableByAMResponse
-
Default constructor for AdvicesHandleableByAMResponse.
- AdvicesHandleableByAMResponse(Set) - Constructor for class com.sun.identity.policy.remote.AdvicesHandleableByAMResponse
-
Constructs an AdvicesHandleableByAMResponse object.
- advicesToXMLString(Map) - Static method in class com.sun.identity.policy.PolicyUtils
-
Returns XML string representation of a Map of policy advices
- AdviceType - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for AdviceType complex type.
- AdviceTypeImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AdviceTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AdviceTypeImpl
-
- AdviceTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- ADVICING_ORGANIZATION - Static variable in class com.sun.identity.policy.PolicyEvaluator
-
Deprecated.
- AES - Static variable in class com.sun.identity.xmlenc.EncryptionConstants
-
- AESWrapEncryption - Class in org.forgerock.openam.shared.security.crypto
-
Encryption using AES KeyWrap deterministic authenticated key-wrapping encryption scheme described in
RFC 3394, with PBKDF2-HMAC-SHA1 to derive unique encryption keys
for each encrypted key from the AM encryption password.
- AESWrapEncryption() - Constructor for class org.forgerock.openam.shared.security.crypto.AESWrapEncryption
-
Public default constructor.
- AFFILIATE - Static variable in class com.sun.identity.configuration.ConfigFedMonitoring
-
- AFFILIATE_TYPE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Affiliation descriptor
- AFFILIATED - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Affiliation id for Affiliation descriptor
- AffiliateMemberElement - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for AffiliateMember element declaration.
- AffiliateMemberElementImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AffiliateMemberElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.AffiliateMemberElementImpl
-
- AffiliateMemberElementImpl(String) - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.AffiliateMemberElementImpl
-
- AffiliateMemberElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AFFILIATION_CHANGED - Static variable in class com.iplanet.security.x509.IssuingDistributionPointExtension
-
- AFFILIATION_ID - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for affiliationID parameter name
- AFFILIATION_ID_NOT_VALID - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
- AffiliationConfigElement - Interface in com.sun.identity.saml2.jaxb.entityconfig
-
Java content class for AffiliationConfig element declaration.
- AffiliationConfigElementImpl - Class in com.sun.identity.saml2.jaxb.entityconfig.impl
-
- AffiliationConfigElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.entityconfig.impl.AffiliationConfigElementImpl
-
- AffiliationConfigElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.entityconfig.impl
-
- AffiliationDescriptorElement - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for AffiliationDescriptor element declaration.
- AffiliationDescriptorElementImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AffiliationDescriptorElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorElementImpl
-
- AffiliationDescriptorElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AffiliationDescriptorType - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for AffiliationDescriptorType complex type.
- AffiliationDescriptorTypeImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AffiliationDescriptorTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorTypeImpl
-
- AffiliationDescriptorTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AFFILIATIONID - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Affliation Identifier
- affiliationID - Variable in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
- AFFINITY_ENABLED - Static variable in class org.forgerock.openam.ldap.LDAPUtils
-
An Option that tells whether affinity based load balancing is enabled for the connections.
- affinityEnabled - Variable in class org.forgerock.openam.sm.datalayer.impl.ldap.ExternalLdapConfig
-
- afterAuthorizeSuccess(OAuth2Request, Request, Response) - Method in interface org.forgerock.oauth2.restlet.AuthorizeRequestHook
-
Called after the authorize request has been completed and an authorization code is being returned.
- afterAuthorizeSuccess(OAuth2Request, Request, Response) - Method in class org.forgerock.openidconnect.restlet.LoginHintHook
-
Once we're returning an auth code we can remove the login hint cookie.
- afterFailedAuthorization(PermissionTicket, Subject, Subject) - Method in interface org.forgerock.openam.uma.extensions.RequestAuthorizationFilter
-
Invoked after a failed request authorization attempt.
- afterHandle(Request, Response) - Method in class org.forgerock.oauth2.restlet.resources.ResourceSetRegistrationExceptionFilter
-
Checks if an error response is being returned and translates the error into the format described by the
specification, https://tools.ietf.org/html/draft-hardjono-oauth-resource-reg-04#section-3.
- afterHandle(Request, Response) - Method in class org.forgerock.openam.rest.audit.AbstractRestletAccessAuditFilter
-
- afterResourceRegistration(ResourceSetDescription) - Method in interface org.forgerock.openam.oauth2.extensions.ResourceRegistrationFilter
-
Invoked after a resource set is registered in the backend.
- afterResourceShared(UmaPolicy) - Method in interface org.forgerock.openam.uma.extensions.ResourceDelegationFilter
-
Invoked after a resource "share" is created.
- afterSuccessfulAuthorization(PermissionTicket, Subject, Subject) - Method in interface org.forgerock.openam.uma.extensions.RequestAuthorizationFilter
-
Invoked after a successful request authorization attempt.
- afterTokenHandling(OAuth2Request, Request, Response) - Method in interface org.forgerock.oauth2.restlet.TokenRequestHook
-
Called after the token request is actually handled.
- afterTokenHandling(OAuth2Request, Request, Response) - Method in class org.forgerock.openidconnect.restlet.LoginHintHook
-
Authentication has completed - remove the cookie.
- against(ResourceType) - Method in interface org.forgerock.openam.entitlement.constraints.AgainstResourceType
-
Defines the resource type to be used for verification.
- AgainstResourceType - Interface in org.forgerock.openam.entitlement.constraints
-
Defines the resource type to be used to validate against.
- AGENT - Static variable in class com.sun.identity.idm.IdType
-
Identity type of AGENT
Also from OpenSSO 8.0 onwards, this is the Identity type of
the union of agents and those under the agent groups.
- Agent - Class in com.sun.identity.monitoring
-
The Agent class provides a simple example on how to use the SNMP
protocol adaptor.
- AGENT_22_ENCRYPT_KEY_VALUE - Static variable in class com.sun.identity.install.tools.configurator.MigrateWebAgentConfigurePropertiesTask
-
- AGENT_CONFIG_SERVICE - Static variable in class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- AGENT_ENCRYPT_KEY_PROPERTY - Static variable in class com.sun.identity.install.tools.configurator.MigrateWebAgentConfigurePropertiesTask
-
- AGENT_GROUP_NAME - Static variable in interface com.sun.identity.cli.IArgument
-
Agent group name.
- AGENT_GROUP_NAMES - Static variable in interface com.sun.identity.cli.IArgument
-
Agent group names.
- AGENT_HASHED_PASSWORD - Static variable in interface com.sun.identity.cli.IArgument
-
Agent include hashed password in config export option.
- AGENT_ID_TYPE - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- AGENT_NAME - Static variable in interface com.sun.identity.cli.IArgument
-
Agent name.
- AGENT_NAMES - Static variable in interface com.sun.identity.cli.IArgument
-
Agent names.
- AGENT_REALM - Static variable in class org.forgerock.openam.sts.soap.config.SoapSTSModule
-
- AGENT_ROOT_URL - Static variable in class com.sun.identity.common.configuration.AgentConfiguration
-
- AGENT_ROOT_URL_FOR_CDSSO_ATTRIBUTE_NAME - Static variable in class org.forgerock.openam.agent.AgentConstants
-
Agent root Url for CDSSO attribute name.
- AGENT_SERVICE - Static variable in interface com.sun.identity.idm.IdConstants
-
- AGENT_SERVICE - Static variable in class org.forgerock.openam.upgrade.steps.UpgradeAgentServiceStep
-
- AGENT_SERVICE_NAME - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
Agent Service Name
- AGENT_SESSION_IDLE_TIME - Static variable in interface com.sun.identity.shared.Constants
-
Property string to set max idle timeout for agent sessions
- AGENT_SET_ATTR_VALUE - Static variable in interface com.sun.identity.cli.IArgument
-
Set attribute values flag.
- AGENT_TYPE - Static variable in interface com.sun.identity.cli.IArgument
-
Agent type.
- AGENT_TYPE - Static variable in interface com.sun.identity.idm.IdConstants
-
- AGENT_TYPE - Static variable in class org.forgerock.openam.core.rest.IdentityResourceV1
-
- AGENT_TYPE - Static variable in class org.forgerock.openam.core.rest.IdentityResourceV2
-
- AGENT_TYPE - Static variable in class org.forgerock.openam.core.rest.IdentityRestUtils
-
- AGENT_TYPE_2_DOT_2_AGENT - Static variable in class com.sun.identity.common.configuration.AgentConfiguration
-
- AGENT_TYPE_AGENT_AUTHENTICATOR - Static variable in class com.sun.identity.common.configuration.AgentConfiguration
-
- AGENT_TYPE_J2EE - Static variable in class com.sun.identity.common.configuration.AgentConfiguration
-
- AGENT_TYPE_OAUTH2 - Static variable in class com.sun.identity.common.configuration.AgentConfiguration
-
- AGENT_TYPE_WEB - Static variable in class com.sun.identity.common.configuration.AgentConfiguration
-
- AgentClientRegistration - Class in org.forgerock.openam.oauth2
-
Models an OpenAM J2EE agent registration in the OAuth2 provider.
- AgentConfiguration - Class in com.sun.identity.common.configuration
-
This class provides agent configuration utilities.
- AgentConstants - Class in org.forgerock.openam.agent
-
Collection of Agent constants.
- AGENTGROUP - Static variable in class com.sun.identity.idm.IdType
-
Identity type of OpenAM agents under the OpenAM
agent groups.
- AgentIdentity - Interface in org.forgerock.openam.forgerockrest.utils
-
Interface defining utility functionality to identify if a SSOToken corresponds to an authenticated Agent.
- agentIdentity - Variable in class org.forgerock.openam.rest.authz.AgentOnlyAuthzModule
-
- agentIdentity - Variable in class org.forgerock.openam.rest.authz.SpecialOrAdminOrAgentAuthzModule
-
- AgentIdentityImpl - Class in org.forgerock.openam.forgerockrest.utils
-
- AgentMigration71 - Class in com.sun.identity.idm
-
- AgentMigration71() - Constructor for class com.sun.identity.idm.AgentMigration71
-
- AgentOAuth2ProviderService() - Constructor for class org.forgerock.openam.oauth2.OAuth2Constants.AgentOAuth2ProviderService
-
- AgentOAuth2ProviderSettings - Class in org.forgerock.oauth2.core
-
Models all of the OAuth2 provider settings specific to agents.
- AgentOAuth2ProviderSettings() - Constructor for class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- AGENTONLY - Static variable in class com.sun.identity.idm.IdType
-
Identity type of OpenAM agent only.
- AgentOnlyAuthzModule - Class in org.forgerock.openam.rest.authz
-
Authorization module that only grants access to agents (e.g. web agent, J2EE agent, SOAP STS).
- AgentOnlyAuthzModule(AgentIdentity, Debug) - Constructor for class org.forgerock.openam.rest.authz.AgentOnlyAuthzModule
-
- AgentProvider - Class in com.sun.identity.plugin.monitoring.impl
-
This class is the AM implementation of the Monitoring interface
- AgentProvider() - Constructor for class com.sun.identity.plugin.monitoring.impl.AgentProvider
-
- AgentProvider - Class in com.sun.identity.wss.provider.plugins
-
This class AgentProvider extends from
ProviderConfig to manage the web services
server provider or the web services client configuration via Access
Manager Agents.
- AgentProvider() - Constructor for class com.sun.identity.wss.provider.plugins.AgentProvider
-
- AGENTREPO_PLUGIN - Static variable in interface com.sun.identity.idm.IdConstants
-
- AGENTS_MODULE_HANDLES_FUNCTION - Variable in class org.forgerock.openam.core.rest.sms.SmsServiceHandlerFunction
-
- AGENTS_PROFILE_SERVICE_URI_ELEMENT - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- AgentServiceHelper - Class in org.forgerock.openam.upgrade.helpers
-
This service helper implementation ensures that the OAuth2 Client service attributes are using the correct uitype
in the upgraded system.
- AgentServiceHelper() - Constructor for class org.forgerock.openam.upgrade.helpers.AgentServiceHelper
-
- AgentShutdownServletContextListener - Class in com.sun.identity.monitoring
-
The AgentShutdownServletContextListener class is used to
stop the monitoring Agent RMI server everything is undeployed, or the web
container is terminated.
- AgentShutdownServletContextListener() - Constructor for class com.sun.identity.monitoring.AgentShutdownServletContextListener
-
- AgentsRepo - Class in com.sun.identity.idm.plugins.internal
-
- AgentsRepo() - Constructor for class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- AggregateQuery<Q1,Q2> - Class in org.forgerock.openam.oauth2.rest
-
Aggregation of queries against Resource Sets and UMA policies.
- AggregateQuery() - Constructor for class org.forgerock.openam.oauth2.rest.AggregateQuery
-
- AggregateQuery.Operator - Enum in org.forgerock.openam.oauth2.rest
-
- AgreementMethodElement - Interface in com.sun.identity.saml2.jaxb.xmlenc
-
Java content class for AgreementMethod element declaration.
- AgreementMethodElementImpl - Class in com.sun.identity.saml2.jaxb.xmlenc.impl
-
- AgreementMethodElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodElementImpl
-
- AgreementMethodElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.xmlenc.impl
-
- AgreementMethodType - Interface in com.sun.identity.saml2.jaxb.xmlenc
-
Java content class for AgreementMethodType complex type.
- AgreementMethodType.KANonce - Interface in com.sun.identity.saml2.jaxb.xmlenc
-
Java content class for KA-Nonce element declaration.
- AgreementMethodType.OriginatorKeyInfo - Interface in com.sun.identity.saml2.jaxb.xmlenc
-
Java content class for OriginatorKeyInfo element declaration.
- AgreementMethodType.RecipientKeyInfo - Interface in com.sun.identity.saml2.jaxb.xmlenc
-
Java content class for RecipientKeyInfo element declaration.
- AgreementMethodTypeImpl - Class in com.sun.identity.saml2.jaxb.xmlenc.impl
-
- AgreementMethodTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl
-
- AgreementMethodTypeImpl.KANonceImpl - Class in com.sun.identity.saml2.jaxb.xmlenc.impl
-
- AgreementMethodTypeImpl.KANonceImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.xmlenc.impl
-
- AgreementMethodTypeImpl.OriginatorKeyInfoImpl - Class in com.sun.identity.saml2.jaxb.xmlenc.impl
-
- AgreementMethodTypeImpl.OriginatorKeyInfoImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.xmlenc.impl
-
- AgreementMethodTypeImpl.RecipientKeyInfoImpl - Class in com.sun.identity.saml2.jaxb.xmlenc.impl
-
- AgreementMethodTypeImpl.RecipientKeyInfoImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.xmlenc.impl
-
- AgreementMethodTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.xmlenc.impl
-
- AIX - Static variable in class com.sun.identity.install.tools.util.OSChecker
-
- AIX - Static variable in interface com.sun.identity.tools.bundles.SetupConstants
-
- AjaxPage - Class in com.sun.identity.config.util
-
- AjaxPage() - Constructor for class com.sun.identity.config.util.AjaxPage
-
- ALGO_ID_C14N_EXCL_OMIT_COMMENTS - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Exclusive XML canonicalization Algorithm URI.
- ALGO_ID_C14N_EXCL_WITH_COMMENTS - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Exclusive XML canonicalization with comments Algorithm URI.
- ALGO_ID_C14N_OMIT_COMMENTS - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
XML canonicalization Algorithm URI.
- ALGO_ID_C14N_WITH_COMMENTS - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
XML canonicalization with comments Algorithm URI.
- ALGO_ID_MAC_HMAC_NOT_RECOMMENDED_MD5 - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
MAC Algorithm HMAC-MD5 URI.
- ALGO_ID_MAC_HMAC_RIPEMD160 - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
MAC Algorithm HMAC-RIPEMD160 URI.
- ALGO_ID_MAC_HMAC_SHA1 - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
MAC Algorithm HMAC-SHA1 URI - Required.
- ALGO_ID_MAC_HMAC_SHA256 - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
MAC Algorithm HMAC-SHA256 URI.
- ALGO_ID_MAC_HMAC_SHA384 - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
MAC Algorithm HMAC-SHA384 URI.
- ALGO_ID_MAC_HMAC_SHA512 - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
MAC Algorithm HMAC-SHA512 URI.
- ALGO_ID_SIGNATURE_DSA - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
XML Digital Signing algorithm
- ALGO_ID_SIGNATURE_DSA - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Signature Algorithm DSAwithSHA1 URI - Required.
- ALGO_ID_SIGNATURE_DSA_JCA - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
XML Digital Signing constant
- ALGO_ID_SIGNATURE_NOT_RECOMMENDED_RSA_MD5 - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Signature Algorithm RSA-MD5 URI.
- ALGO_ID_SIGNATURE_RSA - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
XML Digital Signing algorithm
- ALGO_ID_SIGNATURE_RSA - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Signature Algorithm RSAwithSHA1 URI - Recommended.
- ALGO_ID_SIGNATURE_RSA_JCA - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
XML Digital Signing constant
- ALGO_ID_SIGNATURE_RSA_RIPEMD160 - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Signature Algorithm RSA-RIPEMD160 URI.
- ALGO_ID_SIGNATURE_RSA_SHA1 - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Signature Algorithm RSAwithSHA1 URI.
- ALGO_ID_SIGNATURE_RSA_SHA256 - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Signature Algorithm RSA-SHA256 URI.
- ALGO_ID_SIGNATURE_RSA_SHA384 - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Signature Algorithm RSA-SHA384 URI.
- ALGO_ID_SIGNATURE_RSA_SHA512 - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Signature Algorithm RSA-SHA512 URI.
- ALGORITHM_NAMES - Static variable in class org.forgerock.openam.upgrade.steps.UpgradeOAuth2ProviderStep
-
- AlgorithmSuiteElement - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
7.1 AlgorithmSuite Assertion
Java content class for AlgorithmSuite element declaration.
- AlgorithmSuiteElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- AlgorithmSuiteElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.AlgorithmSuiteElementImpl
-
- AlgorithmSuiteElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- ALIASES_ATTRIBUTE_NAME - Static variable in class org.forgerock.openam.core.rest.sms.SmsRealmProvider
-
- ALL - Static variable in interface com.sun.identity.tools.bundles.SetupConstants
-
- ALL - Static variable in class org.forgerock.openam.cors.CORSConstants
-
Indicative that every server should be trusted.
- ALL_FIELDS - Static variable in class com.sun.identity.log.LogConstants
-
Attribute defining the set of all fields being logged.
- ALL_OBJECTS_CHANGED - Static variable in class com.sun.identity.idm.remote.IdRemoteEventListener
-
- ALL_OPERATIONS - Static variable in class org.forgerock.openam.ldap.PersistentSearchChangeType
-
Constant for Entry being added, modified, removed or renamed.
- ALL_RECORDS - Static variable in class com.sun.identity.log.LogQuery
-
All the records that matches query criteria (if any)
will be retrieved.
- ALL_RESOURCES - Static variable in class com.sun.identity.policy.PolicyEvaluator
-
Deprecated.
Constant used to identity all the resources of a service type.
- ALL_SUFFIX - Static variable in interface com.sun.identity.tools.manifest.ManifestConstants
-
- ALL_TEMPLATES - Static variable in interface com.iplanet.am.sdk.AMTemplate
-
Deprecated.
Represents both dynamic and policy template for a service
- AllConfiguredModuleInstances - Class in com.sun.identity.authentication.service
-
The class determines all configured Module Instances for realm
This list is computed per realm.
- AllConfiguredModuleInstances() - Constructor for class com.sun.identity.authentication.service.AllConfiguredModuleInstances
-
Creates ConfiguredModuleInstances object.
- ALLCOOKIES - Static variable in class com.sun.identity.idsvcs.rest.IdentityServicesHandler.SecurityMethod
-
- AllElement - Interface in com.sun.identity.wsfederation.jaxb.wspolicy
-
Java content class for All element declaration.
- AllElementImpl - Class in com.sun.identity.wsfederation.jaxb.wspolicy.impl
-
- AllElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wspolicy.impl.AllElementImpl
-
- AllElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wspolicy.impl
-
- allEntriesChanged() - Method in class com.iplanet.am.sdk.ldap.ACIEventListener
-
- allEntriesChanged() - Method in class com.iplanet.am.sdk.ldap.EntryEventListener
-
- allEntriesChanged() - Method in class com.iplanet.services.cdm.clientschema.AMClientCapData
-
- allEntriesChanged() - Method in interface com.iplanet.services.ldap.event.IDSEventListener
-
This callback notifies listeners that EventService is restarting the
Persistent Search connections due to connection errors, and there is no
guarantee of what could have changed in the directory so mark all entries
as modified.
- allEntriesChanged() - Method in class com.sun.identity.sm.ldap.LDAPEventManager
-
- allIdentitiesChanged() - Method in class com.sun.identity.delegation.plugins.DelegationPolicyImpl
-
The method is called when all identities in the repository are
changed.
- allIdentitiesChanged() - Method in interface com.sun.identity.idm.IdEventListener
-
The method is called when all identities in the repository are changed.
- allIdentitiesChanged() - Method in class com.sun.identity.idm.server.JAXRPCObjectImplEventListener
-
- allIdentitiesChanged() - Method in class org.forgerock.openam.uma.rest.UmaPolicyApplicationListener
-
Not required.
- allObjectsChanged() - Method in interface com.iplanet.am.sdk.AMObjectListener
-
Deprecated.
This callback notifies the listener that all object should be marked as
"changed" or "dirty".
- allObjectsChanged() - Method in class com.iplanet.am.sdk.AMObjectListenerImpl
-
Deprecated.
- allObjectsChanged() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- allObjectsChanged() - Method in class com.sun.identity.idm.IdRepoListener
-
- allObjectsChanged() - Method in class com.sun.identity.sm.jaxrpc.SMSJAXRPCObject
-
- allObjectsChanged() - Method in class com.sun.identity.sm.jaxrpc.SMSJAXRPCObjectImpl
-
- allObjectsChanged() - Method in class com.sun.identity.sm.ldap.SMSEmbeddedLdapObject
-
- allObjectsChanged() - Method in class com.sun.identity.sm.ldap.SMSLdapObject
-
- allObjectsChanged() - Method in class com.sun.identity.sm.ServiceSchemaManagerImpl
-
- allObjectsChanged() - Method in class com.sun.identity.sm.SMSNotificationManager
-
- allObjectsChanged() - Method in interface com.sun.identity.sm.SMSObjectListener
-
This callback notifies the listener that all object should be marked as
"changed" or "dirty".
- allObjectsChanged() - Method in class org.forgerock.openam.core.rest.sms.SmsRequestHandler
-
When all SMS objects have changed, we reload all the routes.
- AllOf - Class in com.sun.identity.entitlement.xacml3.core
-
Java class for AllOfType complex type.
- AllOf() - Constructor for class com.sun.identity.entitlement.xacml3.core.AllOf
-
- allOf - Variable in class com.sun.identity.entitlement.xacml3.core.AnyOf
-
- ALLOW - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Custom
-
- ALLOW_CREDENTIALS_KEY - Static variable in class org.forgerock.openam.cors.CORSConstants
-
Allow credentials Key.
- ALLOW_PERSIST_AM_COOKIE - Static variable in interface com.sun.identity.shared.Constants
-
property to control if the OpenAM server will persist the OpenAM
session cookie if the following parameter is in the incoming request
PersistAMCookie.
- allowAccess(boolean) - Method in class org.forgerock.openam.sts.user.invocation.OpenIdConnectTokenCreationState.OpenIdConnectTokenCreationStateBuilder
-
- ALLOWCREATE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for AllowCreate attribute
- ALLOWED_PROTOCOL_KEY - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Supported protocol type
- AllowedAgents - Class in com.sun.identity.policy.plugins
-
The class determines the allowed agents for agent profile sharing.
- AllowedAgents() - Constructor for class com.sun.identity.policy.plugins.AllowedAgents
-
Creates AllowedAgents object.
- AllowedModulesChoiceValues - Class in com.sun.identity.authentication.service
-
The class determines the allowed choices values for authentication modules.
- AllowedModulesChoiceValues() - Constructor for class com.sun.identity.authentication.service.AllowedModulesChoiceValues
-
Creates AllowedModulesChoiceValues object
Default constructor that will be used by the SMS
to create an instance of this class
- AllowEvaluateForAgentsUpgradeStep - Class in org.forgerock.openam.upgrade.steps
-
This upgrade step check whether the new privilege for agents already exists and if it doesn't creates it.
- AllowEvaluateForAgentsUpgradeStep(PrivilegedAction<SSOToken>, ConnectionFactory) - Constructor for class org.forgerock.openam.upgrade.steps.AllowEvaluateForAgentsUpgradeStep
-
- allowFilter() - Method in class org.openidentityplatform.openam.cassandra.Filter
-
- allowToChange - Variable in class com.sun.identity.common.InstantRunnable
-
- allSSOTokens - Static variable in class com.sun.identity.authentication.internal.AuthSSOToken
-
- ALPHABET - Static variable in class org.forgerock.openam.oauth2.StatefulTokenStore
-
- Alphabet - Enum in org.forgerock.openam.utils
-
Representative of different alphabets.
- AlphaNumericValidator - Class in org.forgerock.openam.authentication.modules.fr.oath.validators
-
Service Manager validator for alpha numeric characters.
- AlphaNumericValidator() - Constructor for class org.forgerock.openam.authentication.modules.fr.oath.validators.AlphaNumericValidator
-
- AlphaValidator - Class in com.iplanet.ums.validation
-
This class implements IValidator interface.
- AlphaValidator() - Constructor for class com.iplanet.ums.validation.AlphaValidator
-
- ALREADY_EXISTS - Static variable in exception com.iplanet.log.LogException
-
Log already exists.
- AlreadyRegisteredException - Exception in com.iplanet.services.comm.client
-
In order for high level services and applications to receive notifications
from PLL, a notification handler for a service has to be registered in the
PLL.
- AlreadyRegisteredException(String) - Constructor for exception com.iplanet.services.comm.client.AlreadyRegisteredException
-
Constructs an instance of the AlreadyRegisteredException
class.
- AlreadyRegisteredException(Throwable) - Constructor for exception com.iplanet.services.comm.client.AlreadyRegisteredException
-
Constructs an instance of the AlreadyRegisteredException
class.
- ALT_CN_ELEMENT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- ALT_CN_ELEMENT_INT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- ALT_ID_ELEMENT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- ALT_ID_ELEMENT_INT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- ALT_ID_TYPE_ELEMENT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- ALT_ID_VALUE_ELEMENT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- ALT_O_ELEMENT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- ALT_O_ELEMENT_INT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- ALWAYS_ADD_CLAIMS_TO_TOKEN - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2ProviderService
-
- ALWAYS_IDP_PROXY - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Always proxy the Authn Request
- AM71AgentProvider - Class in com.sun.identity.wss.provider.plugins
-
This class AM71AgentProvider extends from
ProviderConfig to manage the web services
server provider or the web services client configuration via Access
Manager Agents that are configured in Access Manager 7.1
- AM71AgentProvider() - Constructor for class com.sun.identity.wss.provider.plugins.AM71AgentProvider
-
- AM_ADMIN_CLI_CERTDB_DIR - Static variable in interface com.sun.identity.shared.Constants
-
Property string for CertDB directory.
- AM_AUTH_AUTHENTICATOR_PUSH - Static variable in class org.forgerock.openam.authentication.modules.push.Constants
-
The Name of the AuthenticatorPush authentication module for debug logging purposes.
- AM_AUTH_COOKIE_NAME - Static variable in interface com.sun.identity.shared.Constants
-
Property for auth cookie name.
- AM_BUILD_DATE - Static variable in interface com.sun.identity.shared.Constants
-
Property string for build date.
- AM_BUILD_REVISION - Static variable in interface com.sun.identity.shared.Constants
-
Property string for build revision number.
- AM_BUILD_VERSION - Static variable in interface com.sun.identity.shared.Constants
-
Property string for build version number.
- AM_CONSOLE_DEPLOYMENT_DESCRIPTOR - Static variable in interface com.sun.identity.shared.Constants
-
Property string for console deployment descriptor
- AM_CONSOLE_HOST - Static variable in interface com.sun.identity.shared.Constants
-
Property string for console host.
- AM_CONSOLE_PORT - Static variable in interface com.sun.identity.shared.Constants
-
Property string for console port.
- AM_CONSOLE_PROTOCOL - Static variable in interface com.sun.identity.shared.Constants
-
Property string for console protocol.
- AM_CONSOLE_REMOTE - Static variable in interface com.sun.identity.shared.Constants
-
Property string for checking if console is remote.
- AM_COOKIE_CHECK - Static variable in interface com.sun.identity.shared.Constants
-
Property for checking the cookie support / cookie enabled in the browser
- AM_COOKIE_ENCODE - Static variable in interface com.sun.identity.saml2.idpdiscovery.IDPDiscoveryConstants
-
- AM_COOKIE_ENCODE - Static variable in interface com.sun.identity.shared.Constants
-
Property string for cookie encoding.
- AM_COOKIE_HTTPONLY - Static variable in interface com.sun.identity.saml2.idpdiscovery.IDPDiscoveryConstants
-
- AM_COOKIE_HTTPONLY - Static variable in interface com.sun.identity.shared.Constants
-
Property string for cookie httponly flag.
- AM_COOKIE_NAME - Static variable in interface com.sun.identity.shared.Constants
-
Property string for cookie name.
- AM_COOKIE_SAMESITE - Static variable in interface com.sun.identity.saml2.idpdiscovery.IDPDiscoveryConstants
-
- AM_COOKIE_SAMESITE - Static variable in interface com.sun.identity.shared.Constants
-
Property string for cookie SameSite flag.
- AM_COOKIE_SECURE - Static variable in interface com.sun.identity.saml2.idpdiscovery.IDPDiscoveryConstants
-
- AM_COOKIE_SECURE - Static variable in interface com.sun.identity.shared.Constants
-
Property string for secure cookie.
- AM_COOKIE_TIME_TO_LIVE - Static variable in interface com.sun.identity.shared.Constants
-
property string for time to live of AM cookie, in minutes.
- AM_CTX_ID - Static variable in interface com.sun.identity.shared.Constants
-
Unique Id set as a session property which is used for logging.
- AM_DEPLOYMENT_URL - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
Name of configuration key referencing the url of the OpenAM deployment.
- AM_DEPLOYMENT_URL - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- AM_DIRECTORY_HOST - Static variable in interface com.sun.identity.shared.Constants
-
Property string for directory host.
- AM_DIRECTORY_PORT - Static variable in interface com.sun.identity.shared.Constants
-
Property string for directory port.
- AM_DIRECTORY_SSL_ENABLED - Static variable in interface com.sun.identity.shared.Constants
-
Property string for SSL enabled.
- AM_DIST_AUTH_COOKIE_NAME - Static variable in interface com.sun.identity.shared.Constants
-
Property for dist auth cookie name.
- AM_DISTAUTH_DEPLOYMENT_DESCRIPTOR - Static variable in interface com.sun.identity.shared.Constants
-
Property string for distauth deployment descriptor
- AM_DISTAUTH_LB_COOKIE_NAME - Static variable in interface com.sun.identity.shared.Constants
-
- AM_DISTAUTH_LB_COOKIE_VALUE - Static variable in interface com.sun.identity.shared.Constants
-
- AM_DISTAUTH_SITES - Static variable in interface com.sun.identity.shared.Constants
-
- AM_FQDN_MAP - Static variable in interface com.sun.identity.shared.Constants
-
Property string for fully qualified host name map.
- AM_ID_SUBJECT_MEMBERSHIP_EVALUATION_ERROR - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- AM_IDENTITY_NAME - Static variable in interface com.sun.identity.policy.interfaces.Condition
-
Deprecated.
Key that is used in a AMIdentityMembershipCondition to
specify the uuid(s) of AMIdentiy objects to which the
policy would apply.
- AM_IDENTITY_NAME - Static variable in class org.forgerock.openam.entitlement.conditions.environment.ConditionConstants
-
Key that is used in a AMIdentityMembershipCondition to specify the uuid(s) of
AMIdentity objects to which the policy would apply.
- AM_INSTALL_DIR - Static variable in interface com.sun.identity.shared.Constants
-
Property string for installation directory
- AM_INTERNAL_PEK_ALIAS - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
Alias for the soap-sts password encryption key.
- AM_INTERNAL_SOAP_STS_KEYSTORE - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
Name of keystore which stores the password encryption key for soap-sts deployments.
- AM_INTERNAL_SOAP_STS_KEYSTORE_PW - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
The soap-sts internal keystore pw.
- AM_INTERNAL_SOAP_STS_KEYSTORE_TYPE - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
The type of keystore used internally by the soap-sts.
- AM_LB_COOKIE_NAME - Static variable in interface com.sun.identity.shared.Constants
-
Property string for load balancer cookie name.
- AM_LB_COOKIE_VALUE - Static variable in interface com.sun.identity.shared.Constants
-
Property string for load balancer cookie value.
- AM_LOCALE - Static variable in interface com.sun.identity.shared.Constants
-
Property string for locale.
- AM_LOGSTATUS - Static variable in interface com.sun.identity.shared.Constants
-
Property string for log status.
- AM_NAMING_URL - Static variable in interface com.sun.identity.shared.Constants
-
Property string for naming URL.
- AM_NEW_CONFIGFILE_PATH - Static variable in interface com.sun.identity.shared.Constants
-
Property string for new configuraton file in case of single war
deployment
- AM_OPEN_ID_CONNECT_TOKEN_ASSERTION_TYPE - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- AM_PCOOKIE_NAME - Static variable in interface com.sun.identity.shared.Constants
-
Property string for pcookie name.
- AM_PROTECTED_PROPERTY_PREFIX - Static variable in interface com.sun.identity.shared.Constants
-
String identifying the prefix for all AM protected
properties.
- AM_REDIRECT - Static variable in interface com.sun.identity.shared.Constants
-
Property string for load balancer.
- AM_REDIRECT_URL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Map key used in SLO request redirect code
- AM_REST_AUTHN_JSON_ROOT - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- AM_REST_AUTHN_PASSWORD_HEADER - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- AM_REST_AUTHN_USERNAME_HEADER - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- AM_SDK_DEBUG_FILE - Static variable in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
- AM_SERVER_HOST - Static variable in interface com.sun.identity.shared.Constants
-
Property string for server host.
- AM_SERVER_PORT - Static variable in interface com.sun.identity.shared.Constants
-
Property string for server port.
- AM_SERVER_PROTOCOL - Static variable in interface com.sun.identity.shared.Constants
-
Property string for server protocol.
- AM_SERVICES_DEPLOYMENT_DESCRIPTOR - Static variable in interface com.sun.identity.shared.Constants
-
Property string for service deployment descriptor
- AM_SERVICES_SECRET - Static variable in interface com.sun.identity.shared.Constants
-
Property string for shared secret for application authentication module
- AM_SESSION_CONSTRAINT_HANDLER - Static variable in interface com.sun.identity.shared.Constants
-
- AM_SESSION_CONSTRAINT_MAX_WAIT_TIME - Static variable in interface com.sun.identity.shared.Constants
-
- AM_SESSION_COOKIE_NAME - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- AM_SESSION_COOKIE_NAME_PROPERTY_KEY - Static variable in class org.forgerock.openam.sts.soap.config.SoapSTSModule
-
- AM_SESSION_DENY_LOGIN_IF_DB_IS_DOWN - Static variable in interface com.sun.identity.shared.Constants
-
- AM_SESSION_ENABLE_SESSION_CONSTRAINT - Static variable in interface com.sun.identity.shared.Constants
-
- AM_SESSION_FAILOVER_CLUSTER_STATE_CHECK_PERIOD - Static variable in interface com.sun.identity.shared.Constants
-
Property string for failover cluster state check period
- AM_SESSION_FAILOVER_CLUSTER_STATE_CHECK_TIMEOUT - Static variable in interface com.sun.identity.shared.Constants
-
Property string for failover cluster state check timeout
- AM_SESSION_HTTP_SESSION_TRACKING_COOKIE_NAME - Static variable in interface com.sun.identity.shared.Constants
-
property string which contains the name of HTTP session tracking cookie
- AM_SESSION_MAX_CACHE_SIZE - Static variable in interface com.sun.identity.shared.Constants
-
Property name for maximum size of the internal session cache.
- AM_SESSION_MAX_CACHE_TIME - Static variable in interface com.sun.identity.shared.Constants
-
Property name for maximum lifetime of the internal session cache.
- AM_SESSION_MAX_SESSION_LIST_SIZE - Static variable in interface com.sun.identity.shared.Constants
-
- AM_SESSION_SERVICE_NAME - Static variable in class com.iplanet.dpro.session.service.SessionServiceConfig
-
- AM_SESSION_SESSION_LIST_RETRIEVAL_TIMEOUT - Static variable in interface com.sun.identity.shared.Constants
-
- AM_SESSION_TOKEN_ASSERTION_BST_VALUE_TYPE - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- AM_SESSION_TOKEN_ASSERTION_QNAME - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- AM_SESSION_TOKEN_ELEMENT_NAME - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- AM_SESSION_TOKEN_ELEMENT_NAMESPACE - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- AM_SESSION_TOKEN_SESSION_ID - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- AM_SIGNATURE_PROVIDER - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
- AM_SMTP_HOST - Static variable in interface com.sun.identity.shared.Constants
-
Property string for SMTP host.
- AM_STATS_INTERVAL - Static variable in interface com.sun.identity.shared.Constants
-
Property string for interval of Stats service.
- AM_TOKEN_TYPE - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- AM_VERSION - Static variable in interface com.sun.identity.shared.Constants
-
Property string for version number.
- AM_VERSION - Static variable in interface com.sun.identity.tools.bundles.SetupConstants
-
- AM_VERSION_CURRENT - Static variable in interface com.sun.identity.tools.bundles.SetupConstants
-
- AM_VERSION_EXPECTED - Static variable in interface com.sun.identity.tools.bundles.SetupConstants
-
- AM_VERSION_HEADER_ENABLED - Static variable in interface com.sun.identity.shared.Constants
-
- AM_WSFEDERATION - Static variable in class com.sun.identity.wsfederation.common.WSFederationConstants
-
Debug log name.
- AMAccessAuditEventBuilder - Class in org.forgerock.openam.audit
-
Builder for OpenAM audit access events.
- AMAccessAuditEventBuilder() - Constructor for class org.forgerock.openam.audit.AMAccessAuditEventBuilder
-
- AMActivityAuditEventBuilder - Class in org.forgerock.openam.audit
-
Builder for OpenAM audit access events.
- AMActivityAuditEventBuilder() - Constructor for class org.forgerock.openam.audit.AMActivityAuditEventBuilder
-
- AMADMIN_MODE - Static variable in class com.sun.identity.security.AdminTokenAction
-
- AMADMIN_USER - Static variable in interface com.sun.identity.idm.IdConstants
-
amadmin user from SunIdentityRepositoryService
- AMAssignableDynamicGroup - Interface in com.iplanet.am.sdk
-
- AMAttributeSchema - Class in com.iplanet.am.sdk
-
- AMAttributeSchema(AttributeSchema) - Constructor for class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
- AMAuditEventBuilder<T extends AMAuditEventBuilder<T>> - Interface in org.forgerock.openam.audit
-
A common interface for all OpenAM audit event builders.
- AMAuditEventBuilderUtils - Class in org.forgerock.openam.audit
-
Collection of static helper methods for use by AM AuditEventBuilders.
- AMAuditService - Interface in org.forgerock.openam.audit
-
Extended interface of the commons AuditService to allow for OpenAM specific configuration.
- AMAuditServiceConfiguration - Class in org.forgerock.openam.audit.configuration
-
Audit service configuration specific to OpenAM.
- AMAuditServiceConfiguration(boolean) - Constructor for class org.forgerock.openam.audit.configuration.AMAuditServiceConfiguration
-
Create an instance of AMAuditServiceConfiguration with the specified values.
- AMAuditServiceConfiguration(boolean, Set<String>) - Constructor for class org.forgerock.openam.audit.configuration.AMAuditServiceConfiguration
-
Create an instance of AMAuditServiceConfiguration with the specified values.
- AMAuthCallBack - Interface in com.sun.identity.authentication.spi
-
The
AMAuthCallBack interface should be implemented by external
business logic code, in order to receive callbacks from the authentication
framework when one of the following events happens :
account lockout
password change (via LDAP module)
The event type and related information are passed through the method call
AMAuthCallBack.authEventCallback(int, java.util.Map).
- AMAuthCallBackException - Exception in com.sun.identity.authentication.spi
-
- AMAuthCallBackException(String, Object[]) - Constructor for exception com.sun.identity.authentication.spi.AMAuthCallBackException
-
Creates AMAuthCallBackException object.
- AMAuthCallBackException(String) - Constructor for exception com.sun.identity.authentication.spi.AMAuthCallBackException
-
Creates AMAuthCallBackException object.
- AMAuthCallBackException(Throwable) - Constructor for exception com.sun.identity.authentication.spi.AMAuthCallBackException
-
Creates AMAuthCallBackException object.
- AMAuthCallBackImpl - Class in com.sun.identity.authentication.spi
-
This class should be instantiated by components in the authentication
framework when callbacks to an external application's logic are required.
- AMAuthConfigType - Class in com.sun.identity.authentication.config
-
Represents an Authentication Configuration type.
- AMAuthConfigUtils - Class in com.sun.identity.authentication.config
-
Authentication Configuration Utility.
- AMAuthConfigUtils() - Constructor for class com.sun.identity.authentication.config.AMAuthConfigUtils
-
- amAuthDataStore - Variable in class com.sun.identity.authentication.modules.datastore.DataStore
-
- AMAuthenticationAuditEventBuilder - Class in org.forgerock.openam.audit
-
Builder for OpenAM audit authentication events.
- AMAuthenticationAuditEventBuilder() - Constructor for class org.forgerock.openam.audit.AMAuthenticationAuditEventBuilder
-
- AMAuthenticationInstance - Class in com.sun.identity.authentication.config
-
This class provides implementation of an individual instance
of a module type.
- AMAuthenticationInstance(String, String, ServiceConfig, ServiceSchema) - Constructor for class com.sun.identity.authentication.config.AMAuthenticationInstance
-
Constructs a module instance object.
- AMAuthenticationManager - Class in com.sun.identity.authentication.config
-
This class provides interfaces to manage authentication module instances.
- AMAuthenticationManager(SSOToken, String) - Constructor for class com.sun.identity.authentication.config.AMAuthenticationManager
-
Constructs an instance of AMAuthenticationManager for the specified realm to manage the
authentication module instances available to this realm.
- AMAuthenticationSchema - Class in com.sun.identity.authentication.config
-
This class implements a subset of the service schema operations
for the AMModule instance.
- AMAuthenticationSchema(ServiceSchema) - Constructor for class com.sun.identity.authentication.config.AMAuthenticationSchema
-
- AMAuthErrorCode - Class in com.sun.identity.authentication.service
-
Class is representing error code for different error states
- AMAuthErrorCode() - Constructor for class com.sun.identity.authentication.service.AMAuthErrorCode
-
- AMAuthErrorCodeResponseStatusMapping - Class in org.forgerock.openam.core.rest.authn
-
Contains methods that return a map of AMErrorCodes to Http Response Status codes.
- AMAuthErrorCodeResponseStatusMapping() - Constructor for class org.forgerock.openam.core.rest.authn.AMAuthErrorCodeResponseStatusMapping
-
- amAuthHOTP - Static variable in class com.sun.identity.authentication.modules.hotp.HOTP
-
- amAuthLDAP - Variable in class com.iplanet.am.sdk.AMSDKRepo
-
- amAuthLDAP - Variable in class com.sun.identity.authentication.modules.ldap.LDAP
-
- AMAuthLevelManager - Class in com.sun.identity.authentication.config
-
Manager for module authentication level, this class provides methods to
retrieve modules which satisfied specific authentication level requirement.
- amAuthOATH - Variable in class org.forgerock.openam.authentication.modules.fr.oath.AuthenticatorOATH
-
- amAuthOATH - Variable in class org.forgerock.openam.authentication.modules.oath.OATH
-
Deprecated.
- amAuthOATH - Variable in class org.forgerock.openam.authentication.modules.oath.plugins.DefaultSharedSecretProvider
-
- AMAuthUtils - Class in com.sun.identity.authentication.util
-
This class provides utility methods to Policy and Administration console
service to get realm qualified Authentication data.
- AMC_OVERRIDE_PROPERTY - Static variable in interface com.sun.identity.setup.SetupConstants
-
Flag to overwrite AMConfig.properties
- amCache - Static variable in class com.sun.identity.authentication.modules.msisdn.MSISDNValidation
-
Holds handle to ResourceBundleCache to quickly get
ResourceBundle for any Locale
- amCache - Static variable in class com.sun.identity.authentication.spi.AMLoginModule
-
Holds handle to ResourceBundleCache to quickly get ResourceBundle for
any Locale.
- AMCallBack - Class in com.iplanet.am.sdk
-
- AMCallBack() - Constructor for class com.iplanet.am.sdk.AMCallBack
-
Deprecated.
- AMCallbackHandler - Class in com.sun.identity.security.keystore
-
- AMCallbackHandler() - Constructor for class com.sun.identity.security.keystore.AMCallbackHandler
-
- AMCallbackHandler(String) - Constructor for class com.sun.identity.security.keystore.AMCallbackHandler
-
- AMCertPath - Class in com.sun.identity.security.cert
-
Class AMCertPath is special cased Certpath validation class.
- AMCertPath(Vector) - Constructor for class com.sun.identity.security.cert.AMCertPath
-
Class constructor
param Vector crls
- AMCertStore - Class in com.sun.identity.security.cert
-
The class is used to manage certificate store in LDAP server
This class does get certificate with specified attr name and
value.
- AMCertStore(AMLDAPCertStoreParameters) - Constructor for class com.sun.identity.security.cert.AMCertStore
-
Class AMCertStore is special cased Certificate store for LDAP.
- AMClientCapData - Class in com.iplanet.services.cdm.clientschema
-
The abstraction to get/set the clients stored in the DSAME.
- AMClientCapException - Exception in com.iplanet.services.cdm.clientschema
-
AMClientCapException: (critical) Thrown to indicate that the Attribute
Abstraction layer could not establish a connection with the backend service
provider (DSAME) OR the abstraction layer could not instantiate the actual
implementation objects.
- AMClientCapException(String) - Constructor for exception com.iplanet.services.cdm.clientschema.AMClientCapException
-
Construct an exception with the specified msg
- AMClientCapException(String, String, Object[]) - Constructor for exception com.iplanet.services.cdm.clientschema.AMClientCapException
-
Construct an exception with the specified msg
- AMClientDataListener - Interface in com.iplanet.services.cdm.clientschema
-
- AMClientDetector - Class in com.iplanet.am.util
-
This is an utility to get the client type.
- AMClientDetector() - Constructor for class com.iplanet.am.util.AMClientDetector
-
Constructs a AMClientDetector instance.
- AMClientDetector(String) - Constructor for class com.iplanet.am.util.AMClientDetector
-
Applications can provide client detector implementation class
- AMClientDetector(ClientDetectionInterface) - Constructor for class com.iplanet.am.util.AMClientDetector
-
Application provide custom detection class.
- AMCommonUtils - Class in com.iplanet.am.sdk
-
- AMCommonUtils() - Constructor for class com.iplanet.am.sdk.AMCommonUtils
-
Deprecated.
- AMCONFIG - Static variable in class com.sun.identity.shared.configuration.ConfigurationFileLocator
-
- AMCONFIG_PATH - Static variable in interface com.sun.identity.tools.bundles.SetupConstants
-
- AMCONFIG_PROPERTIES - Static variable in interface com.sun.identity.setup.SetupConstants
-
AMConfig.properties file name.
- AMConfigAuditEventBuilder - Class in org.forgerock.openam.audit
-
Builder for OpenAM audit config events.
- AMConfigAuditEventBuilder() - Constructor for class org.forgerock.openam.audit.AMConfigAuditEventBuilder
-
- AMConfiguration - Class in com.sun.identity.authentication.config
-
OpenAM JAAS Configuration implementation.
- AMConfiguration(Configuration) - Constructor for class com.sun.identity.authentication.config.AMConfiguration
-
Constructor.
- AMConfigurationException - Exception in com.sun.identity.authentication.config
-
Exception that is thrown when there are error in manipulating authentication
configuration.
- AMConfigurationException(String) - Constructor for exception com.sun.identity.authentication.config.AMConfigurationException
-
Constructor.
- AMConfigurationException(String, String) - Constructor for exception com.sun.identity.authentication.config.AMConfigurationException
-
Constructor.
- AMConfigurationException(String, String, Object[]) - Constructor for exception com.sun.identity.authentication.config.AMConfigurationException
-
Constructor.
- AMConfigurationException(Throwable) - Constructor for exception com.sun.identity.authentication.config.AMConfigurationException
-
Constructor.
- AMConstants - Interface in com.iplanet.am.sdk
-
- AMCRLStore - Class in com.sun.identity.security.cert
-
The class is used to manage crl store in LDAP server
This class does get crl and update crl with CRLDistribution
PointsExtension in client certificate or IssuingDistribution
PointExtension in CRL.
- AMCRLStore(AMLDAPCertStoreParameters) - Constructor for class com.sun.identity.security.cert.AMCRLStore
-
Class AMCRLStore is special cased CRL store for LDAP.
- AMCrypt - Class in com.iplanet.am.sdk
-
This class has methods to encrypt and decrypt password attributes.
- AMCrypt() - Constructor for class com.iplanet.am.sdk.AMCrypt
-
- AMD - Static variable in interface com.sun.identity.setup.SetupConstants
-
- AMDebugLogger - Class in org.forgerock.openam.slf4j
-
Delegate logging invocations to the AM Debug instance.
- AMDebugLogger(Debug) - Constructor for class org.forgerock.openam.slf4j.AMDebugLogger
-
- AMDirectoryAccessFactory - Class in com.iplanet.am.sdk
-
- AMDirectoryAccessFactory() - Constructor for class com.iplanet.am.sdk.AMDirectoryAccessFactory
-
Deprecated.
- AMDynamicGroup - Interface in com.iplanet.am.sdk
-
- AMEncryption - Interface in com.iplanet.services.util
-
The interface class AMEncryption provides methods that will be
used by iDSAME to encrypt and decrypt data.
- AMEncryptionProvider - Class in com.sun.identity.xmlenc
-
AMEncryptionProvider is a class for encrypting and
decrypting XML Documents which implements EncryptionProvider.
- AMEncryptionProvider() - Constructor for class com.sun.identity.xmlenc.AMEncryptionProvider
-
- AMEntity - Interface in com.iplanet.am.sdk
-
- AMEntityImpl - Class in com.iplanet.am.sdk
-
- AMEntityImpl(SSOToken, String) - Constructor for class com.iplanet.am.sdk.AMEntityImpl
-
- AMEntityImpl(SSOToken, String, int) - Constructor for class com.iplanet.am.sdk.AMEntityImpl
-
- AMEntityType - Class in com.iplanet.am.sdk
-
- AMEntityType(String, int, String, String, String, String, int, String, String, String) - Constructor for class com.iplanet.am.sdk.AMEntityType
-
Deprecated.
- AMEntryExistsException - Exception in com.iplanet.am.sdk
-
- AMEntryExistsException(String, String) - Constructor for exception com.iplanet.am.sdk.AMEntryExistsException
-
Deprecated.
Constructs a new AMEntryExistsException with detailed
message.
- AMEntryExistsException(SSOToken, String) - Constructor for exception com.iplanet.am.sdk.AMEntryExistsException
-
Deprecated.
Protected constructor for convenience.
- AMEntryExistsException(String, String, UMSException) - Constructor for exception com.iplanet.am.sdk.AMEntryExistsException
-
Deprecated.
Protected constructor for convenience.
- AMEntryExistsException(SSOToken, String, UMSException) - Constructor for exception com.iplanet.am.sdk.AMEntryExistsException
-
Deprecated.
Protected constructor for convenience.
- AMEntryExistsException(String, String, Object[]) - Constructor for exception com.iplanet.am.sdk.AMEntryExistsException
-
Deprecated.
Constructs a new AMException with detailed message.
- AMEntryExistsException(String, String, Object[], UMSException) - Constructor for exception com.iplanet.am.sdk.AMEntryExistsException
-
Deprecated.
Constructs a new AMException with detailed message.
- AMEvent - Class in com.iplanet.am.sdk
-
- AMEvent(Object, int) - Constructor for class com.iplanet.am.sdk.AMEvent
-
Deprecated.
Constructs an event object.
- AMEvent(Object, int, String, int) - Constructor for class com.iplanet.am.sdk.AMEvent
-
Deprecated.
- AMEvent(String) - Constructor for class com.iplanet.am.sdk.AMEvent
-
Deprecated.
Protected constructor for package use only
- AMEventListener - Interface in com.iplanet.am.sdk
-
- AMEventManagerException - Exception in com.iplanet.am.sdk
-
- AMEventManagerException(String, String) - Constructor for exception com.iplanet.am.sdk.AMEventManagerException
-
Deprecated.
- AMEventManagerException(String, String, UMSException) - Constructor for exception com.iplanet.am.sdk.AMEventManagerException
-
Deprecated.
- AMEventManagerException(String, String, Object[]) - Constructor for exception com.iplanet.am.sdk.AMEventManagerException
-
Deprecated.
- AMEventManagerException(String, String, Object[], UMSException) - Constructor for exception com.iplanet.am.sdk.AMEventManagerException
-
Deprecated.
- AMException - Exception in com.iplanet.am.sdk
-
- AMException(String, String) - Constructor for exception com.iplanet.am.sdk.AMException
-
Deprecated.
Constructs a new AMException with detailed message.
- AMException(SSOToken, String) - Constructor for exception com.iplanet.am.sdk.AMException
-
Deprecated.
Convenience method (protected)
- AMException(String, String, UMSException) - Constructor for exception com.iplanet.am.sdk.AMException
-
Deprecated.
Constructs a new AMException with detailed message.
- AMException(SSOToken, String, UMSException) - Constructor for exception com.iplanet.am.sdk.AMException
-
Deprecated.
Constructs a new AMException with detailed message.
- AMException(String, String, Object[]) - Constructor for exception com.iplanet.am.sdk.AMException
-
Deprecated.
Constructs a new AMException with detailed message.
- AMException(String, String, Object[], UMSException) - Constructor for exception com.iplanet.am.sdk.AMException
-
Deprecated.
Constructs a new AMException with detailed message.
- AMExecutorServiceFactory - Interface in org.forgerock.openam.audit.context
-
- AMFilteredRole - Interface in com.iplanet.am.sdk
-
- AMGenerateServerID - Class in com.iplanet.am.util
-
This class is basically used to generate two byte string server id that can
be used to update the platform server list.
- AMGenerateServerID() - Constructor for class com.iplanet.am.util.AMGenerateServerID
-
- AMGroup - Interface in com.iplanet.am.sdk
-
- AMGroupContainer - Interface in com.iplanet.am.sdk
-
- AMHashMap - Class in com.iplanet.am.sdk
-
This class will lower the case of the key that is used to access the HashMap.
- AMHashMap() - Constructor for class com.iplanet.am.sdk.AMHashMap
-
- AMHashMap(boolean) - Constructor for class com.iplanet.am.sdk.AMHashMap
-
Creates a new AMHashMap
- AMHashMap(int) - Constructor for class com.iplanet.am.sdk.AMHashMap
-
- AMHashMap(int, boolean) - Constructor for class com.iplanet.am.sdk.AMHashMap
-
- AMHashMap(HashMap) - Constructor for class com.iplanet.am.sdk.AMHashMap
-
- AMHostnameVerifier - Class in com.sun.identity.protocol.https
-
- AMHostnameVerifier() - Constructor for class com.sun.identity.protocol.https.AMHostnameVerifier
-
- AMIdentity - Class in com.sun.identity.idm
-
This class represents an Identity which needs to be managed by Access
Manager.
- AMIdentity(SSOToken) - Constructor for class com.sun.identity.idm.AMIdentity
-
Constructor for the AMIdentity object.
- AMIdentity(SSOToken, String) - Constructor for class com.sun.identity.idm.AMIdentity
-
Constructor for the AMIdentity object.
- AMIdentity(DN, SSOToken) - Constructor for class com.sun.identity.idm.AMIdentity
-
- AMIdentity(SSOToken, String, IdType, String, String) - Constructor for class com.sun.identity.idm.AMIdentity
-
Constructor for the AMIdentity object.
- AMIdentity(DN, SSOToken, String, IdType, String) - Constructor for class com.sun.identity.idm.AMIdentity
-
- AMIdentityMembershipCondition - Class in com.sun.identity.policy.plugins
-
- AMIdentityMembershipCondition() - Constructor for class com.sun.identity.policy.plugins.AMIdentityMembershipCondition
-
Deprecated.
No argument constructor
- AMIdentityMembershipCondition - Class in org.forgerock.openam.entitlement.conditions.environment
-
An implementation of an
EntitlementCondition that will check whether the
principal has the specified memberships.
- AMIdentityMembershipCondition() - Constructor for class org.forgerock.openam.entitlement.conditions.environment.AMIdentityMembershipCondition
-
Constructs a new AMIdentityMembershipCondition instance.
- AMIdentityRepository - Class in com.sun.identity.idm
-
The class AMIdentityRepository represents an object to access
the repositories in which user/role/group and other identity data is
configured.
- AMIdentityRepository(SSOToken, String) - Constructor for class com.sun.identity.idm.AMIdentityRepository
-
- AMIdentityRepository(String, SSOToken) - Constructor for class com.sun.identity.idm.AMIdentityRepository
-
Constructor for the AMIdentityRepository object.
- AMIdentityRepositoryFactory - Interface in org.forgerock.openam.identity.idm
-
Factory for creating AMIdentityRepository instances.
- AMIdentityRepositoryListenerInitializer - Class in org.forgerock.openam.identity.idm
-
- AMIdentityRepositoryListenerInitializer() - Constructor for class org.forgerock.openam.identity.idm.AMIdentityRepositoryListenerInitializer
-
- AMIdentitySubject - Class in com.sun.identity.policy.plugins
-
- AMIdentitySubject() - Constructor for class com.sun.identity.policy.plugins.AMIdentitySubject
-
Deprecated.
Constructs an AMIdentityObject
- AMIdentityWrapper - Class in org.forgerock.openam.authentication.modules.deviceprint
-
A wrapper class around AMIdentity to facility testing of code that needs to use AMIdentity.
- AMIdentityWrapper(AMIdentity) - Constructor for class org.forgerock.openam.authentication.modules.deviceprint.AMIdentityWrapper
-
Constructs an instance of the AMIdentityWrapper.
- AMInvalidDNException - Exception in com.iplanet.am.sdk
-
- AMInvalidDNException(String, String) - Constructor for exception com.iplanet.am.sdk.AMInvalidDNException
-
Deprecated.
Constructs a new AMException with detailed message.
- AMInvalidDNException(String, String, UMSException) - Constructor for exception com.iplanet.am.sdk.AMInvalidDNException
-
Deprecated.
Constructs a new AMException with detailed message.
- AMInvalidDNException(String, String, Object[]) - Constructor for exception com.iplanet.am.sdk.AMInvalidDNException
-
Deprecated.
Constructs a new AMException with detailed message.
- AMInvalidDNException(String, String, Object[], UMSException) - Constructor for exception com.iplanet.am.sdk.AMInvalidDNException
-
Deprecated.
Constructs a new AMException with detailed message.
- AMJAXRPCVERSION - Static variable in class com.sun.identity.sm.jaxrpc.SMSJAXRPCObject
-
JAXRPC Version String.
- AMJAXRPCVERSIONSTR - Static variable in class com.sun.identity.sm.jaxrpc.SMSJAXRPCObject
-
JAXRPC Version String variable name.
- AMKeyProvider - Class in org.forgerock.openam.utils
-
Implementation of a KeyProvider interface for retrieving X509 Certificates and private
keys from the user data store.
- AMKeyProvider() - Constructor for class org.forgerock.openam.utils.AMKeyProvider
-
Constructor.
- AMKeyProvider(KeyStoreConfig) - Constructor for class org.forgerock.openam.utils.AMKeyProvider
-
Create a new instance of AMKeyProvider from a KeyStoreConfiguration object.
- AMKeyProvider(String, String, String, String) - Constructor for class org.forgerock.openam.utils.AMKeyProvider
-
Constructor.
- AMKeyProvider(boolean, String, String, String, String) - Constructor for class org.forgerock.openam.utils.AMKeyProvider
-
Constructor.
- amlc - Variable in class com.sun.identity.authentication.server.AuthContextLocal
-
AuthLoginContext
- amlc - Variable in class com.sun.identity.authentication.spi.AMPostAuthProcess
-
- AMLDAPCertStoreParameters - Class in com.sun.identity.security.cert
-
Parameters used to access ldap cert store
- AMLDAPCertStoreParameters(String, int) - Constructor for class com.sun.identity.security.cert.AMLDAPCertStoreParameters
-
- AMLogException - Exception in com.sun.identity.log
-
Defines all the exceptions used in Logging service.
- AMLogException(String) - Constructor for exception com.sun.identity.log.AMLogException
-
Constructs an instance of the AMLogException class.
- AMLoggerFactory - Class in org.forgerock.openam.slf4j
-
- AMLoggerFactory() - Constructor for class org.forgerock.openam.slf4j.AMLoggerFactory
-
- AMLoginContext - Class in com.sun.identity.authentication.service
-
AMLoginContext class is the core layer in the authentication
middle tier which connects user clients to the JAAS LoginModule.
- AMLoginContext(AuthContextLocal) - Constructor for class com.sun.identity.authentication.service.AMLoginContext
-
Creates AMLoginContext object.
- AMLoginModule - Class in com.sun.identity.authentication.spi
-
An abstract class which implements JAAS LoginModule, it provides
methods to access OpenAM services and the module
xml configuration.
- AMLoginModule() - Constructor for class com.sun.identity.authentication.spi.AMLoginModule
-
- AMLoginModuleBinder - Interface in org.forgerock.openam.authentication.modules.common
-
The idea behind this interface is that implementations of this interface will also extend the AMLoginModule
class and be instantiated with an instance of the AuthLoginModule interface and the implementation of this
interface will then delegate the AMLoginModule calls to the AuthLoginModule instance.
- AMNamingAttrManager - Class in com.iplanet.am.sdk
-
- AMNamingAttrManager() - Constructor for class com.iplanet.am.sdk.AMNamingAttrManager
-
Deprecated.
- AMObject - Interface in com.iplanet.am.sdk
-
- AMObjectClassManager - Class in com.iplanet.am.sdk
-
- AMObjectClassManager() - Constructor for class com.iplanet.am.sdk.AMObjectClassManager
-
Deprecated.
- AMObjectListener - Interface in com.iplanet.am.sdk
-
- AMObjectListenerImpl - Class in com.iplanet.am.sdk
-
- AMOrganization - Interface in com.iplanet.am.sdk
-
- AMOrganizationalUnit - Interface in com.iplanet.am.sdk
-
- AMP - Static variable in interface com.sun.identity.shared.Constants
-
amp sign
- AMPassword - Class in com.sun.identity.security.keystore
-
Stores a password.
- AMPassword(char[]) - Constructor for class com.sun.identity.security.keystore.AMPassword
-
Creates a Password from a char array, then wipes the char array.
- AMPasswordUtil - Class in com.iplanet.am.util
-
This class which contains utilities to encrypt and decrypt attribute value of
password type.
- AMPasswordUtil() - Constructor for class com.iplanet.am.util.AMPasswordUtil
-
- AMPeopleContainer - Interface in com.iplanet.am.sdk
-
- AMPERSAND - Static variable in class com.iplanet.dpro.session.share.SessionEncodeURL
-
- AMPERSAND - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Ampersand
- AMPERSAND - Static variable in interface com.sun.identity.saml2.idpdiscovery.IDPDiscoveryConstants
-
- AMPERSAND - Static variable in class com.sun.identity.shared.StringUtils
-
- AMPERSAND_ESC - Static variable in class com.iplanet.dpro.session.share.SessionEncodeURL
-
- AMPostAuthProcess - Class in com.sun.identity.authentication.spi
-
- AMPostAuthProcess() - Constructor for class com.sun.identity.authentication.spi.AMPostAuthProcess
-
- AMPostAuthProcessInterface - Interface in com.sun.identity.authentication.spi
-
The AMPostAuthProcessInterface interface needs to
be implemented by services and applications to do post
authentication processing.
- AMPostCallBackException - Exception in com.iplanet.am.sdk
-
- AMPostCallBackException(String, String) - Constructor for exception com.iplanet.am.sdk.AMPostCallBackException
-
Deprecated.
Constructs a new AMPostCallBackException with detailed
message.
- AMPostCallBackException(SSOToken, String) - Constructor for exception com.iplanet.am.sdk.AMPostCallBackException
-
Deprecated.
Constructs a new AMPostCallBackException with detailed
message.
- AMPostCallBackException(String, String, UMSException) - Constructor for exception com.iplanet.am.sdk.AMPostCallBackException
-
Deprecated.
Constructs a new AMPostCallBackException with detailed
message.
- AMPostCallBackException(SSOToken, String, UMSException) - Constructor for exception com.iplanet.am.sdk.AMPostCallBackException
-
Deprecated.
Constructs a new AMPostCallBackException with detailed
message.
- AMPostCallBackException(String, String, Object[]) - Constructor for exception com.iplanet.am.sdk.AMPostCallBackException
-
Deprecated.
Constructs a new AMPostCallBackException with detailed
message.
- AMPostCallBackException(String, String, Object[], UMSException) - Constructor for exception com.iplanet.am.sdk.AMPostCallBackException
-
Deprecated.
Constructs a new AMPostCallBackException with detailed
message.
- AMPreCallBackException - Exception in com.iplanet.am.sdk
-
- AMPreCallBackException(String, String) - Constructor for exception com.iplanet.am.sdk.AMPreCallBackException
-
Deprecated.
Constructs a new AMPreCallBackException with detailed
message.
- AMPreCallBackException(SSOToken, String) - Constructor for exception com.iplanet.am.sdk.AMPreCallBackException
-
Deprecated.
Constructs a new AMPreCallBackException with detailed
message.
- AMPreCallBackException(String, String, UMSException) - Constructor for exception com.iplanet.am.sdk.AMPreCallBackException
-
Deprecated.
Constructs a new AMPreCallBackException with detailed
message.
- AMPreCallBackException(SSOToken, String, UMSException) - Constructor for exception com.iplanet.am.sdk.AMPreCallBackException
-
Deprecated.
Constructs a new AMPreCallBackException with detailed
message.
- AMPreCallBackException(String, String, Object[]) - Constructor for exception com.iplanet.am.sdk.AMPreCallBackException
-
Deprecated.
Constructs a new AMPreCallBackException with detailed
message.
- AMPreCallBackException(String, String, Object[], UMSException) - Constructor for exception com.iplanet.am.sdk.AMPreCallBackException
-
Deprecated.
Constructs a new AMPreCallBackException with detailed
message.
- AMR - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.JWTTokenParams
-
- AMR_VALUE_MAPPING - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2ProviderService
-
- AMRecord - Class in com.sun.identity.sm.model
-
- AMRecord(String, String, String, long, String, int, String, String) - Constructor for class com.sun.identity.sm.model.AMRecord
-
AMRecord represents the data fields that the user would store in
a persistent data store.
- AMRecord() - Constructor for class com.sun.identity.sm.model.AMRecord
-
- AMRemoteException - Exception in com.iplanet.am.sdk.remote
-
- AMRemoteException(String, String, int, String[]) - Constructor for exception com.iplanet.am.sdk.remote.AMRemoteException
-
- AMRemoteException_SOAPSerializer - Class in com.iplanet.am.sdk.remote
-
- AMRemoteException_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.iplanet.am.sdk.remote.AMRemoteException_SOAPSerializer
-
- AMResource - Interface in com.iplanet.am.sdk
-
- AMResourceBundleCache - Class in com.sun.identity.shared.locale
-
A singleton class that cache resource bundle object.
- AMRole - Interface in com.iplanet.am.sdk
-
- AMRootEntity - Class in org.forgerock.openam.session.model
-
Provides Common Base OpenAM Root Entity Object for the Internal
Model of the OpenAM Session Object Stack.
- AMRootEntity() - Constructor for class org.forgerock.openam.session.model.AMRootEntity
-
- amsc - Variable in class com.sun.identity.entity.EntityObjectImpl
-
- AMSchema - Class in com.iplanet.am.sdk
-
- AMSchema() - Constructor for class com.iplanet.am.sdk.AMSchema
-
Deprecated.
- AMSchema.Type - Class in com.iplanet.am.sdk
-
Deprecated.
- AMSDK_PLUGIN - Static variable in interface com.sun.identity.idm.IdConstants
-
- AMSDK_PLUGIN_NAME - Static variable in interface com.sun.identity.idm.IdConstants
-
- AMSDKBundle - Class in com.iplanet.am.sdk
-
- AMSDKBundle() - Constructor for class com.iplanet.am.sdk.AMSDKBundle
-
- AMSDKEventListener - Class in com.sun.identity.authentication.config
-
Implements AMEventListener from OpenAM SDK.
- AMSDKEventListener(String) - Constructor for class com.sun.identity.authentication.config.AMSDKEventListener
-
Constructor.
- AMSDKRepo - Class in com.iplanet.am.sdk
-
- AMSDKRepo() - Constructor for class com.iplanet.am.sdk.AMSDKRepo
-
- AMSearchControl - Class in com.iplanet.am.sdk
-
- AMSearchControl() - Constructor for class com.iplanet.am.sdk.AMSearchControl
-
Deprecated.
Creates the AMSearchControl object
- AMSearchFilterManager - Class in com.iplanet.am.sdk
-
- AMSearchFilterManager() - Constructor for class com.iplanet.am.sdk.AMSearchFilterManager
-
Deprecated.
- AMSearchResults - Class in com.iplanet.am.sdk
-
- AMSearchResults(int, Set, int, Map) - Constructor for class com.iplanet.am.sdk.AMSearchResults
-
Deprecated.
Constructs the AMSearchResults object.
- AMSecurityPropertiesException - Exception in com.sun.identity.security
-
Exception that is thrown when AMConfig.properties does not contain
com.sun.identity.agents.app.username and com.iplanet.am.service.password
- AMSecurityPropertiesException(String) - Constructor for exception com.sun.identity.security.AMSecurityPropertiesException
-
Constructs an AMSecurityPropertiesException object.
- AMSendMail - Class in com.iplanet.am.util
-
- AMSendMail() - Constructor for class com.iplanet.am.util.AMSendMail
-
Constructor that grabs its SMTP values from SystemProperties.
- AMServiceListener - Interface in com.iplanet.am.sdk
-
- AMServiceUtils - Class in com.iplanet.am.sdk
-
- AMServiceUtils() - Constructor for class com.iplanet.am.sdk.AMServiceUtils
-
Deprecated.
- AMSession - Interface in org.forgerock.openam.session
-
This Interface defines the functionality of a session in openam.
- amSessionInvalidator - Variable in class org.forgerock.openam.sts.rest.token.provider.RestTokenProviderBase
-
- amSessionInvalidator(AMSessionInvalidator) - Method in class org.forgerock.openam.sts.soap.token.provider.oidc.SoapOpenIdConnectTokenProvider.SoapOpenIdConnectTokenProviderBuilder
-
- amSessionInvalidator(AMSessionInvalidator) - Method in class org.forgerock.openam.sts.soap.token.provider.saml2.SoapSamlTokenProvider.SoapSamlTokenProviderBuilder
-
- AMSessionInvalidator - Interface in org.forgerock.openam.sts.token.provider
-
Invoked by TokenProviders to invalidate any interim OpenAM sessions generated as part of any STS token operation
if indicated by sts configuration state.
- AMSessionInvalidatorImpl - Class in org.forgerock.openam.sts.token.provider
-
- AMSessionInvalidatorImpl(String, String, String, String, String, UrlConstituentCatenator, String, HttpURLConnectionWrapperFactory, Logger) - Constructor for class org.forgerock.openam.sts.token.provider.AMSessionInvalidatorImpl
-
- AMSessionRepositoryDeferredOperation - Class in com.sun.identity.sm.model
-
AMSession Replication Event
Provides necessary information to perform a Session Repository Event against the
appropriate backend.
- AMSessionRepositoryDeferredOperation(Enum<AMSessionRepositoryDeferredOperationType>, Object[]) - Constructor for class com.sun.identity.sm.model.AMSessionRepositoryDeferredOperation
-
Constructor using AMRootEntity, so any Object extending our root object can be
used as a payload for our event.
- AMSessionRepositoryDeferredOperationType - Enum in com.sun.identity.sm.model
-
Type of AM Session Repository Deferred Operation to be performed.
- AMSetupDSConfig - Class in com.sun.identity.setup
-
This class does Directory Server related tasks for
OpenAM deployed as single web application.
- AMSetupFilter - Class in com.sun.identity.setup
-
This filter brings the administrator to a configuration page where the product can be configured
if the product is not yet configured.
- AMSetupFilter() - Constructor for class com.sun.identity.setup.AMSetupFilter
-
- AMSetupServlet - Class in com.sun.identity.setup
-
This class is the first class to get loaded by the Servlet container.
- AMSetupServlet() - Constructor for class com.sun.identity.setup.AMSetupServlet
-
- AMSetupUtils - Class in com.sun.identity.setup
-
Utility methods that are used by various setup/startup classes.
- AMSignatureProvider - Class in com.sun.identity.saml.xmlsig
-
SignatureProvider is an interface
to be implemented to sign and verify xml signature
- AMSignatureProvider() - Constructor for class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Default Constructor
- AMSR_ATTRS - Static variable in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
- AMSR_ATTRS - Static variable in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
- AMSR_CODE - Static variable in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
- AMSR_CODE - Static variable in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
- AMSR_COUNT - Static variable in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
- AMSR_RESULTS - Static variable in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
- AMSR_RESULTS - Static variable in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
- AMStaticGroup - Interface in com.iplanet.am.sdk
-
- Amster - Class in org.forgerock.openam.authentication.modules.amster
-
- Amster() - Constructor for class org.forgerock.openam.authentication.modules.amster.Amster
-
- AMStoreConnection - Class in com.iplanet.am.sdk
-
- AMStoreConnection(SSOToken) - Constructor for class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Gets the connection to the Sun Java System Access Manager data store if
the Session is valid.
- AMSTSConstants - Class in org.forgerock.openam.sts
-
- AMSTSConstants() - Constructor for class org.forgerock.openam.sts.AMSTSConstants
-
- AMSTSConstants.STSType - Enum in org.forgerock.openam.sts
-
- AMSTSRuntimeException - Exception in org.forgerock.openam.sts
-
The CXF-STS engine throws only one exception type - the org.apache.cxf.ws.security.sts.provider.STSException, which
is a RuntimeException.
- AMSTSRuntimeException(int, String) - Constructor for exception org.forgerock.openam.sts.AMSTSRuntimeException
-
- AMSTSRuntimeException(int, String, Throwable) - Constructor for exception org.forgerock.openam.sts.AMSTSRuntimeException
-
- AMTemplate - Interface in com.iplanet.am.sdk
-
- AMTokenParser - Interface in org.forgerock.openam.sts.token
-
This interface defines the ability to take the Representation result of a dispatched REST authN request and to
return a AM session id.
- AMTokenParserImpl - Class in org.forgerock.openam.sts.token
-
AMTokenParser implementation.
- AMTokenProvider - Class in com.sun.identity.wss.security
-
This class implements the TokenProvider interface to
generate the WS-Security tokens.
- AMTokenProvider(SSOToken) - Constructor for class com.sun.identity.wss.security.AMTokenProvider
-
Default constructor
- AMURLStreamHandlerFactory - Class in com.sun.identity.protocol
-
This class provides method to return configured https protocol handler.
- AMURLStreamHandlerFactory() - Constructor for class com.sun.identity.protocol.AMURLStreamHandlerFactory
-
- AMUser - Interface in com.iplanet.am.sdk
-
- AMUserEntryProcessed - Interface in com.iplanet.am.sdk
-
- AMUserNamePasswordAuthenticator - Class in com.iplanet.am.util
-
- AMUserNamePasswordAuthenticator(String, String) - Constructor for class com.iplanet.am.util.AMUserNamePasswordAuthenticator
-
Public constructor that takes user name and user password.
- AMUserPasswordValidation - Class in com.iplanet.am.sdk
-
- AMUserPasswordValidation() - Constructor for class com.iplanet.am.sdk.AMUserPasswordValidation
-
Deprecated.
Constructs the AMUserPasswordValidation object
- AMUserPasswordValidationPlugin - Class in com.sun.identity.common
-
This class is an utility to detect the specified pattern in the given string
- AMUserPasswordValidationPlugin() - Constructor for class com.sun.identity.common.AMUserPasswordValidationPlugin
-
- AMX509KeyManager - Interface in com.sun.identity.security.keystore
-
The WSX509KeyManager class implements JSSE X509KeyManager
interface.
- AMX509KeyManagerFactory - Class in com.sun.identity.security.keystore
-
The WSX509KeyManager class implements JSSE X509KeyManager
interface.
- AMX509KeyManagerFactory() - Constructor for class com.sun.identity.security.keystore.AMX509KeyManagerFactory
-
- AMX509KeyManagerImpl - Class in com.sun.identity.security.keystore
-
The WSX509KeyManager class implements JSSE X509KeyManager
interface.
- AMX509KeyManagerImpl() - Constructor for class com.sun.identity.security.keystore.AMX509KeyManagerImpl
-
- AMX509KeyManagerImpl(String, String, String, AMCallbackHandler) - Constructor for class com.sun.identity.security.keystore.AMX509KeyManagerImpl
-
- AMX509KeyManagerImpl - Class in com.sun.identity.security.keystore.v_14
-
The AMX509KeyManagerImpl class implements JSSE X509KeyManager
interface.
- AMX509KeyManagerImpl() - Constructor for class com.sun.identity.security.keystore.v_14.AMX509KeyManagerImpl
-
- AMX509TrustManager - Class in com.sun.identity.security.keystore
-
The AMX509TrustManager class implements JSSE X509TrustManager
interface.
- AMX509TrustManager() - Constructor for class com.sun.identity.security.keystore.AMX509TrustManager
-
create sunX509KeyManager
for example:
Create/load a truststore
Get instance of a "SunX509" TrustManagerFactory "tmf"
init the TrustManagerFactory with the truststore
- ANALYZED_NAME_ELEMENT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- ANALYZED_NAME_ELEMENT_INT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- AND - Static variable in class com.sun.identity.idm.IdSearchOpModifier
-
The search modifier which will AND all the search
attribute-value pairs passed to IdSearchControl
- and() - Method in class org.forgerock.openam.cts.api.filter.TokenFilterBuilder
-
Creates an AND query where the results must match all provided filters.
- and(List<Filter>) - Static method in class org.openidentityplatform.openam.cassandra.Filter
-
- AND_MOD - Static variable in class com.sun.identity.idm.IdRepo
-
- AndCondition - Class in com.sun.identity.entitlement
-
EntitlementCondition wrapper on a set of
EntitlementCondition(s) to provide
boolean OR logic Membership is of AndCondition is satisfied
if the user is a member of any of the wrapped
EntitlementCondition.
- AndCondition() - Constructor for class com.sun.identity.entitlement.AndCondition
-
Constructs AndCondition
- AndCondition(Set<EntitlementCondition>) - Constructor for class com.sun.identity.entitlement.AndCondition
-
Constructs AndCondition
- AndSubject - Class in com.sun.identity.entitlement
-
EntitlementSubject wrapper on a set of EntitlementSubject(s) to provide
boolean And logic Membership is of AndSubject is satisfied if the user is
a member of any of the wrapped EntitlementSubject
- AndSubject() - Constructor for class com.sun.identity.entitlement.AndSubject
-
Constructs OrSubject
- AndSubject(Set<EntitlementSubject>) - Constructor for class com.sun.identity.entitlement.AndSubject
-
Constructs OrSubject
- AndSubject(Set<EntitlementSubject>, String) - Constructor for class com.sun.identity.entitlement.AndSubject
-
Constructs OrSubject
- ANNOT_PRODUCTNAME - Static variable in interface com.sun.identity.cli.CLIConstants
-
Name of product name annotation in definition class.
- ANNOT_RESOURCE_BUNDLE_NAME - Static variable in interface com.sun.identity.cli.CLIConstants
-
Name of product resource bundle name annotation in definition class.
- ANNOT_VERSION - Static variable in interface com.sun.identity.cli.CLIConstants
-
Name of product version annotation in definition class.
- AnnotatedMethod - Class in org.forgerock.openam.http.annotations
-
- Anonymous - Class in com.sun.identity.authentication.modules.anonymous
-
- Anonymous() - Constructor for class com.sun.identity.authentication.modules.anonymous.Anonymous
-
- ANONYMOUS - Static variable in class com.sun.identity.liberty.ws.dst.DSTConstants
-
- ANONYMOUS - Static variable in class com.sun.identity.liberty.ws.soapbinding.Message
-
anonymous profile is specified.
- ANONYMOUS_ADDRESS - Static variable in class com.sun.identity.wss.sts.STSConstants
-
- ANONYMOUS_ONETIME - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Anonymous Onetime federation
- ANONYMOUS_PASSWD - Static variable in class com.iplanet.services.ldap.LDAPUser
-
- ANONYMOUS_PRINCIPAL - Static variable in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
- ANONYMOUS_USER - Static variable in class com.iplanet.services.ldap.LDAPUser
-
- ANONYMOUS_USER - Static variable in interface com.sun.identity.idm.IdConstants
-
anonymous user from SunIdentityRepositoryService
- AnonymousAuthPrincipal - Class in com.sun.identity.authentication.modules.anonymous
-
- AnonymousAuthPrincipal(String) - Constructor for class com.sun.identity.authentication.modules.anonymous.AnonymousAuthPrincipal
-
- AnonymousESubject - Class in com.sun.identity.entitlement
-
- AnonymousESubject() - Constructor for class com.sun.identity.entitlement.AnonymousESubject
-
- anonymousUpdate(Context, ActionRequest, String) - Method in class org.forgerock.openam.core.rest.IdentityResourceV1
-
Perform an anonymous update of a user's password using the provided token.
- answerAsBytes() - Method in class org.forgerock.openam.services.push.utils.HS256Helper
-
Returns the result of the HS256 algorithm over the challenge using the secret.
- answerAsString() - Method in class org.forgerock.openam.services.push.utils.HS256Helper
-
Returns the result of the HS256 algorithm over the challenge using the secret.
- any - Variable in class com.sun.identity.entitlement.xacml3.core.StatusDetail
-
- ANY - Static variable in class com.sun.identity.policy.Syntax
-
Deprecated.
value is a free form text, would be typically shown in as editable
text field
- ANY_SEARCHABLE - Static variable in class com.sun.identity.policy.Syntax
-
Deprecated.
value is a free form text, could also search from a large set of values
- anyHaveEntries(Object...) - Static method in class org.forgerock.openam.utils.CollectionUtils
-
See if any of the containers have entries and if so return true.
- AnyOf - Class in com.sun.identity.entitlement.xacml3.core
-
Java class for AnyOfType complex type.
- AnyOf() - Constructor for class com.sun.identity.entitlement.xacml3.core.AnyOf
-
- anyOf - Variable in class com.sun.identity.entitlement.xacml3.core.Target
-
- AnyOfAuthzModule - Class in org.forgerock.openam.core.rest.session
-
This module takes a collection of authz modules and runs them, returning the first
success and ignoring all failures.
- AnyOfAuthzModule(List<CrestAuthorizationModule>) - Constructor for class org.forgerock.openam.core.rest.session.AnyOfAuthzModule
-
Generate a new AggregateAuthzModule with the list of filters supplied.
- AnyPrivilegeAuthzModule - Class in org.forgerock.openam.rest.authz
-
An authorization module that permits a privileged user from any realm to get access to the requested realm.
- AnyPrivilegeAuthzModule(DelegationEvaluator, Map<String, PrivilegeDefinition>, DelegationPermissionFactory, CoreWrapper, SSOTokenManager) - Constructor for class org.forgerock.openam.rest.authz.AnyPrivilegeAuthzModule
-
- AnyType - Interface in com.sun.identity.saml2.jaxb.schema
-
Java content class for anyType complex type.
- AnyTypeImpl - Class in com.sun.identity.saml2.jaxb.schema.impl
-
- AnyTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.schema.impl.AnyTypeImpl
-
- AnyTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.schema.impl
-
- AnyUserSubject - Class in com.sun.identity.entitlement
-
Deprecated.
- AnyUserSubject() - Constructor for class com.sun.identity.entitlement.AnyUserSubject
-
Deprecated.
- api(ApiProducer<ApiDescription>) - Method in class org.forgerock.openam.audit.DefaultAuditServiceProxy
-
- api(ApiProducer<ApiDescription>) - Method in class org.forgerock.openam.audit.rest.RealmAuditRequestHandler
-
- api(ApiProducer<ApiDescription>) - Method in class org.forgerock.openam.core.rest.sms.ServicesRealmSmsHandler
-
- api(ApiProducer<ApiDescription>) - Method in class org.forgerock.openam.core.rest.sms.SmsCollectionProvider
-
- api(ApiProducer<ApiDescription>) - Method in class org.forgerock.openam.core.rest.sms.SmsRequestHandler
-
- api(ApiProducer<ApiDescription>) - Method in class org.forgerock.openam.core.rest.sms.SmsServerPropertiesResource
-
- api(ApiProducer<ApiDescription>) - Method in class org.forgerock.openam.core.rest.sms.SmsSingletonProvider
-
- api(ApiProducer<ApiDescription>) - Method in class org.forgerock.openam.core.rest.sms.tree.SmsRouteTree
-
- api(ApiProducer<ApiDescription>) - Method in class org.forgerock.openam.temper.TimeTravelRouteProvider.TimeTravelResourceProvider
-
- ApiActionAssert - Class in org.forgerock.openam.test.apidescriptor
-
This class represents the
Create,
Update,
Delete,
Patch,
Action and
Query annotations
as generic
Annotations.
- ApiAnnotationAssert - Class in org.forgerock.openam.test.apidescriptor
-
This is the entry test class for API annotated classes.
- ApiDescriptorConstants - Class in org.forgerock.openam.i18n.apidescriptor
-
Constants for Api Descriptor I18N used across OpenAM.
- ApiDescriptorFilter - Class in org.forgerock.openam.http
-
A filter for API Descriptor requests based on whether they are enabled in the RestApisService.
- ApiDescriptorFilter() - Constructor for class org.forgerock.openam.http.ApiDescriptorFilter
-
- ApiDescriptorFilter.State - Enum in org.forgerock.openam.http
-
A singleton for whether the API Description is currently enabled.
- ApiDocsService - Class in org.forgerock.openam.core.rest.docs.api
-
This service provides an HTML representation of the OpenAM REST API.
- ApiDocsService(Router, Debug) - Constructor for class org.forgerock.openam.core.rest.docs.api.ApiDocsService
-
- ApiErrorAssert - Class in org.forgerock.openam.test.apidescriptor
-
This class represents the ApiError annotation.
- ApiHandlerAssert - Class in org.forgerock.openam.test.apidescriptor
-
This class represents the Handler annotation.
- ApiOperationsAssert - Class in org.forgerock.openam.test.apidescriptor
-
This class represents the Operation annotation.
- ApiParameterAssert - Class in org.forgerock.openam.test.apidescriptor
-
This class represents the Parameter annotation.
- ApiProviderAssert - Class in org.forgerock.openam.test.apidescriptor
-
This class represents the
SingletonProvider,
CollectionProvider and
RequestHandler
annotations as generic
Annotations.
- ApiRouteMatcher - Class in org.forgerock.openam.rest.router
-
Matches routes for API related URLs.
- ApiRouteMatcher() - Constructor for class org.forgerock.openam.rest.router.ApiRouteMatcher
-
- ApiSchemaAssert - Class in org.forgerock.openam.test.apidescriptor
-
This class represents the Schema annotation.
- ApiService - Class in org.forgerock.openam.core.rest.docs.api
-
This service provides an HTML representation of the OpenAM REST API.
- ApiService(DescribableHandler) - Constructor for class org.forgerock.openam.core.rest.docs.api.ApiService
-
- apiVersion(String) - Method in class com.sun.identity.install.tools.util.RESTEndpoint.RESTEndpointBuilder
-
Set the API version for this endpoint.
- APNS - Static variable in class org.forgerock.openam.services.push.PushNotificationConstants
-
Apple Push Notification Service.
- app - Variable in class com.sun.identity.idsvcs.Log
-
- APP_LOGOUT_URL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
String to represent the logout url for external application.
- APP_NOT_CREATED_POLICIES_EXIST - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- APP_RETRIEVAL_ERROR - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- APP_SESSION_PROPERTY - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
URL parameter name in external application logout URL for requesting
user session property.
- APP_SSO_TOKEN_INVALID - Static variable in class com.sun.identity.policy.remote.PolicyResponse
-
Exception message if Application SSO Token is invalid
- append(String, String) - Method in class com.sun.identity.entitlement.ExactMatchResourceName
-
- append(String, String) - Method in class com.sun.identity.entitlement.RegExResourceName
-
- append(String, String) - Method in class com.sun.identity.policy.plugins.SuffixResourceName
-
Appends sub-resource to super-resource.
- append(String, String) - Method in class com.sun.identity.policy.ServiceType
-
Combine super-resource and sub-resource of this service type.
- append(String, String) - Method in class org.forgerock.openam.shared.resourcename.BasePrefixResourceName
-
Appends sub-resource to super-resource.
- append(String, String) - Method in interface org.forgerock.openam.shared.resourcename.BaseResourceName
-
Appends sub-resource to super-resource.
- APPEND_SESS_COOKIE_IN_URL - Static variable in interface com.sun.identity.shared.Constants
-
Property string for determining if session cookie needs to be appended
in the URL
- appendCommonHtmlAttributes(NonSyncStringBuffer) - Method in class org.forgerock.openam.console.ui.taglib.AutoCCPasswordTag
-
- appendDataToFile(String, String) - Static method in class com.sun.identity.install.tools.util.FileUtils
-
- appendElementToMap(String, Set, Map) - Static method in class com.sun.identity.policy.PolicyUtils
-
Appends a key/value pair to a map
- appendGeneralLinks(NonSyncStringBuffer) - Method in class org.forgerock.openam.console.ui.taglib.masthead.CCPrimaryMastheadTag
-
- appendHelpLink(NonSyncStringBuffer) - Method in class org.forgerock.openam.console.ui.taglib.masthead.CCPrimaryMastheadTag
-
- appendLinesToFile(String, String[]) - Static method in class com.sun.identity.install.tools.util.FileUtils
-
Appends the given set of lines to the specified file.
- appendLinesToFile(String, String[], boolean) - Static method in class com.sun.identity.install.tools.util.FileUtils
-
Appends the given set of lines to the specified file.
- appendMapToMap(Map, Map) - Static method in class com.sun.identity.policy.PolicyUtils
-
Appends a map to another map
- appendQueryParams(NonSyncStringBuffer) - Method in class com.sun.identity.authentication.UI.taglib.DSAMEHrefTag
-
Appends the Query String name/value pairs (NVP) that have been supplied
via the JSP tag attribute "queryParams".
- appendResult(Properties, String, byte[]) - Method in class com.sun.identity.tools.manifest.FilesDigester
-
This function append the result to the StringBuffer.
- appendStyleAttributes(NonSyncStringBuffer) - Method in class org.forgerock.openam.console.ui.taglib.AutoCCFormTag
-
- appendStyleAttributes(NonSyncStringBuffer) - Method in class org.forgerock.openam.console.ui.taglib.AutoFormTag
-
- appendSubsection(NonSyncStringBuffer, Node, CCPropertySheetModelInterface, int, int) - Method in class org.forgerock.openam.console.ui.taglib.propertysheet.CCPropertySheetTag
-
- appendToList(List<String>, String[]) - Static method in class com.sun.identity.federation.cli.tools.WebHelperCreator
-
Adds string in an array to a list.
- APPID - Static variable in class com.sun.identity.idsvcs.rest.IdentityServicesHandler.SecurityParameter
-
- Application - Class in com.sun.identity.authentication.modules.application
-
Application login module.
- Application() - Constructor for class com.sun.identity.authentication.modules.application.Application
-
- Application - Class in com.sun.identity.entitlement
-
Application class contains the information on how an application behaves
e.g. how to combine decision and how to compare resources;
and the supported actions.
- Application() - Constructor for class com.sun.identity.entitlement.Application
-
Public, default constructor
- Application(String, ApplicationType) - Constructor for class com.sun.identity.entitlement.Application
-
Constructs an instance.
- APPLICATION - Static variable in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
- APPLICATION_ALREADY_EXISTS - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- APPLICATION_ATTRIBUTE - Static variable in class com.sun.identity.entitlement.Privilege
-
application index key
- APPLICATION_CATEGORY - Static variable in interface com.sun.identity.entitlement.xacml3.XACMLConstants
-
- APPLICATION_CLASSNAME - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- APPLICATION_CLASSNAME - Static variable in class com.sun.identity.entitlement.opensso.EntitlementService
-
- APPLICATION_DISPLAY_NAME - Static variable in class org.forgerock.openam.entitlement.rest.ApplicationV1Filter
-
- APPLICATION_ID - Static variable in interface com.sun.identity.entitlement.xacml3.XACMLConstants
-
- APPLICATION_IDLE_TIMEOUT - Static variable in interface com.sun.identity.policy.interfaces.Condition
-
Deprecated.
Key that is used to specify the application
idle time out
- APPLICATION_IDLE_TIMEOUT - Static variable in class org.forgerock.openam.entitlement.conditions.environment.ConditionConstants
-
Key that is used to specify the application idle time out.
- APPLICATION_IDLE_TIMESOUT_AT_PREFIX - Static variable in class com.sun.identity.policy.plugins.AuthSchemeCondition
-
Deprecated.
Prefix for key that is used to set session property
to track application based session idle timeout
- APPLICATION_IDLE_TIMESOUT_AT_PREFIX - Static variable in class org.forgerock.openam.entitlement.conditions.environment.AuthSchemeCondition
-
Prefix for key that is used to set session property to track application based session idle timeout.
- APPLICATION_ISSUER - Static variable in interface com.sun.identity.entitlement.xacml3.XACMLConstants
-
- APPLICATION_JSON - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
The JSON HTTP content type header value.
- APPLICATION_JSON - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- APPLICATION_MATCH - Static variable in interface com.sun.identity.entitlement.xacml3.XACMLConstants
-
- APPLICATION_MODULE - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
Application Module Name
- APPLICATION_NAME - Static variable in interface com.sun.identity.entitlement.xacml3.XACMLConstants
-
- APPLICATION_NAME - Static variable in interface com.sun.identity.policy.interfaces.Condition
-
Deprecated.
Key that is used to specify application name
for the resources protected by the policy
- APPLICATION_NAME - Static variable in class org.forgerock.openam.entitlement.conditions.environment.ConditionConstants
-
Key that is used to specify application name for the resources protected by the policy.
- APPLICATION_NAME - Static variable in class org.forgerock.openam.entitlement.rest.ApplicationV1Filter
-
- APPLICATION_NAME_MISMATCH - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- APPLICATION_SEARCH_ATTRIBUTE - Static variable in class com.sun.identity.entitlement.Privilege
-
application search attribute
- APPLICATION_SEARCH_FAILED - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- APPLICATION_SESSION_MAX_CACHING_TIME - Static variable in interface com.sun.identity.shared.Constants
-
Property string for Application session max-caching-time.
- APPLICATION_TYPE - Static variable in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
- APPLICATION_TYPE - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2Client
-
- APPLICATION_TYPE_NOT_FOUND - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- APPLICATION_TYPES - Static variable in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
- APPLICATION_TYPES_RESOURCE - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to API Descriptor translations
- APPLICATION_USER_NAMING_ATTR - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
Application user naming attribute
- APPLICATION_USER_PREFIX - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
Application user prefix
- APPLICATION_XML_XACML3 - Static variable in class org.forgerock.openam.rest.service.XACMLServiceEndpointApplication
-
- ApplicationImpl - Class in com.sun.identity.cli.entitlement
-
- ApplicationImpl(ApplicationServiceFactory) - Constructor for class com.sun.identity.cli.entitlement.ApplicationImpl
-
Create a new instance.
- applicationName - Variable in class com.sun.identity.authentication.internal.AuthContext
-
- applicationNameToAnyOf(String) - Static method in class com.sun.identity.entitlement.xacml3.XACMLPrivilegeUtils
-
- applicationNameToMatch(String) - Static method in class com.sun.identity.entitlement.xacml3.XACMLPrivilegeUtils
-
- ApplicationPrincipal - Class in com.sun.identity.authentication.modules.application
-
- ApplicationPrincipal(String) - Constructor for class com.sun.identity.authentication.modules.application.ApplicationPrincipal
-
- ApplicationPrivilege - Class in com.sun.identity.entitlement
-
Class representing delegation application privilege
- ApplicationPrivilege(String) - Constructor for class com.sun.identity.entitlement.ApplicationPrivilege
-
- ApplicationPrivilege.Action - Enum in com.sun.identity.entitlement
-
- ApplicationPrivilege.PossibleAction - Enum in com.sun.identity.entitlement
-
- ApplicationPrivilegeBase - Class in com.sun.identity.cli.entitlement
-
- ApplicationPrivilegeBase(ResourceTypeService, ApplicationServiceFactory) - Constructor for class com.sun.identity.cli.entitlement.ApplicationPrivilegeBase
-
- ApplicationPrivilegeManager - Class in com.sun.identity.entitlement
-
This class manages the delegation of application privileges.
- ApplicationPrivilegeManager() - Constructor for class com.sun.identity.entitlement.ApplicationPrivilegeManager
-
- ApplicationQueryFilterVisitor - Class in org.forgerock.openam.entitlement.service
-
Query filter visitor for filtering on Application configuration attributes.
- ApplicationQueryFilterVisitor(String) - Constructor for class org.forgerock.openam.entitlement.service.ApplicationQueryFilterVisitor
-
- APPLICATIONS_RESOURCE - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to API Descriptor translations
- ApplicationService - Interface in org.forgerock.openam.entitlement.service
-
Application service to handle all things relating to applications.
- applicationServiceFactory - Variable in class com.sun.identity.cli.entitlement.ApplicationImpl
-
- ApplicationServiceFactory - Interface in org.forgerock.openam.entitlement.service
-
Factory to construct application service instances.
- ApplicationServiceFactoryImpl - Class in org.forgerock.openam.entitlement.service
-
- ApplicationServiceFactoryImpl() - Constructor for class org.forgerock.openam.entitlement.service.ApplicationServiceFactoryImpl
-
- ApplicationServiceImpl - Class in org.forgerock.openam.entitlement.service
-
An application service implementation.
- ApplicationServiceImpl(Subject, String, EntitlementConfigurationFactory, ResourceTypeService) - Constructor for class org.forgerock.openam.entitlement.service.ApplicationServiceImpl
-
- ApplicationsResource - Class in org.forgerock.openam.entitlement.rest
-
Endpoint for the ApplicationsResource.
- ApplicationsResource(Debug, ApplicationServiceFactory, ApplicationTypeManagerWrapper, ExceptionMappingHandler<EntitlementException, ResourceException>) - Constructor for class org.forgerock.openam.entitlement.rest.ApplicationsResource
-
- ApplicationType - Class in com.sun.identity.entitlement
-
Application Type defines the default supported action names; search and save
index generators; and resource comparator.
- ApplicationType(String, Map<String, Boolean>, Class, Class, Class) - Constructor for class com.sun.identity.entitlement.ApplicationType
-
Constructs an instance.
- ApplicationTypeImpl - Class in org.forgerock.openam.cli.entitlement
-
Supporting class for ApplicationType CLI commands
- ApplicationTypeImpl() - Constructor for class org.forgerock.openam.cli.entitlement.ApplicationTypeImpl
-
- ApplicationTypeManager - Class in com.sun.identity.entitlement
-
Application Type manager.
- ApplicationTypeManager() - Constructor for class com.sun.identity.entitlement.ApplicationTypeManager
-
- ApplicationTypeManagerWrapper - Class in org.forgerock.openam.entitlement.rest.wrappers
-
- ApplicationTypeManagerWrapper() - Constructor for class org.forgerock.openam.entitlement.rest.wrappers.ApplicationTypeManagerWrapper
-
- ApplicationTypeService() - Constructor for class org.forgerock.openam.xacml.v3.XACMLApplicationUtils.ApplicationTypeService
-
- ApplicationTypesResource - Class in org.forgerock.openam.entitlement.rest
-
- ApplicationTypesResource(ApplicationTypeManagerWrapper, Debug) - Constructor for class org.forgerock.openam.entitlement.rest.ApplicationTypesResource
-
Guiced-constructor.
- ApplicationTypeWrapper - Class in org.forgerock.openam.entitlement.rest.wrappers
-
Wrapper for the Jsonification of the ApplicationType class.
- ApplicationTypeWrapper(ApplicationType) - Constructor for class org.forgerock.openam.entitlement.rest.wrappers.ApplicationTypeWrapper
-
- ApplicationV1Filter - Class in org.forgerock.openam.entitlement.rest
-
CREST filter used transform between version 1.0 and version 2.0 of the json for the application endpoint.
- ApplicationV1Filter(ResourceTypeService, ApplicationServiceFactory, ExceptionMappingHandler<EntitlementException, ResourceException>, ContextHelper, ApplicationV1FilterTransformer, Debug) - Constructor for class org.forgerock.openam.entitlement.rest.ApplicationV1Filter
-
- ApplicationV1FilterTransformer - Class in org.forgerock.openam.entitlement.rest
-
Transformer for the ApplicationV1Filter, to ensure that we get the responses in the correct v1 format.
- ApplicationV1FilterTransformer(ContextHelper, ResourceTypeService, ExceptionMappingHandler<EntitlementException, ResourceException>) - Constructor for class org.forgerock.openam.entitlement.rest.ApplicationV1FilterTransformer
-
- ApplicationWrapper - Class in org.forgerock.openam.entitlement.rest.wrappers
-
Wrapper for the Jsonification of the Application class.
- ApplicationWrapper() - Constructor for class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
Necessary default constructor for Json
- ApplicationWrapper(Application, ApplicationTypeManagerWrapper) - Constructor for class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- APPLIES_TO - Static variable in class com.sun.identity.wss.trust.RequestSecurityToken
-
- APPLIES_TO - Static variable in class com.sun.identity.wss.trust.RequestSecurityTokenResponse
-
- appliesTo - Variable in class com.sun.identity.entitlement.xacml3.core.AdviceExpression
-
- appliesTo - Variable in class com.sun.identity.wsfederation.profile.RequestSecurityTokenResponse
-
- appliesTo - Variable in class com.sun.identity.wss.trust.RequestSecurityToken
-
- appliesTo - Variable in class com.sun.identity.wss.trust.RequestSecurityTokenResponse
-
- APPLIESTO_TAG_NAME - Static variable in class com.sun.identity.wsfederation.common.WSFederationConstants
-
XML tag name for <AppliesTo%gt;.
- AppliesToElement - Interface in com.sun.identity.wsfederation.jaxb.wspolicy
-
Java content class for AppliesTo element declaration.
- AppliesToElementImpl - Class in com.sun.identity.wsfederation.jaxb.wspolicy.impl
-
- AppliesToElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wspolicy.impl.AppliesToElementImpl
-
- AppliesToElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wspolicy.impl
-
- AppliesToType - Interface in com.sun.identity.wsfederation.jaxb.wspolicy
-
Java content class for anonymous complex type.
- AppliesToTypeImpl - Class in com.sun.identity.wsfederation.jaxb.wspolicy.impl
-
- AppliesToTypeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wspolicy.impl.AppliesToTypeImpl
-
- AppliesToTypeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wspolicy.impl
-
- Apply - Class in com.sun.identity.entitlement.xacml3.core
-
Java class for ApplyType complex type.
- Apply() - Constructor for class com.sun.identity.entitlement.xacml3.core.Apply
-
- apply(Context) - Method in class org.forgerock.openam.core.rest.GlobalAdminUiRolePredicate
-
- apply(Context) - Method in class org.forgerock.openam.core.rest.RealmAdminUiRolePredicate
-
- apply(Context) - Method in class org.forgerock.openam.core.rest.SelfServiceUserUiRolePredicate
-
- apply(String) - Method in class org.forgerock.openam.core.rest.sms.SmsServiceHandlerFunction
-
- apply(R, Options) - Method in class org.forgerock.openam.cts.impl.DeletePreReadOptionFunction
-
- apply(R, Options) - Method in class org.forgerock.openam.cts.impl.ETagAssertionCTSOptionFunction
-
- apply(R, Options) - Method in interface org.forgerock.openam.cts.impl.LdapOptionFunction
-
Invoked for a given Option which is contained within options.
- apply(Context) - Method in class org.forgerock.openam.uma.UmaUserUiRolePredicate
-
- apply() - Method in interface org.forgerock.openam.xacml.v3.PersistableImportStep
-
Contents of this import step will be applied to the data store.
- APPROVAL_PROMPT - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Custom
-
- approve(Context, String, ActionRequest) - Method in class org.forgerock.openam.uma.rest.PendingRequestResource
-
- approveAll(Context, ActionRequest) - Method in class org.forgerock.openam.uma.rest.PendingRequestResource
-
- approvePendingRequest(Context, String, JsonValue, String) - Method in class org.forgerock.openam.uma.PendingRequestsService
-
Approves the pending request with the specified id.
- APPSSOTOKEN_BEGIN - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- APPSSOTOKEN_END - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- AppSSOTokenProvider - Interface in com.sun.identity.security
-
This interface defines method to get application single sign on token.
- AppTokenHandler - Class in org.forgerock.openam.session.util
-
Use to store an application token so that is can be evaluating later in the
thread
- AppTokenHandler() - Constructor for class org.forgerock.openam.session.util.AppTokenHandler
-
- ARAP - Static variable in class org.forgerock.openam.radius.common.packet.FramedProtocolAttribute
-
Framing value for specifying ARAP framing.
- archive(String, String) - Method in class com.sun.identity.log.spi.Archiver
-
This method generates a Date object, formatting according to
the "DDMMyyyyHHmmss" format and saves the files in the same directory.
- archiveKeyStore(String, String) - Method in class com.sun.identity.log.spi.Archiver
-
Archives the keystore after the specified number of files have been
used with this keystore.
- archiveLastLogFile(File) - Static method in class com.sun.identity.install.tools.util.LogHelper
-
- ARCHIVER - Static variable in class com.sun.identity.log.LogConstants
-
Attribute defining the Archiver class
- Archiver - Class in com.sun.identity.log.spi
-
This Archiver archives the files by timestamping them and keeping them in
the same directory.
- Archiver() - Constructor for class com.sun.identity.log.spi.Archiver
-
Creates new Archiver
- ARGKEY - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
arg key
- ARGUMENT_ADMIN_ID - Static variable in interface com.sun.identity.cli.AccessManagerConstants
-
Administrator ID argument/option.
- ARGUMENT_ADMIN_ID - Static variable in interface com.sun.identity.federation.cli.FederationManagerConstants
-
Administrator ID argument/option.
- ARGUMENT_AFFI_E_CERT_ALIAS - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Affiliation Encryption Certificate Alias.
- ARGUMENT_AFFI_MEMBERS - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Affiliation Members.
- ARGUMENT_AFFI_OWNERID - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Affiliation Owner ID.
- ARGUMENT_AFFI_S_CERT_ALIAS - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Affiliation Signing Certificate Alias.
- ARGUMENT_AFFILIATION - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Affiliation.
- ARGUMENT_ATTRA_E_CERT_ALIAS - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Attribute Authority Encryption Certificate Alias.
- ARGUMENT_ATTRA_S_CERT_ALIAS - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Attribute Authority Signing Certificate Alias.
- ARGUMENT_ATTRIBUTE_AUTHORITY - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Attribute Authority.
- ARGUMENT_ATTRIBUTE_QUERY_PROVIDER - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Attribute Query Provider.
- ARGUMENT_ATTRQ_E_CERT_ALIAS - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Attribute Query Provider Encryption Certificate Alias.
- ARGUMENT_ATTRQ_S_CERT_ALIAS - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Attribute Query Provider Signing Certificate Alias.
- ARGUMENT_AUTHN_AUTHORITY - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Authentication Authority.
- ARGUMENT_AUTHNA_E_CERT_ALIAS - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Authentication Authority Encryption Certificate Alias.
- ARGUMENT_AUTHNA_S_CERT_ALIAS - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Authentication Authority Signing Certificate Alias.
- ARGUMENT_COT - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Circle of Trust.
- ARGUMENT_DEBUG - Static variable in interface com.sun.identity.cli.CLIConstants
-
Name of debug argument/option.
- ARGUMENT_ENTITY_ID - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Entity ID.
- ARGUMENT_EXTENDED_DATA - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Extended Configuration option.
- ARGUMENT_EXTENDED_ONLY - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Extended Configuration Data only option.
- ARGUMENT_HELP - Static variable in interface com.sun.identity.cli.CLIConstants
-
Name of help argument/option.
- ARGUMENT_ID_NAME - Static variable in class com.sun.identity.cli.idrepo.IdentityCommand
-
Identity name argument name.
- ARGUMENT_ID_NAMES - Static variable in class com.sun.identity.cli.idrepo.IdentityCommand
-
Identity names argument name.
- ARGUMENT_ID_TYPE - Static variable in class com.sun.identity.cli.idrepo.IdentityCommand
-
Identity type argument name.
- ARGUMENT_IDENTITY_PROVIDER - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Identity Provider.
- ARGUMENT_IDP_E_CERT_ALIAS - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Identity Provider Encryption Certificate Alias.
- ARGUMENT_IDP_S_CERT_ALIAS - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Identity Provider Signing Certificate Alias.
- ARGUMENT_INFORMATION - Static variable in interface com.sun.identity.cli.CLIConstants
-
Name of tool information argument/option.
- ARGUMENT_LOCALE - Static variable in interface com.sun.identity.cli.CLIConstants
-
Name of locale argument/option.
- ARGUMENT_MEMBER_IDNAME - Static variable in class com.sun.identity.cli.idrepo.IdentityCommand
-
Member identity name argument name.
- ARGUMENT_MEMBER_IDTYPE - Static variable in class com.sun.identity.cli.idrepo.IdentityCommand
-
Member identity type argument name.
- ARGUMENT_METADATA - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Metadata option.
- ARGUMENT_NOLOG - Static variable in interface com.sun.identity.cli.CLIConstants
-
Name of disable logging argument/option.
- ARGUMENT_PASSWORD_FILE - Static variable in interface com.sun.identity.cli.AccessManagerConstants
-
Password file argument/option.
- ARGUMENT_PASSWORD_FILE - Static variable in interface com.sun.identity.federation.cli.FederationManagerConstants
-
Password file argument/option.
- ARGUMENT_PDP - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Policy Decision Point.
- ARGUMENT_PDP_E_CERT_ALIAS - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Policy Decision Point Encryption Certificate Alias.
- ARGUMENT_PDP_S_CERT_ALIAS - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Policy Decision Point Signing Certificate Alias.
- ARGUMENT_PEP - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Policy Enforcement Point.
- ARGUMENT_PEP_E_CERT_ALIAS - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Policy Enforcement Point Encryption Certificate Alias.
- ARGUMENT_PEP_S_CERT_ALIAS - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Policy Enforcement Point Signing Certificate Alias.
- ARGUMENT_PREFIX - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Prefix.
- ARGUMENT_REALM - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Realm name.
- ARGUMENT_SERVICE_PROVIDER - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Service Provider.
- ARGUMENT_SIGN - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Signing enabled.
- ARGUMENT_SP_E_CERT_ALIAS - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Service Provider Encryption Certificate Alias.
- ARGUMENT_SP_S_CERT_ALIAS - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Service Provider Signing Certificate Alias.
- ARGUMENT_TRUSTED_PROVIDERS - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Trusted Providers.
- ARGUMENT_VERBOSE - Static variable in interface com.sun.identity.cli.CLIConstants
-
Name of verbose argument/option.
- ARGUMENT_VERSION - Static variable in interface com.sun.identity.cli.CLIConstants
-
Name of version argument/option.
- array(String) - Method in class org.forgerock.openam.utils.JsonObject
-
Creates a builder for creating json arrays.
- arrayOfString_13 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- ART_ID_LENGTH - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Artifact length
- artifact - Variable in class com.sun.identity.saml.protocol.AssertionArtifact
-
This value specifies the assertion artifact as a string.
- ARTIFACT - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- Artifact - Interface in com.sun.identity.saml2.protocol
-
This class represents the Artifact element in
SAMLv2 protocol schema.
- ARTIFACT_1_LENGTH - Static variable in class com.sun.identity.federation.message.FSAssertionArtifact
-
Deprecated.
Default Artifact length
- ARTIFACT_1_TYPE_CODE - Static variable in class com.sun.identity.federation.message.FSAssertionArtifact
-
Deprecated.
Default Artifact Type Code Byte Array
- ARTIFACT_1_TYPE_CODE_0 - Static variable in class com.sun.identity.federation.message.FSAssertionArtifact
-
Deprecated.
Default Artifact Type Code 0 Constant
- ARTIFACT_1_TYPE_CODE_1 - Static variable in class com.sun.identity.federation.message.FSAssertionArtifact
-
Deprecated.
Default Artifact Type Code 1 Constant
- ARTIFACT_NAME - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
SAML service attribute that specifies the name for artifact.
- ARTIFACT_NAME_DEFAULT - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Default Artifact name
- ARTIFACT_NAME_DEFAULT - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Default SAML artifact name.
- ARTIFACT_RESOLUTION_SERVICE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
ArtifactResolution service.
- ARTIFACT_RESOLUTION_URL_NOT_FOUND - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- ARTIFACT_RESOLVE - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- ARTIFACT_RESPONSE - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- ARTIFACT_RESPONSE - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- ARTIFACT_RESPONSE_INVALID_INRESPONSETO - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- ARTIFACT_RESPONSE_INVALID_ISSUER - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- ARTIFACT_RESPONSE_INVALID_SIGNATURE - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- ARTIFACT_RESPONSE_INVALID_STATUS_CODE - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- ARTIFACT_TIMEOUT - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Artifact Timeout Interval
- ARTIFACT_TIMEOUT_DEFAULT - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Default Artifact time out
- ARTIFACT_TIMEOUT_DEFAULT - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Default artifact timeout period.
- ARTIFACT_TIMEOUT_NAME - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
SAML service attribute that specifies artifact timeout period.
- ARTIFACT_TO_SEND - Static variable in class com.sun.identity.saml.common.LogUtils
-
Constants for log message ARTIFACT_TO_SEND.
- ARTIFACT_XPATH - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
XPATH for Assertion Artifact
- artifactCache - Variable in class com.sun.identity.monitoring.SsoServerSAML1SvcImpl
-
- ArtifactImpl - Class in com.sun.identity.saml2.protocol.impl
-
This class implements interface Artifact.
- ArtifactImpl(Element) - Constructor for class com.sun.identity.saml2.protocol.impl.ArtifactImpl
-
Class constructor with Artifact in
Element format.
- ArtifactImpl(String) - Constructor for class com.sun.identity.saml2.protocol.impl.ArtifactImpl
-
Constructor with Base64 encoded Artifact
value.
- ArtifactImpl(byte[], int, String, String) - Constructor for class com.sun.identity.saml2.protocol.impl.ArtifactImpl
-
Constructor.
- artifactQueryHandler(String[], String) - Static method in class com.sun.identity.saml.SAMLClient
-
This method is designed to get a list of assertion based on the input
AssertionArtifact(s).
- ArtifactResolutionServiceElement - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for ArtifactResolutionService element declaration.
- ArtifactResolutionServiceElementImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- ArtifactResolutionServiceElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.ArtifactResolutionServiceElementImpl
-
- ArtifactResolutionServiceElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- ArtifactResolve - Interface in com.sun.identity.saml2.protocol
-
The ArtifactResolve message is used to request that a SAML
protocol message be returned in an ArtifactResponse message
by specifying an artifact that represents the SAML protocol message.
- ArtifactResolveImpl - Class in com.sun.identity.saml2.protocol.impl
-
This is an implementation of interface ArtifactResolve.
- ArtifactResolveImpl() - Constructor for class com.sun.identity.saml2.protocol.impl.ArtifactResolveImpl
-
Constructor.
- ArtifactResolveImpl(Element) - Constructor for class com.sun.identity.saml2.protocol.impl.ArtifactResolveImpl
-
Class constructor with ArtifactResolve in
Element format.
- ArtifactResolveImpl(String) - Constructor for class com.sun.identity.saml2.protocol.impl.ArtifactResolveImpl
-
Class constructor with ArtifactResolve in xml string format.
- ArtifactResponse - Interface in com.sun.identity.saml2.protocol
-
The ArtifactResopnse message has the complex type
ArtifactResponseType.
- ArtifactResponseImpl - Class in com.sun.identity.saml2.protocol.impl
-
The ArtifactResopnse message has the complex type
ArtifactResponseType.
- ArtifactResponseImpl() - Constructor for class com.sun.identity.saml2.protocol.impl.ArtifactResponseImpl
-
Constructor.
- ArtifactResponseImpl(Element) - Constructor for class com.sun.identity.saml2.protocol.impl.ArtifactResponseImpl
-
Constructor with ArtifactResponse in
Element format.
- ArtifactResponseImpl(String) - Constructor for class com.sun.identity.saml2.protocol.impl.ArtifactResponseImpl
-
Constructor with ArtifactResponse in xml string
format.
- ARTIFACTS - Static variable in class com.sun.identity.monitoring.SsoServerSAML1SvcImpl
-
- ARTIFACTS - Static variable in interface com.sun.identity.plugin.monitoring.FedMonSAML1Svc
-
- artifacts - Variable in class com.sun.identity.saml.protocol.Request
-
- ArtifactStats - Class in com.sun.identity.saml
-
The ArtifactStats implements StatsListener for Assertion
Artifact map.
- ArtifactStats(Map) - Constructor for class com.sun.identity.saml.ArtifactStats
-
- artStats - Static variable in class com.sun.identity.federation.services.FSAssertionManager
-
Statistics instance for artifacts.
- artStats - Static variable in class com.sun.identity.saml.AssertionManager
-
- AS_ABORT - Static variable in class com.sun.identity.liberty.ws.common.LogUtil
-
Authentication Service Abort msgid.
- AS_CONTINUE - Static variable in class com.sun.identity.liberty.ws.common.LogUtil
-
Authentication Service Continue msgid.
- AS_OK - Static variable in class com.sun.identity.liberty.ws.common.LogUtil
-
Authentication Service OK msgid.
- asAttributeArray(Map<String, Set<String>>) - Static method in class com.sun.identity.idsvcs.opensso.IdentityServicesImpl
-
- asCaseInsensitiveHashSet(Object...) - Static method in class org.forgerock.openam.utils.CollectionUtils
-
Collects the passed in objects into a case insensitive hash set.
- ASCII_CHARSET - Static variable in class com.iplanet.services.util.I18n
-
- asCopyOf(PollingWaitCallback) - Method in class org.forgerock.openam.authentication.callbacks.PollingWaitCallback.PollingWaitCallbackBuilder
-
Sets the default values to use for the new PollingWaitCallback from an existing PollingWaitCallback Object.
- asDN() - Method in class org.forgerock.openam.core.realms.Realm
-
Returns the realm in DN format. e.g.
- asEntitlement() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlement
-
Returns the underlying entitlement instance.
- asJson() - Method in class org.forgerock.openam.dpro.session.PartialSession
-
- asJson() - Method in class org.forgerock.openam.oauth2.resources.labels.ResourceSetLabel
-
- asJson() - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaAuditEntry
-
- asJson() - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaPendingRequest
-
- asJson() - Method in class org.forgerock.openam.uma.UmaPolicy
-
Converts the UmaPolicy to JSON.
- ask(String) - Method in class org.forgerock.openam.license.ConsoleUser
-
Asks the user the given question and returns their answer as a string.
- ask(String) - Method in interface org.forgerock.openam.license.User
-
Asks the user the given question and returns their answer as a string.
- asList(T...) - Static method in class org.forgerock.openam.utils.CollectionUtils
-
Collects the passed in objects into a List.
- asListOfKeys(Map<String, Set<String>>) - Static method in class com.sun.identity.idsvcs.opensso.IdentityServicesImpl
-
Take a map and capture the keys in a list.
- asMap() - Method in class com.iplanet.dpro.session.DynamicSessionIDExtensions
-
- asMap() - Method in class com.iplanet.dpro.session.LegacySessionIDExtensions
-
- asMap() - Method in interface com.iplanet.dpro.session.SessionIDExtensions
-
- asMap(Attribute...) - Static method in class com.sun.identity.idsvcs.opensso.IdentityServicesImpl
-
- asMap() - Method in exception org.forgerock.oauth2.restlet.OAuth2RestletException
-
Converts the exception into a map of its properties.
- asMap() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
-
Returns the description of the resource set as a Map.
- asMap() - Method in class org.forgerock.openam.oauth2.StatelessTokenMetadata
-
- asOrderedSet(T...) - Static method in class org.forgerock.openam.utils.CollectionUtils
-
Collects the passed in objects to a LinkedHashSet.
- asPath() - Method in class org.forgerock.openam.core.realms.Realm
-
Returns the realm in path format. e.g.
- asPrivilege() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonPolicy
-
Returns the underlying privilege instance that this JsonPolicy is wrapping.
- assertCache - Variable in class com.sun.identity.monitoring.SsoServerSAML1SvcImpl
-
- assertInitialized() - Static method in class org.forgerock.openam.upgrade.ServerUpgrade
-
- ASSERTION - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Assertion
- Assertion - Class in com.sun.identity.saml.assertion
-
This object stands for Assertion element.
- Assertion() - Constructor for class com.sun.identity.saml.assertion.Assertion
-
Default constructor
Declaring protected to enable extensibility
- Assertion(Element) - Constructor for class com.sun.identity.saml.assertion.Assertion
-
Contructs Assertion object from a
block of existing XML that has already been built into a DOM.
- Assertion(String, String, Date, Set) - Constructor for class com.sun.identity.saml.assertion.Assertion
-
Contructs Assertion object and populate the data members:
assertionID, the issuer, time when assertion issued and a
set of Statement(s) in the assertion.
- Assertion(String, String, Date, Conditions, Set) - Constructor for class com.sun.identity.saml.assertion.Assertion
-
Contructs Assertion object and populate the data members:
the assertionID, the issuer, time when assertion issued,
the conditions when creating a new assertion and a set of
Statement(s) in the assertion.
- Assertion(String, String, Date, Conditions, Advice, Set) - Constructor for class com.sun.identity.saml.assertion.Assertion
-
Contructs Assertion object and populate the data members:
the ssertionID, the issuer, time when assertion issued,
the conditions when creating a new assertion , Advice
applicable to this Assertion and a set of
Statement(s) in the assertion.
- Assertion - Interface in com.sun.identity.saml2.assertion
-
The Assertion element is a package of information
that supplies one or more Statement made by an issuer.
- ASSERTION - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Key name for Assertion object
- ASSERTION - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- assertion - Variable in class com.sun.identity.wsfederation.profile.SAML11RequestedSecurityToken
-
- ASSERTION - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.SAML20
-
The value of the "assertion" parameter MUST contain a single SAML 2.0
Assertion.
- ASSERTION_ADVICE - Static variable in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
- ASSERTION_ARTIFACT - Static variable in class com.sun.identity.saml.protocol.Request
-
The request is an Assertion Artifact.
- ASSERTION_ARTIFACT_CREATED - Static variable in class com.sun.identity.saml.common.LogUtils
-
Constants for log message ASSERTION_ARTIFACT_CREATED.
- ASSERTION_ARTIFACT_REMOVED - Static variable in class com.sun.identity.saml.common.LogUtils
-
Constants for log message ASSERTION_ARTIFACT_REMOVED.
- ASSERTION_ARTIFACT_VERIFIED - Static variable in class com.sun.identity.saml.common.LogUtils
-
Constants for log message ASSERTION_ARTIFACT_VERIFIED.
- ASSERTION_ATTRIBUTESTATEMENT - Static variable in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
- ASSERTION_AUTHNSTATEMENT - Static variable in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
- ASSERTION_AUTHZDECISIONSTATEMENT - Static variable in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
- ASSERTION_CACHE_ENABLED - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Cache Assertion
- ASSERTION_CONDITIONS - Static variable in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
- ASSERTION_CONSUMER_SERVICE_URL - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Assertion Consumer Service URL
- ASSERTION_CONSUMER_SVC_ID - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Assertion Consumer Service Identifier
- ASSERTION_CONSUMER_SVC_INDEX - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for AssertionConsumerServiceIndex attribute
- ASSERTION_CONSUMER_SVC_URL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for AssertionConsumerServiceURL attribute
- ASSERTION_CONSUMER_VALUE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Assertion consumer service endpoint value
- ASSERTION_CREATED - Static variable in class com.sun.identity.saml.common.LogUtils
-
Constants for log message ASSERTION_CREATED.
- ASSERTION_CREATED - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- ASSERTION_DECLARE_STR - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
String used to declare SAMLv2 assertion namespace.
- ASSERTION_EFFECTIVE_TIME - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- ASSERTION_EFFECTIVE_TIME_ATTRIBUTE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- ASSERTION_ELEMENT - Static variable in class com.sun.identity.saml2.assertion.impl.AdviceImpl
-
- ASSERTION_ELEMENT - Static variable in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
- ASSERTION_ELEMENT - Static variable in class com.sun.identity.wss.sts.STSConstants
-
- ASSERTION_EXPIRED - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- ASSERTION_FROM_PDP_NOT_ENCRYPTED - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- ASSERTION_ID - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Assertion ID
- ASSERTION_ID_ATTR - Static variable in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
- ASSERTION_ID_ATTRIBUTE - Static variable in class com.sun.identity.saml.assertion.AssertionBase
-
- ASSERTION_ID_REF - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for AssertionIDRef
- ASSERTION_ID_REF - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- ASSERTION_ID_REF_ELEMENT - Static variable in class com.sun.identity.saml2.assertion.impl.AdviceImpl
-
- ASSERTION_ID_REFERENCE - Static variable in class com.sun.identity.saml.protocol.Request
-
The request is an Assertion ID Reference.
- ASSERTION_ID_REQUEST - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for AssertionIDRequest
- ASSERTION_ID_REQUEST - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- ASSERTION_ID_REQUEST_MAPPER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Assertion ID request mapper.
- ASSERTION_ID_REQUEST_SERVICE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
AssertionIDRequest service.
- ASSERTION_INTERVAL - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Assertion valid interval
- ASSERTION_ISSUEINSTANT_ATTR - Static variable in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
- ASSERTION_ISSUER - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Assertion Issuer
- ASSERTION_ISSUER - Static variable in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
- ASSERTION_LIMIT - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Maximum Assertion Limit
- ASSERTION_MAJOR_VERSION - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Assertion major version
- ASSERTION_MAJOR_VERSION - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Major version of assertion.
- ASSERTION_MAX_NUMBER_DEFAULT - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Maximum number of Assertion
- ASSERTION_MAX_NUMBER_DEFAULT - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Default maximum number of assertions of the server.
- ASSERTION_MAX_NUMBER_NAME - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
SAML service attribute that specifies maximum number of assertions
the server can have at a given time.
- ASSERTION_MINOR_VERSION - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Assertion minor version
- ASSERTION_MINOR_VERSION - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Default Assertion minor version.
- ASSERTION_MINOR_VERSION_ONE - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Assertion minor version 1.
- ASSERTION_MINOR_VERSION_ZERO - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Assertion minor version 0.
- ASSERTION_NAMESPACE_URI - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
SAMLv2 assertion namespace URI.
- ASSERTION_NOT_ENCRYPTED - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- ASSERTION_NOT_YET_VALID - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- ASSERTION_NOTBEFORE_SKEW_ATTRIBUTE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- ASSERTION_PREFIX - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
SAML prefix
- ASSERTION_PREFIX - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
saml namespace prefix with ":".
- ASSERTION_PREFIX - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
String used to declare SAMLv2 assertion namespace prefix.
- ASSERTION_REMOVED - Static variable in class com.sun.identity.saml.common.LogUtils
-
Constants for log message ASSERTION_REMOVED.
- ASSERTION_SIGNATURE - Static variable in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
- ASSERTION_STATEMENT - Static variable in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
- ASSERTION_SUBJECT - Static variable in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
- ASSERTION_TIME_SKEW - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- ASSERTION_TIME_SKEW_DEFAULT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- ASSERTION_TIMEOUT_ALLOWED_DIFFERENCE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Assertion timeout allowed difference
- ASSERTION_TIMEOUT_DEFAULT - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Default Assertion time out
- ASSERTION_TIMEOUT_DEFAULT - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Default assertion timeout period.
- ASSERTION_TIMEOUT_NAME - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
SAML service attribute that specifies assertion timeout period.
- ASSERTION_TYPE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
AssertionType
- ASSERTION_URI_REF_ELEMENT - Static variable in class com.sun.identity.saml2.assertion.impl.AdviceImpl
-
- ASSERTION_VALUE_TYPE - Static variable in class com.sun.identity.wss.security.WSSConstants
-
- ASSERTION_VERSION_1_0 - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Assertion version 1.0.
- ASSERTION_VERSION_1_1 - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Assertion version 1.1.
- ASSERTION_VERSION_ATTR - Static variable in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
- AssertionArtifact - Class in com.sun.identity.saml.protocol
-
This class represents the AssertionArtifact element in
SAML protocol schema.
- AssertionArtifact() - Constructor for class com.sun.identity.saml.protocol.AssertionArtifact
-
This is the default constructor of assertion artifact.
- AssertionArtifact(String) - Constructor for class com.sun.identity.saml.protocol.AssertionArtifact
-
This constructor is used to construct an assertion artifact.
- AssertionArtifact(String, String) - Constructor for class com.sun.identity.saml.protocol.AssertionArtifact
-
This constructor will be used at the sender side to create a new
AssertionArtifact.
- AssertionBase - Class in com.sun.identity.saml.assertion
-
This object stands for Assertion element.An Assertion is a
package of information that supplies one or more Statement made
by an issuer.
- AssertionBase() - Constructor for class com.sun.identity.saml.assertion.AssertionBase
-
Default constructor, declaring protected to enable extensibility
- AssertionBase(Element) - Constructor for class com.sun.identity.saml.assertion.AssertionBase
-
Contructor
This constructor is used to build Assertion object from a
block of existing XML that has already been built into a DOM.
- AssertionBase(String, String, Date, Set) - Constructor for class com.sun.identity.saml.assertion.AssertionBase
-
Contructor
This constructor is used to populate the data members:
assertionID, the issuer, time when assertion issued and a
set of Statement(s) in the assertion.
- AssertionBase(String, String, Date, Conditions, Set) - Constructor for class com.sun.identity.saml.assertion.AssertionBase
-
This constructor is used to populate the data members: the
assertionID, the issuer, time when assertion issued, the
conditions when creating a new assertion and a set of
Statement(s) in the assertion.
- AssertionBase(String, String, Date, Conditions, AdviceBase, Set) - Constructor for class com.sun.identity.saml.assertion.AssertionBase
-
This constructor is used to populate the data members: the
ssertionID, the issuer, time when assertion issued,
the conditions when creating a new assertion , Advice
applicable to this Assertion and a set of
Statement(s) in the assertion.
- assertionByIDCache - Static variable in class com.sun.identity.saml2.profile.IDPCache
-
Cache saves the assertion objects.
- assertionByIDCache - Static variable in class com.sun.identity.saml2.profile.SPCache
-
Cache saves the assertion id.
- assertionByIDCache - Static variable in class com.sun.identity.wsfederation.profile.SPCache
-
- assertionCache - Static variable in class com.sun.identity.saml2.profile.IDPCache
-
Cache saves the assertion objects.
- AssertionConsumerServiceElement - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for AssertionConsumerService element declaration.
- AssertionConsumerServiceElementImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AssertionConsumerServiceElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.AssertionConsumerServiceElementImpl
-
- AssertionConsumerServiceElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- assertionConsumerServiceID - Variable in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
- assertionDeclareStr - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
SAML assertion namespace
- assertionDeclareStr - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
String which gets incorporated into
toString(includeNS, declareNS) when
declareNS is true for any assertion element.
- assertionE - Variable in class com.sun.identity.wsfederation.profile.SAML11RequestedSecurityToken
-
- AssertionElement - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for Assertion element declaration.
- AssertionElementImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AssertionElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AssertionElementImpl
-
- AssertionElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AssertionFactory - Class in com.sun.identity.saml2.assertion
-
This is the factory class to obtain instances of the objects defined
in assertion schema.
- assertionHandle - Variable in class com.sun.identity.saml.protocol.AssertionArtifact
-
- assertionID - Variable in class com.sun.identity.saml.assertion.AssertionIDReference
-
- AssertionIDRef - Interface in com.sun.identity.saml2.assertion
-
This class represents the AssertionIDRef element.
- AssertionIDRefElement - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for AssertionIDRef element declaration.
- AssertionIDRefElementImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AssertionIDRefElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AssertionIDRefElementImpl
-
- AssertionIDRefElementImpl(String) - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AssertionIDRefElementImpl
-
- AssertionIDRefElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AssertionIDReference - Class in com.sun.identity.saml.assertion
-
AssertionIDReference element makes reference to a SAML
assertion.
- AssertionIDReference(Element) - Constructor for class com.sun.identity.saml.assertion.AssertionIDReference
-
Constructs an AssertionIDReference element from an existing
XML block.
- AssertionIDReference() - Constructor for class com.sun.identity.saml.assertion.AssertionIDReference
-
Default constructor
- AssertionIDReference(String) - Constructor for class com.sun.identity.saml.assertion.AssertionIDReference
-
Constructs of AssertionIDReference.
- AssertionIDRefImpl - Class in com.sun.identity.saml2.assertion.impl
-
This class represents the AssertionIDRef element.
- AssertionIDRefImpl() - Constructor for class com.sun.identity.saml2.assertion.impl.AssertionIDRefImpl
-
Class constructor.
- AssertionIDRefImpl(Element) - Constructor for class com.sun.identity.saml2.assertion.impl.AssertionIDRefImpl
-
Class constructor with AssertionIDRef in
Element format.
- AssertionIDRefImpl(String) - Constructor for class com.sun.identity.saml2.assertion.impl.AssertionIDRefImpl
-
Class constructor with AssertionIDRef in xml string format.
- assertionIDRefs - Variable in class com.sun.identity.saml.protocol.Request
-
- assertionIDRefs - Variable in class com.sun.identity.saml2.protocol.impl.AssertionIDRequestImpl
-
- AssertionIDRequest - Interface in com.sun.identity.saml2.protocol
-
This class represents the AssertionIDRequestType complex type.
- AssertionIDRequestImpl - Class in com.sun.identity.saml2.protocol.impl
-
This class represents the AssertionIDRequest element in SAMLv2 protocol
schema.
- AssertionIDRequestImpl() - Constructor for class com.sun.identity.saml2.protocol.impl.AssertionIDRequestImpl
-
Constructor to create AssertionIDRequest Object .
- AssertionIDRequestImpl(Element) - Constructor for class com.sun.identity.saml2.protocol.impl.AssertionIDRequestImpl
-
Constructor to create AssertionIDRequest Object.
- AssertionIDRequestImpl(String) - Constructor for class com.sun.identity.saml2.protocol.impl.AssertionIDRequestImpl
-
Constructor to create AssertionIDRequest Object.
- AssertionIDRequestMapper - Interface in com.sun.identity.saml2.plugins
-
This interface AssertonIDRequestMapper is used by asseriton
ID request service to process assertion ID request.
- AssertionIDRequestServiceElement - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for AssertionIDRequestService element declaration.
- AssertionIDRequestServiceElementImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AssertionIDRequestServiceElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.AssertionIDRequestServiceElementImpl
-
- AssertionIDRequestServiceElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AssertionIDRequestServiceSOAP - Class in com.sun.identity.saml2.servlet
-
This class AssertionIDRequestServiceSOAP receives and processes
assertion ID request using SOAP binding.
- AssertionIDRequestServiceSOAP() - Constructor for class com.sun.identity.saml2.servlet.AssertionIDRequestServiceSOAP
-
- AssertionIDRequestServiceURI - Class in com.sun.identity.saml2.servlet
-
This class AssertionIDRequestServiceURI receives and processes
assertion ID request using URI binding.
- AssertionIDRequestServiceURI() - Constructor for class com.sun.identity.saml2.servlet.AssertionIDRequestServiceURI
-
- AssertionIDRequestUtil - Class in com.sun.identity.saml2.profile
-
This class provides methods to send or process
AssertionIDRequest.
- AssertionImpl - Class in com.sun.identity.saml2.assertion.impl
-
The Assertion element is a package of information
that supplies one or more Statement made by an issuer.
- AssertionImpl() - Constructor for class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
Default constructor
- AssertionImpl(String) - Constructor for class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
This constructor is used to build Assertion object from a
XML string.
- AssertionImpl(Element) - Constructor for class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
This constructor is used to build Assertion object from a
block of existing XML that has already been built into a DOM.
- AssertionManager - Class in com.sun.identity.saml
-
The class AssertionManager is a final class
that provides interfaces to create, get and destroy Assertions.
- AssertionManagerClient - Class in com.sun.identity.saml
-
The class AssertionManagerClient is a final class
that provides interfaces to create, get and destroy Assertions.
- AssertionManagerClient() - Constructor for class com.sun.identity.saml.AssertionManagerClient
-
Default Constructor
- AssertionManagerClient(String) - Constructor for class com.sun.identity.saml.AssertionManagerClient
-
Constructs an instance of AssertionManagerClient
that will use the provided URL for the management
of assertions.
- AssertionManagerClient(String[]) - Constructor for class com.sun.identity.saml.AssertionManagerClient
-
Constructs an instance of AssertionManagerClient
that will use the provided URLs for the management
of assertions.
- AssertionManagerIF - Interface in com.sun.identity.saml
-
JAX-RPC interface for AssertionManager to make it remoteable
- AssertionManagerIF_checkForLocal_RequestStruct - Class in com.sun.identity.saml
-
- AssertionManagerIF_checkForLocal_RequestStruct() - Constructor for class com.sun.identity.saml.AssertionManagerIF_checkForLocal_RequestStruct
-
- AssertionManagerIF_checkForLocal_RequestStruct_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_checkForLocal_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_checkForLocal_RequestStruct_SOAPSerializer
-
- AssertionManagerIF_checkForLocal_ResponseStruct - Class in com.sun.identity.saml
-
- AssertionManagerIF_checkForLocal_ResponseStruct() - Constructor for class com.sun.identity.saml.AssertionManagerIF_checkForLocal_ResponseStruct
-
- AssertionManagerIF_checkForLocal_ResponseStruct_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_checkForLocal_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_checkForLocal_ResponseStruct_SOAPSerializer
-
- AssertionManagerIF_createAssertion2_Fault_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_createAssertion2_Fault_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertion2_Fault_SOAPBuilder
-
- AssertionManagerIF_createAssertion2_Fault_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_createAssertion2_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertion2_Fault_SOAPSerializer
-
- AssertionManagerIF_createAssertion2_RequestStruct - Class in com.sun.identity.saml
-
- AssertionManagerIF_createAssertion2_RequestStruct() - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertion2_RequestStruct
-
- AssertionManagerIF_createAssertion2_RequestStruct(String, List) - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertion2_RequestStruct
-
- AssertionManagerIF_createAssertion2_RequestStruct_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_createAssertion2_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertion2_RequestStruct_SOAPBuilder
-
- AssertionManagerIF_createAssertion2_RequestStruct_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_createAssertion2_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertion2_RequestStruct_SOAPSerializer
-
- AssertionManagerIF_createAssertion2_ResponseStruct - Class in com.sun.identity.saml
-
- AssertionManagerIF_createAssertion2_ResponseStruct() - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertion2_ResponseStruct
-
- AssertionManagerIF_createAssertion2_ResponseStruct(String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertion2_ResponseStruct
-
- AssertionManagerIF_createAssertion2_ResponseStruct_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_createAssertion2_ResponseStruct_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertion2_ResponseStruct_SOAPBuilder
-
- AssertionManagerIF_createAssertion2_ResponseStruct_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_createAssertion2_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertion2_ResponseStruct_SOAPSerializer
-
- AssertionManagerIF_createAssertion_Fault_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_createAssertion_Fault_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertion_Fault_SOAPBuilder
-
- AssertionManagerIF_createAssertion_Fault_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_createAssertion_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertion_Fault_SOAPSerializer
-
- AssertionManagerIF_createAssertion_RequestStruct - Class in com.sun.identity.saml
-
- AssertionManagerIF_createAssertion_RequestStruct() - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertion_RequestStruct
-
- AssertionManagerIF_createAssertion_RequestStruct(String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertion_RequestStruct
-
- AssertionManagerIF_createAssertion_RequestStruct_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_createAssertion_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertion_RequestStruct_SOAPBuilder
-
- AssertionManagerIF_createAssertion_RequestStruct_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_createAssertion_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertion_RequestStruct_SOAPSerializer
-
- AssertionManagerIF_createAssertion_ResponseStruct - Class in com.sun.identity.saml
-
- AssertionManagerIF_createAssertion_ResponseStruct() - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertion_ResponseStruct
-
- AssertionManagerIF_createAssertion_ResponseStruct(String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertion_ResponseStruct
-
- AssertionManagerIF_createAssertion_ResponseStruct_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_createAssertion_ResponseStruct_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertion_ResponseStruct_SOAPBuilder
-
- AssertionManagerIF_createAssertion_ResponseStruct_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_createAssertion_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertion_ResponseStruct_SOAPSerializer
-
- AssertionManagerIF_createAssertionArtifact_Fault_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_createAssertionArtifact_Fault_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_Fault_SOAPBuilder
-
- AssertionManagerIF_createAssertionArtifact_Fault_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_createAssertionArtifact_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_Fault_SOAPSerializer
-
- AssertionManagerIF_createAssertionArtifact_RequestStruct - Class in com.sun.identity.saml
-
- AssertionManagerIF_createAssertionArtifact_RequestStruct() - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_RequestStruct
-
- AssertionManagerIF_createAssertionArtifact_RequestStruct(String, String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_RequestStruct
-
- AssertionManagerIF_createAssertionArtifact_RequestStruct_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_createAssertionArtifact_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_RequestStruct_SOAPBuilder
-
- AssertionManagerIF_createAssertionArtifact_RequestStruct_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_createAssertionArtifact_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_RequestStruct_SOAPSerializer
-
- AssertionManagerIF_createAssertionArtifact_ResponseStruct - Class in com.sun.identity.saml
-
- AssertionManagerIF_createAssertionArtifact_ResponseStruct() - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_ResponseStruct
-
- AssertionManagerIF_createAssertionArtifact_ResponseStruct(String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_ResponseStruct
-
- AssertionManagerIF_createAssertionArtifact_ResponseStruct_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_createAssertionArtifact_ResponseStruct_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_ResponseStruct_SOAPBuilder
-
- AssertionManagerIF_createAssertionArtifact_ResponseStruct_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_createAssertionArtifact_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_ResponseStruct_SOAPSerializer
-
- AssertionManagerIF_getAssertion2_Fault_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertion2_Fault_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertion2_Fault_SOAPBuilder
-
- AssertionManagerIF_getAssertion2_Fault_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertion2_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertion2_Fault_SOAPSerializer
-
- AssertionManagerIF_getAssertion2_RequestStruct - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertion2_RequestStruct() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertion2_RequestStruct
-
- AssertionManagerIF_getAssertion2_RequestStruct(String, String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertion2_RequestStruct
-
- AssertionManagerIF_getAssertion2_RequestStruct_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertion2_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertion2_RequestStruct_SOAPBuilder
-
- AssertionManagerIF_getAssertion2_RequestStruct_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertion2_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertion2_RequestStruct_SOAPSerializer
-
- AssertionManagerIF_getAssertion2_ResponseStruct - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertion2_ResponseStruct() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertion2_ResponseStruct
-
- AssertionManagerIF_getAssertion2_ResponseStruct(String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertion2_ResponseStruct
-
- AssertionManagerIF_getAssertion2_ResponseStruct_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertion2_ResponseStruct_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertion2_ResponseStruct_SOAPBuilder
-
- AssertionManagerIF_getAssertion2_ResponseStruct_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertion2_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertion2_ResponseStruct_SOAPSerializer
-
- AssertionManagerIF_getAssertion_Fault_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertion_Fault_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertion_Fault_SOAPBuilder
-
- AssertionManagerIF_getAssertion_Fault_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertion_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertion_Fault_SOAPSerializer
-
- AssertionManagerIF_getAssertion_RequestStruct - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertion_RequestStruct() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertion_RequestStruct
-
- AssertionManagerIF_getAssertion_RequestStruct(String, Set) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertion_RequestStruct
-
- AssertionManagerIF_getAssertion_RequestStruct_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertion_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertion_RequestStruct_SOAPBuilder
-
- AssertionManagerIF_getAssertion_RequestStruct_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertion_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertion_RequestStruct_SOAPSerializer
-
- AssertionManagerIF_getAssertion_ResponseStruct - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertion_ResponseStruct() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertion_ResponseStruct
-
- AssertionManagerIF_getAssertion_ResponseStruct(String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertion_ResponseStruct
-
- AssertionManagerIF_getAssertion_ResponseStruct_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertion_ResponseStruct_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertion_ResponseStruct_SOAPBuilder
-
- AssertionManagerIF_getAssertion_ResponseStruct_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertion_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertion_ResponseStruct_SOAPSerializer
-
- AssertionManagerIF_getAssertionArtifacts_Fault_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionArtifacts_Fault_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_Fault_SOAPBuilder
-
- AssertionManagerIF_getAssertionArtifacts_Fault_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionArtifacts_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_Fault_SOAPSerializer
-
- AssertionManagerIF_getAssertionArtifacts_RequestStruct - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionArtifacts_RequestStruct() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_RequestStruct
-
- AssertionManagerIF_getAssertionArtifacts_RequestStruct(String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_RequestStruct
-
- AssertionManagerIF_getAssertionArtifacts_RequestStruct_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionArtifacts_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_RequestStruct_SOAPBuilder
-
- AssertionManagerIF_getAssertionArtifacts_RequestStruct_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionArtifacts_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_RequestStruct_SOAPSerializer
-
- AssertionManagerIF_getAssertionArtifacts_ResponseStruct - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionArtifacts_ResponseStruct() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_ResponseStruct
-
- AssertionManagerIF_getAssertionArtifacts_ResponseStruct(Set) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_ResponseStruct
-
- AssertionManagerIF_getAssertionArtifacts_ResponseStruct_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionArtifacts_ResponseStruct_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_ResponseStruct_SOAPBuilder
-
- AssertionManagerIF_getAssertionArtifacts_ResponseStruct_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionArtifacts_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_ResponseStruct_SOAPSerializer
-
- AssertionManagerIF_getAssertionByIdRef2_Fault_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionByIdRef2_Fault_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_Fault_SOAPBuilder
-
- AssertionManagerIF_getAssertionByIdRef2_Fault_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionByIdRef2_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_Fault_SOAPSerializer
-
- AssertionManagerIF_getAssertionByIdRef2_RequestStruct - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionByIdRef2_RequestStruct() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_RequestStruct
-
- AssertionManagerIF_getAssertionByIdRef2_RequestStruct(String, String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_RequestStruct
-
- AssertionManagerIF_getAssertionByIdRef2_RequestStruct_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionByIdRef2_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_RequestStruct_SOAPBuilder
-
- AssertionManagerIF_getAssertionByIdRef2_RequestStruct_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionByIdRef2_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_RequestStruct_SOAPSerializer
-
- AssertionManagerIF_getAssertionByIdRef2_ResponseStruct - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionByIdRef2_ResponseStruct() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_ResponseStruct
-
- AssertionManagerIF_getAssertionByIdRef2_ResponseStruct(String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_ResponseStruct
-
- AssertionManagerIF_getAssertionByIdRef2_ResponseStruct_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionByIdRef2_ResponseStruct_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_ResponseStruct_SOAPBuilder
-
- AssertionManagerIF_getAssertionByIdRef2_ResponseStruct_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionByIdRef2_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_ResponseStruct_SOAPSerializer
-
- AssertionManagerIF_getAssertionByIdRef_Fault_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionByIdRef_Fault_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_Fault_SOAPBuilder
-
- AssertionManagerIF_getAssertionByIdRef_Fault_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionByIdRef_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_Fault_SOAPSerializer
-
- AssertionManagerIF_getAssertionByIdRef_RequestStruct - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionByIdRef_RequestStruct() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_RequestStruct
-
- AssertionManagerIF_getAssertionByIdRef_RequestStruct(String, Set) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_RequestStruct
-
- AssertionManagerIF_getAssertionByIdRef_RequestStruct_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionByIdRef_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_RequestStruct_SOAPBuilder
-
- AssertionManagerIF_getAssertionByIdRef_RequestStruct_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionByIdRef_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_RequestStruct_SOAPSerializer
-
- AssertionManagerIF_getAssertionByIdRef_ResponseStruct - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionByIdRef_ResponseStruct() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_ResponseStruct
-
- AssertionManagerIF_getAssertionByIdRef_ResponseStruct(String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_ResponseStruct
-
- AssertionManagerIF_getAssertionByIdRef_ResponseStruct_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionByIdRef_ResponseStruct_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_ResponseStruct_SOAPBuilder
-
- AssertionManagerIF_getAssertionByIdRef_ResponseStruct_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionByIdRef_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_ResponseStruct_SOAPSerializer
-
- AssertionManagerIF_getAssertionByIdRefToken_Fault_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionByIdRefToken_Fault_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_Fault_SOAPBuilder
-
- AssertionManagerIF_getAssertionByIdRefToken_Fault_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionByIdRefToken_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_Fault_SOAPSerializer
-
- AssertionManagerIF_getAssertionByIdRefToken_RequestStruct - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionByIdRefToken_RequestStruct() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_RequestStruct
-
- AssertionManagerIF_getAssertionByIdRefToken_RequestStruct(String, String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_RequestStruct
-
- AssertionManagerIF_getAssertionByIdRefToken_RequestStruct_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionByIdRefToken_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_RequestStruct_SOAPBuilder
-
- AssertionManagerIF_getAssertionByIdRefToken_RequestStruct_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionByIdRefToken_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_RequestStruct_SOAPSerializer
-
- AssertionManagerIF_getAssertionByIdRefToken_ResponseStruct - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionByIdRefToken_ResponseStruct() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_ResponseStruct
-
- AssertionManagerIF_getAssertionByIdRefToken_ResponseStruct(String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_ResponseStruct
-
- AssertionManagerIF_getAssertionByIdRefToken_ResponseStruct_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionByIdRefToken_ResponseStruct_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_ResponseStruct_SOAPBuilder
-
- AssertionManagerIF_getAssertionByIdRefToken_ResponseStruct_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertionByIdRefToken_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_ResponseStruct_SOAPSerializer
-
- AssertionManagerIF_getAssertions_Fault_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertions_Fault_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertions_Fault_SOAPBuilder
-
- AssertionManagerIF_getAssertions_Fault_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertions_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertions_Fault_SOAPSerializer
-
- AssertionManagerIF_getAssertions_RequestStruct - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertions_RequestStruct() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertions_RequestStruct
-
- AssertionManagerIF_getAssertions_RequestStruct(String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertions_RequestStruct
-
- AssertionManagerIF_getAssertions_RequestStruct_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertions_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertions_RequestStruct_SOAPBuilder
-
- AssertionManagerIF_getAssertions_RequestStruct_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertions_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertions_RequestStruct_SOAPSerializer
-
- AssertionManagerIF_getAssertions_ResponseStruct - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertions_ResponseStruct() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertions_ResponseStruct
-
- AssertionManagerIF_getAssertions_ResponseStruct(Set) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertions_ResponseStruct
-
- AssertionManagerIF_getAssertions_ResponseStruct_SOAPBuilder - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertions_ResponseStruct_SOAPBuilder() - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertions_ResponseStruct_SOAPBuilder
-
- AssertionManagerIF_getAssertions_ResponseStruct_SOAPSerializer - Class in com.sun.identity.saml
-
- AssertionManagerIF_getAssertions_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.saml.AssertionManagerIF_getAssertions_ResponseStruct_SOAPSerializer
-
- AssertionManagerIF_Tie - Class in com.sun.identity.saml
-
- AssertionManagerIF_Tie() - Constructor for class com.sun.identity.saml.AssertionManagerIF_Tie
-
- AssertionManagerImpl - Class in com.sun.identity.saml
-
- AssertionManagerImpl() - Constructor for class com.sun.identity.saml.AssertionManagerImpl
-
- AssertionManagerServlet - Class in com.sun.identity.saml.servlet
-
The class provides remote interfaces for the AssertionManager
class using JAX-RPC.
- AssertionManagerServlet() - Constructor for class com.sun.identity.saml.servlet.AssertionManagerServlet
-
- ASSERTIONS - Static variable in class com.sun.identity.monitoring.SsoServerSAML1SvcImpl
-
- ASSERTIONS - Static variable in interface com.sun.identity.plugin.monitoring.FedMonSAML1Svc
-
- assertions - Variable in class com.sun.identity.saml.protocol.Response
-
- ASSERTIONS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- assertionSAMLNameSpaceURI - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
SAML assertion name space
- assertionSAMLNameSpaceURI - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
SAML assertion namespace URI.
- AssertionSSOTokenListener - Class in com.sun.identity.saml
-
Assertion SSOToken listener
- AssertionSSOTokenListener(String) - Constructor for class com.sun.identity.saml.AssertionSSOTokenListener
-
- AssertionSSOTokenListener(String, String) - Constructor for class com.sun.identity.saml.AssertionSSOTokenListener
-
- AssertionStats - Class in com.sun.identity.saml
-
- AssertionStats(Map) - Constructor for class com.sun.identity.saml.AssertionStats
-
- AssertionToken - Class in com.sun.identity.wss.security
-
This class implements the interface SecurityToken for the
SAML Assertions.
- AssertionToken(AssertionTokenSpec, SSOToken) - Constructor for class com.sun.identity.wss.security.AssertionToken
-
Constructor that initializes the AssertionToken.
- AssertionToken(Element) - Constructor for class com.sun.identity.wss.security.AssertionToken
-
- AssertionTokenSpec - Class in com.sun.identity.wss.security
-
This class implements the interface SecurityTokenSpec to
create SAML1.0 and SAML1.1 Assertions / Security
Tokens.
- AssertionTokenSpec() - Constructor for class com.sun.identity.wss.security.AssertionTokenSpec
-
- AssertionTokenSpec(NameIdentifier, SecurityMechanism, String) - Constructor for class com.sun.identity.wss.security.AssertionTokenSpec
-
Construtor
- AssertionType - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for AssertionType complex type.
- AssertionType - Interface in com.sun.identity.wsfederation.jaxb.wsfederation
-
Java content class for AssertionType complex type.
- AssertionTypeImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AssertionTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AssertionTypeImpl
-
- AssertionTypeImpl - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- AssertionTypeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AssertionTypeImpl
-
- AssertionTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AssertionTypeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- AssertionURIRefElement - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for AssertionURIRef element declaration.
- AssertionURIRefElementImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AssertionURIRefElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AssertionURIRefElementImpl
-
- AssertionURIRefElementImpl(String) - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AssertionURIRefElementImpl
-
- AssertionURIRefElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- assertOneEntry() - Method in class com.iplanet.ums.SearchResults
-
Assert if the search result contains one and only one entry.
- assertThat(Class) - Static method in class org.forgerock.openam.test.apidescriptor.ApiAnnotationAssert
-
Get an instance of the assertion class for the given API annotated class.
- assertTokens(SoapMessage) - Method in class org.forgerock.openam.sts.soap.policy.am.OpenAMSessionTokenClientInterceptor
-
Called to assert the relevant tokens.
- assertTokens(SoapMessage) - Method in class org.forgerock.openam.sts.soap.policy.am.OpenAMSessionTokenServerInterceptor
-
Called to assert the relevant tokens.
- asSet(T...) - Static method in class org.forgerock.openam.utils.CollectionUtils
-
Collects the passed in objects into an unordered Set.
- ASSIGNABLE_DYNAMIC_GROUP - Static variable in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Represents a Dynamic Group object type
- AssignableDynamicGroup - Class in com.iplanet.ums
-
Represents a dynamic group entry that uses memberOf as its filter.
- AssignableDynamicGroup() - Constructor for class com.iplanet.ums.AssignableDynamicGroup
-
Default constructor
- AssignableDynamicGroup(CreationTemplate, AttrSet) - Constructor for class com.iplanet.ums.AssignableDynamicGroup
-
Constructs an in memory AssignableDynamicGroup object with
a given template.
- AssignableDynamicGroup(CreationTemplate, AttrSet, Guid, int) - Constructor for class com.iplanet.ums.AssignableDynamicGroup
-
Constructs an AssignableDynamicGroup object with a given
template.
- assignAssignableDynamicGroup(AMAssignableDynamicGroup) - Method in interface com.iplanet.am.sdk.AMUser
-
Deprecated.
Assigns a assignable dynamic group to the user.
- assignAssignableDynamicGroup(String) - Method in interface com.iplanet.am.sdk.AMUser
-
Deprecated.
Assigns a assignable dynamic group to the user.
- assignCOSDef(PersistentObject, ICOSDefinition, COSTemplate) - Method in class com.iplanet.ums.cos.COSManager
-
Assigns a COS (as defined by a COS definition) to the persistent object.
- assignPolicies(String, Set) - Method in interface com.iplanet.am.sdk.AMObject
-
- assignRole(AMRole) - Method in interface com.iplanet.am.sdk.AMUser
-
Deprecated.
Assigns a role to the user.
- assignRole(String) - Method in interface com.iplanet.am.sdk.AMUser
-
Deprecated.
Assigns a role to the user.
- assignService(String, Map) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Assign service to the organizational unit.
- assignService(SSOToken, IdType, String, String, SchemaType, Map) - Method in class com.iplanet.am.sdk.AMSDKRepo
-
- AssignService - Class in com.sun.identity.cli.idrepo
-
This command assigns service to an identity.
- AssignService() - Constructor for class com.sun.identity.cli.idrepo.AssignService
-
- assignService(String, Map) - Method in class com.sun.identity.idm.AMIdentity
-
Assigns the service and service related attributes to the identity.
- assignService(SSOToken, IdType, String, String, SchemaType, Map<String, Set<String>>) - Method in class com.sun.identity.idm.IdRepo
-
This method is used to assign a service to the given identity.
- assignService(SSOToken, IdType, String, String, SchemaType, Map, String, String) - Method in interface com.sun.identity.idm.IdServices
-
- assignService(SSOToken, IdType, String, String, SchemaType, Map) - Method in class com.sun.identity.idm.plugins.database.DatabaseRepo
-
- assignService(SSOToken, IdType, String, String, SchemaType, Map) - Method in class com.sun.identity.idm.plugins.files.FilesRepo
-
- assignService(SSOToken, IdType, String, String, SchemaType, Map) - Method in class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- assignService(SSOToken, IdType, String, String, SchemaType, Map) - Method in class com.sun.identity.idm.plugins.internal.SpecialRepo
-
- assignService(SSOToken, IdType, String, String, SchemaType, Map, String, String) - Method in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
- assignService(SSOToken, IdType, String, String, SchemaType, Map, String, String) - Method in class com.sun.identity.idm.server.IdCachedServicesImpl
-
- assignService(SSOToken, IdType, String, String, SchemaType, Map, String, String) - Method in class com.sun.identity.idm.server.IdServicesImpl
-
- assignService(String, Map) - Method in class com.sun.identity.sm.OrganizationConfigManager
-
Assigns the given service to the orgnization with
the respective attributes.
- assignService(SSOToken, IdType, String, String, SchemaType, Map, String, String) - Method in class org.forgerock.openam.idm.IdServicesDecorator
- assignService(SSOToken, IdType, String, String, SchemaType, Map<String, Set<String>>) - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
Assigns a service to the provided identity.
- assignService(SSOToken, IdType, String, String, SchemaType, Map<String, Set<String>>) - Method in class org.openidentityplatform.openam.cassandra.Repo
-
- assignService_idrepo(String, String, String, String, String, Map, String, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- assignService_idrepo(String, String, String, String, String, Map, String, String) - Method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- assignServices(Map) - Method in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Assign services to the entity (user/group/organization/organization
unit).
- assignServices(Set) - Method in interface com.iplanet.am.sdk.AMUser
-
Deprecated.
Assigns services to the user.
- assignStaticGroup(AMStaticGroup) - Method in interface com.iplanet.am.sdk.AMUser
-
Deprecated.
Assigns a static group to the user.
- assignStaticGroup(String) - Method in interface com.iplanet.am.sdk.AMUser
-
Deprecated.
Assigns a static group to the user.
- AssociatedAdvice - Class in com.sun.identity.entitlement.xacml3.core
-
Java class for AssociatedAdviceType complex type.
- AssociatedAdvice() - Constructor for class com.sun.identity.entitlement.xacml3.core.AssociatedAdvice
-
- associatedAdvice - Variable in class com.sun.identity.entitlement.xacml3.core.Result
-
- asSortedList(Collection<T>, Comparator<? super T>) - Static method in class org.forgerock.oauth2.core.Utils
-
Converts a collection of comparable items into a list, using the given comparator to order the
items.
- assrtStats - Static variable in class com.sun.identity.federation.services.FSAssertionManager
-
Statistics instance for assertions.
- assStats - Static variable in class com.sun.identity.saml.AssertionManager
-
- ASTERISK - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- ASTERISK - Static variable in interface com.sun.identity.shared.Constants
-
- asUnderlyingPolicies(String) - Method in class org.forgerock.openam.uma.UmaPolicy
-
Converts the UmaPolicy into its underlying backend policies in JSON format.
- asXMLDOM(Map<String, Object>) - Static method in class org.forgerock.openam.forgerockrest.utils.XMLResourceExceptionHandler
-
Convert a Map to XML DOM.
- ASYMMETRIC_KEY - Static variable in class com.sun.identity.wss.security.handler.SecurityContext
-
- AsymmetricBindingElement - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
7.5 AsymmetricBinding Assertion
Java content class for AsymmetricBinding element declaration.
- AsymmetricBindingElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- AsymmetricBindingElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.AsymmetricBindingElementImpl
-
- AsymmetricBindingElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- ASYNC - Static variable in class org.forgerock.openam.radius.common.packet.NASPortTypeAttribute
-
The Async type.
- ASYNC_SSOTOKEN_COOKIE_NAME - Static variable in class org.forgerock.openam.rest.AuthnRequestUtils
-
- AsyncResultHandler<T> - Class in org.forgerock.openam.cts.impl.queue
-
AsyncResultHandler is an asynchronous implementation of the ResultHandler.
- AsyncResultHandler(QueueConfiguration, Debug) - Constructor for class org.forgerock.openam.cts.impl.queue.AsyncResultHandler
-
- AsyncResultHandlerFactory - Class in org.forgerock.openam.cts.impl.queue
-
Implementation provides an appropriate asynchronous ResultHandler implementation based on the
type requested.
- AsyncResultHandlerFactory(QueueConfiguration, Debug) - Constructor for class org.forgerock.openam.cts.impl.queue.AsyncResultHandlerFactory
-
- AT - Static variable in interface com.sun.identity.shared.Constants
-
at sign
- AT_HASH - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.JWTTokenParams
-
- AT_LEAST_ONE_OF_TIME_PROPS_SHOULD_BE_DEFINED - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- atleast(String, int, int) - Static method in class com.sun.identity.install.tools.util.OSChecker
-
check if version current operating system is greater than a given
version
- attach(Version, Restlet) - Method in class org.forgerock.openam.rest.service.ResourceApiVersionRestlet
-
- Attr - Class in com.iplanet.services.ldap
-
Represents an attribute value pair in UMS.
- Attr() - Constructor for class com.iplanet.services.ldap.Attr
-
Default constructor
- Attr(String) - Constructor for class com.iplanet.services.ldap.Attr
-
Constructs an attribute value pair with no value.
- Attr(String, String) - Constructor for class com.iplanet.services.ldap.Attr
-
Construct an attribute value pair with a single string value.
- Attr(String, String[]) - Constructor for class com.iplanet.services.ldap.Attr
-
Construct an attribute value pair with a multiple string values.
- Attr(String, byte[]) - Constructor for class com.iplanet.services.ldap.Attr
-
Constructs an attribute value pair with byte array.
- Attr(String, byte[][]) - Constructor for class com.iplanet.services.ldap.Attr
-
Constructs an attribute value pair with array of byte array.
- Attr(Attribute) - Constructor for class com.iplanet.services.ldap.Attr
-
Construct an attribute based on a LDAP attribute
- ATTR_ACTIONS - Static variable in class org.forgerock.openam.cli.entitlement.ApplicationTypeImpl
-
- ATTR_ACTOR - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
-
actor Attribute.
- ATTR_ADD_MEMBERS - Static variable in interface com.sun.identity.idm.IdConstants
-
- ATTR_ADVISORY_AUTHN_ID - Static variable in class com.sun.identity.liberty.ws.authnsvc.AuthnSvcConstants
-
Attribute advisoryAuthnID.
- ATTR_AFFILIATION_ID - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
-
affiliationID Attribute.
- ATTR_APPLICATIONTYPE - Static variable in class com.sun.identity.cli.entitlement.ApplicationImpl
-
- ATTR_APPLICATIONTYPE - Static variable in class org.forgerock.openam.cli.entitlement.ApplicationTypeImpl
-
- ATTR_AUTH_POST_CLASS - Static variable in class org.forgerock.openam.upgrade.UpgradeUtils
-
- ATTR_AUTH_ROLE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Attribute Authority Role
- ATTR_AUTHZ_ID - Static variable in class com.sun.identity.liberty.ws.authnsvc.AuthnSvcConstants
-
Attribute authzID.
- ATTR_CODE - Static variable in class com.sun.identity.liberty.ws.authnsvc.AuthnSvcConstants
-
Attribute code.
- ATTR_CODE - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
-
code Attribute.
- ATTR_COMMENT - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
-
comment Attribute.
- ATTR_CONDITIONS - Static variable in class com.sun.identity.cli.entitlement.ApplicationImpl
-
- ATTR_CONFIG_REPO - Static variable in class com.sun.identity.common.configuration.AgentConfiguration
-
- ATTR_CONSUMING_SVC_INDEX - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for AttributeConsumingServiceIndex attribute
- ATTR_COOKIE_DOMAINS - Static variable in interface com.sun.identity.shared.Constants
-
Property to determine the cookie domains.
- ATTR_CREATED_BY - Static variable in class com.sun.identity.cli.entitlement.ApplicationImpl
-
- ATTR_CREATION_DATE - Static variable in class com.sun.identity.cli.entitlement.ApplicationImpl
-
- ATTR_DELIMITER - Static variable in class com.sun.identity.policy.plugins.IDRepoResponseProvider
-
- ATTR_DESCRIPTION - Static variable in class com.sun.identity.cli.entitlement.ApplicationImpl
-
- ATTR_ENTITLEMENT_COMBINER - Static variable in class com.sun.identity.cli.entitlement.ApplicationImpl
-
- ATTR_HAVE_MEMBERS - Static variable in interface com.sun.identity.idm.IdConstants
-
- ATTR_id - Static variable in class com.sun.identity.liberty.ws.authnsvc.AuthnSvcConstants
-
Attribute id.
- ATTR_id - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
-
id Attribute.
- ATTR_ID - Static variable in class com.sun.identity.saml2.meta.SAML2MetaSecurityUtils
-
- ATTR_ID - Static variable in class com.sun.identity.wsfederation.meta.WSFederationMetaSecurityUtils
-
- ATTR_INDEX - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
AttributeConsumingServiceIndex Parameter
- ATTR_KEYVAL - Static variable in class com.sun.identity.sm.SMSEntry
-
- ATTR_LABELED_URI - Static variable in class com.sun.identity.sm.SMSEntry
-
- ATTR_LAST_MODIFICATION_DATE - Static variable in class com.sun.identity.cli.entitlement.ApplicationImpl
-
- ATTR_LAST_MODIFIED_BY - Static variable in class com.sun.identity.cli.entitlement.ApplicationImpl
-
- ATTR_LOGIN_URL - Static variable in interface com.sun.identity.shared.Constants
-
Property to determine the login URL.
- ATTR_MAP - Static variable in interface com.sun.identity.idm.IdConstants
-
- ATTR_MAP - Static variable in interface com.sun.identity.plugin.session.SessionProvider
-
The name of the request attribute under which the user attributes shall be stored.
- ATTR_MAP_FOR_SP - Static variable in class com.sun.identity.wss.logging.LogUtil
-
- ATTR_MECHANISM - Static variable in class com.sun.identity.liberty.ws.authnsvc.AuthnSvcConstants
-
Attribute mechanism.
- ATTR_MEMBER_OF - Static variable in interface com.sun.identity.idm.IdConstants
-
- ATTR_MESSAGE_ID - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
-
messageID Attribute.
- ATTR_MODIFY_TIMESTAMP - Static variable in class com.sun.identity.sm.SMSEntry
-
- ATTR_MUSTUNDERSTAND - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
-
mustUnderstand Attribute.
- ATTR_NAME - Static variable in class com.sun.identity.authentication.config.AMAuthConfigUtils
-
- ATTR_NAME - Static variable in class com.sun.identity.liberty.ws.authnsvc.AuthnSvcConstants
-
Attribute name.
- ATTR_NAME_AGENT_TYPE - Static variable in interface com.sun.identity.cli.CLIConstants
-
Agent Type attribute name.
- ATTR_NAME_AGENT_TYPE - Static variable in interface com.sun.identity.shared.Constants
-
- ATTR_NAME_ALL_ENTITIES - Static variable in interface com.sun.identity.entitlement.SubjectAttributesCollector
-
All Entities.
- ATTR_NAME_ATTRIBUTE_NAME - Static variable in class com.sun.identity.entitlement.NumericAttributeCondition
-
- ATTR_NAME_ATTRIBUTE_NAME - Static variable in class com.sun.identity.entitlement.StringAttributeCondition
-
- ATTR_NAME_CASE_SENSITIVE - Static variable in class com.sun.identity.entitlement.StringAttributeCondition
-
- ATTR_NAME_FREE_FORM - Static variable in class com.sun.identity.common.configuration.AgentConfiguration
-
- ATTR_NAME_META - Static variable in class com.sun.identity.entitlement.opensso.EntitlementService
-
- ATTR_NAME_OPERATOR - Static variable in class com.sun.identity.entitlement.NumericAttributeCondition
-
- ATTR_NAME_PWD - Static variable in class com.sun.identity.common.configuration.AgentConfiguration
-
- ATTR_NAME_SPACE - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
SAML component default name space.
- ATTR_NAME_SUBJECT_ATTR_NAMES - Static variable in class com.sun.identity.entitlement.opensso.EntitlementService
-
- ATTR_NAME_VALUE - Static variable in class com.sun.identity.entitlement.NumericAttributeCondition
-
- ATTR_NAME_VALUE - Static variable in class com.sun.identity.entitlement.StringAttributeCondition
-
- ATTR_NAMES - Static variable in class com.sun.identity.idm.remote.IdRemoteEventListener
-
- ATTR_NOT_ALLOWED - Static variable in interface com.iplanet.ums.IUMSConstants
-
- ATTR_NOT_ON_OR_AFTER - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
-
notOnOrAfter Attribute.
- ATTR_OBJECTCLASS - Static variable in class com.sun.identity.sm.SMSEntry
-
- ATTR_PLUGIN_SCHEMA - Static variable in class com.sun.identity.sm.SMSEntry
-
- ATTR_PRIMARY_SITE_ID - Static variable in class com.sun.identity.common.configuration.ConfigurationBase
-
- ATTR_PRIMARY_SITE_URL - Static variable in class com.sun.identity.common.configuration.ConfigurationBase
-
- ATTR_PRIORITY - Static variable in class com.sun.identity.sm.SMSEntry
-
- ATTR_PROVIDER_ID - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
-
providerID Attribute.
- ATTR_QUERY_ROLE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Attribute Query Role
- ATTR_REF - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
-
ref Attribute.
- ATTR_REF_TO_MESSAGE_ID - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
-
refToMessageID Attribute.
- ATTR_RESOURCE_COMPARATOR - Static variable in class com.sun.identity.cli.entitlement.ApplicationImpl
-
- ATTR_RESOURCE_COMPARATOR - Static variable in class org.forgerock.openam.cli.entitlement.ApplicationTypeImpl
-
- ATTR_RESOURCE_TYPE_UUIDS - Static variable in class com.sun.identity.cli.entitlement.ApplicationImpl
-
- ATTR_SAVE_INDEX - Static variable in class com.sun.identity.cli.entitlement.ApplicationImpl
-
- ATTR_SAVE_INDEX - Static variable in class org.forgerock.openam.cli.entitlement.ApplicationTypeImpl
-
- ATTR_SCHEMA - Static variable in class com.sun.identity.sm.SMSEntry
-
- ATTR_SCHEMA_AGENT_PWD - Static variable in interface com.sun.identity.cli.CLIConstants
-
Agent Password Attribute Schema name
- ATTR_SEARCH_INDEX - Static variable in class com.sun.identity.cli.entitlement.ApplicationImpl
-
- ATTR_SEARCH_INDEX - Static variable in class org.forgerock.openam.cli.entitlement.ApplicationTypeImpl
-
- ATTR_SEC_ID - Static variable in class com.sun.identity.common.configuration.ConfigurationBase
-
- ATTR_SERVER_ID - Static variable in class com.sun.identity.common.configuration.ConfigurationBase
-
- ATTR_SERVER_LIST - Static variable in class com.sun.identity.sm.ServiceManager
-
- ATTR_SERVER_MECHANISM - Static variable in class com.sun.identity.liberty.ws.authnsvc.AuthnSvcConstants
-
Attribute serverMechanism.
- ATTR_SERVICE_ID - Static variable in class com.sun.identity.sm.SMSEntry
-
- ATTR_SUBJECT_ATTRIBUTE_NAMES - Static variable in class com.sun.identity.cli.entitlement.ApplicationImpl
-
- ATTR_SUBJECTS - Static variable in class com.sun.identity.cli.entitlement.ApplicationImpl
-
- ATTR_TIMESTAMP - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
-
timestamp Attribute.
- ATTR_URI - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
-
uri Attribute.
- ATTR_USE - Static variable in class com.sun.identity.saml2.meta.SAML2MetaSecurityUtils
-
- ATTR_USE - Static variable in class com.sun.identity.wsfederation.meta.WSFederationMetaSecurityUtils
-
- ATTR_USER_PASSWORD - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- ATTR_VALUE_NODE - Static variable in class com.sun.identity.authentication.config.AMAuthConfigUtils
-
- ATTR_VALUE_PAIR_NODE - Static variable in class com.sun.identity.authentication.config.AMAuthConfigUtils
-
- ATTR_WILD_CARD - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Wild card to indicate mapping any attribute name as it is in
the Assertion
- ATTR_XML_KEYVAL - Static variable in class com.sun.identity.sm.SMSEntry
-
- ATTRIBUTE - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- Attribute - Class in com.sun.identity.entitlement.xacml3.core
-
Java class for AttributeType complex type.
- Attribute() - Constructor for class com.sun.identity.entitlement.xacml3.core.Attribute
-
- attribute - Variable in class com.sun.identity.entitlement.xacml3.core.Attributes
-
- attribute - Variable in class com.sun.identity.entitlement.xacml3.core.PolicyIssuer
-
- Attribute - Class in com.sun.identity.idsvcs
-
- Attribute() - Constructor for class com.sun.identity.idsvcs.Attribute
-
- Attribute(String, String[]) - Constructor for class com.sun.identity.idsvcs.Attribute
-
- Attribute - Class in com.sun.identity.saml.assertion
-
The Attribute element specifies an attribute of the assertion
subject.
- Attribute(Element) - Constructor for class com.sun.identity.saml.assertion.Attribute
-
Constructs an attribute element from an existing XML block.
- Attribute(String, String, List) - Constructor for class com.sun.identity.saml.assertion.Attribute
-
Constructs an instance of Attribute.
- Attribute(String, String, String) - Constructor for class com.sun.identity.saml.assertion.Attribute
-
Constructs an instance of Attribute.
- ATTRIBUTE - Static variable in class com.sun.identity.saml.assertion.AuthorityBinding.AuthorityKindType
-
Attribute Query.
- ATTRIBUTE - Static variable in interface com.sun.identity.saml.plugins.PartnerAccountMapper
-
Key to hold attributes to be set as session properties.
- Attribute - Interface in com.sun.identity.saml2.assertion
-
The Attribute element identifies an attribute by name and
optionally includes its value(s).
- ATTRIBUTE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for Attribute
- ATTRIBUTE - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- ATTRIBUTE - Static variable in class com.sun.identity.sm.SMSUtils
-
- ATTRIBUTE - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for Attribute element
- Attribute - Interface in com.sun.identity.xacml.context
-
The Attribute element specifies information about the
action/subject/resource requested in the Request context by
listing a sequence of Attribute elements associated with
the action.
- Attribute - Class in org.forgerock.openam.radius.common
-
Legacy class from before enum types were supported and holder of constants of all defined radius attribute type codes
outlined in RFC 2865.
- Attribute(byte[]) - Constructor for class org.forgerock.openam.radius.common.Attribute
-
Constructor using the on-the-wire octets for the attribute.
- ATTRIBUTE_ANY - Static variable in class com.sun.identity.sm.SMSUtils
-
- ATTRIBUTE_ASSIGNMENT - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for AttributeAssignment
- ATTRIBUTE_AUTHORITY_MAPPER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Attribute authority mapper.
- ATTRIBUTE_BEGIN - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- ATTRIBUTE_BOOLEAN_VALUES_ELEMENT - Static variable in class com.sun.identity.sm.SMSUtils
-
- ATTRIBUTE_CHOICE_CLASS - Static variable in class com.sun.identity.sm.SMSUtils
-
- ATTRIBUTE_CHOICE_VALUE_ELEMENT - Static variable in class com.sun.identity.sm.SMSUtils
-
- ATTRIBUTE_CHOICE_VALUES_ELEMENT - Static variable in class com.sun.identity.sm.SMSUtils
-
- ATTRIBUTE_CLASS_NAME - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- ATTRIBUTE_COMBINER - Static variable in interface com.sun.identity.idm.IdConstants
-
- ATTRIBUTE_CONDITION_ELEMENT - Static variable in class com.sun.identity.sm.SMSUtils
-
- ATTRIBUTE_COS_QUALIFIER - Static variable in class com.sun.identity.sm.SMSUtils
-
- ATTRIBUTE_COUNTRY - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- ATTRIBUTE_DEFAULT - Static variable in class com.sun.identity.sm.SMSUtils
-
- ATTRIBUTE_DEFAULT_CLASS - Static variable in class com.sun.identity.sm.SMSUtils
-
- ATTRIBUTE_DEFAULT_ELEMENT - Static variable in class com.sun.identity.sm.SMSUtils
-
- ATTRIBUTE_END - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- ATTRIBUTE_EXAMPLE_ELEMENT - Static variable in class com.sun.identity.sm.SMSUtils
-
- ATTRIBUTE_FALSE_BOOLEAN_ELEMENT - Static variable in class com.sun.identity.sm.SMSUtils
-
- ATTRIBUTE_ID - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for AttributeId element
- ATTRIBUTE_LANG - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- ATTRIBUTE_LIST_BEGIN - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- ATTRIBUTE_LIST_END - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- ATTRIBUTE_LIST_ORDER - Static variable in class com.sun.identity.sm.SMSUtils
-
- Attribute_LiteralSerializer - Class in com.sun.identity.idsvcs
-
- Attribute_LiteralSerializer(QName, String) - Constructor for class com.sun.identity.idsvcs.Attribute_LiteralSerializer
-
- Attribute_LiteralSerializer(QName, String, boolean) - Constructor for class com.sun.identity.idsvcs.Attribute_LiteralSerializer
-
- ATTRIBUTE_MAP - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
SAML service attribute that specifies the attribute map.
- ATTRIBUTE_MAP - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Attribute map configuration.
- ATTRIBUTE_MAPPER_CLASS - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Attribute Mapper Class
- ATTRIBUTE_MAPPER_PROPERTY - Static variable in class org.forgerock.openam.upgrade.steps.UpgradeOAuth2AuthModulesStep
-
- ATTRIBUTE_MAX_VALUE - Static variable in class com.sun.identity.sm.SMSUtils
-
- ATTRIBUTE_MIN_VALUE - Static variable in class com.sun.identity.sm.SMSUtils
-
- ATTRIBUTE_NAME - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- ATTRIBUTE_NAME - Static variable in interface com.sun.identity.cli.IArgument
-
Attribute name.
- ATTRIBUTE_NAMES - Static variable in interface com.sun.identity.cli.IArgument
-
Attribute names.
- ATTRIBUTE_OPTIONAL - Static variable in class com.sun.identity.sm.SMSUtils
-
- ATTRIBUTE_PLUGIN - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Attribute Plugin
- ATTRIBUTE_QUERY - Static variable in class com.sun.identity.saml.protocol.Query
-
The Query is an Attribute Query.
- ATTRIBUTE_QUERY - Static variable in class com.sun.identity.saml.protocol.Request
-
The request is an Attribute Query.
- ATTRIBUTE_QUERY - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for AttributeQuery
- ATTRIBUTE_QUERY - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- ATTRIBUTE_QUERY_DESCRIPTOR - Static variable in interface com.sun.identity.saml2.meta.SAML2MetaConstants
-
Constant for AttributeQueryDescriptor Element
- ATTRIBUTE_QUERY_DESCRIPTOR_TYPE - Static variable in interface com.sun.identity.saml2.meta.SAML2MetaConstants
-
Constant for AttributeQueryDescriptorType Type
- ATTRIBUTE_RANGE_END - Static variable in class com.sun.identity.sm.SMSUtils
-
- ATTRIBUTE_RANGE_START - Static variable in class com.sun.identity.sm.SMSUtils
-
- ATTRIBUTE_RESOURCE_NAME - Static variable in class com.sun.identity.sm.SMSUtils
-
- ATTRIBUTE_SCHEMA - Static variable in interface com.sun.identity.cli.IArgument
-
Attribute schema name.
- ATTRIBUTE_SEPARATOR - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Constants for authn context mapping values.
- ATTRIBUTE_SEPARATOR - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- ATTRIBUTE_SERVICE_ID - Static variable in class com.sun.identity.sm.SMSUtils
-
- ATTRIBUTE_STATEMENT - Static variable in class com.sun.identity.saml.assertion.Statement
-
The Statement is an Attribute Statement.
- ATTRIBUTE_STATEMENT - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- ATTRIBUTE_STATUS_ATTR - Static variable in class com.sun.identity.sm.SMSUtils
-
- ATTRIBUTE_SUFFIX - Static variable in class org.forgerock.openam.services.cdm.BasicClientTypesManager
-
- ATTRIBUTE_SYNTAX - Static variable in class com.sun.identity.sm.SMSUtils
-
- ATTRIBUTE_TRUE_BOOLEAN_ELEMENT - Static variable in class com.sun.identity.sm.SMSUtils
-
- ATTRIBUTE_TYPE - Static variable in class com.sun.identity.sm.SMSUtils
-
- ATTRIBUTE_UITYPE - Static variable in class com.sun.identity.sm.SMSUtils
-
- ATTRIBUTE_VALIDATOR - Static variable in class com.sun.identity.sm.SMSUtils
-
- ATTRIBUTE_VALUE - Static variable in class com.sun.identity.sm.SMSUtils
-
- ATTRIBUTE_VALUE - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for AttributeValue element
- ATTRIBUTE_VALUE_PAIR - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- ATTRIBUTE_VALUE_PAIR - Static variable in class com.sun.identity.sm.SMSUtils
-
- ATTRIBUTE_VALUE_PAIR_BEGIN - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- ATTRIBUTE_VALUE_PAIR_END - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- ATTRIBUTE_VALUES - Static variable in interface com.sun.identity.cli.IArgument
-
Attribute value pair argument.
- ATTRIBUTE_VARIANT - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- ATTRIBUTE_VIEW_BEAN_URL - Static variable in class com.sun.identity.sm.SMSUtils
-
- attributeAdded(ServletContextAttributeEvent) - Method in class com.sun.identity.wss.sts.STSContextListener
-
- attributeAssignment - Variable in class com.sun.identity.entitlement.xacml3.core.Advice
-
- AttributeAssignment - Class in com.sun.identity.entitlement.xacml3.core
-
Java class for AttributeAssignmentType complex type.
- AttributeAssignment() - Constructor for class com.sun.identity.entitlement.xacml3.core.AttributeAssignment
-
- attributeAssignment - Variable in class com.sun.identity.entitlement.xacml3.core.Obligation
-
- attributeAssignmentExpression - Variable in class com.sun.identity.entitlement.xacml3.core.AdviceExpression
-
- AttributeAssignmentExpression - Class in com.sun.identity.entitlement.xacml3.core
-
Java class for AttributeAssignmentExpressionType complex type.
- AttributeAssignmentExpression() - Constructor for class com.sun.identity.entitlement.xacml3.core.AttributeAssignmentExpression
-
- attributeAssignmentExpression - Variable in class com.sun.identity.entitlement.xacml3.core.ObligationExpression
-
- AttributeAuthorityConfigElement - Interface in com.sun.identity.saml2.jaxb.entityconfig
-
Java content class for AttributeAuthorityConfig element declaration.
- AttributeAuthorityConfigElementImpl - Class in com.sun.identity.saml2.jaxb.entityconfig.impl
-
- AttributeAuthorityConfigElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeAuthorityConfigElementImpl
-
- AttributeAuthorityConfigElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.entityconfig.impl
-
- AttributeAuthorityDescriptorElement - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for AttributeAuthorityDescriptor element declaration.
- AttributeAuthorityDescriptorElementImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AttributeAuthorityDescriptorElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.AttributeAuthorityDescriptorElementImpl
-
- AttributeAuthorityDescriptorElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AttributeAuthorityDescriptorType - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for AttributeAuthorityDescriptorType complex type.
- AttributeAuthorityDescriptorTypeImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AttributeAuthorityDescriptorTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.AttributeAuthorityDescriptorTypeImpl
-
- AttributeAuthorityDescriptorTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AttributeAuthorityMapper - Interface in com.sun.identity.saml2.plugins
-
This interface AttributeAuthorityMapper is used by attribute
authority to process attribute query.
- AttributeCompressionStrategy - Class in org.forgerock.openam.cts.utils.blob.strategies
-
Responsible for performing a specialised JSON compression based on the
attribute name being stored in the JSON.
- AttributeCompressionStrategy(TokenBlobUtils) - Constructor for class org.forgerock.openam.cts.utils.blob.strategies.AttributeCompressionStrategy
-
- AttributeConsumingServiceElement - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for AttributeConsumingService element declaration.
- AttributeConsumingServiceElementImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AttributeConsumingServiceElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceElementImpl
-
- AttributeConsumingServiceElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AttributeConsumingServiceType - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for AttributeConsumingServiceType complex type.
- AttributeConsumingServiceTypeImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AttributeConsumingServiceTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceTypeImpl
-
- AttributeConsumingServiceTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AttributedDateTime - Interface in com.sun.identity.wsfederation.jaxb.wsu
-
This type is for elements whose [children] is a psuedo-dateTime and can have arbitrary attributes.
- AttributedDateTimeImpl - Class in com.sun.identity.wsfederation.jaxb.wsu.impl
-
- AttributedDateTimeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsu.impl.AttributedDateTimeImpl
-
- AttributedDateTimeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsu.impl
-
- AttributeDesignator - Class in com.sun.identity.entitlement.xacml3.core
-
Java class for AttributeDesignatorType complex type.
- AttributeDesignator() - Constructor for class com.sun.identity.entitlement.xacml3.core.AttributeDesignator
-
- attributeDesignator - Variable in class com.sun.identity.entitlement.xacml3.core.Match
-
- AttributeDesignator - Class in com.sun.identity.saml.assertion
-
The AttributeDesignator element identifies an attribute
name within an attribute namespace.
- AttributeDesignator() - Constructor for class com.sun.identity.saml.assertion.AttributeDesignator
-
Default constructor
- AttributeDesignator(Element) - Constructor for class com.sun.identity.saml.assertion.AttributeDesignator
-
Constructs an attribute designator element from an existing XML block.
- AttributeDesignator(String, String) - Constructor for class com.sun.identity.saml.assertion.AttributeDesignator
-
Constructs an instance of AttributeDesignator.
- attributeDesignators - Variable in class com.sun.identity.saml.protocol.AttributeQuery
-
O or more AttributeDesignator of this query.
- AttributedQNameType - Interface in com.sun.identity.wsfederation.jaxb.wsaddr
-
Java content class for AttributedQNameType complex type.
- AttributedQNameTypeImpl - Class in com.sun.identity.wsfederation.jaxb.wsaddr.impl
-
- AttributedQNameTypeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsaddr.impl.AttributedQNameTypeImpl
-
- AttributedQNameTypeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsaddr.impl
-
- AttributedString - Interface in com.sun.identity.wsfederation.jaxb.wsse
-
This type represents an element with arbitrary attributes.
- AttributedStringImpl - Class in com.sun.identity.wsfederation.jaxb.wsse.impl
-
- AttributedStringImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsse.impl.AttributedStringImpl
-
- AttributedStringImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsse.impl
-
- AttributedUnsignedLongType - Interface in com.sun.identity.wsfederation.jaxb.wsaddr
-
Java content class for AttributedUnsignedLongType complex type.
- AttributedUnsignedLongTypeImpl - Class in com.sun.identity.wsfederation.jaxb.wsaddr.impl
-
- AttributedUnsignedLongTypeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsaddr.impl.AttributedUnsignedLongTypeImpl
-
- AttributedUnsignedLongTypeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsaddr.impl
-
- AttributedURI - Interface in com.sun.identity.wsfederation.jaxb.wsu
-
This type is for elements whose [children] is an anyURI and can have arbitrary attributes.
- AttributedURIImpl - Class in com.sun.identity.wsfederation.jaxb.wsu.impl
-
- AttributedURIImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsu.impl.AttributedURIImpl
-
- AttributedURIImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsu.impl
-
- AttributedURIType - Interface in com.sun.identity.wsfederation.jaxb.wsaddr
-
Java content class for AttributedURIType complex type.
- AttributedURITypeImpl - Class in com.sun.identity.wsfederation.jaxb.wsaddr.impl
-
- AttributedURITypeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsaddr.impl.AttributedURITypeImpl
-
- AttributedURITypeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsaddr.impl
-
- AttributeElement - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for Attribute element declaration.
- AttributeElement - Interface in com.sun.identity.saml2.jaxb.entityconfig
-
Java content class for Attribute element declaration.
- AttributeElement - Interface in com.sun.identity.wsfederation.jaxb.entityconfig
-
Java content class for Attribute element declaration.
- AttributeElementImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AttributeElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AttributeElementImpl
-
- AttributeElementImpl - Class in com.sun.identity.saml2.jaxb.entityconfig.impl
-
- AttributeElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeElementImpl
-
- AttributeElementImpl - Class in com.sun.identity.wsfederation.jaxb.entityconfig.impl
-
- AttributeElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.entityconfig.impl.AttributeElementImpl
-
- AttributeElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AttributeElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.entityconfig.impl
-
- AttributeElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.entityconfig.impl
-
- attributeExists(String, String, String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Checks the service scheam for existance of an attribute.
- AttributeExtensibleString - Interface in com.sun.identity.wsfederation.jaxb.wsfederation
-
Java content class for AttributeExtensibleString complex type.
- AttributeExtensibleStringImpl - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- AttributeExtensibleStringImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AttributeExtensibleStringImpl
-
- AttributeExtensibleStringImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- AttributeExtensibleURI - Interface in com.sun.identity.wsfederation.jaxb.wsfederation
-
Java content class for AttributeExtensibleURI complex type.
- AttributeExtensibleURIImpl - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- AttributeExtensibleURIImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AttributeExtensibleURIImpl
-
- AttributeExtensibleURIImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- AttributeFactory - Class in org.forgerock.openam.radius.common
-
Translates the attribute type code held in the first octet of the on-the-wire representation of a specific radius
attribute into the corresponding java object used to interact with attribute fields of that type.
- attributeId - Variable in class com.sun.identity.entitlement.xacml3.core.Attribute
-
- attributeId - Variable in class com.sun.identity.entitlement.xacml3.core.AttributeAssignment
-
- attributeId - Variable in class com.sun.identity.entitlement.xacml3.core.AttributeAssignmentExpression
-
- attributeId - Variable in class com.sun.identity.entitlement.xacml3.core.AttributeDesignator
-
- attributeId - Variable in class com.sun.identity.entitlement.xacml3.core.MissingAttributeDetail
-
- AttributeImpl - Class in com.sun.identity.saml2.assertion.impl
-
This is a default implementation of interface Attribute.
- AttributeImpl() - Constructor for class com.sun.identity.saml2.assertion.impl.AttributeImpl
-
Class constructor.
- AttributeImpl(Element) - Constructor for class com.sun.identity.saml2.assertion.impl.AttributeImpl
-
Class constructor with Attribute in
Element format.
- AttributeImpl(String) - Constructor for class com.sun.identity.saml2.assertion.impl.AttributeImpl
-
Class constructor with Attribute in xml string
format.
- AttributeImpl - Class in com.sun.identity.xacml.context.impl
-
The Attribute element specifies information about the
action/subject/resource requested in the Request context by
listing a sequence of Attribute elements associated with
the action.
- AttributeImpl() - Constructor for class com.sun.identity.xacml.context.impl.AttributeImpl
-
Default constructor
- AttributeImpl(String) - Constructor for class com.sun.identity.xacml.context.impl.AttributeImpl
-
This constructor is used to build Attribute object from a
XML string.
- AttributeImpl(Element) - Constructor for class com.sun.identity.xacml.context.impl.AttributeImpl
-
This constructor is used to build Request object from a
block of existing XML that has already been built into a DOM.
- AttributeLookupCondition - Class in com.sun.identity.entitlement
-
This condition evaluates if a given attribute from subject matches with
the one in resource.
- AttributeLookupCondition() - Constructor for class com.sun.identity.entitlement.AttributeLookupCondition
-
Constructor.
- AttributeLookupCondition(String, String) - Constructor for class com.sun.identity.entitlement.AttributeLookupCondition
-
Constructor.
- attributeMap(Map<String, String>) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
-
Sets the attribute map on the SAML2ConfigBuilder.
- attributeMapper - Variable in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
- AttributeMapper - Interface in com.sun.identity.liberty.ws.idpp.plugin
-
Class AttributeMapper is an interface for mapping a
between a Personal Profile Attribute to an LDAP Attribute.
- ATTRIBUTEMAPPER - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
A SAML service attribute parameter that specifies the class with the
path to where the attributeMapper is located.
- AttributeMapper - Interface in com.sun.identity.saml.plugins
-
The class AttributeMapper is an interface that is
implemented to get SSO information and map partner attributes to
OpenAM attributes.
- AttributeMapper<T> - Interface in org.forgerock.openam.authentication.modules.common.mapping
-
Translates from a source to a map of attributes.
- AttributeMapper - Interface in org.forgerock.openam.sts.tokengeneration.saml2.statements
-
Defines the concerns of mapping attributes into SAML2 AttributeStatements.
- attributeName - Variable in class com.iplanet.ums.SortKey
-
Sorting Key.
- ATTRIBUTENAMES - Static variable in class com.sun.identity.idsvcs.rest.IdentityServicesHandler.SecurityParameter
-
- attributeNS - Variable in class com.sun.identity.wss.provider.ProviderConfig
-
- attributeNS - Variable in class com.sun.identity.wss.provider.STSConfig
-
- attributePlugin - Static variable in class com.sun.identity.liberty.ws.security.LibSecurityTokenProvider
-
- AttributeProfileElement - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for AttributeProfile element declaration.
- AttributeProfileElementImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AttributeProfileElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.AttributeProfileElementImpl
-
- AttributeProfileElementImpl(String) - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.AttributeProfileElementImpl
-
- AttributeProfileElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AttributeQuery - Class in com.sun.identity.saml.protocol
-
This concrete class extends from the abstract base class
SubjectQuery.
- AttributeQuery() - Constructor for class com.sun.identity.saml.protocol.AttributeQuery
-
Default constructor
- AttributeQuery(Element) - Constructor for class com.sun.identity.saml.protocol.AttributeQuery
-
This constructor is used to build an Attribute Query from a DOM
tree that was built from the XML string.
- AttributeQuery(Subject, List, String) - Constructor for class com.sun.identity.saml.protocol.AttributeQuery
-
Constructor.
- AttributeQuery(Subject, List) - Constructor for class com.sun.identity.saml.protocol.AttributeQuery
-
Constructor to construct an AttributeQuery with a list of
AttributeDesignators.
- AttributeQuery(Subject) - Constructor for class com.sun.identity.saml.protocol.AttributeQuery
-
Constructor to construct an AttributeQuery with 0
AttributeDesignator, and no Resource attribute.
- AttributeQuery - Interface in com.sun.identity.saml2.protocol
-
This class represents the AttributeQueryType complex type.
- attributeQuery(TokenFilter) - Method in interface org.forgerock.openam.cts.CTSPersistentStore
-
Performs a partial Token query against the store synchronously.
- attributeQuery(TokenFilter) - Method in class org.forgerock.openam.cts.CTSPersistentStoreImpl
-
- attributeQuery(TokenFilter) - Method in class org.forgerock.openam.cts.impl.CoreTokenAdapter
-
Queries the persistence layer using the given TokenFilter which must have the required
'return attributes' defined within it.
- attributeQuery(TokenFilter) - Method in class org.forgerock.openam.rest.router.CTSPersistentStoreProxy
-
- AttributeQueryConfigElement - Interface in com.sun.identity.saml2.jaxb.entityconfig
-
Java content class for AttributeQueryConfig element declaration.
- AttributeQueryConfigElementImpl - Class in com.sun.identity.saml2.jaxb.entityconfig.impl
-
- AttributeQueryConfigElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeQueryConfigElementImpl
-
- AttributeQueryConfigElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.entityconfig.impl
-
- AttributeQueryDescriptorElement - Interface in com.sun.identity.saml2.jaxb.metadataextquery
-
Java content class for AttributeQueryDescriptor element declaration.
- AttributeQueryDescriptorElementImpl - Class in com.sun.identity.saml2.jaxb.metadataextquery.impl
-
- AttributeQueryDescriptorElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadataextquery.impl.AttributeQueryDescriptorElementImpl
-
- AttributeQueryDescriptorElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadataextquery.impl
-
- AttributeQueryDescriptorType - Interface in com.sun.identity.saml2.jaxb.metadataextquery
-
Java content class for AttributeQueryDescriptorType complex type.
- AttributeQueryDescriptorTypeImpl - Class in com.sun.identity.saml2.jaxb.metadataextquery.impl
-
- AttributeQueryDescriptorTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadataextquery.impl.AttributeQueryDescriptorTypeImpl
-
- AttributeQueryDescriptorTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadataextquery.impl
-
- AttributeQueryImpl - Class in com.sun.identity.saml2.protocol.impl
-
- AttributeQueryImpl() - Constructor for class com.sun.identity.saml2.protocol.impl.AttributeQueryImpl
-
Constructor to create AttributeQuery Object .
- AttributeQueryImpl(Element) - Constructor for class com.sun.identity.saml2.protocol.impl.AttributeQueryImpl
-
Constructor to create AttributeQuery Object.
- AttributeQueryImpl(String) - Constructor for class com.sun.identity.saml2.protocol.impl.AttributeQueryImpl
-
Constructor to create AttributeQuery Object.
- AttributeQueryUtil - Class in com.sun.identity.saml2.profile
-
This class provides methods to send or process AttributeQuery.
- attributeRemoved(ServletContextAttributeEvent) - Method in class com.sun.identity.wss.sts.STSContextListener
-
- attributeReplaced(ServletContextAttributeEvent) - Method in class com.sun.identity.wss.sts.STSContextListener
-
- Attributes - Class in com.sun.identity.entitlement.xacml3.core
-
Java class for AttributesType complex type.
- Attributes() - Constructor for class com.sun.identity.entitlement.xacml3.core.Attributes
-
- attributes - Variable in class com.sun.identity.entitlement.xacml3.core.Request
-
- attributes - Variable in class com.sun.identity.entitlement.xacml3.core.Result
-
- attributes - Variable in class com.sun.identity.idsvcs.AttributesRequest
-
- attributes - Variable in class com.sun.identity.idsvcs.IdentityDetails
-
- attributes(List, Token, boolean) - Method in interface com.sun.identity.idsvcs.IdentityServices
-
Retrieve user details (roles, attributes) for the subject.
- attributes(String[], Token, Boolean) - Method in interface com.sun.identity.idsvcs.IdentityServicesImpl
-
- attributes(String[], Token, Boolean) - Method in class com.sun.identity.idsvcs.opensso.IdentityServicesImpl
-
- attributes - Variable in class com.sun.identity.idsvcs.Read
-
- ATTRIBUTES - Static variable in class com.sun.identity.idsvcs.rest.IdentityServicesHandler.SecurityMethod
-
- ATTRIBUTES - Static variable in class com.sun.identity.idsvcs.rest.IdentityServicesHandler.SecurityParameter
-
- attributes - Variable in class com.sun.identity.idsvcs.UserDetails
-
- ATTRIBUTES - Static variable in class com.sun.identity.policy.plugins.UserSelfCheckCondition
-
- attributes - Variable in class com.sun.identity.saml2.protocol.impl.AttributeQueryImpl
-
- attributes - Variable in class com.sun.identity.sm.AbstractUpgradeHelper
-
- attributesAdded - Variable in class org.forgerock.openam.upgrade.ServiceSchemaUpgradeWrapper
-
- AttributeSchema - Class in com.sun.identity.sm
-
The class AttributeSchema provides methods to access the
schema of a configuration parameter.
- AttributeSchema(AttributeSchemaImpl, ServiceSchemaManager, ServiceSchema) - Constructor for class com.sun.identity.sm.AttributeSchema
-
Constructor used by ServiceSchema to instantiate
AttributeSchema objects.
- AttributeSchema(AttributeSchemaImpl, PluginSchema) - Constructor for class com.sun.identity.sm.AttributeSchema
-
- AttributeSchema.ListOrder - Enum in com.sun.identity.sm
-
This enum ListOrder defines the list orders of schema attributes and provides constants for these list
orders.
- AttributeSchema.Syntax - Class in com.sun.identity.sm
-
The class Syntax defines the syntax of the schema
attributes and provides static constants for these types.
- AttributeSchema.Type - Class in com.sun.identity.sm
-
The class Type defines the types of schema attributes and
provides static constants for these types.
- AttributeSchema.UIType - Class in com.sun.identity.sm
-
The class UIType defines the UI types of schema attributes
and provides static constants for these types.
- AttributeSchemaImpl - Class in com.sun.identity.sm
-
The class AttributeSchemaImpl provides methods to access the
schema of a configuration parameter.
- AttributeSchemaImpl(Node) - Constructor for class com.sun.identity.sm.AttributeSchemaImpl
-
Constructor used by ServiceSchema to instantiate AttributeSchema objects.
- attributeSchemaNoExist(String, String, String[]) - Method in class com.sun.identity.cli.schema.SchemaCommand
-
- attributesDeleted - Variable in class org.forgerock.openam.upgrade.ServiceSchemaUpgradeWrapper
-
- AttributeSelector - Class in com.sun.identity.entitlement.xacml3.core
-
Java class for AttributeSelectorType complex type.
- AttributeSelector() - Constructor for class com.sun.identity.entitlement.xacml3.core.AttributeSelector
-
- attributeSelector - Variable in class com.sun.identity.entitlement.xacml3.core.Match
-
- AttributeServiceElement - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for AttributeService element declaration.
- AttributeServiceElementImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AttributeServiceElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.AttributeServiceElementImpl
-
- AttributeServiceElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AttributeServiceEndpointElement - Interface in com.sun.identity.wsfederation.jaxb.wsfederation
-
Java content class for AttributeServiceEndpoint element declaration.
- AttributeServiceEndpointElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- AttributeServiceEndpointElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AttributeServiceEndpointElementImpl
-
- AttributeServiceEndpointElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- AttributeServiceSOAP - Class in com.sun.identity.saml2.servlet
-
This class AttributeServiceSOAP receives and processes
attribute query request using SOAP binding.
- AttributeServiceSOAP() - Constructor for class com.sun.identity.saml2.servlet.AttributeServiceSOAP
-
- AttributeServiceType - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for AttributeServiceType complex type.
- AttributeServiceTypeImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AttributeServiceTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.AttributeServiceTypeImpl
-
- AttributeServiceTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AttributeSet - Class in org.forgerock.openam.radius.common
-
Holder of the attribute instances in an instance of the
.Packet type which is the superclass of all radius
packet types.
- AttributeSet() - Constructor for class org.forgerock.openam.radius.common.AttributeSet
-
Constructor.
- attributesModified - Variable in class org.forgerock.openam.upgrade.ServiceSchemaUpgradeWrapper
-
- AttributesReference - Class in com.sun.identity.entitlement.xacml3.core
-
Java class for AttributesReferenceType complex type.
- AttributesReference() - Constructor for class com.sun.identity.entitlement.xacml3.core.AttributesReference
-
- attributesReference - Variable in class com.sun.identity.entitlement.xacml3.core.RequestReference
-
- AttributesRequest - Class in com.sun.identity.idsvcs
-
- AttributesRequest() - Constructor for class com.sun.identity.idsvcs.AttributesRequest
-
- AttributesRequest(String[], Token, Boolean) - Constructor for class com.sun.identity.idsvcs.AttributesRequest
-
- AttributesRequest_LiteralSerializer - Class in com.sun.identity.idsvcs
-
- AttributesRequest_LiteralSerializer(QName, String) - Constructor for class com.sun.identity.idsvcs.AttributesRequest_LiteralSerializer
-
- AttributesRequest_LiteralSerializer(QName, String, boolean) - Constructor for class com.sun.identity.idsvcs.AttributesRequest_LiteralSerializer
-
- AttributesResponse - Class in com.sun.identity.idsvcs
-
- AttributesResponse() - Constructor for class com.sun.identity.idsvcs.AttributesResponse
-
- AttributesResponse(UserDetails) - Constructor for class com.sun.identity.idsvcs.AttributesResponse
-
- AttributesResponse_LiteralSerializer - Class in com.sun.identity.idsvcs
-
- AttributesResponse_LiteralSerializer(QName, String) - Constructor for class com.sun.identity.idsvcs.AttributesResponse_LiteralSerializer
-
- AttributesResponse_LiteralSerializer(QName, String, boolean) - Constructor for class com.sun.identity.idsvcs.AttributesResponse_LiteralSerializer
-
- ATTRIBUTESTATEMENT - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
AttributeStatement
- AttributeStatement - Class in com.sun.identity.saml.assertion
-
The AttributeStatement element supplies a statement by the issuer
that the specified subject is associated with the specified attributes.
- AttributeStatement() - Constructor for class com.sun.identity.saml.assertion.AttributeStatement
-
Dafault constructor
- AttributeStatement(Element) - Constructor for class com.sun.identity.saml.assertion.AttributeStatement
-
Constructs an AttributStatement element from an existing
XML block
- AttributeStatement(Subject, List) - Constructor for class com.sun.identity.saml.assertion.AttributeStatement
-
Constructs an instance of AttributeStatement.
- AttributeStatement - Interface in com.sun.identity.saml2.assertion
-
The AttributeStatement element describes a statement by
the SAML authority asserting that the assertion subject is associated with
the specified attributes.
- AttributeStatementElement - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for AttributeStatement element declaration.
- AttributeStatementElementImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AttributeStatementElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AttributeStatementElementImpl
-
- AttributeStatementElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AttributeStatementImpl - Class in com.sun.identity.saml2.assertion.impl
-
This is a default implementation of AttributeStatement.
- AttributeStatementImpl() - Constructor for class com.sun.identity.saml2.assertion.impl.AttributeStatementImpl
-
Class constructor.
- AttributeStatementImpl(Element) - Constructor for class com.sun.identity.saml2.assertion.impl.AttributeStatementImpl
-
Class constructor with AttributeStatement in
Element format.
- AttributeStatementImpl(String) - Constructor for class com.sun.identity.saml2.assertion.impl.AttributeStatementImpl
-
Class constructor with AttributeStatement in xml string
format.
- AttributeStatementsProvider - Interface in org.forgerock.openam.sts.tokengeneration.saml2.statements
-
Defines the concerns of generating the AttributeStatement list to be included in the SAML2 assertion.
- AttributeStatementType - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for AttributeStatementType complex type.
- AttributeStatementTypeImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AttributeStatementTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AttributeStatementTypeImpl
-
- AttributeStatementTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AttributeStruct - Class in com.sun.identity.common
-
This class encapulates the information for mapping property
in configuration properties file to attribute in service.
- AttributeStruct(String) - Constructor for class com.sun.identity.common.AttributeStruct
-
Creates an instance of AttributeStruct.
- AttributeSubject - Class in com.sun.identity.entitlement
-
- AttributeSubject() - Constructor for class com.sun.identity.entitlement.AttributeSubject
-
Constructor
- AttributeSubject(String, String) - Constructor for class com.sun.identity.entitlement.AttributeSubject
-
Constructor
- AttributeType - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for AttributeType complex type.
- AttributeType - Interface in com.sun.identity.saml2.jaxb.entityconfig
-
Java content class for AttributeType complex type.
- AttributeType - Interface in com.sun.identity.wsfederation.jaxb.entityconfig
-
Java content class for AttributeType complex type.
- AttributeType - Enum in org.forgerock.openam.entitlement.rest.query
-
Supported attribute types for queries over policies.
- AttributeType - Enum in org.forgerock.openam.radius.common
-
Attribute types corresponding to attribute type codes defined in rfc 2865 and extension RFCs.
- ATTRIBUTETYPE_NOT_FOUND - Static variable in interface com.iplanet.ums.IUMSConstants
-
- AttributeTypeImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AttributeTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AttributeTypeImpl
-
- AttributeTypeImpl - Class in com.sun.identity.saml2.jaxb.entityconfig.impl
-
- AttributeTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeTypeImpl
-
- AttributeTypeImpl - Class in com.sun.identity.wsfederation.jaxb.entityconfig.impl
-
- AttributeTypeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.entityconfig.impl.AttributeTypeImpl
-
- AttributeTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AttributeTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.entityconfig.impl
-
- AttributeTypeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.entityconfig.impl
-
- AttributeUtils - Class in org.forgerock.openam.utils
-
A utility class to simplify dealing with attributes flagged as static or binary.
- attributeValue - Variable in class com.sun.identity.entitlement.xacml3.core.Attribute
-
- AttributeValue - Class in com.sun.identity.entitlement.xacml3.core
-
Java class for AttributeValueType complex type.
- AttributeValue() - Constructor for class com.sun.identity.entitlement.xacml3.core.AttributeValue
-
- attributeValue - Variable in class com.sun.identity.entitlement.xacml3.core.CombinerParameter
-
- attributeValue - Variable in class com.sun.identity.entitlement.xacml3.core.Match
-
- attributeValue - Variable in class com.sun.identity.entitlement.xacml3.core.MissingAttributeDetail
-
- AttributeValueAlreadyExistsException - Exception in com.iplanet.ums
-
Exception occurs when attribute value already exists in the LDAP schema.
- AttributeValueAlreadyExistsException() - Constructor for exception com.iplanet.ums.AttributeValueAlreadyExistsException
-
Default constructor
- AttributeValueAlreadyExistsException(String) - Constructor for exception com.iplanet.ums.AttributeValueAlreadyExistsException
-
Constructor with a message string
- AttributeValueAlreadyExistsException(String, Throwable) - Constructor for exception com.iplanet.ums.AttributeValueAlreadyExistsException
-
Constructor with message string and an embedded exception
- AttributeValueElement - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for AttributeValue element declaration.
- AttributeValueElementImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AttributeValueElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AttributeValueElementImpl
-
- AttributeValueElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- attributeValuePairToXMLString(String, Set) - Static method in class com.sun.identity.policy.PolicyUtils
-
Converts an attribute value pair into
its XML string representation.
- AttributeValues - Class in com.sun.identity.cli
-
This class provides utilities for process attribute values.
- attrs - Variable in class org.forgerock.openam.radius.common.Packet
-
The attribute instances held by this packet with ordering preserved.
- AttrSet - Class in com.iplanet.services.ldap
-
Represents a set of attributes
- AttrSet() - Constructor for class com.iplanet.services.ldap.AttrSet
-
No argument constructor
- AttrSet(Attr[]) - Constructor for class com.iplanet.services.ldap.AttrSet
-
Construct attribute set given an array of attributes.
- AttrSet(Attr) - Constructor for class com.iplanet.services.ldap.AttrSet
-
Construct attribute set given an attribute
- AttrSet(Collection<Attribute>) - Constructor for class com.iplanet.services.ldap.AttrSet
-
Construct AttrSet from LDAPAttributeSet
- attrSetToMap(AttrSet) - Static method in class com.iplanet.am.sdk.AMCommonUtils
-
Deprecated.
- attrSetToMap(AttrSet, boolean) - Static method in class com.iplanet.am.sdk.AMCommonUtils
-
Deprecated.
Method to convert a AttrSet object to Map.
- attrSetToMap(AttrSet) - Static method in class com.iplanet.am.sdk.common.MiscUtils
-
- attrSetToMap(AttrSet, boolean) - Static method in class com.iplanet.am.sdk.common.MiscUtils
-
Method to convert a AttrSet object to Map.
- attrStatements - Variable in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
- AUD - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.JWTTokenParams
-
- AUDIENCE - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Custom
-
- AUDIENCE_ELEMENT - Static variable in class com.sun.identity.saml2.assertion.impl.AudienceRestrictionImpl
-
- AUDIENCE_ELEMENT - Static variable in class com.sun.identity.saml2.assertion.impl.ProxyRestrictionImpl
-
- AUDIENCE_RESTRICTION - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- AUDIENCE_RESTRICTION_ELEMENT - Static variable in class com.sun.identity.saml2.assertion.impl.AudienceRestrictionImpl
-
- AUDIENCE_RESTRICTION_ELEMENT - Static variable in class com.sun.identity.saml2.assertion.impl.ConditionsImpl
-
- AudienceElement - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for Audience element declaration.
- AudienceElementImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AudienceElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AudienceElementImpl
-
- AudienceElementImpl(String) - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AudienceElementImpl
-
- AudienceElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AudienceRestriction - Interface in com.sun.identity.saml2.assertion
-
The AudienceRestriction specifies that the assertion
is addressed to one or more specific Audiences.
- AudienceRestrictionCondition - Class in com.sun.identity.saml.assertion
-
This is an implementation of the abstract Condition class, which
specifes that the assertion this AuthenticationCondition is part of, is
addressed to one or more specific audience.
- AudienceRestrictionCondition(Element) - Constructor for class com.sun.identity.saml.assertion.AudienceRestrictionCondition
-
Constructs an AudienceRestrictionCondition element from an
existing XML block.
- AudienceRestrictionCondition(List) - Constructor for class com.sun.identity.saml.assertion.AudienceRestrictionCondition
-
Constructs AudienceRestrictionCondition with a
List of audience for this condition, each of them
being a String.
- AudienceRestrictionElement - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for AudienceRestriction element declaration.
- AudienceRestrictionElementImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AudienceRestrictionElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AudienceRestrictionElementImpl
-
- AudienceRestrictionElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AudienceRestrictionImpl - Class in com.sun.identity.saml2.assertion.impl
-
The AudienceRestriction specifies that the assertion
is addressed to one or more specific Audiences.
- AudienceRestrictionImpl() - Constructor for class com.sun.identity.saml2.assertion.impl.AudienceRestrictionImpl
-
Default constructor
- AudienceRestrictionImpl(String) - Constructor for class com.sun.identity.saml2.assertion.impl.AudienceRestrictionImpl
-
This constructor is used to build AudienceRestriction
object from a XML string.
- AudienceRestrictionImpl(Element) - Constructor for class com.sun.identity.saml2.assertion.impl.AudienceRestrictionImpl
-
This constructor is used to build AudienceRestriction
object from a block of existing XML that has already been built
into a DOM.
- AudienceRestrictionType - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for AudienceRestrictionType complex type.
- AudienceRestrictionTypeImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AudienceRestrictionTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AudienceRestrictionTypeImpl
-
- AudienceRestrictionTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- audit() - Method in class com.iplanet.am.util.Cache
-
- audit() - Method in class com.sun.identity.entitlement.opensso.Cache
-
- Audit - Class in com.sun.identity.install.tools.util
-
- AUDIT_AM_ACCESS_ATTEMPT_ENABLED - Static variable in interface com.sun.identity.shared.Constants
-
Property that allows the AM_ACCESS_ATTEMPT event name to be audited.
- AUDIT_HISTORY_RESOURCE - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to API Descriptor translations
- AUDIT_REALM - Static variable in class org.forgerock.openam.upgrade.steps.policy.AbstractEntitlementUpgradeStep
-
- AUDIT_SERVICE - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to AuditService resource bundle location
- AUDIT_TRACKING_ID - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.CoreTokenParams
-
- AUDIT_UPGRADE_FAIL - Static variable in class org.forgerock.openam.upgrade.steps.policy.AbstractEntitlementUpgradeStep
-
- AUDIT_UPGRADE_SUCCESS - Static variable in class org.forgerock.openam.upgrade.steps.policy.AbstractEntitlementUpgradeStep
-
- AuditableHttpServletResponse - Class in org.forgerock.openam.audit.servlet
-
HttpServletResponse decorator used for capturing response status and message.
- AuditableHttpServletResponse(HttpServletResponse) - Constructor for class org.forgerock.openam.audit.servlet.AuditableHttpServletResponse
-
Constructs a new AuditableHttpServletResponse.
- auditAccessAttempt() - Method in class com.iplanet.services.comm.server.PLLAuditor
-
Publishes an audit event with details of the attempted CREST operation, if the 'access' topic is audited.
- auditAccessAttempt() - Method in class org.forgerock.openam.audit.servlet.Auditor
-
Creates an audit event that captures details of an attempted HTTP call.
- auditAccessAttempt() - Method in class org.forgerock.openam.saml2.audit.SAML2Auditor
-
- auditAccessAttempt() - Method in interface org.forgerock.openam.saml2.audit.SAML2EventLogger
-
Publishes an audit event with details of the attempted SAML2 operation, if the 'access' topic is audited.
- auditAccessDenied(String, String, String, SSOToken) - Method in class org.forgerock.openam.forgerockrest.utils.RestLog
-
Audits a failed REST request, indicating which resource was accessed using which method linked to the
SSOToken of the accessing user.
- auditAccessFailure(String) - Method in class com.iplanet.services.comm.server.PLLAuditor
-
Publishes an event with details of the failed CREST operation, if the 'access' topic is audited.
- auditAccessFailure(String, String) - Method in class com.iplanet.services.comm.server.PLLAuditor
-
Publishes an event with details of the failed CREST operation, if the 'access' topic is audited.
- auditAccessFailure() - Method in class org.forgerock.openam.audit.servlet.Auditor
-
Creates an audit event that captures details of an unsuccessfully completed HTTP call.
- auditAccessFailure(String, String) - Method in class org.forgerock.openam.saml2.audit.SAML2Auditor
-
- auditAccessFailure(String, String) - Method in interface org.forgerock.openam.saml2.audit.SAML2EventLogger
-
Publishes an event with details of the failed CREST operation, if the 'access' topic is audited.
- AuditAccessFilter - Class in org.forgerock.openam.sts.soap.audit
-
Servlet filter responsible for auditing access to the SOAP STS.
- AuditAccessFilter() - Constructor for class org.forgerock.openam.sts.soap.audit.AuditAccessFilter
-
- auditAccessGranted(String, String, String, SSOToken) - Method in class org.forgerock.openam.forgerockrest.utils.RestLog
-
Audits an attempted REST request, indicating which resource was accessed using which method linked to the
SSOToken of the accessing user.
- auditAccessMessage(String, String, SSOToken) - Method in class org.forgerock.openam.forgerockrest.utils.RestLog
-
Audits an attempted REST request, indicating which resource was accessed using which method linked to the
SSOToken of the accessing user.
- auditAccessOutcome() - Method in class org.forgerock.openam.audit.servlet.Auditor
-
Creates an audit event that captures details of the outcome from a HTTP call.
- AuditAccessServletFilter - Class in org.forgerock.openam.audit.servlet
-
Servlet filter responsible for auditing access to generic HTTP endpoints.
- AuditAccessServletFilter() - Constructor for class org.forgerock.openam.audit.servlet.AuditAccessServletFilter
-
- auditAccessSuccess() - Method in class com.iplanet.services.comm.server.PLLAuditor
-
Publishes an event with details of the successfully completed CREST operation, if the 'access' topic is audited.
- auditAccessSuccess() - Method in class org.forgerock.openam.audit.servlet.Auditor
-
Creates an audit event that captures details of a successfully completed HTTP call.
- auditAccessSuccess() - Method in class org.forgerock.openam.saml2.audit.SAML2Auditor
-
- auditAccessSuccess() - Method in interface org.forgerock.openam.saml2.audit.SAML2EventLogger
-
Publishes an event with details of the successfully completed SAML2 operation, if the 'access' topic is audited.
- auditActivity(SessionInfo, SessionEventType, long) - Method in class com.iplanet.dpro.session.service.SessionAuditor
-
- auditAs(AuditConstants.Component) - Method in class org.forgerock.openam.rest.Routers.ResourceRoute
-
Specifies the audit component to use when auditing requests to the endpoint.
- auditAs(AuditConstants.Component, Class<? extends Filter>) - Method in class org.forgerock.openam.rest.Routers.ResourceRoute
-
Specifies the audit component to use when auditing requests to the endpoint.
- auditAs(AuditConstants.Component) - Method in class org.forgerock.openam.rest.Routers.ServiceRoute
-
Specifies the audit component to use when auditing requests to the endpoint.
- auditAs(AuditConstants.Component, Class<? extends Filter>) - Method in class org.forgerock.openam.rest.Routers.ServiceRoute
-
Specifies the audit component to use when auditing requests to the endpoint.
- AuditConfigurationGuiceModule - Class in org.forgerock.openam.audit.configuration
-
Guice Module for configuring bindings for the OpenAM Audit Configuration classes.
- AuditConfigurationGuiceModule() - Constructor for class org.forgerock.openam.audit.configuration.AuditConfigurationGuiceModule
-
- AuditConstants - Class in org.forgerock.openam.audit
-
Collection of constants related to auditing.
- AuditConstants.AuthenticationFailureReason - Enum in org.forgerock.openam.audit
-
Predefined values for the entries in the authentication audit "entries/info/failureReason" field.
- AuditConstants.Component - Enum in org.forgerock.openam.audit
-
Predefined components for audit events.
- AuditConstants.ConfigOperation - Enum in org.forgerock.openam.audit
-
Predefined operations for configuration events.
- AuditConstants.EntriesInfoFieldKey - Enum in org.forgerock.openam.audit
-
Predefined keys for the entries in the authentication audit "entries/info" field.
- AuditConstants.EventName - Enum in org.forgerock.openam.audit
-
Predefined names for audit events.
- AuditConstants.TrackingIdKey - Enum in org.forgerock.openam.audit
-
Predefined tracking ID types.
- AuditContextFilter - Class in org.forgerock.openam.audit.context
-
Servlet filter for initializing thread local RequestContext when request handling begins
and discarding it when handling completes.
- AuditContextFilter() - Constructor for class org.forgerock.openam.audit.context.AuditContextFilter
-
- AuditContextFilter - Class in org.forgerock.openam.sts.soap.audit
-
Servlet filter for initializing thread local RequestContext when request handling begins
and discarding it when handling completes.
- AuditContextFilter() - Constructor for class org.forgerock.openam.sts.soap.audit.AuditContextFilter
-
- AuditCoreGuiceModule - Class in org.forgerock.openam.audit
-
Guice Module for configuring bindings for the OpenAM Audit Core classes.
- AuditCoreGuiceModule() - Constructor for class org.forgerock.openam.audit.AuditCoreGuiceModule
-
- auditCreate(Map<String, Object>) - Method in class org.forgerock.openam.auditors.ConfigAuditor
-
Publishes an event with details of the successfully completed configuration creation operation,
if the 'config' topic is audited.
- auditCreate(Map<String, Object>) - Method in class org.forgerock.openam.auditors.RepoAuditor
-
Publishes an event with details of the successfully completed configuration creation operation,
if the 'config' topic is audited.
- auditDelete() - Method in class org.forgerock.openam.auditors.ConfigAuditor
-
Publishes an event with details of the successfully completed configuration deletion operation,
if the 'config' topic is audited.
- auditDelete() - Method in class org.forgerock.openam.auditors.RepoAuditor
-
Publishes an event with details of the successfully completed configuration deletion operation,
if the 'config' topic is audited.
- AuditEndpointAuditFilter - Class in org.forgerock.openam.rest.fluent
-
This filter wrapper adds the audit context to the passed server context and delegates on the request.
- AuditEndpointAuditFilter(AuditFilter) - Constructor for class org.forgerock.openam.rest.fluent.AuditEndpointAuditFilter
-
Guiced constructor.
- AuditEventFactory - Class in org.forgerock.openam.audit
-
Factory for creation of AuditEvent builders.
- AuditEventFactory() - Constructor for class org.forgerock.openam.audit.AuditEventFactory
-
- AuditEventHandlerConfiguration - Class in org.forgerock.openam.audit.configuration
-
- AuditEventHandlerConfiguration.Builder - Class in org.forgerock.openam.audit.configuration
-
- AuditEventHandlerFactory - Interface in org.forgerock.openam.audit
-
A factory for creating an audit event handler.
- AuditEventPublisher - Interface in org.forgerock.openam.audit
-
Responsible for publishing locally created audit events to the AuditService.
- AuditEventPublisherImpl - Class in org.forgerock.openam.audit
-
Responsible for publishing locally created audit events to the AuditService.
- AuditEventPublisherImpl(AuditServiceProvider) - Constructor for class org.forgerock.openam.audit.AuditEventPublisherImpl
-
Constructs a new AuditEventPublisher.
- AuditFilter - Class in org.forgerock.openam.rest.fluent
-
Filter which will audit any requests that pass through it.
- AuditFilter(Debug, CrestAuditorFactory) - Constructor for class org.forgerock.openam.rest.fluent.AuditFilter
-
Guiced constructor.
- AuditFilterWrapper - Class in org.forgerock.openam.rest.fluent
-
This filter wrapper adds the audit context to the passed server context and delegates on the request.
- AuditFilterWrapper(Filter, AuditConstants.Component) - Constructor for class org.forgerock.openam.rest.fluent.AuditFilterWrapper
-
- auditForwardToLocalUserLogin() - Method in class org.forgerock.openam.saml2.audit.SAML2Auditor
-
- auditForwardToLocalUserLogin() - Method in interface org.forgerock.openam.saml2.audit.SAML2EventLogger
-
Audits a forward to local user Login Aciton
- auditForwardToProxy() - Method in class org.forgerock.openam.saml2.audit.SAML2Auditor
-
- auditForwardToProxy() - Method in interface org.forgerock.openam.saml2.audit.SAML2EventLogger
-
Audits a forward to proxy action.
- AuditHistory - Class in org.forgerock.openam.uma.rest
-
- AuditHistory(UmaAuditLogger) - Constructor for class org.forgerock.openam.uma.rest.AuditHistory
-
- AuditInfoContext - Class in org.forgerock.openam.rest.resource
-
Audit context allows for the component area to be passed through.
- AuditInfoContext(Context, AuditConstants.Component) - Constructor for class org.forgerock.openam.rest.resource.AuditInfoContext
-
- AuditLogFileNameTask - Class in com.sun.identity.install.tools.configurator
-
This task creates a unique name for the audit log file to be used by
the product instance being configured.
- AuditLogFileNameTask() - Constructor for class com.sun.identity.install.tools.configurator.AuditLogFileNameTask
-
- auditLoginFailure(LoginState) - Method in class com.sun.identity.authentication.audit.AuthenticationProcessEventAuditor
-
Log an authentication process failure event.
- auditLoginFailure(LoginState, AuditConstants.AuthenticationFailureReason) - Method in class com.sun.identity.authentication.audit.AuthenticationProcessEventAuditor
-
Log an authentication process failure event.
- auditLoginSuccess(LoginState) - Method in class com.sun.identity.authentication.audit.AuthenticationProcessEventAuditor
-
Log an authentication process successful completion event.
- auditLogout(SSOToken) - Method in class com.sun.identity.authentication.audit.AuthenticationProcessEventAuditor
-
Log a logout event.
- auditModify(Map<String, Object>, String[]) - Method in class org.forgerock.openam.auditors.ConfigAuditor
-
Publishes an event with details of the successfully completed configuration modification operation,
if the 'config' topic is audited.
- auditModify(Map<String, Object>) - Method in class org.forgerock.openam.auditors.RepoAuditor
-
Publishes an event with details of the successfully completed configuration modification operation,
if the 'config' topic is audited.
- auditModify(ModificationItem[]) - Method in class org.forgerock.openam.auditors.SMSAuditor
-
Audits modify operations, using the structure passed in to the SMS operation to establish the final state.
- auditModuleFailure(LoginState, Principal, AuthenticationAuditEntry) - Method in class com.sun.identity.authentication.audit.AuthenticationModuleEventAuditor
-
Log an authentication module failure completion event.
- auditModuleSuccess(LoginState, Principal, AuthenticationAuditEntry) - Method in class com.sun.identity.authentication.audit.AuthenticationModuleEventAuditor
-
Log an authentication module successful completion event.
- auditor - Variable in class com.sun.identity.authentication.spi.AMLoginModule
-
- Auditor - Class in org.forgerock.openam.audit.servlet
-
Creates access audit events from information collected from HTTP request and response objects.
- Auditor(TimeService, HttpServletRequest, AuditableHttpServletResponse, AuditConstants.Component) - Constructor for class org.forgerock.openam.audit.servlet.Auditor
-
Constructs a new Auditor instance.
- AuditorFactory - Interface in org.forgerock.openam.audit.servlet
-
Factory interface for Guice assisted injection of
Auditor.
- auditRemoveAttributes(String[]) - Method in class org.forgerock.openam.auditors.RepoAuditor
-
- AuditRequestContext - Class in org.forgerock.openam.audit.context
-
Thread-local context for Commons Audit state.
- AuditRequestContext(TransactionId) - Constructor for class org.forgerock.openam.audit.context.AuditRequestContext
-
Construct a new RequestContext.
- AuditRequestContext(TransactionId, Map<String, String>) - Constructor for class org.forgerock.openam.audit.context.AuditRequestContext
-
Construct a new RequestContext with a copy of the given properties.
- AuditRequestContextPropagatingCallable<T> - Class in org.forgerock.openam.audit.context
-
- AuditRequestContextPropagatingExecutorService - Class in org.forgerock.openam.audit.context
-
ExecutorService decorator that propagates
AuditRequestContext from
task publishing thread to task consuming thread.
- AuditRequestContextPropagatingExecutorService(ExecutorService) - Constructor for class org.forgerock.openam.audit.context.AuditRequestContextPropagatingExecutorService
-
Constructs a new AuditRequestContextPropagatingExecutorService.
- AuditRequestContextPropagatingExecutorServiceFactory - Class in org.forgerock.openam.audit.context
-
ExecutorServiceFactory decorator that ensures all ExecutorServices propagate
AuditRequestContext from task publishing thread to task consuming thread.
- AuditRequestContextPropagatingExecutorServiceFactory(ShutdownManager) - Constructor for class org.forgerock.openam.audit.context.AuditRequestContextPropagatingExecutorServiceFactory
-
Constructs a new AuditRequestContextPropagatingExecutorServiceFactory.
- AuditRequestContextPropagatingRunnable - Class in org.forgerock.openam.audit.context
-
- AuditRequestContextPropagatingRunnable(Runnable) - Constructor for class org.forgerock.openam.audit.context.AuditRequestContextPropagatingRunnable
-
Constructs a new AuditRequestContextPropagatingRunnable.
- AuditRequestContextPropagatingScheduledExecutorService - Class in org.forgerock.openam.audit.context
-
ExecutorService decorator that propagates
AuditRequestContext from task publishing thread to task
running thread.
- AuditRequestContextPropagatingScheduledExecutorService(ScheduledExecutorService) - Constructor for class org.forgerock.openam.audit.context.AuditRequestContextPropagatingScheduledExecutorService
-
Constructs a new AuditRequestContextPropagatingScheduledExecutorService.
- AuditRestRouteProvider - Class in org.forgerock.openam.audit.rest
-
- AuditRestRouteProvider() - Constructor for class org.forgerock.openam.audit.rest.AuditRestRouteProvider
-
- AuditServiceConfigurationListener - Interface in org.forgerock.openam.audit.configuration
-
Implementors of this interface will be notified of changes to the Audit service SMS configuration.
- AuditServiceConfigurationProvider - Interface in org.forgerock.openam.audit.configuration
-
Implementations of this interface are responsible for supplying the configuring for the audit service.
- AuditServiceConfigurationProviderImpl - Class in org.forgerock.openam.audit.configuration
-
Listens to Audit Logger configuration changes and notify the Audit Service.
- AuditServiceConfigurationProviderImpl() - Constructor for class org.forgerock.openam.audit.configuration.AuditServiceConfigurationProviderImpl
-
Construct an instance of AuditServiceConfigurationProviderImpl.
- AuditServiceProvider - Interface in org.forgerock.openam.audit
-
Responsible for creating and initializing instances of AuditService and its associated
ConnectionFactory.
- AuditServiceProviderImpl - Class in org.forgerock.openam.audit
-
Responsible for creating the AuditService on configuration change.
- AuditServiceProviderImpl(AuditServiceConfigurationProvider, ShutdownManager) - Constructor for class org.forgerock.openam.audit.AuditServiceProviderImpl
-
Create an instance of AuditServiceProviderImpl.
- auditSetActive(boolean) - Method in class org.forgerock.openam.auditors.RepoAuditor
-
- auditSetPassword() - Method in class org.forgerock.openam.auditors.RepoAuditor
-
- AuditSetupListener - Class in org.forgerock.openam.audit.configuration
-
This listener will be notified when setup is complete and then try to configure the audit service.
- AuditSetupListener() - Constructor for class org.forgerock.openam.audit.configuration.AuditSetupListener
-
- AuditTopicChoiceValues - Class in org.forgerock.openam.audit.configuration
-
Contains all the possible values for audit topics.
- AuditTopicChoiceValues() - Constructor for class org.forgerock.openam.audit.configuration.AuditTopicChoiceValues
-
- AuditTopicDefaultValues - Class in org.forgerock.openam.audit.configuration
-
Contains the default values for audit topics.
- AuditTopicDefaultValues() - Constructor for class org.forgerock.openam.audit.configuration.AuditTopicDefaultValues
-
- AuditUpgradeHelper - Class in org.forgerock.openam.upgrade.helpers
-
For Upgrade from 12.0.x to 13.0.0 we want to disable the new Audit Logging framework.
- AuditUpgradeHelper() - Constructor for class org.forgerock.openam.upgrade.helpers.AuditUpgradeHelper
-
The constructor for AuditUpgradeHelper is used to register the attributes which will be upgraded.
- AUTH_ACCESS_LOG_NAME - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
Log and debug file names
- AUTH_ACCOUNT_EXPIRED - Static variable in class com.sun.identity.authentication.service.AMAuthErrorCode
-
User account is expired
- AUTH_ACCOUNT_EXPIRED - Static variable in class com.sun.identity.authentication.service.LoginStatus
-
Account Expired
- AUTH_ACCOUNT_EXPIRED - Static variable in exception com.sun.identity.plugin.session.SessionException
-
- AUTH_ADMIN - Static variable in class com.iplanet.services.ldap.LDAPUser.Type
-
This user has root privilages.
- AUTH_ALIAS_ATTR - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
Auth attributes
- AUTH_ALLOWED_MODULES - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- AUTH_ANONYMOUS - Static variable in class com.iplanet.services.ldap.LDAPUser.Type
-
The user has anonyomous rights.
- AUTH_ATTR_PREFIX - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
Attributes
- AUTH_ATTR_PREFIX_FORGEROCK - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- AUTH_ATTR_PREFIX_NEW - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- AUTH_BASIC - Static variable in class com.iplanet.services.ldap.LDAPUser.Type
-
The user is authenticated with a rootdn and password.
- AUTH_BUNDLE_NAME - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
Resource bundle names
- AUTH_CHAIN - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Params
-
Parameter usage location: Specify the authentication chain to use.
- AUTH_COMPLETED - Static variable in class com.sun.identity.authentication.internal.AuthContext
-
This login status indicates that the user has been
successfully logged out.
- AUTH_COMPLETED - Static variable in class com.sun.identity.authentication.service.LoginStatus
-
Authentication completed - logout
- AUTH_CONFIG_ATTR - Static variable in interface com.sun.identity.cli.authentication.AuthOptions
-
Authentication configuration attribute name.
- AUTH_CONFIG_CRITERIA - Static variable in interface com.sun.identity.cli.authentication.AuthOptions
-
Authentication configuration criteria.
- AUTH_CONFIG_ENTRIES - Static variable in interface com.sun.identity.cli.authentication.AuthOptions
-
Authentication configuration entries.
- AUTH_CONFIG_MODULE_NAME - Static variable in interface com.sun.identity.cli.authentication.AuthOptions
-
Authentication configuration module name.
- AUTH_CONFIG_NAME - Static variable in interface com.sun.identity.cli.authentication.AuthOptions
-
Name of authentication configuration.
- AUTH_CONFIG_NAMES - Static variable in interface com.sun.identity.cli.authentication.AuthOptions
-
Set of authentication configuration names.
- AUTH_CONFIG_NOT_FOUND - Static variable in class com.sun.identity.authentication.service.AMAuthErrorCode
-
Any config not found for the auth module
- AUTH_CONFIG_OPTIONS - Static variable in interface com.sun.identity.cli.authentication.AuthOptions
-
Authentication configuration options.
- AUTH_CONFIG_POSITION - Static variable in interface com.sun.identity.cli.authentication.AuthOptions
-
Authentication configuration position/order.
- AUTH_CONTEXT_CLASS_REF - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- AUTH_CONTEXT_CLASS_REF_ATTR - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- AUTH_CONTEXT_DECL_REF - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- AUTH_CONTEXT_DECL_REF_ATTR - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- AUTH_CONTEXT_NAME - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
- AUTH_COOKIE_NAME - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
Auth Cookie Name
- AUTH_CORE_SERVICE - Static variable in interface com.sun.identity.cli.CLIConstants
-
Core authentication service name.
- AUTH_CTX_PREFIX - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for AuthnContext Class Reference namespace
- AUTH_DEFAULT_ROLE - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- AUTH_DIR - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- AUTH_ERROR - Static variable in class com.sun.identity.authentication.service.AMAuthErrorCode
-
Auth error happens
- AUTH_ERROR - Static variable in class com.sun.identity.authentication.service.LoginStatus
-
Authentication failure - error in service , module not setting token
- AUTH_ERROR_LOG_NAME - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- AUTH_ERROR_NOT_DEFINED - Static variable in exception com.sun.identity.plugin.session.SessionException
-
Error codes.
- AUTH_FAILED - Static variable in class com.sun.identity.authentication.internal.AuthContext
-
This login status indicates that the login process
has failed.
- AUTH_FAILED - Static variable in class com.sun.identity.authentication.service.LoginStatus
-
Authentication Failed
- AUTH_GRANT_ID - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.CoreTokenParams
-
- AUTH_HTTP_BASIC_SERVICE_NAME - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
HTTP Basic Authentication Service Name
- AUTH_ID - Static variable in class com.iplanet.services.ldap.DSConfigMgr
-
- AUTH_ID - Static variable in class org.forgerock.openam.core.rest.authn.RestAuthenticationConstants
-
Name in JSON response for auth ID
- AUTH_ID_HANDLE - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- AUTH_ID_TYPE_ATTR - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- AUTH_IN_PROGRESS - Static variable in class com.sun.identity.authentication.internal.AuthContext
-
This login status indicates that the login process
is in progress.
- AUTH_IN_PROGRESS - Static variable in class com.sun.identity.authentication.service.LoginStatus
-
Authentication not started
- AUTH_INDEX_TYPE_MODULE - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- AUTH_INSTANCE_NAME - Static variable in interface com.sun.identity.cli.authentication.AuthOptions
-
Name of authentication instance.
- AUTH_INSTANCE_NAMES - Static variable in interface com.sun.identity.cli.authentication.AuthOptions
-
Set of authentication instance names.
- AUTH_INSTANCE_TYPE - Static variable in interface com.sun.identity.cli.authentication.AuthOptions
-
Type of authentication instance.
- AUTH_INSTANT - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- AUTH_INSTANT - Static variable in interface com.sun.identity.plugin.session.SessionProvider
-
This constant string is used as a property name to indicate
the authentication instant.
- AUTH_INVALID_DOMAIN - Static variable in class com.sun.identity.authentication.service.AMAuthErrorCode
-
Domain name is invalid
- AUTH_INVALID_PASSWORD - Static variable in class com.sun.identity.authentication.service.AMAuthErrorCode
-
Password is invalid
- AUTH_INVALID_PCOOKIE - Static variable in class com.sun.identity.authentication.service.AMAuthErrorCode
-
Persistent cookie is invalid
- AUTH_LEVEL - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- AUTH_LEVEL - Static variable in interface com.sun.identity.plugin.session.SessionProvider
-
This constant string is used in the implementation and calling
of the first method for passing an authentication level in a map.
- AUTH_LEVEL - Static variable in interface com.sun.identity.policy.interfaces.Condition
-
Deprecated.
Key that is used to define the minimum authentication level
in an AuthLevelCondition or the maximum authentication
level in a LEAuthLevelCondition of a policy being
evaluated.
- AUTH_LEVEL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- AUTH_LEVEL - Static variable in class org.forgerock.openam.entitlement.conditions.environment.ConditionConstants
-
Key that is used to define the minimum authentication level in an AuthLevelCondition or the maximum
authentication level in a LEAuthLevelCondition of a policy being evaluated.
- AUTH_LEVEL_ADVICE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- AUTH_LEVEL_ATTR - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- AUTH_LEVEL_CONDITION_ADVICE - Static variable in interface com.sun.identity.policy.interfaces.Condition
-
Deprecated.
Key that is used identify the advice messages from
AuthLevelCondition.
- AUTH_LEVEL_CONDITION_ADVICE - Static variable in interface com.sun.identity.shared.Constants
-
Key that is used to identify the advice messages from
AuthLevelCondition.
- AUTH_LEVEL_CONDITION_ADVICE - Static variable in class org.forgerock.openam.entitlement.conditions.environment.ConditionConstants
-
Key that is used to identify the advice messages from AuthLevelCondition.
- AUTH_LEVEL_EXCLUDE_REQUIRED_REQUISITE - Static variable in interface com.sun.identity.shared.Constants
-
OPENAM-3959
set true, calculate auth level only with successful login module
and skip the rest of REQUIRED/REQUISITE in chain
- AUTH_LEVEL_KEY - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
authlevel parameter
- AUTH_LEVEL_NOT_INT_OR_SET - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- AUTH_LEVEL_NOT_INTEGER - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- AUTH_LEVEL_PARAM - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
Query param name for AuthLevel based authentication
- AUTH_LEVEL_ZERO - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- AUTH_LOCAL - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Local AuthType
- AUTH_LOCALE_ATTR - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
Auth Locale Attribute
- AUTH_LOGIN_FAILED - Static variable in class com.sun.identity.authentication.service.AMAuthErrorCode
-
Auth login failed - module failure
- AUTH_MAX_SESSION_REACHED - Static variable in class com.sun.identity.authentication.service.AMAuthErrorCode
-
Max sessions reached
- AUTH_METHOD - Static variable in interface com.sun.identity.plugin.session.SessionProvider
-
This constant string is used as a property name to indicate
the authentication method.
- AUTH_METHOD - Static variable in class com.sun.identity.wss.security.WSSConstants
-
- AUTH_METHOD_CERT - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Certificate authentication method.
- AUTH_METHOD_CERT_URI - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Certificate authentication method URI.
- AUTH_METHOD_HARDWARE_TOKEN_URI - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Hardware token authentication method uri.
- AUTH_METHOD_KERBEROS - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Kerberos authentication method.
- AUTH_METHOD_KERBEROS_URI - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Kerberos authentication method uri.
- AUTH_METHOD_PASSWORD_URI - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Password authentication method URI.
- AUTH_METHOD_URI_PREFIX - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Private authentication method prefix.
- AUTH_MODULE_DENIED - Static variable in class com.sun.identity.authentication.service.AMAuthErrorCode
-
Module denied
- AUTH_MODULE_NAME - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Attribute to be configured in SPSSOConfig for SAML2 authentication
module instance name.
- AUTH_MODULE_NOT_FOUND - Static variable in class com.sun.identity.authentication.service.AMAuthErrorCode
-
Module not found
- AUTH_MODULES - Static variable in class com.sun.identity.authentication.internal.LoginContext
-
- AUTH_MODULES - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.CoreTokenParams
-
- AUTH_NAMING_ATTR - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- AUTH_NOT_STARTED - Static variable in class com.sun.identity.authentication.internal.AuthContext
-
This login status indicates that the login process
has not started yet.
- AUTH_NOT_STARTED - Static variable in class com.sun.identity.authentication.service.LoginStatus
-
Authentication not started
- AUTH_ORG_INACTIVE - Static variable in class com.sun.identity.authentication.service.AMAuthErrorCode
-
Organization is inactive
- AUTH_ORG_MISMATCH - Static variable in class com.sun.identity.authentication.service.LoginStatus
-
Organization mismatch
- AUTH_PASSWD - Static variable in class com.iplanet.services.ldap.DSConfigMgr
-
- AUTH_PASSWORD - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
A SAML service attribute parameter that defines the password of the
partner which is used for Basic Authentication.
- AUTH_PROFILE_CREATE - Static variable in class com.sun.identity.authentication.service.AMAuthErrorCode
-
Profile cannot be created
- AUTH_PROFILE_ERROR - Static variable in class com.sun.identity.authentication.service.AMAuthErrorCode
-
profile not found
- AUTH_PROTOCOL_MISMATCH - Static variable in class com.sun.identity.saml.common.LogUtils
-
Constants for log message AUTH_PROTOCOL_MISMATCH.
- AUTH_PROXY - Static variable in class com.iplanet.services.ldap.LDAPUser.Type
-
The user has proxy rights.
- AUTH_RATE_MONITORING_INTERVAL - Static variable in interface com.sun.identity.shared.Constants
-
- AUTH_REBIND - Static variable in class com.iplanet.services.ldap.LDAPUser.Type
-
This user must be used only for rebind
- AUTH_REDIRECTION_ADVICE - Static variable in class com.sun.identity.policy.util.PolicyDecisionUtils
-
- AUTH_REMOTE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Remote AuthType
- AUTH_REQUEST_ID - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
AuthnRequest RequestID attribute
- AUTH_RESET - Static variable in class com.sun.identity.authentication.service.LoginStatus
-
Authentication is reset
- AUTH_RESOURCE_BUNDLE_NAME - Static variable in class org.forgerock.openam.authentication.modules.persistentcookie.PersistentCookieModuleWrapper
-
- AUTH_ROLE_ADVICE - Static variable in class com.sun.identity.policy.util.PolicyDecisionUtils
-
- AUTH_SCHEME - Static variable in interface com.sun.identity.policy.interfaces.Condition
-
Deprecated.
Key that is used to define the authentication scheme
in an AuthSchemeCondition of a policy.
- AUTH_SCHEME - Static variable in class org.forgerock.openam.entitlement.conditions.environment.ConditionConstants
-
Key that is used to define the authentication scheme in an AuthSchemeCondition of a policy.
- AUTH_SCHEME_CONDITION_ADVICE - Static variable in interface com.sun.identity.policy.interfaces.Condition
-
Deprecated.
Key that is used identify the advice messages from
AuthSchemeCondition
- AUTH_SCHEME_CONDITION_ADVICE - Static variable in interface com.sun.identity.shared.Constants
-
Key that is used to identify the advice messages from
AuthSchemeCondition.
- AUTH_SCHEME_CONDITION_ADVICE - Static variable in class org.forgerock.openam.entitlement.conditions.environment.ConditionConstants
-
Key that is used to identify the advice messages from AuthSchemeCondition.
- AUTH_SCHEME_NOT_FOUND - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- AUTH_SERVICE - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- AUTH_SERVICE_NAME - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
Authentication Service Name
- AUTH_SESSION_CREATE_ERROR - Static variable in class com.sun.identity.authentication.service.AMAuthErrorCode
-
Session creation error
- AUTH_STATELESS_SESSIONS - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- AUTH_SUBJECT - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Authentication Subject
- AUTH_SUCCESS - Static variable in class com.sun.identity.authentication.internal.AuthContext
-
This login status indicates that the login process
has succeeded.
- AUTH_SUCCESS - Static variable in class com.sun.identity.authentication.service.LoginStatus
-
Authentication in progress
- AUTH_TARGET_MAPPINGS - Static variable in class org.forgerock.openam.sts.config.user.AuthTargetMapping
-
- AUTH_TIME - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.CoreTokenParams
-
- AUTH_TIME - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.JWTTokenParams
-
- AUTH_TIMEOUT - Static variable in class com.sun.identity.authentication.service.AMAuthErrorCode
-
Login timed out
- AUTH_TOO_MANY_ATTEMPTS - Static variable in class com.sun.identity.authentication.service.AMAuthErrorCode
-
Too many auth attempts
- AUTH_TYPE - Static variable in class com.iplanet.services.ldap.DSConfigMgr
-
- AUTH_TYPE - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- AUTH_TYPE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Authentication Type (remote/local)
- AUTH_TYPE - Static variable in interface com.sun.identity.liberty.ws.interfaces.Authorizer
-
Key of a parameter Map which contains information useful for policy
evaluation.
- AUTH_TYPE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- AUTH_TYPE_ATTR - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- AUTH_TYPE_DENIED - Static variable in class com.sun.identity.authentication.service.AMAuthErrorCode
-
Authentication type denied
- AUTH_UID - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
A SAML service attribute parameter that defines the user id of the
partner which is used for Basic Authentication.
- AUTH_UNIQUE_COOKIE_DOMAIN - Static variable in interface com.sun.identity.shared.Constants
-
Property string for unique Cookie domain in Session/Cookie hijacking
mode.
- AUTH_UNIQUE_COOKIE_NAME - Static variable in interface com.sun.identity.shared.Constants
-
Property string for 'HostUrl' Cookie name in Session/Cookie hijacking
mode.
- AUTH_URL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
String to represent the authentication service url
- AUTH_USER_ADVICE - Static variable in class com.sun.identity.policy.util.PolicyDecisionUtils
-
- AUTH_USER_CONTAINER - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- AUTH_USER_ID - Static variable in class com.iplanet.services.ldap.DSConfigMgr
-
- AUTH_USER_INACTIVE - Static variable in class com.sun.identity.authentication.service.AMAuthErrorCode
-
User profile is inactive
- AUTH_USER_INACTIVE - Static variable in exception com.sun.identity.plugin.session.SessionException
-
- AUTH_USER_LOCKED - Static variable in class com.sun.identity.authentication.service.AMAuthErrorCode
-
User locked
- AUTH_USER_LOCKED - Static variable in exception com.sun.identity.plugin.session.SessionException
-
- AUTH_USER_LOCKED_IN_DS - Static variable in class com.sun.identity.authentication.service.AMAuthErrorCode
-
- AUTH_USER_NOT_FOUND - Static variable in class com.sun.identity.authentication.service.AMAuthErrorCode
-
User role not found
- AuthAuthenticatorOathHelper - Class in org.forgerock.openam.upgrade.helpers
-
This upgrade helper is used to add new default values to the Auth Authenticator OATH schema.
- AuthAuthenticatorOathHelper() - Constructor for class org.forgerock.openam.upgrade.helpers.AuthAuthenticatorOathHelper
-
Default Constructor
- AuthClient - Class in com.iplanet.services.cdm
-
- AuthClient() - Constructor for class com.iplanet.services.cdm.AuthClient
-
- AuthClientUtils - Class in com.sun.identity.authentication.client
-
- AuthClientUtils() - Constructor for class com.sun.identity.authentication.client.AuthClientUtils
-
- authComponentName - Variable in class com.sun.identity.authentication.internal.AuthContext
-
- AUTHCONFIG_ADMIN - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- AUTHCONFIG_ORG - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- AUTHCONFIG_ROLE - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- AUTHCONFIG_SERVICE_NAME - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
Auth Configuration Service Name
- AUTHCONFIG_USER - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- AuthConfigMonitor - Class in com.sun.identity.authentication.service
-
This class is converted from AuthenticatorManager
to monitor the authentication related configuration changes.
- AuthConfigMonitor(ServiceSchemaManager) - Constructor for class com.sun.identity.authentication.service.AuthConfigMonitor
-
- AuthConfigurationEntry - Class in com.sun.identity.authentication.config
-
Represents one Authentication Configuration Entry
- AuthConfigurationEntry(String, String, String) - Constructor for class com.sun.identity.authentication.config.AuthConfigurationEntry
-
Constructor.
- AuthConfigurationEntry(Node) - Constructor for class com.sun.identity.authentication.config.AuthConfigurationEntry
-
Constructor.
- authConfigurationEntryToXMLString(List) - Static method in class com.sun.identity.authentication.config.AMAuthConfigUtils
-
Converts a List of AuthConfigurationEntry to XML
representation according to following DTD.
- AuthContext - Class in com.sun.identity.authentication
-
The AuthContext provides the implementation for
authenticating users.
- AuthContext(String) - Constructor for class com.sun.identity.authentication.AuthContext
-
Constructs an instance of AuthContext for a given
organization name or sub organization name.
- AuthContext(String, URL) - Constructor for class com.sun.identity.authentication.AuthContext
-
Constructs an instance of AuthContext for a given
organization name, or sub organization name and the OpenAM server
URL.
- AuthContext(String, String) - Constructor for class com.sun.identity.authentication.AuthContext
-
Constructs an instance of AuthContext for a given
organization name, or sub organization name and a nick name
for the certificate to be used in SSL handshake if client authentication
is turn on in the server side.
- AuthContext(String, String, URL) - Constructor for class com.sun.identity.authentication.AuthContext
-
Constructs an instance of AuthContext for a given
organization name, or sub organization name, a nick name
for the certificate to be used in SSL handshake if client authentication
is enabled on the server side and the OpenAM URL.
- AuthContext(SSOToken) - Constructor for class com.sun.identity.authentication.AuthContext
-
Constructs an instance of AuthContext for a given
organization name, or sub organization name contained in the
single sign on token.
- AuthContext(SSOToken, boolean) - Constructor for class com.sun.identity.authentication.AuthContext
-
Constructs an instance of AuthContext for a given
organization name, or sub organization name contained in the
single sign on token.
- AuthContext - Class in com.sun.identity.authentication.internal
-
The AuthContext provides the implementation for authenticating users using
the JAAS technology.
- AuthContext() - Constructor for class com.sun.identity.authentication.internal.AuthContext
-
Constructor to get an instance of
AuthContext.
- AuthContext(Principal, char[]) - Constructor for class com.sun.identity.authentication.internal.AuthContext
-
Constructor to get an authenticated instance
of this class given the java.security.Principal the user
would like to be authenticated as, and the password for
the user.
- AuthContext(Principal, char[], String, int) - Constructor for class com.sun.identity.authentication.internal.AuthContext
-
- AuthContext(String, Principal, char[]) - Constructor for class com.sun.identity.authentication.internal.AuthContext
-
Constructor to get an instance of this class
given the organization name orgName the user would like to
access, the java.security.Principal
the user would like to
be authenticated as, and the password for the user.
- AuthContext(String, AuthSubject) - Constructor for class com.sun.identity.authentication.internal.AuthContext
-
Constructor to get an instance of this class given the organization name
orgName the user would like to access, and the principal's
subject the user would like to be authenticated as.
- AuthContext(String) - Constructor for class com.sun.identity.authentication.internal.AuthContext
-
Constructor to get an instance of this class
given the organization name orgName.
- authContext - Variable in class com.sun.identity.authentication.internal.AuthSSOToken
-
- AuthContext.IndexType - Class in com.sun.identity.authentication
-
The class IndexType defines the possible kinds of "objects"
or "resources" for which an authentication can be performed.
- AuthContext.Status - Class in com.sun.identity.authentication
-
The class Status defines the possible
authentication states during the login process.
- authContextCompType - Variable in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
- authContextHash - Static variable in class com.sun.identity.saml2.profile.SPCache
-
Hashtable saves AuthnContext class name and the authLevel.
- authContextHash - Static variable in class com.sun.identity.wsfederation.profile.SPCache
-
Hashtable saves AuthnContext class name and the authLevel.
- AuthContextLocal - Class in com.sun.identity.authentication.server
-
The AuthContextLocal provides the implementation for
authenticating users.
- AuthContextLocal(String) - Constructor for class com.sun.identity.authentication.server.AuthContextLocal
-
Creates AuthContextLocal instance is obtained for a given
organization name, or sub organization name.
- AuthContextLocalWrapper - Class in org.forgerock.openam.core.rest.authn.core.wrappers
-
A wrapper class around AuthContextLocal.
- AuthContextLocalWrapper(AuthContextLocal) - Constructor for class org.forgerock.openam.core.rest.authn.core.wrappers.AuthContextLocalWrapper
-
Constructs an instance of the AuthContextWrapper.
- authCtxObjHash - Static variable in class com.sun.identity.saml2.profile.SPCache
-
Hashtable saves AuthnContext Mapper object.
- authCtxObjHash - Static variable in class com.sun.identity.wsfederation.profile.SPCache
-
Hashtable saves AuthnContext Mapper object.
- AuthD - Class in com.sun.identity.authentication.service
-
This class is used to initialize the Authentication service and retrieve
the Global attributes for the Authentication service.
- authDebug - Static variable in class com.sun.identity.authentication.AuthContext
-
- authDebug - Static variable in class com.sun.identity.authentication.internal.AuthContext
-
- authDebug - Static variable in class com.sun.identity.authentication.server.AuthContextLocal
-
Hold the debug instance
- authDebugName - Static variable in class com.sun.identity.authentication.internal.AuthContext
-
- AUTHENITCATION_ATTRIBUTES - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2ProviderService
-
- authenticate(Callback[]) - Method in class com.iplanet.am.sdk.AMSDKRepo
-
- authenticate(String, String) - Method in class com.sun.identity.authentication.modules.radius.client.RadiusConn
-
Authenticates the username and password against the remote servers.
- authenticate(Callback[]) - Method in class com.sun.identity.idm.AMIdentityRepository
-
Non-javadoc, non-public methods Returns true if the data
store has successfully authenticated the identity with the provided
credentials.
- authenticate(IdType, Callback[]) - Method in class com.sun.identity.idm.AMIdentityRepository
-
Non-javadoc, non-public methods Returns true if the data
store has successfully authenticated the identity with the provided
credentials.
- authenticate(Callback[]) - Method in class com.sun.identity.idm.IdRepo
-
Returns true if the data store successfully authenticates
the identity with the provided credentials.
- authenticate(String, Callback[]) - Method in interface com.sun.identity.idm.IdServices
-
Returns true if the data store has successfully
authenticated the identity with the specific type and provided credentials.
- authenticate(String, Callback[], IdType) - Method in interface com.sun.identity.idm.IdServices
-
Returns true if the data store has successfully
authenticated the identity with the specific type and provided credentials.
- authenticate(Callback[]) - Method in class com.sun.identity.idm.plugins.database.DatabaseRepo
-
Returns true if the data store successfully authenticates
the identity with the provided credentials.
- authenticate(Callback[]) - Method in class com.sun.identity.idm.plugins.files.FilesRepo
-
- authenticate(Callback[]) - Method in class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- authenticate(Callback[]) - Method in class com.sun.identity.idm.plugins.internal.SpecialRepo
-
- authenticate(String, Callback[]) - Method in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
Returns true if the data store has successfully
authenticated the identity with the provided credentials.
- authenticate(String, Callback[], IdType) - Method in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
- authenticate(String, Callback[]) - Method in class com.sun.identity.idm.server.IdServicesImpl
-
- authenticate(String, Callback[], IdType) - Method in class com.sun.identity.idm.server.IdServicesImpl
-
- authenticate(Message, Subject, Map, HttpServletRequest) - Method in interface com.sun.identity.liberty.ws.soapbinding.WebServiceAuthenticator
-
Authenticates a web service using its certificates.
- authenticate(Subject, SecurityMechanism, SecurityToken, ProviderConfig, Object, boolean) - Method in class com.sun.identity.wss.security.handler.DefaultAuthenticator
-
Authenticates the web services client.
- authenticate(Subject, SecurityMechanism, SecurityToken, ProviderConfig, Object, boolean) - Method in interface com.sun.identity.wss.security.handler.MessageAuthenticator
-
Authenticates the web services client.
- authenticate(OAuth2Request, String) - Method in class org.forgerock.oauth2.core.ClientAuthenticator
-
Authenticates the client making the OAuth2 request by extracting the client's id and secret from the request
and authenticating against the OAuth2 providers client registrations.
- authenticate(OAuth2Request) - Method in class org.forgerock.oauth2.core.ResourceOwnerAuthenticator
-
Authenticates a resource owner by extracting the resource owner's credentials from the request and authenticating
against the OAuth2 provider's internal user store.
- authenticate(HttpServletResponse) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
- authenticate(Context, Request) - Method in class org.forgerock.openam.core.rest.authn.http.AuthenticationServiceV1
-
Handles both initial and subsequent RESTful calls from clients submitting Callbacks for the authentication
process to continue.
- authenticate(String, Callback[]) - Method in class org.forgerock.openam.idm.IdServicesDecorator
-
Returns true if the data store has successfully
authenticated the identity with the specific type and provided credentials.
- authenticate(String, Callback[], IdType) - Method in class org.forgerock.openam.idm.IdServicesDecorator
-
- authenticate(Callback[]) - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
Tries to bind as the user with the credentials passed in via callbacks.
- authenticate(HttpServletRequest, HttpServletResponse, SOAPMessage, String, String, char[]) - Method in class org.forgerock.openam.saml2.plugins.DefaultWsFedAuthenticator
-
- authenticate(HttpServletRequest, HttpServletResponse, SOAPMessage, String, String, char[]) - Method in interface org.forgerock.openam.saml2.plugins.WsFedAuthenticator
-
Authenticates the end-user for the incoming active WS-Federation request.
- authenticate() - Method in interface org.forgerock.openam.saml2.SAMLAuthenticator
-
Perform authentication tasks.
- authenticate() - Method in class org.forgerock.openam.saml2.UtilProxySAMLAuthenticator
-
- authenticate(Context, ActionRequest) - Method in class org.forgerock.openam.services.push.sns.SnsMessageResource
-
Forwards the provided message - so long as it has a messageId in the appropriate place - to the
messageDispatcher which is responsible for informing the appropriate receiver in OpenAM of the
data received in the message.
- authenticate(T, TokenTypeId) - Method in interface org.forgerock.openam.sts.token.validator.AuthenticationHandler
-
- authenticate(T, TokenTypeId) - Method in class org.forgerock.openam.sts.token.validator.AuthenticationHandlerImpl
-
- authenticate(Callback[]) - Method in class org.openidentityplatform.openam.cassandra.Repo
-
- AUTHENTICATE_ONLY - Static variable in class org.forgerock.openam.radius.common.packet.ServiceTypeAttribute
-
The Authenticate Only type.
- AUTHENTICATE_REQUESTER - Static variable in class com.sun.identity.liberty.ws.disco.Directive
-
DirectiveType AuthenticateRequester.
- AUTHENTICATE_SESSION_CONTEXT - Static variable in class com.sun.identity.liberty.ws.disco.Directive
-
DirectiveType AuthenticateSessionContext.
- AUTHENTICATE_TO_REALM - Static variable in interface com.sun.identity.policy.interfaces.Condition
-
Deprecated.
Key used in AuthenticateToRealmCondition to specify the
realm for which the user should authenticate for the policy to apply.
- AUTHENTICATE_TO_REALM - Static variable in class org.forgerock.openam.entitlement.conditions.environment.ConditionConstants
-
Key used in AuthenticateToRealmCondition to specify the realm for which the user should
authenticate for the policy to apply.
- AUTHENTICATE_TO_REALM_CONDITION_ADVICE - Static variable in interface com.sun.identity.policy.interfaces.Condition
-
Deprecated.
Key that is used identify the advice messages from
AuthenticateToRealmCondition
- AUTHENTICATE_TO_REALM_CONDITION_ADVICE - Static variable in class org.forgerock.openam.entitlement.conditions.environment.ConditionConstants
-
Key that is used to identify the advice messages from AuthenticateToRealmCondition.
- AUTHENTICATE_TO_SERVICE - Static variable in interface com.sun.identity.policy.interfaces.Condition
-
Deprecated.
Key that is used in AuthenticateToServiceCondition to
specify the authentication chain for which the user should authenticate
for the policy to apply.
- AUTHENTICATE_TO_SERVICE - Static variable in class org.forgerock.openam.entitlement.conditions.environment.ConditionConstants
-
Key that is used in AuthenticateToServiceCondition to specify the authentication chain for which
the user should authenticate for the policy to apply.
- AUTHENTICATE_TO_SERVICE_CONDITION_ADVICE - Static variable in interface com.sun.identity.policy.interfaces.Condition
-
Deprecated.
Key that is used identify the advice messages from
AuthenticateToServiceCondition
- AUTHENTICATE_TO_SERVICE_CONDITION_ADVICE - Static variable in class org.forgerock.openam.entitlement.conditions.environment.ConditionConstants
-
Key that is used to identify the advice messages from AuthenticateToServiceCondition.
- AUTHENTICATED_PRINCIPALS - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
Key for maintaining list of principals created during login process.
- AuthenticatedAgents - Class in com.sun.identity.policy.plugins
-
This subject applies to all users with valid SSOToken.
- AuthenticatedAgents() - Constructor for class com.sun.identity.policy.plugins.AuthenticatedAgents
-
- AuthenticatedAgents() - Method in class com.sun.identity.policy.plugins.AuthenticatedAgents
-
Default Constructor
- AuthenticatedCommand - Class in com.sun.identity.cli
-
This is the base class for all commands that require a user to be
authenticated in order to execute a command.
- AuthenticatedCommand() - Constructor for class com.sun.identity.cli.AuthenticatedCommand
-
- AuthenticatedSharedAgents - Class in com.sun.identity.policy.plugins
-
This subject applies to all users/agents with valid SSOToken.
- AuthenticatedSharedAgents() - Constructor for class com.sun.identity.policy.plugins.AuthenticatedSharedAgents
-
Default Constructor
- AuthenticatedSharedAgentsCondition - Class in com.sun.identity.policy.plugins
-
The class AuthenticatedSharedAgentsCondition checks
if the authenticated shared agent has the agent name it is trying to read.
- AuthenticatedSharedAgentsCondition() - Constructor for class com.sun.identity.policy.plugins.AuthenticatedSharedAgentsCondition
-
No argument constructor
- AuthenticatedUser() - Method in class com.sun.identity.policy.plugins.AuthenticatedUsers
-
Deprecated.
Default Constructor
- AuthenticatedUsers - Class in com.sun.identity.policy.plugins
-
- AuthenticatedUsers() - Constructor for class com.sun.identity.policy.plugins.AuthenticatedUsers
-
Deprecated.
- AuthenticatedUsers - Class in org.forgerock.openam.entitlement.conditions.subject
-
This subject applies to all users with valid SSOToken.
- AuthenticatedUsers() - Constructor for class org.forgerock.openam.entitlement.conditions.subject.AuthenticatedUsers
-
- authenticateRequester(HttpServletRequest, HttpServletResponse, AttributeQuery, String, String) - Method in interface com.sun.identity.saml2.plugins.AttributeAuthorityMapper
-
Checks if the attribute query requester is valid.
- authenticateRequester(HttpServletRequest, HttpServletResponse, AttributeQuery, String, String) - Method in class com.sun.identity.saml2.plugins.DefaultAttributeAuthorityMapper
-
Checks if the attribute query requester is valid.
- authenticateRequester(HttpServletRequest, HttpServletResponse, AttributeQuery, String, String) - Method in class com.sun.identity.saml2.plugins.X509SubjectAttributeAuthorityMapper
-
Checks if the attribute query requester is valid.
- authenticateRequesterURI(HttpServletRequest, HttpServletResponse, String, String, String) - Method in interface com.sun.identity.saml2.plugins.AssertionIDRequestMapper
-
Checks if the assertion requester using URI binding is valid.
- authenticateRequesterURI(HttpServletRequest, HttpServletResponse, String, String, String) - Method in class com.sun.identity.saml2.plugins.DefaultAssertionIDRequestMapper
-
Checks if the assertion requester using URI binding is valid.
- AuthenticateToRealmCondition - Class in com.sun.identity.policy.plugins
-
- AuthenticateToRealmCondition() - Constructor for class com.sun.identity.policy.plugins.AuthenticateToRealmCondition
-
Deprecated.
No argument constructor
- AuthenticateToRealmCondition - Class in org.forgerock.openam.entitlement.conditions.environment
-
An implementation of an
EntitlementCondition that will check whether the
principal has authenticated to the specified realm.
- AuthenticateToRealmCondition() - Constructor for class org.forgerock.openam.entitlement.conditions.environment.AuthenticateToRealmCondition
-
Constructs a new AuthenticateToRealmCondition instance.
- AuthenticateToServiceCondition - Class in com.sun.identity.policy.plugins
-
- AuthenticateToServiceCondition() - Constructor for class com.sun.identity.policy.plugins.AuthenticateToServiceCondition
-
Deprecated.
No argument constructor
- AuthenticateToServiceCondition - Class in org.forgerock.openam.entitlement.conditions.environment
-
An implementation of an
EntitlementCondition that will check whether the
principal has authenticated to the specified service.
- AuthenticateToServiceCondition() - Constructor for class org.forgerock.openam.entitlement.conditions.environment.AuthenticateToServiceCondition
-
Constructs a new AuthenticateToServiceCondition instance.
- authenticateUser(String, String) - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
Authenticates to the LDAP server using user input.
- authenticateWith(Filter) - Method in class org.forgerock.openam.rest.Routers.ResourceRoute
-
Specifies the authentication filter to be used to protected the endpoint.
- AuthenticatingAuthorityElement - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for AuthenticatingAuthority element declaration.
- AuthenticatingAuthorityElementImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AuthenticatingAuthorityElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AuthenticatingAuthorityElementImpl
-
- AuthenticatingAuthorityElementImpl(String) - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AuthenticatingAuthorityElementImpl
-
- AuthenticatingAuthorityElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AUTHENTICATION - Static variable in class com.sun.identity.saml.assertion.AuthorityBinding.AuthorityKindType
-
Authentication Query.
- AUTHENTICATION_ACCESS - Static variable in class com.sun.identity.log.LogConstants
-
- AUTHENTICATION_CHAINS_HANDLES_FUNCTION - Variable in class org.forgerock.openam.core.rest.sms.SmsServiceHandlerFunction
-
- AUTHENTICATION_ERROR - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- AUTHENTICATION_ERROR - Static variable in class com.sun.identity.log.LogConstants
-
- AUTHENTICATION_FAILED - Static variable in class com.sun.identity.wss.logging.LogUtil
-
- AUTHENTICATION_HANDLES_FUNCTION - Variable in class org.forgerock.openam.core.rest.sms.SmsServiceHandlerFunction
-
- AUTHENTICATION_INSTANT - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Authentication Instant
- AUTHENTICATION_METHOD - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Authentication Method
- AUTHENTICATION_MODULE_HANDLES_FUNCTION - Variable in class org.forgerock.openam.core.rest.sms.SmsServiceHandlerFunction
-
- AUTHENTICATION_QUERY - Static variable in class com.sun.identity.saml.protocol.Query
-
The Query is an Authentication Query.
- AUTHENTICATION_QUERY - Static variable in class com.sun.identity.saml.protocol.Request
-
The request is an Authentication Query.
- AUTHENTICATION_SERVER_SIDE_NAME - Static variable in class org.forgerock.openam.scripting.ScriptConstants
-
- AUTHENTICATION_SPECIAL_USERS - Static variable in interface com.sun.identity.shared.Constants
-
Property string for authentication super user.
- AUTHENTICATION_STATEMENT - Static variable in class com.sun.identity.saml.assertion.Statement
-
The Statement is an Authentication Statement.
- AUTHENTICATION_SUPER_USER - Static variable in interface com.sun.identity.shared.Constants
-
Property string for authentication super user.
- AUTHENTICATION_TOPIC - Static variable in class org.forgerock.openam.audit.AuditConstants
-
- AUTHENTICATION_URI - Static variable in class com.sun.identity.install.tools.util.RESTEndpoint
-
- AUTHENTICATION_URI_API_VERSION - Static variable in class com.sun.identity.install.tools.util.RESTEndpoint
-
- AuthenticationAccessAuditFilter - Class in org.forgerock.openam.core.rest.authn
-
Responsible for logging access audit events for authentication requests.
- AuthenticationAccessAuditFilter(AuthIdHelper, AuditEventPublisher, AuditEventFactory) - Constructor for class org.forgerock.openam.core.rest.authn.AuthenticationAccessAuditFilter
-
Create a new filter for the given component and restlet.
- AuthenticationAuditEntry - Class in org.forgerock.openam.audit.model
-
A class which represents an entries object in the Commons authentication schema (See Commons Audit Project
events.json).
- AuthenticationAuditEntry() - Constructor for class org.forgerock.openam.audit.model.AuthenticationAuditEntry
-
- AuthenticationCallbackXMLHelper - Interface in com.sun.identity.authentication.share
-
Defines the interface that allows Authentication service to implement the
XML processing of required Authentication Callback during Authentication
remote SDK execution.
- AuthenticationCallbackXMLHelperFactory - Class in com.sun.identity.authentication.share
-
A factory to access AuthenticationCallbackXMLHelper instance.
- authenticationChain - Variable in class com.sun.identity.wss.provider.ProviderConfig
-
- AuthenticationChainsFilter - Class in org.forgerock.openam.core.rest.sms
-
Authentication Chain endpoint filter which converts the
authChainConfiguration from a XML String into a JSON Array.
- AuthenticationChainsFilter() - Constructor for class org.forgerock.openam.core.rest.sms.AuthenticationChainsFilter
-
- AuthenticationContext - Interface in org.forgerock.openam.core.rest.authn.core
-
Interface for all Authentication Contexts.
- authenticationContextClassReference(String) - Method in class org.forgerock.openam.sts.service.invocation.OpenIdConnectTokenGenerationState.OpenIdConnectTokenGenerationStateBuilder
-
- authenticationContextClassReference(String) - Method in class org.forgerock.openam.sts.service.invocation.SAML2TokenGenerationState.SAML2TokenGenerationStateBuilder
-
- authenticationContextReferenceMapper(SoapOpenIdConnectTokenAuthnContextMapper) - Method in class org.forgerock.openam.sts.soap.token.provider.oidc.SoapOpenIdConnectTokenProvider.SoapOpenIdConnectTokenProviderBuilder
-
- AuthenticationEnforcer - Class in org.forgerock.openam.rest
-
A Filter implementation which can be configured to enforce whether
authentication is required to access the endpoint.
- AuthenticationEnforcer() - Constructor for class org.forgerock.openam.rest.AuthenticationEnforcer
-
- authenticationEvent(String) - Method in class org.forgerock.openam.audit.AuditEventFactory
-
Creates a new AMAuthenticationAuditEventBuilder for the specified realm and adds the realm to the
event.
- AuthenticationException - Exception in com.sun.identity.authentication.spi
-
AuthenticationException class is for handling Exception that
is thrown when the user-entered tokens cause the authentication module to
be authenticated to fail.
- AuthenticationException(String) - Constructor for exception com.sun.identity.authentication.spi.AuthenticationException
-
Creates AuthenticationException object with given message.
- AuthenticationException(String, String, Object[]) - Constructor for exception com.sun.identity.authentication.spi.AuthenticationException
-
Creates AuthenticationException with the message from
the given resource bundle, for a given error message key
errorCode and using arguments to the message.
- AuthenticationFailureCount - Variable in class com.sun.identity.monitoring.SsoServerAuthSvc
-
Variable for storing the value of "AuthenticationFailureCount".
- AuthenticationFailureRate - Variable in class com.sun.identity.monitoring.SsoServerAuthSvc
-
Variable for storing the value of "AuthenticationFailureRate".
- AuthenticationHandler<T> - Interface in org.forgerock.openam.sts.token.validator
-
Defines the authentication interface which is the foundation for all sts token authentication actions.
- AuthenticationHandlerImpl<T> - Class in org.forgerock.openam.sts.token.validator
-
- AuthenticationHandlerImpl(AuthenticationUrlProvider, TokenAuthenticationRequestDispatcher<T>, AMTokenParser, AuthTargetMapping, Logger) - Constructor for class org.forgerock.openam.sts.token.validator.AuthenticationHandlerImpl
-
- authenticationInitialized() - Method in class com.sun.identity.security.AdminTokenAction
-
Informs AdminTokenAction that Authentication has been initialized
This class will start using Authentication service to obtain
SSOToken for admin users
- AuthenticationMethod - Interface in org.forgerock.oauth2.core
-
Abstract interface for indicating that some authentication method should be used to perform authentication.
- authenticationMethodReferences(Set<String>) - Method in class org.forgerock.openam.sts.service.invocation.OpenIdConnectTokenGenerationState.OpenIdConnectTokenGenerationStateBuilder
-
- authenticationMethodsReferencesMapper(SoapOpenIdConnectTokenAuthnMethodsReferencesMapper) - Method in class org.forgerock.openam.sts.soap.token.provider.oidc.SoapOpenIdConnectTokenProvider.SoapOpenIdConnectTokenProviderBuilder
-
- AuthenticationModuleEventAuditor - Class in com.sun.identity.authentication.audit
-
This auditor is specifically aimed at constructing and logging authentication events for login modules.
- AuthenticationModuleEventAuditor(AuditEventPublisher, AuditEventFactory) - Constructor for class com.sun.identity.authentication.audit.AuthenticationModuleEventAuditor
-
- AuthenticationModuleRealmSmsHandler - Class in org.forgerock.openam.core.rest.sms
-
Collection handler for handling queries on the realm-config/authentication/modules resource.
- AuthenticationModuleRealmSmsHandler(Debug, SSOToken, AMResourceBundleCache, Locale) - Constructor for class org.forgerock.openam.core.rest.sms.AuthenticationModuleRealmSmsHandler
-
- AuthenticationPrincipalDataRetriever - Interface in com.sun.identity.authentication.service
-
Defines the interface that allows Authentication service to retrieve the
required data from Authentication Principal, to be populated
in successful user authentication session.
- AuthenticationPrincipalDataRetrieverFactory - Class in com.sun.identity.authentication.service
-
A factory to access AuthenticationPrincipalDataRetriever
instance.
- AuthenticationProcessEventAuditor - Class in com.sun.identity.authentication.audit
-
This auditor is specifically aimed at constructing and logging authentication events for the login process.
- AuthenticationProcessEventAuditor(AuditEventPublisher, AuditEventFactory) - Constructor for class com.sun.identity.authentication.audit.AuthenticationProcessEventAuditor
-
- AuthenticationQuery - Class in com.sun.identity.saml.protocol
-
This concrete class extends from the abstract base class
SubjectQuery.
- AuthenticationQuery() - Constructor for class com.sun.identity.saml.protocol.AuthenticationQuery
-
Default Constructor
- AuthenticationQuery(Element) - Constructor for class com.sun.identity.saml.protocol.AuthenticationQuery
-
This constructor is used to build an Authentication Query from a DOM
tree that was built from the XML string.
- AuthenticationQuery(Subject, String) - Constructor for class com.sun.identity.saml.protocol.AuthenticationQuery
-
Constructor.
- AuthenticationQuery(Subject) - Constructor for class com.sun.identity.saml.protocol.AuthenticationQuery
-
Constructor.
- AuthenticationServiceAttributeCache - Class in com.sun.identity.authentication.service
-
This class is a cache for Authentication Configuration Service.
- AuthenticationServiceNameProvider - Interface in com.sun.identity.sm
-
Allows the service management subsystem to identify the names of
authentication module services loaded by default.
- AuthenticationServiceNameProviderFactory - Class in com.sun.identity.sm
-
A factory to access AuthenticationServiceNameProvider instance
at runtime.
- AuthenticationServiceNameProviderFactory() - Constructor for class com.sun.identity.sm.AuthenticationServiceNameProviderFactory
-
- AuthenticationServiceNameProviderImpl - Class in com.sun.identity.sm
-
A concrete implementation of AuthenticationServiceNameProvider
that uses the
com.sun.identity.authentication.config.AMAuthenticationManager
to retrieve the names of authentication module services that are loaded by
default.
- AuthenticationServiceNameProviderImpl() - Constructor for class com.sun.identity.sm.AuthenticationServiceNameProviderImpl
-
- AuthenticationServiceV1 - Class in org.forgerock.openam.core.rest.authn.http
-
- AuthenticationServiceV1(RestAuthenticationHandler) - Constructor for class org.forgerock.openam.core.rest.authn.http.AuthenticationServiceV1
-
Constructs an instance of the AuthenticationRestService.
- AuthenticationServiceV2 - Class in org.forgerock.openam.core.rest.authn.http
-
- AuthenticationServiceV2(RestAuthenticationHandler) - Constructor for class org.forgerock.openam.core.rest.authn.http.AuthenticationServiceV2
-
Constructs an instance of the AuthenticationRestService.
- AuthenticationSessionStore - Class in com.iplanet.dpro.session.service
-
Stores sessions used for authentication which must not yet be written to the store.
- AuthenticationSessionStore(SessionAccessManager) - Constructor for class com.iplanet.dpro.session.service.AuthenticationSessionStore
-
- AUTHENTICATIONSTATEMENT - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
AuthenticationStatement
- AuthenticationStatement - Class in com.sun.identity.saml.assertion
-
The AuthenticationStatement element supplies a
statement by the issuer that its subject was authenticated by a
particular means at a particular time.
- AuthenticationStatement() - Constructor for class com.sun.identity.saml.assertion.AuthenticationStatement
-
Default constructor
- AuthenticationStatement(Element) - Constructor for class com.sun.identity.saml.assertion.AuthenticationStatement
-
Constructs an authentication statement element from an
existing XML block.
- AuthenticationStatement(String, Date, Subject) - Constructor for class com.sun.identity.saml.assertion.AuthenticationStatement
-
Constructs Authentication statement
- AuthenticationStatement(String, Date, Subject, SubjectLocality, List) - Constructor for class com.sun.identity.saml.assertion.AuthenticationStatement
-
Constructs AuthenticationStatement
- AUTHENTICATIONSTATEMENT_TYPE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Authentication Statement Type
- AuthenticationStatementsProvider - Interface in org.forgerock.openam.sts.tokengeneration.saml2.statements
-
Defines the concern of providing the AuthnStatement list to be included in the generated SAML2 assertion.
- AuthenticationSuccessCount - Variable in class com.sun.identity.monitoring.SsoServerAuthSvc
-
Variable for storing the value of "AuthenticationSuccessCount".
- AuthenticationSuccessRate - Variable in class com.sun.identity.monitoring.SsoServerAuthSvc
-
Variable for storing the value of "AuthenticationSuccessRate".
- authenticationTimeInSeconds(long) - Method in class org.forgerock.openam.sts.service.invocation.OpenIdConnectTokenGenerationState.OpenIdConnectTokenGenerationStateBuilder
-
- AuthenticationTokenElement - Interface in com.sun.identity.wsfederation.jaxb.wsfederation
-
Java content class for AuthenticationToken element declaration.
- AuthenticationTokenElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- AuthenticationTokenElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AuthenticationTokenElementImpl
-
- AuthenticationTokenElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- authenticationUrl(TokenTypeId) - Method in interface org.forgerock.openam.sts.token.validator.url.AuthenticationUrlProvider
-
Returns the String representing the URL against which the authentication invocation will be made.
- authenticationUrl(TokenTypeId) - Method in class org.forgerock.openam.sts.token.validator.url.AuthenticationUrlProviderImpl
-
- AuthenticationUrlProvider - Interface in org.forgerock.openam.sts.token.validator.url
-
This interface defines the means for the AuthenticationHandler to obtain the URI to pass to the
TokenAuthenticationRequestDispatcher.
- AuthenticationUrlProviderImpl - Class in org.forgerock.openam.sts.token.validator.url
-
- AuthenticationUrlProviderImpl(String, String, AuthTargetMapping, String, String, UrlConstituentCatenator) - Constructor for class org.forgerock.openam.sts.token.validator.url.AuthenticationUrlProviderImpl
-
- Authenticator - Interface in org.forgerock.openam.radius.common
-
Abstract superclass of all authenticator types.
- authenticator - Variable in class org.forgerock.openam.radius.common.Packet
-
The authenticator field of the packet.
- AUTHENTICATOR_CLASS - Static variable in class com.sun.identity.wsfederation.common.WSFederationConstants
-
Configuration attribute for Authenticator Class setting.
- AuthenticatorAppRegistrationURIBuilder - Class in org.forgerock.openam.authentication.modules.fr.oath
-
Provides functionality to generate URIs for registering OATH devices with an OATH authentication module.
- AuthenticatorAppRegistrationURIBuilder(AMIdentity, String, int, String) - Constructor for class org.forgerock.openam.authentication.modules.fr.oath.AuthenticatorAppRegistrationURIBuilder
-
Construct a builder which can be used to generate URIs for registering OATH devices with an OATH
authentication module.
- AuthenticatorDeviceServiceFactory<T extends DeviceService> - Class in org.forgerock.openam.core.rest.devices.services
-
Generic implementation of a service factory used to produce services for realms
which will cache the service and attach a config listener which will update on
config modifications.
- AuthenticatorDeviceServiceFactory(Debug, ServiceConfigManager, DeviceServiceFactory<T>) - Constructor for class org.forgerock.openam.core.rest.devices.services.AuthenticatorDeviceServiceFactory
-
Generates a new AuthenticatorDeviceServiceFactory, configuring a listener on the provided
ServiceConfigManager to listen to changes in its settings.
- AuthenticatorOATH - Class in org.forgerock.openam.authentication.modules.fr.oath
-
Implements the OATH specification.
- AuthenticatorOATH() - Constructor for class org.forgerock.openam.authentication.modules.fr.oath.AuthenticatorOATH
-
Standard constructor sets-up the debug logging module.
- AuthenticatorOathGuiceModule - Class in org.forgerock.openam.authentication.modules.fr.oath
-
Guice bindings for the OATH two-step verification module.
- AuthenticatorOathGuiceModule() - Constructor for class org.forgerock.openam.authentication.modules.fr.oath.AuthenticatorOathGuiceModule
-
- AuthenticatorOathService - Class in org.forgerock.openam.core.rest.devices.services.oath
-
Implementation of the OATH Service.
- AuthenticatorOathService(ServiceConfigManager, String) - Constructor for class org.forgerock.openam.core.rest.devices.services.oath.AuthenticatorOathService
-
Basic constructor for the AuthenticatorOathService.
- AuthenticatorOathServiceFactory - Class in org.forgerock.openam.core.rest.devices.services.oath
-
Produces AuthenticatorOathService's for a specific realm.
- AuthenticatorOathServiceFactory() - Constructor for class org.forgerock.openam.core.rest.devices.services.oath.AuthenticatorOathServiceFactory
-
- AuthenticatorPush - Class in org.forgerock.openam.authentication.modules.push
-
ForgeRock Authentication (Push) Authentication Module.
- AuthenticatorPush() - Constructor for class org.forgerock.openam.authentication.modules.push.AuthenticatorPush
-
- AuthenticatorPushPrincipal - Class in org.forgerock.openam.authentication.modules.push
-
AuthenticatorPush-specific principal representation.
- AuthenticatorPushPrincipal(String) - Constructor for class org.forgerock.openam.authentication.modules.push.AuthenticatorPushPrincipal
-
Public constructor that takes user name.
- AuthenticatorPushRegistration - Class in org.forgerock.openam.authentication.modules.push.registration
-
The Authenticator Push Registration Module is a registration module that does not authenticate a user but
allows a user already authenticated earlier in the chain to register their mobile device.
- AuthenticatorPushRegistration() - Constructor for class org.forgerock.openam.authentication.modules.push.registration.AuthenticatorPushRegistration
-
- AuthenticatorPushService - Class in org.forgerock.openam.core.rest.devices.services.push
-
Implementation of the Push Service.
- AuthenticatorPushService(ServiceConfigManager, String) - Constructor for class org.forgerock.openam.core.rest.devices.services.push.AuthenticatorPushService
-
Generates a new AuthenticatorPushStorage, used to encrypt and store device settings on a user's
profile under a config storage attribute provided by the service looked up on instance creation.
- AuthenticatorPushServiceFactory - Class in org.forgerock.openam.core.rest.devices.services.push
-
Produces AuthenticatorPushServices for a specific realm.
- AuthenticatorPushServiceFactory() - Constructor for class org.forgerock.openam.core.rest.devices.services.push.AuthenticatorPushServiceFactory
-
- AUTHENTICATORS - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- AuthErrorCodeException - Exception in com.sun.identity.authentication.spi
-
This exception associates a LoginException with an error code from AMAuthErrorCode,
which can later be used by AMLoginContext to handle the exception.
- AuthErrorCodeException(String, String, String) - Constructor for exception com.sun.identity.authentication.spi.AuthErrorCodeException
-
Constructs a new AuthErrorCodeException.
- AuthErrorCodeException(String, String, String, Object[]) - Constructor for exception com.sun.identity.authentication.spi.AuthErrorCodeException
-
Constructs a new AuthErrorCodeException.
- authEventCallback(int, Map) - Method in interface com.sun.identity.authentication.spi.AMAuthCallBack
-
Receives the event notifications when the user status changes during
the authentication process.
- AuthException - Exception in com.sun.identity.authentication.service
-
This class is the super-class for all auth related checked exceptions.
- AuthException(String, Object[]) - Constructor for exception com.sun.identity.authentication.service.AuthException
-
Constructor.
- AuthException(String) - Constructor for exception com.sun.identity.authentication.service.AuthException
-
Constructor.
- AuthException(Throwable) - Constructor for exception com.sun.identity.authentication.service.AuthException
-
Constructor.
- AuthI18n - Class in com.sun.identity.authentication.internal.util
-
- AuthI18n() - Constructor for class com.sun.identity.authentication.internal.util.AuthI18n
-
- authI18n - Static variable in class com.sun.identity.authentication.internal.util.AuthI18n
-
- AuthIdHelper - Class in org.forgerock.openam.core.rest.authn
-
Helper class to create and verify authentication JWTs.
- AuthIdHelper(CoreServicesWrapper, JwtBuilderFactory, SigningManager) - Constructor for class org.forgerock.openam.core.rest.authn.AuthIdHelper
-
Constructs an instance of the AuthIdHelper.
- AuthIndexType - Enum in org.forgerock.openam.core.rest.authn.core
-
Enum for AuthContext.IndexTypes.
- authKeyName - Static variable in class com.sun.identity.authentication.internal.AuthContext
-
- authLevel - Variable in class com.sun.identity.authentication.internal.server.AuthSPrincipal
-
- AuthLevel - Class in com.sun.identity.authentication.service
-
This class is representing authentication level for associated auth module.
- AuthLevel(AuthContext.IndexType, String, String, String, Locale) - Constructor for class com.sun.identity.authentication.service.AuthLevel
-
Class constructor
- authLevel - Variable in class com.sun.identity.rest.AuthSPrincipal
-
- AuthLevelCondition - Class in com.sun.identity.policy.plugins
-
- AuthLevelCondition() - Constructor for class com.sun.identity.policy.plugins.AuthLevelCondition
-
Deprecated.
No argument constructor
- AuthLevelCondition - Class in org.forgerock.openam.entitlement.conditions.environment
-
An implementation of an
EntitlementCondition that will check whether the
requested auth level is greater than or equal to the auth level set in the condition.
- AuthLevelCondition() - Constructor for class org.forgerock.openam.entitlement.conditions.environment.AuthLevelCondition
-
Constructs a new AuthLevelCondition instance.
- AuthLoginException - Exception in com.sun.identity.authentication.spi
-
This class is for handling message localization in LoginException.
- AuthLoginException(String, Throwable) - Constructor for exception com.sun.identity.authentication.spi.AuthLoginException
-
Constructs an exception with given message and the nested exception.
- AuthLoginException(Throwable) - Constructor for exception com.sun.identity.authentication.spi.AuthLoginException
-
Constructs an AuthLoginException with given
Throwable.
- AuthLoginException(String) - Constructor for exception com.sun.identity.authentication.spi.AuthLoginException
-
Constructs a new AuthLoginException with the given
message.
- AuthLoginException(String, String, Object[], Throwable) - Constructor for exception com.sun.identity.authentication.spi.AuthLoginException
-
Constructs an instance of AuthLoginException to pass the
localized error message At this level, the locale of the caller is not
known and it is not possible to throw localized error message at this
level.
- AuthLoginException(String, String, Object[]) - Constructor for exception com.sun.identity.authentication.spi.AuthLoginException
-
Constructs a new AuthLoginException without a nested
Throwable.
- AuthLoginModule - Class in org.forgerock.openam.authentication.modules.common
-
Sub types of this class represent the actual Authentication Logic for the Authentication Module.
- AuthLoginModule() - Constructor for class org.forgerock.openam.authentication.modules.common.AuthLoginModule
-
- AuthLoginThread - Class in com.sun.identity.authentication.internal
-
The class AuthLoginThread provides the needed synchronization
for JAAS's callback mechanism.
- AuthLoginThread(AuthContext) - Constructor for class com.sun.identity.authentication.internal.AuthLoginThread
-
Constructor for this class.
- authMethod - Variable in class com.sun.identity.authentication.internal.server.AuthSPrincipal
-
- authMethod - Variable in class com.sun.identity.rest.AuthSPrincipal
-
- authMethod - Variable in class com.sun.identity.saml.protocol.AuthenticationQuery
-
- AuthModuleFailureCount - Variable in class com.sun.identity.monitoring.SsoServerAuthModulesEntry
-
Variable for storing the value of "AuthModuleFailureCount".
- AuthModuleIndex - Variable in class com.sun.identity.monitoring.SsoServerAuthModulesEntry
-
Variable for storing the value of "AuthModuleIndex".
- AuthModuleName - Variable in class com.sun.identity.monitoring.SsoServerAuthModulesEntry
-
Variable for storing the value of "AuthModuleName".
- authModules(Map<String, String>) - Method in class com.sun.identity.monitoring.SSOServerRealmInfo.SSOServerRealmInfoBuilder
-
- AuthModuleSuccessCount - Variable in class com.sun.identity.monitoring.SsoServerAuthModulesEntry
-
Variable for storing the value of "AuthModuleSuccessCount".
- AuthModuleType - Variable in class com.sun.identity.monitoring.SsoServerAuthModulesEntry
-
Variable for storing the value of "AuthModuleType".
- AUTHN_AUTH_ROLE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Authentication Authority Role
- AUTHN_CONTEXT - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
AuthnContext
- AUTHN_CONTEXT - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- AUTHN_CONTEXT_CLASS_REF_PASSWORD_PROTECTED_TRANSPORT - Static variable in interface org.forgerock.openam.sts.rest.token.provider.saml.Saml2JsonTokenAuthnContextMapper
-
- AUTHN_CONTEXT_CLASS_REF_PREVIOUS_SESSION - Static variable in interface org.forgerock.openam.sts.rest.token.provider.saml.Saml2JsonTokenAuthnContextMapper
-
- AUTHN_CONTEXT_CLASS_REF_UNSPECIFIED - Static variable in interface org.forgerock.openam.sts.rest.token.provider.saml.Saml2JsonTokenAuthnContextMapper
-
- AUTHN_CONTEXT_CLASS_REF_X509 - Static variable in interface org.forgerock.openam.sts.rest.token.provider.saml.Saml2JsonTokenAuthnContextMapper
-
- AUTHN_CONTEXT_COMPARISON - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Authenticaion Context Comparison
- AUTHN_DIRECTIVE - Static variable in class com.sun.identity.liberty.ws.disco.common.DiscoConstants
-
Directive "AuthenticateRequester".
- AUTHN_FAILED - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- AUTHN_INDICATOR_PARAM - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Authentication indicator parameter
- AUTHN_INDICATOR_VALUE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Default value for Authentication indicator parameter
- AUTHN_QUERY - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for AuthnQuery
- AUTHN_QUERY - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- AUTHN_REQUEST - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Authentication Request
- AUTHN_REQUEST - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for AuthnRequest object
- AUTHN_REQUEST - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- AUTHN_REQUEST_ENVELOPE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Authentication Request Envelope
- AUTHN_REQUEST_PROCESSING_FAILED - Static variable in class com.sun.identity.federation.common.LogUtil
-
Authentication Request processing failed.
- AUTHN_RESPONSE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Authentication Response
- AUTHN_RESPONSE_ENVELOPE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Authentication Response Envelope
- AUTHN_STATEMENT - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- AUTHN_STMT - Static variable in class com.sun.identity.liberty.ws.disco.common.DiscoSDKUtils
-
Key for AuthenticationStatement.
- AuthnAuthorityConfigElement - Interface in com.sun.identity.saml2.jaxb.entityconfig
-
Java content class for AuthnAuthorityConfig element declaration.
- AuthnAuthorityConfigElementImpl - Class in com.sun.identity.saml2.jaxb.entityconfig.impl
-
- AuthnAuthorityConfigElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.entityconfig.impl.AuthnAuthorityConfigElementImpl
-
- AuthnAuthorityConfigElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.entityconfig.impl
-
- AuthnAuthorityDescriptorElement - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for AuthnAuthorityDescriptor element declaration.
- AuthnAuthorityDescriptorElementImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AuthnAuthorityDescriptorElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.AuthnAuthorityDescriptorElementImpl
-
- AuthnAuthorityDescriptorElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AuthnAuthorityDescriptorType - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for AuthnAuthorityDescriptorType complex type.
- AuthnAuthorityDescriptorTypeImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AuthnAuthorityDescriptorTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.AuthnAuthorityDescriptorTypeImpl
-
- AuthnAuthorityDescriptorTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AuthnContext - Class in com.sun.identity.federation.message.common
-
- AuthnContext() - Constructor for class com.sun.identity.federation.message.common.AuthnContext
-
Deprecated.
Default constructor
- AuthnContext(String, String) - Constructor for class com.sun.identity.federation.message.common.AuthnContext
-
Deprecated.
Constructor creates AuthnContext object.
- AuthnContext(Element) - Constructor for class com.sun.identity.federation.message.common.AuthnContext
-
Deprecated.
Constructor creates AuthnContext object
from the Document Element.
- AuthnContext - Interface in com.sun.identity.saml2.assertion
-
The AuthnContext element specifies the context of an
authentication event.
- authnContextCache - Static variable in class com.sun.identity.saml2.profile.IDPCache
-
Cache saves informate needed to determine the Authentication
Context of the incoming request from Service Provider.
- authnContextClassRef - Variable in class com.sun.identity.federation.message.common.AuthnContext
-
Deprecated.
- AuthnContextClassRefElement - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for AuthnContextClassRef element declaration.
- AuthnContextClassRefElementImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AuthnContextClassRefElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextClassRefElementImpl
-
- AuthnContextClassRefElementImpl(String) - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextClassRefElementImpl
-
- AuthnContextClassRefElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AuthnContextDeclElement - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for AuthnContextDecl element declaration.
- AuthnContextDeclElementImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AuthnContextDeclElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextDeclElementImpl
-
- AuthnContextDeclElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AuthnContextDeclRefElement - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for AuthnContextDeclRef element declaration.
- AuthnContextDeclRefElementImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AuthnContextDeclRefElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextDeclRefElementImpl
-
- AuthnContextDeclRefElementImpl(String) - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextDeclRefElementImpl
-
- AuthnContextDeclRefElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AuthnContextElement - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for AuthnContext element declaration.
- AuthnContextElementImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AuthnContextElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextElementImpl
-
- AuthnContextElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AuthnContextImpl - Class in com.sun.identity.saml2.assertion.impl
-
This is the default implementation of interface AuthnContext.
- AuthnContextImpl() - Constructor for class com.sun.identity.saml2.assertion.impl.AuthnContextImpl
-
Class constructor.
- AuthnContextImpl(Element) - Constructor for class com.sun.identity.saml2.assertion.impl.AuthnContextImpl
-
Class constructor with AuthnContext in Element
format.
- AuthnContextImpl(String) - Constructor for class com.sun.identity.saml2.assertion.impl.AuthnContextImpl
-
Class constructor with AuthnContext in xml string format.
- authnContextMapper(Saml2XmlTokenAuthnContextMapper) - Method in class org.forgerock.openam.sts.soap.token.provider.saml2.SoapSamlTokenProvider.SoapSamlTokenProviderBuilder
-
- authnContextStatementRef - Variable in class com.sun.identity.federation.message.common.AuthnContext
-
Deprecated.
- AuthnContextType - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for AuthnContextType complex type.
- AuthnContextTypeImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AuthnContextTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextTypeImpl
-
- AuthnContextTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AuthNFilter - Class in com.sun.identity.rest
-
- AuthNFilter() - Constructor for class com.sun.identity.rest.AuthNFilter
-
- AuthnQuery - Interface in com.sun.identity.saml2.protocol
-
This class represents the AuthnQueryType complex type.
- AuthnQueryDescriptorType - Interface in com.sun.identity.saml2.jaxb.metadataextquery
-
Java content class for AuthnQueryDescriptorType complex type.
- AuthnQueryDescriptorTypeImpl - Class in com.sun.identity.saml2.jaxb.metadataextquery.impl
-
- AuthnQueryDescriptorTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadataextquery.impl.AuthnQueryDescriptorTypeImpl
-
- AuthnQueryDescriptorTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadataextquery.impl
-
- AuthnQueryImpl - Class in com.sun.identity.saml2.protocol.impl
-
- AuthnQueryImpl() - Constructor for class com.sun.identity.saml2.protocol.impl.AuthnQueryImpl
-
Constructor to create AuthnQuery Object .
- AuthnQueryImpl(Element) - Constructor for class com.sun.identity.saml2.protocol.impl.AuthnQueryImpl
-
Constructor to create AuthnQuery Object.
- AuthnQueryImpl(String) - Constructor for class com.sun.identity.saml2.protocol.impl.AuthnQueryImpl
-
Constructor to create AuthnQuery Object.
- AuthnQueryServiceElement - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for AuthnQueryService element declaration.
- AuthnQueryServiceElementImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AuthnQueryServiceElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.AuthnQueryServiceElementImpl
-
- AuthnQueryServiceElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AuthnQueryServiceSOAP - Class in com.sun.identity.saml2.servlet
-
This class AuthnQueryServiceSOAP receives and processes
authentication query request using SOAP binding.
- AuthnQueryServiceSOAP() - Constructor for class com.sun.identity.saml2.servlet.AuthnQueryServiceSOAP
-
- AuthnQueryUtil - Class in com.sun.identity.saml2.profile
-
This class provides methods to send or process AuthnQuery.
- authnRequest - Variable in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
- authnRequest - Variable in class com.sun.identity.federation.services.fednsso.FSSSOAndFedHandler
-
- AUTHNREQUEST - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for AuthnRequest
- AuthnRequest - Interface in com.sun.identity.saml2.protocol
-
The AuthnRequest interface defines methods for properties
required by an authentication request.
- authnRequestCache - Static variable in class com.sun.identity.saml2.profile.IDPCache
-
Cache saves the authn request objects.
- authnRequestHash - Static variable in class com.sun.identity.saml2.profile.SPCache
-
Map saves the authentication request.
- AuthnRequestImpl - Class in com.sun.identity.saml2.protocol.impl
-
The AuthnRequestImpl implements the
AuthnRequest interface , defines methods for
properties required by a saml request.
- AuthnRequestImpl() - Constructor for class com.sun.identity.saml2.protocol.impl.AuthnRequestImpl
-
Constructor to create AuthnRequest Object .
- AuthnRequestImpl(Element) - Constructor for class com.sun.identity.saml2.protocol.impl.AuthnRequestImpl
-
Constructor to create AuthnRequest Object.
- AuthnRequestImpl(String) - Constructor for class com.sun.identity.saml2.protocol.impl.AuthnRequestImpl
-
Constructor to create AuthnRequest Object.
- AuthnRequestInfo - Class in com.sun.identity.saml2.profile
-
This class stores information about the request made to
the Service Provider.
- AuthnRequestInfo(HttpServletRequest, HttpServletResponse, String, String, String, AuthnRequest, String, Map) - Constructor for class com.sun.identity.saml2.profile.AuthnRequestInfo
-
Constructor creates the AuthnRequest Info for a request.
- AuthnRequestInfoCopy - Class in com.sun.identity.saml2.profile
-
This class represents a copy of a AuthnRequestInfo in the service provider and
is used when in SAML2 failover mode to track AuthnRequest's between multiple instances
of OpenAM.
- AuthnRequestInfoCopy() - Constructor for class com.sun.identity.saml2.profile.AuthnRequestInfoCopy
-
Default constructor for deserialization.
- AuthnRequestInfoCopy(AuthnRequestInfo) - Constructor for class com.sun.identity.saml2.profile.AuthnRequestInfoCopy
-
- AuthnRequestUtils - Class in org.forgerock.openam.rest
-
Responsible for performing common operations based on the SSOToken stored in the request headers.
- AuthnRequestUtils(Config<String>) - Constructor for class org.forgerock.openam.rest.AuthnRequestUtils
-
- authnResponse - Variable in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
- authnResponse - Variable in class com.sun.identity.federation.services.fednsso.FSBrowserPostConsumerHandler
-
- authnResponse - Variable in class com.sun.identity.federation.services.fednsso.FSLECPConsumerHandler
-
- authnResponse - Variable in class com.sun.identity.federation.services.fednsso.FSWMLPostConsumerHandler
-
- AuthnStatement - Interface in com.sun.identity.saml2.assertion
-
The AuthnStatement element describes a statement by the
SAML authority asserting that the assertion subject was authenticated
by a particular means at a particular time.
- AuthnStatementElement - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for AuthnStatement element declaration.
- AuthnStatementElementImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AuthnStatementElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementElementImpl
-
- AuthnStatementElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AuthnStatementImpl - Class in com.sun.identity.saml2.assertion.impl
-
This is the default implementation of interface AuthnStatement.
- AuthnStatementImpl() - Constructor for class com.sun.identity.saml2.assertion.impl.AuthnStatementImpl
-
Class constructor.
- AuthnStatementImpl(Element) - Constructor for class com.sun.identity.saml2.assertion.impl.AuthnStatementImpl
-
Class constructor with AuthnStatement in
Element format.
- AuthnStatementImpl(String) - Constructor for class com.sun.identity.saml2.assertion.impl.AuthnStatementImpl
-
Class constructor with AuthnStatement in xml string format.
- AuthnStatementType - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for AuthnStatementType complex type.
- AuthnStatementTypeImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AuthnStatementTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementTypeImpl
-
- AuthnStatementTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AuthnSvcClient - Class in com.sun.identity.liberty.ws.authnsvc
-
- AuthnSvcClient() - Constructor for class com.sun.identity.liberty.ws.authnsvc.AuthnSvcClient
-
Deprecated.
- AuthnSvcConstants - Class in com.sun.identity.liberty.ws.authnsvc
-
- AuthnSvcConstants() - Constructor for class com.sun.identity.liberty.ws.authnsvc.AuthnSvcConstants
-
- AuthnSvcException - Exception in com.sun.identity.liberty.ws.authnsvc
-
- AuthnSvcException(String) - Constructor for exception com.sun.identity.liberty.ws.authnsvc.AuthnSvcException
-
Deprecated.
Create an AuthnSvcException with a message.
- AuthnSvcException(Throwable) - Constructor for exception com.sun.identity.liberty.ws.authnsvc.AuthnSvcException
-
Deprecated.
Constructs with Throwable object.
- AuthnSvcException(String, String, Object[]) - Constructor for exception com.sun.identity.liberty.ws.authnsvc.AuthnSvcException
-
Deprecated.
Constructs a new AuthnSvcException without a nested
Throwable.
- AuthnSvcRequestHandlerImpl - Class in com.sun.identity.liberty.ws.authnsvc
-
The class AuthnSvcRequestHandlerImpl is used to process
SASL requests.
- AuthnSvcRequestHandlerImpl() - Constructor for class com.sun.identity.liberty.ws.authnsvc.AuthnSvcRequestHandlerImpl
-
Default constructor
- AuthnSvcService - Class in com.sun.identity.liberty.ws.authnsvc
-
The AuthnSvcService class stores the current values of all the
AttributeSchema defined in Authentication service schema.
- AuthnSvcUtils - Class in com.sun.identity.liberty.ws.authnsvc
-
The class AuthnSvcUtils provides some utils for Authentication
service related stuff.
- AuthnSvcUtils() - Constructor for class com.sun.identity.liberty.ws.authnsvc.AuthnSvcUtils
-
- AuthOptions - Interface in com.sun.identity.cli.authentication
-
- AUTHORITY_BINDING - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Authority Binding
- AuthorityBinding - Class in com.sun.identity.saml.assertion
-
The AuthorityBinding element may be used to indicate
to a replying party receiving an AuthenticationStatement that
a SAML authority may be available to provide additional information about
the subject of the statement.
- AuthorityBinding(Element) - Constructor for class com.sun.identity.saml.assertion.AuthorityBinding
-
Constructs an AuthorityBinding element from an existing XML
block.
- AuthorityBinding(int, String, String) - Constructor for class com.sun.identity.saml.assertion.AuthorityBinding
-
Constructs AuthorityBinding
- AuthorityBinding.AuthorityKindType - Class in com.sun.identity.saml.assertion
-
The AuthorityKindType is an inner class defining constants for
the representing the type of SAML protocol queries to which the authority
described by this element will respond.
- AuthorityKindType() - Constructor for class com.sun.identity.saml.assertion.AuthorityBinding.AuthorityKindType
-
- AUTHORIZATION - Static variable in class com.sun.identity.saml.assertion.AuthorityBinding.AuthorityKindType
-
Authorization Decision Query.
- AUTHORIZATION_CODE - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.TokenEndpoint
-
- AUTHORIZATION_CODE_LIFE_TIME - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2Client
-
- AUTHORIZATION_CODE_LIFETIME - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.AgentOAuth2ProviderService
-
- AUTHORIZATION_DECISION_QUERY - Static variable in class com.sun.identity.saml.protocol.Query
-
The Query is an Authorization Decision Query.
- AUTHORIZATION_DECISION_QUERY - Static variable in class com.sun.identity.saml.protocol.Request
-
The request is an Authorization Decision Query.
- AUTHORIZATION_DECISION_STATEMENT - Static variable in class com.sun.identity.saml.assertion.Statement
-
The Statement is an Authorization Decision Statement.
- AUTHORIZATION_REQUEST_ENDPOINT - Static variable in class org.forgerock.openam.uma.UmaConstants
-
- AuthorizationCode - Class in org.forgerock.oauth2.core
-
Models a OAuth2 Authorization Code.
- AuthorizationCode(JsonValue) - Constructor for class org.forgerock.oauth2.core.AuthorizationCode
-
Constructs a new AuthorizationCode backed with the data in the specified JsonValue.
- AuthorizationCode(String, String, String, String, Set<String>, String, long, String, String, String, String, String, String, String, String, String) - Constructor for class org.forgerock.oauth2.core.AuthorizationCode
-
Constructs a new AuthorizationCode.
- AuthorizationCodeGrantTypeHandler - Class in org.forgerock.oauth2.core
-
Implementation of the GrantTypeHandler for the OAuth2 Authorization Code grant.
- AuthorizationCodeGrantTypeHandler(List<AuthorizationCodeRequestValidator>, ClientAuthenticator, TokenStore, TokenInvalidator, OAuth2ProviderSettingsFactory, OAuth2UrisFactory, GrantTypeAccessTokenGenerator) - Constructor for class org.forgerock.oauth2.core.AuthorizationCodeGrantTypeHandler
-
Constructs a new AuthorizationCodeGrantTypeHandler.
- AuthorizationCodeRequestValidator - Interface in org.forgerock.oauth2.core
-
Request validator for the OAuth2 authorization code grant.
- AuthorizationCodeRequestValidatorImpl - Class in org.forgerock.oauth2.core
-
Implementation of the AuthorizationCodeRequestValidator for OAuth2 request validation.
- AuthorizationCodeRequestValidatorImpl(RedirectUriValidator) - Constructor for class org.forgerock.oauth2.core.AuthorizationCodeRequestValidatorImpl
-
Constructs a new AuthorizationCodeRequestValidatorImpl.
- AuthorizationCodeResponseTypeHandler - Class in org.forgerock.oauth2.core
-
Implementation of the ResponseTypeHandler for handling authorization code response types.
- AuthorizationCodeResponseTypeHandler(TokenStore) - Constructor for class org.forgerock.oauth2.core.AuthorizationCodeResponseTypeHandler
-
Constructs a new AuthorizationCodeResponseTypeHandler.
- AuthorizationDecisionQuery - Class in com.sun.identity.saml.protocol
-
This concrete class extends from the abstract base class
SubjectQuery.
- AuthorizationDecisionQuery() - Constructor for class com.sun.identity.saml.protocol.AuthorizationDecisionQuery
-
Default Constructor
- AuthorizationDecisionQuery(Element) - Constructor for class com.sun.identity.saml.protocol.AuthorizationDecisionQuery
-
This constructor is used to build an Authorization Decision Query from
a DOM tree that was built from the XML string.
- AuthorizationDecisionQuery(Subject, List, Evidence, String) - Constructor for class com.sun.identity.saml.protocol.AuthorizationDecisionQuery
-
Constructor
- AuthorizationDecisionQuery(Subject, List, String) - Constructor for class com.sun.identity.saml.protocol.AuthorizationDecisionQuery
-
Constructor
- AuthorizationDecisionStatement - Class in com.sun.identity.saml.assertion
-
The AuthorizationDecisionStatement element supplies a statement
by the issuer that the request for access by the specified subject to the
specified resource has resulted in the specified decision on the basis of
some optionally specified evidence.
- AuthorizationDecisionStatement() - Constructor for class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
-
Default constructor
- AuthorizationDecisionStatement(Element) - Constructor for class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
-
Constructs an AuthorizationStatement element from an
existing XML block.
- AuthorizationDecisionStatement(Subject, String, int, List, EvidenceBase) - Constructor for class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
-
Constructs an instance of AuthorizationDecisionStatement.
- AuthorizationDecisionStatement(Subject, String, int, List) - Constructor for class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
-
Constructs a AuthorizationDecisionStatement instance.
- AuthorizationDecisionStatementBase - Class in com.sun.identity.saml.assertion
-
The AuthorizationDecisionStatement element supplies a statement
by the issuer that the request for access by the specified subject to the
specified resource has resulted in the specified decision on the basis of
some optionally specified evidence.
- AuthorizationDecisionStatementBase() - Constructor for class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
-
Default constructor
- AuthorizationDecisionStatementBase(Element) - Constructor for class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
-
Constructs an AuthorizationStatement element from an
existing XML block.
- AuthorizationDecisionStatementBase(Subject, String, int, List, EvidenceBase) - Constructor for class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
-
Constructs an instance of AuthorizationDecisionStatement.
- AuthorizationDecisionStatementBase(Subject, String, int, List) - Constructor for class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
-
Constructs a AuthorizationDecisionStatement instance.
- AuthorizationDecisionStatementBase.DecisionType - Class in com.sun.identity.saml.assertion
-
The DecisionType is an inner class defining constants for the
type of Decisions than can be conveyed by an
AuthorizationDecisionStatement .
- AuthorizationDeclinedException - Exception in org.forgerock.oauth2.core.exceptions
-
An exception representing a declined authorization request from the user in a device code flow.
- AuthorizationDeclinedException() - Constructor for exception org.forgerock.oauth2.core.exceptions.AuthorizationDeclinedException
-
Constructs a new exception.
- AuthorizationEndpoint() - Constructor for class org.forgerock.openam.oauth2.OAuth2Constants.AuthorizationEndpoint
-
- AuthorizationPendingException - Exception in org.forgerock.oauth2.core.exceptions
-
An exception representing a pending authorization request in a device code flow.
- AuthorizationPendingException() - Constructor for exception org.forgerock.oauth2.core.exceptions.AuthorizationPendingException
-
Constructs a new exception.
- AuthorizationRequestEndpoint - Class in org.forgerock.openam.uma
-
- AuthorizationRequestEndpoint(UmaProviderSettingsFactory, TokenStore, OAuth2RequestFactory, OAuth2ProviderSettingsFactory, OAuth2UrisFactory, UmaAuditLogger, PendingRequestsService, Map<String, ClaimGatherer>, ExtensionFilterManager, UmaExceptionHandler, JacksonRepresentationFactory) - Constructor for class org.forgerock.openam.uma.AuthorizationRequestEndpoint
-
Constructs a new AuthorizationRequestEndpoint
- AuthorizationService - Class in org.forgerock.oauth2.core
-
Handles authorization requests from OAuth2 clients to the OAuth2 provider to grant authorization for a specific
client by a specific resource owner.
- AuthorizationService(List<AuthorizeRequestValidator>, ResourceOwnerSessionValidator, OAuth2ProviderSettingsFactory, ResourceOwnerConsentVerifier, ClientRegistrationStore, AuthorizationTokenIssuer, ClientAuthenticationFailureFactory, CsrfProtection) - Constructor for class org.forgerock.oauth2.core.AuthorizationService
-
Constructs a new AuthorizationServiceImpl.
- AuthorizationToken - Class in org.forgerock.oauth2.core
-
Models an authorization token that is returned from the OAuth2 authorize request.
- AuthorizationToken(Map<String, String>, boolean) - Constructor for class org.forgerock.oauth2.core.AuthorizationToken
-
Constructs a new AuthorizationToken.
- AuthorizationTokenIssuer - Class in org.forgerock.oauth2.core
-
Issues Authorization Tokens requested by OAuth2 authorize requests.
- AuthorizationTokenIssuer(OAuth2UrisFactory) - Constructor for class org.forgerock.oauth2.core.AuthorizationTokenIssuer
-
- authorize(Subject, Object, SecurityMechanism, SecurityToken, ProviderConfig, boolean) - Method in class com.sun.identity.wss.security.handler.DefaultAuthorizer
-
Authorizes the web services client.
- authorize(Subject, Object, SecurityMechanism, SecurityToken, ProviderConfig, boolean) - Method in interface com.sun.identity.wss.security.handler.MessageAuthorizer
-
Authorizes the web services client.
- authorize(OAuth2Request) - Method in class org.forgerock.oauth2.core.AuthorizationService
-
Handles an initial authorization request from a OAuth2 client, validates the request is valid and contains
the required parameters, checks the resource owner has authenticated and given their consent for the client to
be authorized before issuing an AuthorizationToken.
- authorize(OAuth2Request, boolean, boolean) - Method in class org.forgerock.oauth2.core.AuthorizationService
-
Handles an authorization request from a OAuth2 client, validates the request is valid and contains the required
parameters, checks the resource owner has authenticated and given their consent for the client to be authorized
before issuing an AuthorizationToken.
- authorize() - Method in class org.forgerock.oauth2.restlet.AuthorizeResource
-
Handles GET requests to the OAuth2 authorize endpoint.
- authorize(Representation) - Method in class org.forgerock.oauth2.restlet.AuthorizeResource
-
Handles POST requests to the OAuth2 authorize endpoint.
- authorize(Context) - Method in class org.forgerock.openam.core.rest.cts.CoreTokenResourceAuthzModule
-
Prevents access to
CoreTokenResource unless this
REST endpoint has been explicitly enabled.
- authorize(Context) - Method in class org.forgerock.openam.rest.authz.SSOTokenAuthzModule
-
- AUTHORIZE_REQUESTER - Static variable in class com.sun.identity.liberty.ws.disco.Directive
-
DirectiveType AuthorizeRequester.
- authorizeAction(Context, ActionRequest) - Method in class org.forgerock.openam.core.rest.session.AnyOfAuthzModule
-
- authorizeAction(Context, ActionRequest) - Method in class org.forgerock.openam.core.rest.session.SessionResourceAuthzModule
-
- authorizeAction(Context, ActionRequest) - Method in class org.forgerock.openam.core.rest.session.TokenOwnerAuthzModule
-
- authorizeAction(Context, ActionRequest) - Method in class org.forgerock.openam.rest.authz.CrestPrivilegeAuthzModule
-
- authorizeAction(Context, ActionRequest) - Method in class org.forgerock.openam.rest.authz.LoggingAuthzModule
-
- authorizeAction(Context, ActionRequest) - Method in class org.forgerock.openam.rest.authz.PrivilegeWriteAndAnyPrivilegeReadOnlyAuthzModule
-
- authorizeAction(Context, ActionRequest) - Method in class org.forgerock.openam.rest.authz.SSOTokenAuthzModule
-
- authorizeAction(Context, ActionRequest) - Method in class org.forgerock.openam.rest.authz.STSPublishServiceAuthzModule
-
- authorizeAction(Context, ActionRequest) - Method in class org.forgerock.openam.rest.authz.STSTokenGenerationServiceAuthzModule
-
- authorizeCreate(Context, CreateRequest) - Method in class org.forgerock.openam.core.rest.session.AnyOfAuthzModule
-
- authorizeCreate(Context, CreateRequest) - Method in class org.forgerock.openam.core.rest.session.TokenOwnerAuthzModule
-
- authorizeCreate(Context, CreateRequest) - Method in class org.forgerock.openam.rest.authz.CrestPrivilegeAuthzModule
-
- authorizeCreate(Context, CreateRequest) - Method in class org.forgerock.openam.rest.authz.LoggingAuthzModule
-
- authorizeCreate(Context, CreateRequest) - Method in class org.forgerock.openam.rest.authz.SSOTokenAuthzModule
-
- authorizeCreate(Context, CreateRequest) - Method in class org.forgerock.openam.rest.authz.STSPublishServiceAuthzModule
-
- authorizeCreate(Context, CreateRequest) - Method in class org.forgerock.openam.uma.rest.UmaPolicyResourceAuthzFilter
- authorizeDelete(Context, DeleteRequest) - Method in class org.forgerock.openam.core.rest.session.AnyOfAuthzModule
-
- authorizeDelete(Context, DeleteRequest) - Method in class org.forgerock.openam.core.rest.session.TokenOwnerAuthzModule
-
- authorizeDelete(Context, DeleteRequest) - Method in class org.forgerock.openam.rest.authz.CrestPrivilegeAuthzModule
-
- authorizeDelete(Context, DeleteRequest) - Method in class org.forgerock.openam.rest.authz.LoggingAuthzModule
-
- authorizeDelete(Context, DeleteRequest) - Method in class org.forgerock.openam.rest.authz.SSOTokenAuthzModule
-
- authorizeDelete(Context, DeleteRequest) - Method in class org.forgerock.openam.rest.authz.STSPublishServiceAuthzModule
-
- authorizedParty(String) - Method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig.OIDCIdTokenConfigBuilder
-
- AuthorizeEndpointFilter - Class in org.forgerock.oauth2.restlet
-
Provides validation for the OAuth2 authorize endpoint to ensure that the request is valid.
- AuthorizeEndpointFilter(Restlet, JacksonRepresentationFactory) - Constructor for class org.forgerock.oauth2.restlet.AuthorizeEndpointFilter
-
Constructs a new AuthorizeEndpointFilter.
- authorizePatch(Context, PatchRequest) - Method in class org.forgerock.openam.core.rest.session.AnyOfAuthzModule
-
- authorizePatch(Context, PatchRequest) - Method in class org.forgerock.openam.core.rest.session.TokenOwnerAuthzModule
-
- authorizePatch(Context, PatchRequest) - Method in class org.forgerock.openam.rest.authz.CrestPrivilegeAuthzModule
-
- authorizePatch(Context, PatchRequest) - Method in class org.forgerock.openam.rest.authz.LoggingAuthzModule
-
- authorizePatch(Context, PatchRequest) - Method in class org.forgerock.openam.rest.authz.SSOTokenAuthzModule
-
- authorizePatch(Context, PatchRequest) - Method in class org.forgerock.openam.rest.authz.STSPublishServiceAuthzModule
-
- authorizePatch(Context, PatchRequest) - Method in class org.forgerock.openam.rest.authz.STSTokenGenerationServiceAuthzModule
-
- authorizeQuery(Context, QueryRequest) - Method in class org.forgerock.openam.core.rest.session.AnyOfAuthzModule
-
- authorizeQuery(Context, QueryRequest) - Method in class org.forgerock.openam.core.rest.session.TokenOwnerAuthzModule
-
- authorizeQuery(Context, QueryRequest) - Method in class org.forgerock.openam.rest.authz.CrestPrivilegeAuthzModule
-
- authorizeQuery(Context, QueryRequest) - Method in class org.forgerock.openam.rest.authz.LoggingAuthzModule
-
- authorizeQuery(Context, QueryRequest) - Method in class org.forgerock.openam.rest.authz.PrivilegeWriteAndAnyPrivilegeReadOnlyAuthzModule
-
- authorizeQuery(Context, QueryRequest) - Method in class org.forgerock.openam.rest.authz.SSOTokenAuthzModule
-
- authorizeQuery(Context, QueryRequest) - Method in class org.forgerock.openam.rest.authz.STSPublishServiceAuthzModule
-
- Authorizer - Interface in com.sun.identity.liberty.ws.interfaces
-
This class Authorizer is an interface for identity service
to check authorization of a WSC.
- Authorizer - Class in com.sun.identity.log.spi
-
This class is used to verify the authorization of the
of the person who is trying to perform a log operation.
- Authorizer() - Constructor for class com.sun.identity.log.spi.Authorizer
-
- authorizeRead(Context, ReadRequest) - Method in class org.forgerock.openam.core.rest.session.AnyOfAuthzModule
-
- authorizeRead(Context, ReadRequest) - Method in class org.forgerock.openam.core.rest.session.SessionResourceAuthzModule
-
- authorizeRead(Context, ReadRequest) - Method in class org.forgerock.openam.core.rest.session.TokenOwnerAuthzModule
-
- authorizeRead(Context, ReadRequest) - Method in class org.forgerock.openam.rest.authz.CrestPrivilegeAuthzModule
-
- authorizeRead(Context, ReadRequest) - Method in class org.forgerock.openam.rest.authz.LoggingAuthzModule
-
- authorizeRead(Context, ReadRequest) - Method in class org.forgerock.openam.rest.authz.PrivilegeWriteAndAnyPrivilegeReadOnlyAuthzModule
-
- authorizeRead(Context, ReadRequest) - Method in class org.forgerock.openam.rest.authz.SSOTokenAuthzModule
-
- authorizeRead(Context, ReadRequest) - Method in class org.forgerock.openam.rest.authz.STSPublishServiceAuthzModule
-
- AuthorizeRequestHook - Interface in org.forgerock.oauth2.restlet
-
By implementing this interface the implementation can make changes to the
restlet response.
- AuthorizeRequestValidator - Interface in org.forgerock.oauth2.core
-
Request validator for the OAuth2 authorize endpoint.
- AuthorizeRequestValidatorImpl - Class in org.forgerock.oauth2.core
-
Implementation of the request validator for the OAuth2 authorize endpoint.
- AuthorizeRequestValidatorImpl(ClientRegistrationStore, RedirectUriValidator, OAuth2ProviderSettingsFactory, ResponseTypeValidator) - Constructor for class org.forgerock.oauth2.core.AuthorizeRequestValidatorImpl
-
Constructs a new AuthorizeRequestValidatorImpl instance.
- AuthorizeResource - Class in org.forgerock.oauth2.restlet
-
Handles requests to the OAuth2 authorize endpoint.
- AuthorizeResource(OAuth2RequestFactory, AuthorizationService, ExceptionHandler, OAuth2Representation, Set<AuthorizeRequestHook>, XUIState, Router, BaseURLProviderFactory, RedirectUriResolver, ResourceOwnerSessionValidator) - Constructor for class org.forgerock.oauth2.restlet.AuthorizeResource
-
Constructs a new AuthorizeResource.
- authorizeUpdate(Context, UpdateRequest) - Method in class org.forgerock.openam.core.rest.session.AnyOfAuthzModule
-
- authorizeUpdate(Context, UpdateRequest) - Method in class org.forgerock.openam.core.rest.session.TokenOwnerAuthzModule
-
- authorizeUpdate(Context, UpdateRequest) - Method in class org.forgerock.openam.rest.authz.CrestPrivilegeAuthzModule
-
- authorizeUpdate(Context, UpdateRequest) - Method in class org.forgerock.openam.rest.authz.LoggingAuthzModule
-
- authorizeUpdate(Context, UpdateRequest) - Method in class org.forgerock.openam.rest.authz.SSOTokenAuthzModule
-
- authorizeUpdate(Context, UpdateRequest) - Method in class org.forgerock.openam.rest.authz.STSPublishServiceAuthzModule
-
- authorizeUpdate(Context, UpdateRequest) - Method in class org.forgerock.openam.rest.authz.STSTokenGenerationServiceAuthzModule
-
- authorizeWith(Class<? extends CrestAuthorizationModule>...) - Method in class org.forgerock.openam.rest.Routers.ResourceRoute
-
Specifies the authorization modules to use when authorizing requests
to the endpoint.
- authorizeWith(Key<? extends CrestAuthorizationModule>...) - Method in class org.forgerock.openam.rest.Routers.ResourceRoute
-
Specifies the authorization modules to use when authorizing requests
to the endpoint.
- authorizeWith(Class<? extends Filter>) - Method in class org.forgerock.openam.rest.Routers.ServiceRoute
-
Add an authorization module to use when authorizing requests to the endpoint.
- authorizeWith(Class<? extends CrestAuthorizationModule>...) - Method in class org.forgerock.openam.rest.Routers.VersionedResourceRoute
-
Specifies the authorization modules to use when authorizing requests
to this version of the endpoint.
- AuthPrincipal - Class in com.sun.identity.authentication.internal
-
This class extends the AuthSPrincipal class.
- AuthPrincipal(String) - Constructor for class com.sun.identity.authentication.internal.AuthPrincipal
-
Create an AuthPrincipal with a user name.
- authRequestAccepted(AuthRequestAcceptedEvent) - Method in class org.forgerock.openam.radius.server.monitoring.RadiusServerEventRegistrar
-
Once an object of this class has registered with the eventBus (passed into the constructor) the
EventBus will call this method when any AuthRequestAcceptedEvent objects are posted.
- authRequestAccepted() - Method in class org.forgerock.openam.radius.server.monitoring.RadiusServerEventRegistrar
-
- authRequestAccepted() - Method in interface org.forgerock.openam.radius.server.monitoring.RadiusServerEventRegistrator
-
Notify the event Registrar that an auth request has been accepted.
- AuthRequestAcceptedEvent - Class in org.forgerock.openam.radius.server.events
-
Event submitted to the event bus when a radius request is accepted and an ACCESS-ACCEPT message has been returned to
the client.
- AuthRequestAcceptedEvent(RadiusRequest, RadiusResponse, RadiusRequestContext) - Constructor for class org.forgerock.openam.radius.server.events.AuthRequestAcceptedEvent
-
Constructor.
- AuthRequestChallengedEvent - Class in org.forgerock.openam.radius.server.events
-
Event submitted to the event bus when a radius request is accepted and an Access-Challenge message has been returned
to the client.
- AuthRequestChallengedEvent(RadiusRequest, RadiusResponse, RadiusRequestContext) - Constructor for class org.forgerock.openam.radius.server.events.AuthRequestChallengedEvent
-
Constructor.
- AuthRequestReceivedEvent - Class in org.forgerock.openam.radius.server.events
-
Event submitted to the event bus when a radius request has been parsed, understood and is an Access-Request message.
- AuthRequestReceivedEvent(RadiusRequest, RadiusResponse, RadiusRequestContext) - Constructor for class org.forgerock.openam.radius.server.events.AuthRequestReceivedEvent
-
Constructor.
- authRequestRejected(AuthRequestRejectedEvent) - Method in class org.forgerock.openam.radius.server.monitoring.RadiusServerEventRegistrar
-
Once an object of this class has registered with the eventBus (passed into the constructor) the
EventBus will call this method when any AuthRequestRejectedEvent objects are posted.
- authRequestRejected() - Method in class org.forgerock.openam.radius.server.monitoring.RadiusServerEventRegistrar
-
- authRequestRejected() - Method in interface org.forgerock.openam.radius.server.monitoring.RadiusServerEventRegistrator
-
Notify the event Registrar that an auth request has been rejected.
- AuthRequestRejectedEvent - Class in org.forgerock.openam.radius.server.events
-
Event submitted to the event bus when a radius request is accepted and an ACCESS-REJECT message has been returned to
the client.
- AuthRequestRejectedEvent(RadiusRequest, RadiusResponse, RadiusRequestContext) - Constructor for class org.forgerock.openam.radius.server.events.AuthRequestRejectedEvent
-
Constructor.
- AuthRoleCondition - Class in com.sun.identity.policy.plugins
-
- AuthRoleCondition() - Constructor for class com.sun.identity.policy.plugins.AuthRoleCondition
-
Deprecated.
No argument constructor
- AuthSchemeCondition - Class in com.sun.identity.policy.plugins
-
- AuthSchemeCondition() - Constructor for class com.sun.identity.policy.plugins.AuthSchemeCondition
-
Deprecated.
No argument constructor
- AuthSchemeCondition - Class in org.forgerock.openam.entitlement.conditions.environment
-
- AuthSchemeCondition() - Constructor for class org.forgerock.openam.entitlement.conditions.environment.AuthSchemeCondition
-
Constructs a new AuthSchemeCondition instance.
- AuthServiceConfigInfo - Class in com.sun.identity.policy.util
-
- authServiceEndpoint - Variable in class com.sun.identity.wss.provider.DiscoveryConfig
-
- AuthServiceHelper - Class in org.forgerock.openam.upgrade.helpers
-
Used to upgrade the iPlanetAMAuthService.
- AuthServiceHelper() - Constructor for class org.forgerock.openam.upgrade.helpers.AuthServiceHelper
-
- AuthServletContextListener - Class in com.sun.identity.authentication.service
-
The AuthServletContextListener class is used to reset the
JAAS configuration to the default container's configuration when OpenAM
web application is undeployed, or the web container is terminated.
- AuthServletContextListener() - Constructor for class com.sun.identity.authentication.service.AuthServletContextListener
-
- AuthSessionFactory - Class in org.forgerock.openam.authentication.service
-
Factory for creating and caching an Authentication Session which is used by the authentication framework.
- AuthSessionFactory(Debug, AuthenticationSessionStore, InternalSessionFactory, DsameAdminTokenProvider) - Constructor for class org.forgerock.openam.authentication.service.AuthSessionFactory
-
- AuthSPrincipal - Class in com.sun.identity.authentication.internal.server
-
This class implements the Principal interface that represents
a user.
- AuthSPrincipal(String) - Constructor for class com.sun.identity.authentication.internal.server.AuthSPrincipal
-
Create an AuthSPrincipal with a username.
- AuthSPrincipal - Class in com.sun.identity.rest
-
This class implements the Principal interface that represents
a user.
- AuthSPrincipal(String) - Constructor for class com.sun.identity.rest.AuthSPrincipal
-
Create an AuthSPrincipal with a username.
- AuthSSOProvider - Class in com.sun.identity.authentication.internal
-
- AuthSSOProvider() - Constructor for class com.sun.identity.authentication.internal.AuthSSOProvider
-
- AuthSSOToken - Class in com.sun.identity.authentication.internal
-
- AuthSSOToken(AuthContext) - Constructor for class com.sun.identity.authentication.internal.AuthSSOToken
-
- AuthSSOToken.AuthSSOTokenID - Class in com.sun.identity.authentication.internal
-
- AuthSSOTokenID(String) - Constructor for class com.sun.identity.authentication.internal.AuthSSOToken.AuthSSOTokenID
-
- AuthSubject - Class in com.sun.identity.authentication.internal
-
- AuthSubject() - Constructor for class com.sun.identity.authentication.internal.AuthSubject
-
- AuthTargetMapping - Class in org.forgerock.openam.sts.config.user
-
Each deployed STS instance will be configured with a mapping which specifies the rest authN authIndexType and authIndexValue
against which a particular token type will be validated.
- authTargetMapping(AuthTargetMapping) - Method in class org.forgerock.openam.sts.config.user.DeploymentConfig.DeploymentConfigBuilderBase
-
- AuthTargetMapping.AuthTarget - Class in org.forgerock.openam.sts.config.user
-
- AuthTargetMapping.AuthTargetMappingBuilder - Class in org.forgerock.openam.sts.config.user
-
- AuthTargetMappingBuilder() - Constructor for class org.forgerock.openam.sts.config.user.AuthTargetMapping.AuthTargetMappingBuilder
-
- authThread - Static variable in class com.sun.identity.authentication.service.AMLoginContext
-
AuthThreadManager associated with this AMLoginContext.
- AuthThreadManager - Class in com.sun.identity.authentication.service
-
AuthThreadManager sleeps for n milliseconds as set in
iplanet-am-auth-sleep-interval wakes up and checks for each thread
in the timeout Hash for timeout.
- AuthThreadManager() - Constructor for class com.sun.identity.authentication.service.AuthThreadManager
-
Creates AuthThreadManager object.
- authTime - Variable in class com.sun.identity.liberty.ws.security.LibSecurityTokenProvider
-
- authType - Variable in class com.sun.identity.liberty.ws.security.LibSecurityTokenProvider
-
- AUTHTYPE - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
A SAML service attribute parameter that defines the authentication type
used in SAML.
- AuthUtils - Class in com.sun.identity.authentication.service
-
- AuthUtilsWrapper - Class in org.forgerock.openam.authentication.service
-
Wrapper class around AuthUtils to facilitate testing.
- AuthUtilsWrapper() - Constructor for class org.forgerock.openam.authentication.service.AuthUtilsWrapper
-
- AuthViewBeanBase - Class in com.sun.identity.authentication.UI
-
This class is a default implementation of ViewBean auth UI.
- AuthViewBeanBase(String) - Constructor for class com.sun.identity.authentication.UI.AuthViewBeanBase
-
Creates AuthViewBeanBase object.
- AuthXMLHandler - Class in com.sun.identity.authentication.server
-
AuthXMLHandler class implements the RequestHandler.
- AuthXMLHandler() - Constructor for class com.sun.identity.authentication.server.AuthXMLHandler
-
Creates AuthXMLHandler object
- AuthXMLRequest - Class in com.sun.identity.authentication.server
-
The AuthXMLRequest represents the AuthRequest XML
document.
- AuthXMLRequest() - Constructor for class com.sun.identity.authentication.server.AuthXMLRequest
-
- AuthXMLRequestParser - Class in com.sun.identity.authentication.server
-
AuthXMLRequestParser parses the XML data received from the
client.
- AuthXMLRequestParser(String, HttpServletRequest) - Constructor for class com.sun.identity.authentication.server.AuthXMLRequestParser
-
Create AuthXMLRequestParser object
- AuthXMLResponse - Class in com.sun.identity.authentication.server
-
AuthXMLResponse constructs the response XML string to return
to the client.
- AuthXMLResponse(int) - Constructor for class com.sun.identity.authentication.server.AuthXMLResponse
-
Creates AuthXMLResponse object
- AuthXMLTags - Interface in com.sun.identity.authentication.share
-
- AuthXMLUtils - Class in com.sun.identity.authentication.share
-
- AuthXMLUtils() - Constructor for class com.sun.identity.authentication.share.AuthXMLUtils
-
- AUTHZ - Static variable in class com.sun.identity.log.LogConstants
-
Attribute defining the Authorization class used to see if a particular
user is authorized to perform a particular task.
- AUTHZ_ALLOW - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- AUTHZ_CODE_LIFETIME_NAME - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2ProviderService
-
- AUTHZ_DECISION_STATEMENT - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- AUTHZ_DENY - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- AUTHZ_DIRECTIVE - Static variable in class com.sun.identity.liberty.ws.disco.common.DiscoConstants
-
Directive "AuthorizeRequester".
- AuthzDecisionQueryDescriptorType - Interface in com.sun.identity.saml2.jaxb.metadataextquery
-
Java content class for AuthzDecisionQueryDescriptorType complex type.
- AuthzDecisionQueryDescriptorTypeImpl - Class in com.sun.identity.saml2.jaxb.metadataextquery.impl
-
- AuthzDecisionQueryDescriptorTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadataextquery.impl.AuthzDecisionQueryDescriptorTypeImpl
-
- AuthzDecisionQueryDescriptorTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadataextquery.impl
-
- AUTHZDECISIONSTATEMENT - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
AuthorizationDecisionStatement
- AuthzDecisionStatement - Interface in com.sun.identity.saml2.assertion
-
The AuthzDecisionStatement element describes a statement
by the SAML authority asserting that a request for access by the assertion
subject tot he specified resource has resulted in the specified authorization
decision on the basis of some optionally specified evidence.
- AuthzDecisionStatementElement - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for AuthzDecisionStatement element declaration.
- AuthzDecisionStatementElementImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AuthzDecisionStatementElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AuthzDecisionStatementElementImpl
-
- AuthzDecisionStatementElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AuthzDecisionStatementsProvider - Interface in org.forgerock.openam.sts.tokengeneration.saml2.statements
-
This interface defines the plug-in point for producing AuthzDecisionStatements.
- AuthzDecisionStatementType - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for AuthzDecisionStatementType complex type.
- AuthzDecisionStatementTypeImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AuthzDecisionStatementTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.AuthzDecisionStatementTypeImpl
-
- AuthzDecisionStatementTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- AuthZFilter - Class in com.sun.identity.rest
-
- AuthZFilter() - Constructor for class com.sun.identity.rest.AuthZFilter
-
- AuthzServiceElement - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for AuthzService element declaration.
- AuthzServiceElementImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AuthzServiceElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.AuthzServiceElementImpl
-
- AuthzServiceElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- AUTO - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Custom
-
- AUTO_FED_ATTR - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Auth Federation attribute
- AUTO_FED_ATTRIBUTE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Auto federation attribute.
- AUTO_FED_ENABLED - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Auto federation enable attribute.
- AUTO_FEDERATION_ATTRIBUTE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Auto-Federation Attribute
- AutoCCFormTag - Class in org.forgerock.openam.console.ui.taglib
-
- AutoCCFormTag() - Constructor for class org.forgerock.openam.console.ui.taglib.AutoCCFormTag
-
- AutoCCPasswordTag - Class in org.forgerock.openam.console.ui.taglib
-
- AutoCCPasswordTag() - Constructor for class org.forgerock.openam.console.ui.taglib.AutoCCPasswordTag
-
- AUTOCOMPLETE_ENABLED - Static variable in interface com.sun.identity.shared.Constants
-
Property to enable/disable autocomplete on password/form fields.
- autoFedSearchMap - Variable in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
- AutoFormTag - Class in org.forgerock.openam.console.ui.taglib
-
- AutoFormTag() - Constructor for class org.forgerock.openam.console.ui.taglib.AutoFormTag
-
- autogenUI(String) - Method in class com.sun.identity.cli.WebCLIHelper
-
- AutomaticPseudonymsElement - Interface in com.sun.identity.wsfederation.jaxb.wsfederation
-
Java content class for AutomaticPseudonyms element declaration.
- AutomaticPseudonymsElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- AutomaticPseudonymsElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AutomaticPseudonymsElementImpl
-
- AutomaticPseudonymsElementImpl(boolean) - Constructor for class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AutomaticPseudonymsElementImpl
-
- AutomaticPseudonymsElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- AutoStopFileSizeRecord(Record) - Constructor for class org.forgerock.openam.core.rest.record.DefaultDebugRecorder.AutoStopFileSizeRecord
-
- AUXILIARY - Static variable in class com.iplanet.ums.SchemaManager
-
Auxiliary object class type
- AverageCTSDestroyTime - Variable in class org.forgerock.openam.monitoring.session.CtsSessions
-
Variable for storing the value of "AverageCTSDestroyTime".
- AverageCTSLogoutTime - Variable in class org.forgerock.openam.monitoring.session.CtsSessions
-
Variable for storing the value of "AverageCTSLogoutTime".
- AverageCTSRefreshTime - Variable in class org.forgerock.openam.monitoring.session.CtsSessions
-
Variable for storing the value of "AverageCTSRefreshTime".
- AverageCTSSetPropertyTime - Variable in class org.forgerock.openam.monitoring.session.CtsSessions
-
Variable for storing the value of "AverageCTSSetPropertyTime".
- AverageDuration - Variable in class org.forgerock.openam.monitoring.cts.CtsTokenOperationsEntry
-
Variable for storing the value of "AverageDuration".
- AverageInternalDestroyTime - Variable in class org.forgerock.openam.monitoring.session.InternalSessions
-
Variable for storing the value of "AverageInternalDestroyTime".
- AverageInternalLogoutTime - Variable in class org.forgerock.openam.monitoring.session.InternalSessions
-
Variable for storing the value of "AverageInternalLogoutTime".
- AverageInternalRefreshTime - Variable in class org.forgerock.openam.monitoring.session.InternalSessions
-
Variable for storing the value of "AverageInternalRefreshTime".
- AverageInternalSetPropertyTime - Variable in class org.forgerock.openam.monitoring.session.InternalSessions
-
Variable for storing the value of "AverageInternalSetPropertyTime".
- AverageRemoteDestroyTime - Variable in class org.forgerock.openam.monitoring.session.RemoteSessions
-
Variable for storing the value of "AverageRemoteDestroyTime".
- AverageRemoteLogoutTime - Variable in class org.forgerock.openam.monitoring.session.RemoteSessions
-
Variable for storing the value of "AverageRemoteLogoutTime".
- AverageRemoteRefreshTime - Variable in class org.forgerock.openam.monitoring.session.RemoteSessions
-
Variable for storing the value of "AverageRemoteRefreshTime".
- AverageRemoteSetPropertyTime - Variable in class org.forgerock.openam.monitoring.session.RemoteSessions
-
Variable for storing the value of "AverageRemoteSetPropertyTime".
- AverageStatelessDestroyTime - Variable in class org.forgerock.openam.monitoring.session.StatelessSessions
-
Variable for storing the value of "AverageStatelessDestroyTime".
- AverageStatelessLogoutTime - Variable in class org.forgerock.openam.monitoring.session.StatelessSessions
-
Variable for storing the value of "AverageStatelessLogoutTime".
- AverageStatelessRefreshTime - Variable in class org.forgerock.openam.monitoring.session.StatelessSessions
-
Variable for storing the value of "AverageStatelessRefreshTime".
- AverageStatelessSetPropertyTime - Variable in class org.forgerock.openam.monitoring.session.StatelessSessions
-
Variable for storing the value of "AverageStatelessSetPropertyTime".
- awaitTermination(long, TimeUnit) - Method in class org.forgerock.openam.audit.context.AuditRequestContextPropagatingExecutorService
- AZP - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.JWTTokenParams
-
- C66_ENCODE_AM_COOKIE - Static variable in interface com.sun.identity.shared.Constants
-
Property that determines whether to c66 encode session id
to convert to cookie string.
- C_HASH - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.JWTTokenParams
-
- CA_COMPROMISE - Static variable in class com.iplanet.security.x509.IssuingDistributionPointExtension
-
- CABLE - Static variable in class org.forgerock.openam.radius.common.packet.NASPortTypeAttribute
-
The Cable type.
- CACERTIFICATE - Static variable in class com.sun.identity.security.cert.AMCertStore
-
- CACERTIFICATE_BINARY - Static variable in class com.sun.identity.security.cert.AMCertStore
-
- Cache - Class in com.iplanet.am.util
-
IMPORTANT NOTE: The cache has be implemented by modifing the existing
java.util.Hashtable code.
- Cache(int, float) - Constructor for class com.iplanet.am.util.Cache
-
Constructs a new, empty Cache with the specified capacity and the
specified load factor.
- Cache(int) - Constructor for class com.iplanet.am.util.Cache
-
Constructs a new, empty Cache with the specified capacity and default
load factor, which is 0.75.
- Cache() - Constructor for class com.iplanet.am.util.Cache
-
Constructs a new, empty Cache with a default capacity and load factor,
which is 0.75.
- Cache - Class in com.sun.identity.entitlement.opensso
-
IMPORTANT NOTE: The cache has be implemented by modifing the existing
java.util.Hashtable code.
- Cache(String, int, int, float) - Constructor for class com.sun.identity.entitlement.opensso.Cache
-
Constructs a new, empty Cache with the specified capacity and the
specified load factor.
- Cache(String, int, int) - Constructor for class com.sun.identity.entitlement.opensso.Cache
-
Constructs a new, empty Cache with the specified capacity and default
load factor, which is 0.75.
- Cache() - Constructor for class com.sun.identity.entitlement.opensso.Cache
-
- cache(ResourceSaveIndexes, Set<String>, String) - Method in class com.sun.identity.entitlement.opensso.IndexCache
-
Caches indexes.
- cache(SessionInfo, String) - Method in class org.forgerock.openam.session.stateless.cache.StatelessJWTCache
-
Stores the relationship between a SessionInfo, and its encrypted JWT.
- CACHE_CLEANUP_INTERVAL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- CACHE_CLEANUP_INTERVAL - Static variable in class com.sun.identity.wss.security.WSSConstants
-
- CACHE_CLEANUP_INTERVAL_DEFAULT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- CACHE_CLEANUP_INTERVAL_MINIMUM - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- CACHE_ENABLED_DISABLED_KEY - Static variable in interface com.iplanet.am.sdk.AMConstants
-
Deprecated.
- CACHE_MAX_SIZE_KEY - Static variable in interface com.iplanet.am.sdk.AMConstants
-
Deprecated.
- CACHE_OP_NOT_SUPPORTED - Static variable in exception com.iplanet.services.ldap.LDAPServiceException
-
CACHE_OP_NOT_PERMITTED(18) If the particular server does not support
entry change notifications, the setupCache will return this exception.
- CACHE_POLLING_TIME_PROPERTY - Static variable in interface com.sun.identity.shared.Constants
-
Property Name for cache polling interval.
- CACHE_TIMEOUT_INTERVAL - Static variable in class com.sun.identity.wss.security.WSSConstants
-
- CacheBlock - Class in com.iplanet.am.sdk.common
-
This class represents the value part stored in the AMCacheManager's cache.
- CacheBlock(String, boolean) - Constructor for class com.iplanet.am.sdk.common.CacheBlock
-
- CacheBlock(String, String, boolean) - Constructor for class com.iplanet.am.sdk.common.CacheBlock
-
- CacheBlockBase - Class in com.iplanet.am.sdk.common
-
This class represents the value part stored in the AMCacheManager's cache.
- CacheBlockBase(String, boolean) - Constructor for class com.iplanet.am.sdk.common.CacheBlockBase
-
- CacheBlockBase(String, String, boolean) - Constructor for class com.iplanet.am.sdk.common.CacheBlockBase
-
- CacheCleanUpRunnable - Class in com.sun.identity.saml2.profile
-
This is a helper class to clean up cache.
- CacheCleanUpRunnable(long) - Constructor for class com.sun.identity.saml2.profile.CacheCleanUpRunnable
-
Constructor.
- CacheCleanUpScheduler - Class in com.sun.identity.saml2.profile
-
- CacheCleanUpScheduler() - Constructor for class com.sun.identity.saml2.profile.CacheCleanUpScheduler
-
- cacheCookieString(String) - Method in class com.iplanet.dpro.session.service.InternalSession
-
Cache the cookie string.
- CACHED_BASE_POLLING_PROPERTY - Static variable in class com.iplanet.dpro.session.Session
-
- CachedDirectoryServicesImpl - Class in com.iplanet.am.sdk.ldap
-
- cachedEntry - Variable in class com.sun.identity.sm.CachedSubEntries
-
- cachedPolicyEvaluators - Variable in class com.sun.identity.policy.plugins.OrgReferral
-
- CachedRemoteServicesImpl - Class in com.iplanet.am.sdk.remote
-
- CachedSMSEntry - Class in com.sun.identity.sm
-
The class CachedSchemaManagerImpl provides interfaces to
manage the SMSEntry.
- CachedSubEntries - Class in com.sun.identity.sm
-
- CacheObject - Class in com.sun.identity.saml2.profile
-
This is a base class to be extended by classes that needs to be
cached and cleaned up by the CacheCleanUpThread.
- CacheObject() - Constructor for class com.sun.identity.saml2.profile.CacheObject
-
- CacheObject(Object) - Constructor for class com.sun.identity.saml2.profile.CacheObject
-
- cacheResults() - Method in class com.sun.identity.sm.SMSObject
-
- cacheSessionIdForContext(ValidationInvocationContext, String, boolean) - Method in interface org.forgerock.openam.sts.token.ThreadLocalAMTokenCache
-
- cacheSessionIdForContext(ValidationInvocationContext, String, boolean) - Method in class org.forgerock.openam.sts.token.ThreadLocalAMTokenCacheImpl
-
- cacheSize - Static variable in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- CacheStats - Class in com.iplanet.am.sdk.common
-
- CacheStats(String, Debug) - Constructor for class com.iplanet.am.sdk.common.CacheStats
-
- CacheTaboo - Class in com.sun.identity.entitlement.opensso
-
This class maintains a set of resource and subject keys that will never
be cached.
- CachingBlacklist<T extends Blacklistable> - Class in org.forgerock.openam.blacklist
-
Caches elements on a least-recently used (LRU) basis.
- CachingBlacklist(Blacklist<T>, int, long) - Constructor for class org.forgerock.openam.blacklist.CachingBlacklist
-
Constructs the caching entry blacklist with the given delegate blacklist and maximum cache size.
- CachingEntitlementCondition - Class in org.forgerock.openam.entitlement
-
During policy evaluation multiple matching entitlement privileges can contain the same entitlement conditions
and by default OpenAM evaluates all the privileges separately, hence it could evaluate the same conditions multiple
times unnecessarily.
- CachingEntitlementCondition(EntitlementCondition) - Constructor for class org.forgerock.openam.entitlement.CachingEntitlementCondition
-
- calcChecksum(long, int) - Static method in class com.sun.identity.authentication.modules.hotp.HOTPAlgorithm
-
Calculates the checksum using the credit card algorithm.
- calculateAddedServerDefaults(Map<String, String>, Map<String, String>) - Method in class org.forgerock.openam.upgrade.steps.UpgradeServerDefaultsStep
-
Finds newly added default server properties.
- calculateDeletedServerDefaults(Map<String, String>, Map<String, String>) - Method in class org.forgerock.openam.upgrade.steps.UpgradeServerDefaultsStep
-
Finds deleted attributes by comparing the currently defined properties against the new valid server properties.
- calculateModifiedServerDefaults(Map<String, String>, Map<String, String>, Set<String>) - Method in class org.forgerock.openam.upgrade.steps.UpgradeServerDefaultsStep
-
Only include in the list of modified attributes those that are listed in the serverupgrade.properites file;
otherwise existing properties that have been locally modified would be over-written.
- call() - Method in class com.sun.identity.install.tools.util.RESTEndpoint
-
Call a REST endpoint, returning its response.
- call(String, String) - Method in class com.sun.identity.jaxrpc.SOAPClient
-
Deprecated.
Performs a raw SOAP call with "message" as the SOAP data and response is
returned as StringBuffer
- call(String, String, String) - Method in class com.sun.identity.shared.jaxrpc.SOAPClient
-
Performs a raw SOAP call with "message" as the SOAP data
and response is returned as InputStream
- call() - Method in class org.forgerock.openam.audit.context.AuditRequestContextPropagatingCallable
-
- CALL_CHECK - Static variable in class org.forgerock.openam.radius.common.packet.ServiceTypeAttribute
-
The Call Check type.
- CALLBACK_ADMINISTRATIVE - Static variable in class org.forgerock.openam.radius.common.packet.ServiceTypeAttribute
-
The Callback Administrative type.
- CALLBACK_FRAMED - Static variable in class org.forgerock.openam.radius.common.packet.ServiceTypeAttribute
-
The Callback Framed type.
- CALLBACK_LOGIN - Static variable in class org.forgerock.openam.radius.common.packet.ServiceTypeAttribute
-
The Callback Login type.
- CALLBACK_NAS_PROMPT - Static variable in class org.forgerock.openam.radius.common.packet.ServiceTypeAttribute
-
The Callback NAS Prompt type.
- CallBackChoiceTiledView - Class in com.sun.identity.authentication.UI
-
This class contains a set of choices for choice typed callback
- CallBackChoiceTiledView(View, String) - Constructor for class com.sun.identity.authentication.UI.CallBackChoiceTiledView
-
constructs a tiled view of choices
- callbackHander(CallbackHandler) - Method in class org.forgerock.openam.sts.soap.SoapSTSConsumer.SoapSTSConsumerBuilder
-
- CallBackHelper - Class in com.iplanet.am.sdk.ldap
-
This class has all the utility methods which determine the external pre-post
processing classes for (user, org, role, group) operations.
- CallBackHelper() - Constructor for class com.iplanet.am.sdk.ldap.CallBackHelper
-
- callBackHelper - Variable in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
- CallBackHelperBase - Class in com.iplanet.am.sdk.common
-
Helper class to re-use common functionality required for CallBack
(AMCallBack) implementation by remote and ldap packages.
- CallBackHelperBase() - Constructor for class com.iplanet.am.sdk.common.CallBackHelperBase
-
- callBackHelperBase - Variable in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
- CallbackIdAttribute - Class in org.forgerock.openam.radius.common.packet
-
Class representing the structure of the Callback-Id attribute as specified in section 5.20 of RFC 2865 and able to
be instantiated from the on-the-wire bytes.
- CallbackIdAttribute(byte[]) - Constructor for class org.forgerock.openam.radius.common.packet.CallbackIdAttribute
-
Constructs a new instance from the on-the-wire bytes for this attribute.
- CallbackIdAttribute(String) - Constructor for class org.forgerock.openam.radius.common.packet.CallbackIdAttribute
-
Constructs a new instance from the model object it will represent.
- CallbackNumberAttribute - Class in org.forgerock.openam.radius.common.packet
-
Class representing the structure of the Callback-Number attribute as specified in section 5.19 of RFC 2865 and able
to be instantiated from the on-the-wire bytes.
- CallbackNumberAttribute(byte[]) - Constructor for class org.forgerock.openam.radius.common.packet.CallbackNumberAttribute
-
Constructs a new instance from the on-the-wire bytes for this attribute.
- CallbackNumberAttribute(String) - Constructor for class org.forgerock.openam.radius.common.packet.CallbackNumberAttribute
-
Constructs a new instance from the model object it will represent.
- callbackObjects - Variable in class com.sun.identity.authentication.internal.AuthSSOToken
-
- CALLBACKS - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- CALLBACKS_BEGIN - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- CALLBACKS_END - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- CallBackTiledView - Class in com.sun.identity.authentication.UI
-
This class contains a set of callbacks for login view bean
- CallBackTiledView(View, String) - Constructor for class com.sun.identity.authentication.UI.CallBackTiledView
-
constructs a tiled view of callbacks
- CallerStationIdAttribute - Class in org.forgerock.openam.radius.common.packet
-
Class representing the structure of the Called-Station-Id attribute as specified in section 5.30 of RFC 2865 and
able to be instantiated from the on-the-wire bytes.
- CallerStationIdAttribute(byte[]) - Constructor for class org.forgerock.openam.radius.common.packet.CallerStationIdAttribute
-
Constructs a new instance from the on-the-wire bytes for this attribute.
- CallerStationIdAttribute(String) - Constructor for class org.forgerock.openam.radius.common.packet.CallerStationIdAttribute
-
Constructs a new instance from the model object it will represent.
- CallingStationIdAttribute - Class in org.forgerock.openam.radius.common.packet
-
Class representing the structure of the Calling-Station-Id attribute as specified in section 5.31 of RFC 2865 and
able to be instantiated from the on-the-wire bytes.
- CallingStationIdAttribute(byte[]) - Constructor for class org.forgerock.openam.radius.common.packet.CallingStationIdAttribute
-
Constructs a new instance from the on-the-wire bytes for this attribute.
- CallingStationIdAttribute(String) - Constructor for class org.forgerock.openam.radius.common.packet.CallingStationIdAttribute
-
Constructs a new instance from the model object it will represent.
- CAN_NOT_GET_VALUES_FOR_REFERRAL - Static variable in class com.sun.identity.policy.plugins.OrgReferral
-
- CAN_NOT_HONOUR_USAGE_DIRECTIVE - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
- canAddMembers() - Method in class com.sun.identity.idm.IdType
-
Returns a set of types of identities that this type can add as members.
- canBeDeleted(String) - Method in class com.sun.identity.entitlement.Application
-
- canBeMemberOf() - Method in class com.sun.identity.idm.IdType
-
Returns a set of types of identities that this type can be a member of.
- canCancelToken(TokenTypeId) - Method in interface org.forgerock.openam.sts.rest.token.canceller.RestIssuedTokenCanceller
-
- canCancelToken(TokenTypeId) - Method in class org.forgerock.openam.sts.rest.token.canceller.RestOpenIdConnectIssuedTokenCanceller
-
- canCancelToken(TokenTypeId) - Method in class org.forgerock.openam.sts.rest.token.canceller.RestSAML2IssuedTokenCanceller
-
- cancel() - Method in class com.sun.identity.common.GeneralTaskRunnable
-
Implements for TaskRunnable interface.
- cancel() - Method in class com.sun.identity.common.HeadTaskRunnable
-
Implements for TaskRunnable interface.
- cancel() - Method in interface com.sun.identity.common.TaskRunnable
-
Cancel the task from scheduled Timer.
- CANCEL - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Useraction value: Cancel
- cancelIssuedToken(SecurityToken, ProviderConfig) - Method in class com.sun.identity.wss.sts.TrustAuthorityClient
-
Cancels the issued security token that was obtained from previous
interactions with Security Token Service (STS).
- CANCELLED_TOKEN_STATE - Static variable in class org.forgerock.openam.sts.user.invocation.RestSTSTokenCancellationInvocationState
-
- cancelledTokenState(JsonValue) - Method in class org.forgerock.openam.sts.user.invocation.RestSTSTokenCancellationInvocationState.RestSTSTokenCancellationInvocationStateBuilder
-
- cancelToken(RestSTSTokenCancellationInvocationState) - Method in interface org.forgerock.openam.sts.rest.operation.cancel.IssuedTokenCancelOperation
-
Note that in the 13 release, token cancellation involves invoking the STS TokenService to remove the specified token
from the CTS, which prevents subsequent successful validation.
- cancelToken(RestSTSTokenCancellationInvocationState) - Method in class org.forgerock.openam.sts.rest.operation.cancel.IssuedTokenCancelOperationImpl
-
- cancelToken(RestSTSTokenCancellationInvocationState) - Method in interface org.forgerock.openam.sts.rest.RestSTS
-
- cancelToken(RestSTSTokenCancellationInvocationState) - Method in class org.forgerock.openam.sts.rest.RestSTSImpl
-
- cancelToken(RestIssuedTokenCancellerParameters<T>) - Method in interface org.forgerock.openam.sts.rest.token.canceller.RestIssuedTokenCanceller
-
- cancelToken(RestIssuedTokenCancellerParameters<OpenIdConnectIdToken>) - Method in class org.forgerock.openam.sts.rest.token.canceller.RestOpenIdConnectIssuedTokenCanceller
-
- cancelToken(RestIssuedTokenCancellerParameters<SAML2TokenState>) - Method in class org.forgerock.openam.sts.rest.token.canceller.RestSAML2IssuedTokenCanceller
-
- cancelToken(EndpointSpecification, SecurityToken, String, String) - Method in class org.forgerock.openam.sts.soap.SoapSTSConsumer
-
- cancelToken(String, String) - Method in interface org.forgerock.openam.sts.token.provider.TokenServiceConsumer
-
Invoke the TokenService to cancel a token.
- cancelToken(String, String) - Method in class org.forgerock.openam.sts.token.provider.TokenServiceConsumerImpl
-
- canConvertToToken() - Method in class org.forgerock.openam.sm.datalayer.api.query.PartialToken
-
- canCreateApplication(String) - Method in class com.sun.identity.entitlement.ApplicationPrivilegeManager
-
Returns true if subject can create application.
- canCreateApplication(String) - Method in class com.sun.identity.entitlement.opensso.OpenSSOApplicationPrivilegeManager
-
Returns true if subject can create application.
- canCreateClients() - Method in class com.iplanet.services.cdm.DefaultClientTypesManager
-
Check if we can create clients and add them to internal DB.
- canCreateInternalClients() - Method in class com.iplanet.services.cdm.clientschema.AMClientCapData
-
Checks the enableClientCliention attr in Service.
- canCreateNewResource(String) - Method in class com.sun.identity.policy.PolicyManager
-
Deprecated.
- canCreateNewResource(String) - Method in class com.sun.identity.policy.ResourceManager
-
Determines that with the given organization (or, sub-organization,
or container) name, if a new resource can be created or not.
- canCreatePolicies(Set<String>) - Method in class com.sun.identity.policy.PolicyManager
-
Deprecated.
- canFindByName(String) - Method in interface com.sun.identity.entitlement.IPrivilegeManager
-
Checks if a privilege with the specified name can be found.
- canFindByName(String) - Method in class com.sun.identity.entitlement.PrivilegeManager
-
Checks if a privilege with the specified name can be found.
- canHandleToken(ReceivedToken) - Method in class org.forgerock.openam.sts.soap.token.canceller.OpenIdConnectTokenCanceller
-
- canHandleToken(ReceivedToken) - Method in class org.forgerock.openam.sts.soap.token.canceller.SAML2TokenCanceller
-
- canHandleToken(ReceivedToken) - Method in class org.forgerock.openam.sts.soap.token.delegation.CustomDelegationHandlerWrapper
-
- canHandleToken(ReceivedToken) - Method in class org.forgerock.openam.sts.soap.token.delegation.DefaultTokenDelegationHandler
-
- canHandleToken(String) - Method in class org.forgerock.openam.sts.soap.token.provider.oidc.SoapOpenIdConnectTokenProvider
-
- canHandleToken(String, String) - Method in class org.forgerock.openam.sts.soap.token.provider.oidc.SoapOpenIdConnectTokenProvider
-
- canHandleToken(String) - Method in class org.forgerock.openam.sts.soap.token.provider.saml2.SoapSamlTokenProvider
-
- canHandleToken(String, String) - Method in class org.forgerock.openam.sts.soap.token.provider.saml2.SoapSamlTokenProvider
-
- canHandleToken(ReceivedToken) - Method in class org.forgerock.openam.sts.soap.token.validator.SimpleOpenIdConnectTokenValidator
-
- canHandleToken(ReceivedToken, String) - Method in class org.forgerock.openam.sts.soap.token.validator.SimpleOpenIdConnectTokenValidator
-
- canHandleToken(ReceivedToken) - Method in class org.forgerock.openam.sts.soap.token.validator.SimpleSAML2TokenValidator
-
- canHandleToken(ReceivedToken, String) - Method in class org.forgerock.openam.sts.soap.token.validator.SimpleSAML2TokenValidator
-
- canHandleToken(ReceivedToken) - Method in class org.forgerock.openam.sts.soap.token.validator.SoapAMTokenValidator
-
- canHandleToken(ReceivedToken, String) - Method in class org.forgerock.openam.sts.soap.token.validator.SoapAMTokenValidator
-
- canHaveMembers() - Method in class com.sun.identity.idm.IdType
-
Returns a set of types of identities this type can hav as its' members.
- CANNOT_BUILD_RESPONSE - Static variable in class com.sun.identity.federation.common.LogUtil
-
Error building response
- CANNOT_CREATE_ARTIFACT - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- CANNOT_CREATE_ARTIFACT_RESOLVE - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- CANNOT_DECODE_REQUEST - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- CANNOT_DECODE_RESPONSE - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- CANNOT_GET_SOAP_RESPONSE - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- CANNOT_INSTANTIATE_ARTIFACT_RESPONSE - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- CANNOT_INSTANTIATE_MNI_REQUEST - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- CANNOT_INSTANTIATE_MNI_RESPONSE - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- CANNOT_INSTANTIATE_RESPONSE_ARTIFACT - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- CANNOT_INSTANTIATE_RESPONSE_POST - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- CANNOT_INSTANTIATE_SAML_RESPONSE_FROM_ECP - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- CANNOT_INSTANTIATE_SLO_REQUEST - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- CANNOT_INSTANTIATE_SLO_RESPONSE - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- CANNOT_INSTANTIATE_SOAP_MESSAGE_ECP - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- CANNOT_MODIFY_SERVICE - Static variable in class com.sun.identity.idm.IdRepoErrorCode
-
- CANNOT_READ_FILE - Static variable in interface com.sun.identity.cli.ExitCodes
-
Cannot read a file.
- CANNOT_WRITE_LOG - Static variable in interface com.sun.identity.cli.ExitCodes
-
Cannot write to log.
- CANONICALIZATION_METHOD - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
- CANONICALIZATION_METHOD - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
xmlsig signing parameters
- CanonicalizationMethodElement - Interface in com.sun.identity.saml2.jaxb.xmlsig
-
Java content class for CanonicalizationMethod element declaration.
- CanonicalizationMethodElement - Interface in com.sun.identity.wsfederation.jaxb.xmlsig
-
Java content class for CanonicalizationMethod element declaration.
- CanonicalizationMethodElementImpl - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- CanonicalizationMethodElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.xmlsig.impl.CanonicalizationMethodElementImpl
-
- CanonicalizationMethodElementImpl - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- CanonicalizationMethodElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.xmlsig.impl.CanonicalizationMethodElementImpl
-
- CanonicalizationMethodElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- CanonicalizationMethodElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- CanonicalizationMethodType - Interface in com.sun.identity.saml2.jaxb.xmlsig
-
Java content class for CanonicalizationMethodType complex type.
- CanonicalizationMethodType - Interface in com.sun.identity.wsfederation.jaxb.xmlsig
-
Java content class for CanonicalizationMethodType complex type.
- CanonicalizationMethodTypeImpl - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- CanonicalizationMethodTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.xmlsig.impl.CanonicalizationMethodTypeImpl
-
- CanonicalizationMethodTypeImpl - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- CanonicalizationMethodTypeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.xmlsig.impl.CanonicalizationMethodTypeImpl
-
- CanonicalizationMethodTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- CanonicalizationMethodTypeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- canonicalize(String) - Static method in class com.iplanet.am.util.Misc
-
Returns a canonicalized form of the DN String
- canonicalize(String) - Method in class com.sun.identity.entitlement.ExactMatchResourceName
-
Canonicalizes a string.
- canonicalize(String) - Method in class com.sun.identity.entitlement.RegExResourceName
-
- canonicalize(String) - Method in class com.sun.identity.policy.plugins.SuffixResourceName
-
This method is used to canonicalize a suffix resource
It returns the string back as is.
- canonicalize(String) - Method in class org.forgerock.openam.shared.resourcename.BasePrefixResourceName
-
This method is used to canonicalize a prefix resource
It throws an Exception if both regular multi wildcard and
one level wild card appears is same resource String.
- canonicalize(String) - Method in interface org.forgerock.openam.shared.resourcename.BaseResourceName
-
Gets the canonicalized form of a resource string.
- canonicalize(String) - Method in class org.forgerock.openam.shared.resourcename.BaseURLResourceName
-
This method is used to canonicalize a url string.
- canonicalizeResources(Subject, String) - Method in class com.sun.identity.entitlement.Entitlement
-
Canonicalizes resource name before persistence.
- canonicalizeResources(Subject, String) - Method in class com.sun.identity.entitlement.Privilege
-
Canonicalizes resource name before persistence.
- canonicalizeResources(Subject, String) - Method in class com.sun.identity.entitlement.ReferralPrivilege
-
Deprecated.
Canonicalizes resource name before persistence.
- CANT_CREATE_SESSION - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- CANT_CREATE_SP_ACCOUNT_MAPPER - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- CANT_FIND_SP_ACCOUNT_MAPPER - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- canValidateToken(TokenTypeId) - Method in interface org.forgerock.openam.sts.rest.token.validator.RestIssuedTokenValidator
-
- canValidateToken(TokenTypeId) - Method in class org.forgerock.openam.sts.rest.token.validator.RestOpenIdConnectIssuedTokenValidator
-
- canValidateToken(TokenTypeId) - Method in class org.forgerock.openam.sts.rest.token.validator.RestSAML2IssuedTokenValidator
-
- CASE_INSENSITIVE_DN - Static variable in interface com.sun.identity.shared.Constants
-
Property string to ensure more stringent (security-wise) check If enabled
the DN is converted to lowercase for comparison.
- CASE_SENSITIVE_UUID - Static variable in interface com.sun.identity.shared.Constants
-
- CaseInsensitiveHashMap<K,V> - Class in com.sun.identity.common
-
A case insensitive hash map with case preservation.
- CaseInsensitiveHashMap() - Constructor for class com.sun.identity.common.CaseInsensitiveHashMap
-
- CaseInsensitiveHashMap(int) - Constructor for class com.sun.identity.common.CaseInsensitiveHashMap
-
- CaseInsensitiveHashMap(int, float) - Constructor for class com.sun.identity.common.CaseInsensitiveHashMap
-
- CaseInsensitiveHashMap(Map) - Constructor for class com.sun.identity.common.CaseInsensitiveHashMap
-
- CaseInsensitiveHashSet<T> - Class in com.sun.identity.common
-
An implementation of Case Insensitive Hash Set with case preservation.
- CaseInsensitiveHashSet() - Constructor for class com.sun.identity.common.CaseInsensitiveHashSet
-
- CaseInsensitiveHashSet(Collection) - Constructor for class com.sun.identity.common.CaseInsensitiveHashSet
-
- CaseInsensitiveHashSet(int) - Constructor for class com.sun.identity.common.CaseInsensitiveHashSet
-
- CaseInsensitiveHashSet(int, float) - Constructor for class com.sun.identity.common.CaseInsensitiveHashSet
-
- CaseInsensitiveKey - Class in com.sun.identity.common
-
String wrapper that returns a case insensitive hash code useful for case
insensitive hashing in HashSet and HashMap.
- CaseInsensitiveKey(String) - Constructor for class com.sun.identity.common.CaseInsensitiveKey
-
- CaseInsensitiveProperties - Class in com.sun.identity.common
-
A case insensitive Properties with case preservation.
- CaseInsensitiveProperties() - Constructor for class com.sun.identity.common.CaseInsensitiveProperties
-
- CaseInsensitiveProperties(Properties) - Constructor for class com.sun.identity.common.CaseInsensitiveProperties
-
- CaseInsensitiveTreeSet - Class in com.sun.identity.common
-
- CaseInsensitiveTreeSet() - Constructor for class com.sun.identity.common.CaseInsensitiveTreeSet
-
- CaseInsensitiveTreeSet(boolean) - Constructor for class com.sun.identity.common.CaseInsensitiveTreeSet
-
- CaseInsensitiveTreeSet(Collection) - Constructor for class com.sun.identity.common.CaseInsensitiveTreeSet
-
- CaseInsensitiveTreeSet(boolean, Collection) - Constructor for class com.sun.identity.common.CaseInsensitiveTreeSet
-
- CaseInsensitiveTreeSet(SortedSet) - Constructor for class com.sun.identity.common.CaseInsensitiveTreeSet
-
- CaseInsensitiveTreeSet(boolean, SortedSet) - Constructor for class com.sun.identity.common.CaseInsensitiveTreeSet
-
- caseSensitive - Variable in class org.forgerock.openam.shared.resourcename.BasePrefixResourceName
-
Whether matching is case sensitive.
- CassandraFilter - Class in org.openidentityplatform.openam.cassandra
-
- CassandraFilter() - Constructor for class org.openidentityplatform.openam.cassandra.CassandraFilter
-
- CassandraQueryFilterVisitor - Class in org.openidentityplatform.openam.cassandra
-
- CassandraQueryFilterVisitor() - Constructor for class org.openidentityplatform.openam.cassandra.CassandraQueryFilterVisitor
-
- castToValidatableObject(Object) - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.GrammarInfo
-
- castToValidatableObject(Object) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.GrammarInfoImpl
-
- castToValidatableObject(Object) - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.GrammarInfo
-
- castToValidatableObject(Object) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.GrammarInfoImpl
-
- castToXMLSerializable(Object) - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.GrammarInfo
-
- castToXMLSerializable(Object) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.GrammarInfoImpl
-
- castToXMLSerializable(Object) - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.GrammarInfo
-
- castToXMLSerializable(Object) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.GrammarInfoImpl
-
- category - Variable in class com.sun.identity.entitlement.xacml3.core.AttributeAssignment
-
- category - Variable in class com.sun.identity.entitlement.xacml3.core.AttributeAssignmentExpression
-
- category - Variable in class com.sun.identity.entitlement.xacml3.core.AttributeDesignator
-
- category - Variable in class com.sun.identity.entitlement.xacml3.core.Attributes
-
- category - Variable in class com.sun.identity.entitlement.xacml3.core.AttributeSelector
-
- category - Variable in class com.sun.identity.entitlement.xacml3.core.MissingAttributeDetail
-
- catenateUrlConstituents(String...) - Method in interface org.forgerock.openam.sts.token.UrlConstituentCatenator
-
Catenate an array of url constituents into a single string, insuring that only a single '/' separates each of the
constituents.
- catenateUrlConstituents(String...) - Method in class org.forgerock.openam.sts.token.UrlConstituentCatenatorImpl
-
- CC_TITLE - Static variable in class com.sun.identity.password.ui.PWResetSuccessViewBean
-
Name of title peer component
- CCHtmlHeaderTag - Class in org.forgerock.openam.console.ui.taglib.header
-
- CCHtmlHeaderTag() - Constructor for class org.forgerock.openam.console.ui.taglib.header.CCHtmlHeaderTag
-
- CCPrimaryMastheadTag - Class in org.forgerock.openam.console.ui.taglib.masthead
-
- CCPrimaryMastheadTag() - Constructor for class org.forgerock.openam.console.ui.taglib.masthead.CCPrimaryMastheadTag
-
- CCPropertySheetTag - Class in org.forgerock.openam.console.ui.taglib.propertysheet
-
- CCPropertySheetTag() - Constructor for class org.forgerock.openam.console.ui.taglib.propertysheet.CCPropertySheetTag
-
- CDCServlet - Class in com.iplanet.services.cdc
-
The CDCServlet is the heart of the Cross Domain Single Signon mechanism of OpenAM.
- CDCServlet() - Constructor for class com.iplanet.services.cdc.CDCServlet
-
- CDCSERVLET_LOGIN_URL - Static variable in interface com.sun.identity.shared.Constants
-
Property string for cdc servlet login url
- CDM_CONTENT_TYPE_PROPERTY_NAME - Static variable in interface com.sun.identity.shared.Constants
-
Client detection module content type property name.
- CDM_DEFAULT_CLIENT_TYPES_ATTR - Static variable in class org.forgerock.openam.services.cdm.BasicClientTypesManager
-
- CDM_SERVICE_NAME - Static variable in class com.iplanet.services.cdm.DefaultClientTypesManager
-
- CDM_SERVICE_NAME - Static variable in class org.forgerock.openam.services.cdm.BasicClientTypesManager
-
- CDMBundle - Class in com.iplanet.services.cdm
-
Provides methods to get the Locale values from resource bundle for
ClientDetection class.
- CDMBundle() - Constructor for class com.iplanet.services.cdm.CDMBundle
-
- CDSSO_REDIRECT_URI_ATTRIBUTE_NAME - Static variable in class org.forgerock.openam.agent.AgentConstants
-
CDSSO redirect URI attribute name.
- Cert - Class in com.sun.identity.authentication.modules.cert
-
- Cert() - Constructor for class com.sun.identity.authentication.modules.cert.Cert
-
Default module constructor does nothing
- CERT_ALIAS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
certficate alias attribute.
- CERT_CALLBACK_BEGIN - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- CERT_CALLBACK_END - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- CERTALIAS - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
A SAML service attribute parameter that specifies a certAlias name used
for verifying the signature in an assertion, when the assertion is
signed by a partner and the certificate of the partner can not be found
in the KeyInfo portion of the signed assertion.
- CertAuthPrincipal - Class in com.sun.identity.authentication.modules.cert
-
- CertAuthPrincipal(String) - Constructor for class com.sun.identity.authentication.modules.cert.CertAuthPrincipal
-
- CertEntry(String, Principal, BigInteger) - Constructor for class com.sun.identity.saml.common.SAMLCertUtils.CertEntry
-
Constructor.
- CertException - Exception in com.iplanet.security.x509
-
CertException indicates one of a variety of certificate problems.
- CertException(int, String) - Constructor for exception com.iplanet.security.x509.CertException
-
Constructs a certificate exception using an error code
(verf_*) and a string describing the context of the error.
- CertException(int) - Constructor for exception com.iplanet.security.x509.CertException
-
Constructs a certificate exception using just an error code, without a
string describing the context.
- CERTIFICATE - Static variable in class com.iplanet.services.ldap.DSConfigMgr
-
- certificate - Variable in class com.sun.identity.security.cert.AMCertStore
-
- CERTIFICATE_HOLD - Static variable in class com.iplanet.security.x509.IssuingDistributionPointExtension
-
- CERTIFICATE_REVOCATION_LIST - Static variable in class com.sun.identity.security.cert.AMCRLStore
-
- CERTIFICATE_REVOCATION_LIST_BINARY - Static variable in class com.sun.identity.security.cert.AMCRLStore
-
- CertificateAuthenticationRequestDispatcher - Class in org.forgerock.openam.sts.token.validator.disp
-
Class which encapsulates knowledge as to how to post a x509 certificate to the OpenAM REST authN context.
- CertificateAuthenticationRequestDispatcher(String, HttpURLConnectionWrapperFactory, Logger) - Constructor for class org.forgerock.openam.sts.token.validator.disp.CertificateAuthenticationRequestDispatcher
-
- CertUtils - Class in com.iplanet.security.x509
-
This class provides utility methods to read the certificate DN information in a format that is understandable
across OpenAM.
- CertUtils() - Constructor for class com.iplanet.security.x509.CertUtils
-
- CESSATION_OF_OPERATION - Static variable in class com.iplanet.security.x509.IssuingDistributionPointExtension
-
- cf - Static variable in class com.sun.identity.security.cert.AMCertStore
-
- ChainedBindings - Class in org.forgerock.openam.scripting
-
Custom Bindings implementation that allows scopes to be chained from parent to child.
- ChainedBindings(Bindings, Bindings) - Constructor for class org.forgerock.openam.scripting.ChainedBindings
-
Constructs a chained bindings set with the given parent scope and current scope objects.
- ChainedException - Exception in com.sun.identity.common
-
Base class for supporting chaining of exceptions.
- ChainedException() - Constructor for exception com.sun.identity.common.ChainedException
-
No argument constructor
- ChainedException(String, Throwable) - Constructor for exception com.sun.identity.common.ChainedException
-
Constructor
- ChainedException(Throwable) - Constructor for exception com.sun.identity.common.ChainedException
-
Constructor
- ChainedException(String) - Constructor for exception com.sun.identity.common.ChainedException
-
Constructor
- ChainedException(String, String, Object[], Throwable) - Constructor for exception com.sun.identity.common.ChainedException
-
Constructor Constructs an instance of ChainedException to
pass the localized error message At this level, the locale of the caller
is not known and it is not possible to throw localized error message at
this level.
- CHAINS_ATTRIBUTE - Static variable in class org.forgerock.openam.core.rest.server.SocialAuthenticationImplementation
-
- ChallengeException - Exception in com.sun.identity.authentication.modules.radius.client
-
Used for handling received challenge responses from radius servers.
- ChallengeException(AccessChallenge) - Constructor for exception com.sun.identity.authentication.modules.radius.client.ChallengeException
-
Constructs an instance from the received response packet.
- CHANGE_ADD - Static variable in interface com.iplanet.services.ldap.event.IDSEventListener
-
- CHANGE_DELETE - Static variable in interface com.iplanet.services.ldap.event.IDSEventListener
-
- CHANGE_MOD_LOCATION - Static variable in interface com.iplanet.services.ldap.event.IDSEventListener
-
- CHANGE_MODIFY - Static variable in interface com.iplanet.services.ldap.event.IDSEventListener
-
- CHANGE_PASSWORD_ONLY_FOR_USER - Static variable in class com.sun.identity.idm.IdRepoErrorCode
-
- CHANGE_USER_PASSWORD_NOT_SUPPORTED - Static variable in class com.sun.identity.idm.IdRepoErrorCode
-
- CHANGED_PROPERTIES - Static variable in class org.forgerock.openam.upgrade.steps.UpgradeOAuth2ClientStep
-
- CHANGED_SINCE_NOT_SUPPORTED - Static variable in class com.sun.identity.liberty.ws.dst.DSTConstants
-
- CHANGED_SINCE_RETURNS_ALL - Static variable in class com.sun.identity.liberty.ws.dst.DSTConstants
-
- changeListener - Static variable in class com.sun.identity.sm.ldap.LDAPEventManager
-
- changeMemberships(Context, String, String, Set<String>) - Static method in class org.forgerock.openam.core.rest.IdentityRestUtils
-
- ChangeMonitorException - Exception in org.forgerock.openam.entitlement.indextree
-
Represents a failure in the initialisation of the change monitor.
- ChangeMonitorException(String, Throwable) - Constructor for exception org.forgerock.openam.entitlement.indextree.ChangeMonitorException
-
- changePassword(SSOToken, IdType, String, String, String, String) - Method in class com.iplanet.am.sdk.AMSDKRepo
-
- changePassword(SSOToken, String, String, String, String) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Changes user password.
- changePassword(SSOToken, String, String, String, String) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
Changes user password.
- changePassword(String, String, String, String, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- changePassword(String, String, String, String, String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- changePassword(SSOToken, String, String, String, String) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
Changes user password.
- changePassword(Guid, String, String, String) - Method in class com.iplanet.ums.DataLayer
-
Changes user password.
- changePassword(String, String, String, String) - Method in class com.iplanet.ums.PersistentObject
-
Changes user password.
- changePassword(String, String) - Method in class com.sun.identity.idm.AMIdentity
-
Changes password for the identity.
- changePassword(SSOToken, IdType, String, String, String, String) - Method in class com.sun.identity.idm.IdRepo
-
Changes password of identity.
- changePassword(SSOToken, IdType, String, String, String, String, String) - Method in interface com.sun.identity.idm.IdServices
-
- changePassword(SSOToken, IdType, String, String, String, String, String) - Method in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
- changePassword(SSOToken, IdType, String, String, String, String, String) - Method in class com.sun.identity.idm.server.IdServicesImpl
-
- changePassword(Context, String, String, String, String) - Static method in class org.forgerock.openam.core.rest.IdentityRestUtils
-
- changePassword(SSOToken, IdType, String, String, String, String, String) - Method in class org.forgerock.openam.idm.IdServicesDecorator
- changePassword(SSOToken, IdType, String, String, String, String) - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
Changes password for the given identity by binding as the user first (i.e. this is not password reset).
- changePassword(String, String, String) - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
Updates to new password by using the parameters passed by the user.
- changePassword_idrepo(String, String, String, String, String, String, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- changePassword_idrepo(String, String, String, String, String, String, String) - Method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- changeSessionId() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
- ChangeType - Enum in org.forgerock.openam.cts.continuous
-
Indicates the type of change which occurred to a token, which can be understood at the CTS (above the data layer)
layer.
- channelCopy(ReadableByteChannel, WritableByteChannel) - Static method in class com.sun.identity.setup.EmbeddedOpenDS
-
Helper Method to Copy from one Byte Channel to another.
- CHAPChallengeAttribute - Class in org.forgerock.openam.radius.common.packet
-
Class representing the structure of the CHAP-Challenge attribute as specified in section 5.40 of RFC 2865 and able to
be instantiated from the on-the-wire bytes.
- CHAPChallengeAttribute(byte[]) - Constructor for class org.forgerock.openam.radius.common.packet.CHAPChallengeAttribute
-
Constructs a new instance from the on-the-wire bytes for this attribute including the prefixing attribute-type
code octet and length octet.
- CHAPChallengeAttribute(String) - Constructor for class org.forgerock.openam.radius.common.packet.CHAPChallengeAttribute
-
Constructs a new instance from the model object it will represent.
- CHAPPasswordAttribute - Class in org.forgerock.openam.radius.common.packet
-
Class representing the structure of the CHAP-Password attribute as specified in section 5.3 of RFC 2865 and able to
be instantiated from the on-the-wire bytes.
- CHAPPasswordAttribute(String, int) - Constructor for class org.forgerock.openam.radius.common.packet.CHAPPasswordAttribute
-
Construct a new instance from the password string and chap identifier code from the CHAP response.
- CHAPPasswordAttribute(byte[]) - Constructor for class org.forgerock.openam.radius.common.packet.CHAPPasswordAttribute
-
Constructs a new instance from the on-the-wire bytes for this attribute including the prefixing attribute-type
code octet and length octet.
- characters(char[], int, int) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.ContentHandlerAdaptor
-
- characters(char[], int, int) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- characters(char[], int, int) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.ContentHandlerAdaptor
-
- characters(char[], int, int) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- CHARSET - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- CharsetMapping - Class in com.iplanet.am.util
-
- CharsetMapping() - Constructor for class com.iplanet.am.util.CharsetMapping
-
- CHARSETS_PROPERTY - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- charToByte(char[]) - Static method in class com.sun.identity.security.keystore.AMPassword
-
Converts a char array to a null-terminated byte array using a standard
encoding, which is currently UTF8.
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerAuthModulesEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerAuthModulesEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerAuthModulesTableMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerAuthSvcMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerAuthSvcMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerConnPoolSvcMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerConnPoolSvcMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsTableMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerEntitlementSvcMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerEntitlementSvcMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerFedCOTMemberEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerFedCOTMemberEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerFedCOTMemberTableMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsEntryMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsTableMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesEntryMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesTableMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerIDFFSvcMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerIDFFSvcMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerIdRepoSvcMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerIdRepoSvcMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerInstanceMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerInstanceMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrTableMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerLoggingSvcMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerLoggingSvcMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicy22AgentEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerPolicy22AgentEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerPolicy22AgentTableMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicyAgentsMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyAgentsMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentTableMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupTableMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicySvcMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerPolicySvcMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebAgentEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebAgentEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebAgentTableMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebGroupEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebGroupEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebGroupTableMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerRealmEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerRealmEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerRealmTableMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML1CacheEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1CacheEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1CacheTableMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointTableMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML1SvcMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1SvcMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsTableMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPTableMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML2SPEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSAML2SPEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerSAML2SPTableMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML2SvcMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSAML2SvcMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerServerEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerServerEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerServerTableMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSessSvcMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSessSvcMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSiteMapEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSiteMapEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerSiteMapTableMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSitesEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSitesEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerSitesTableMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSvcMgmtSvcMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSvcMgmtSvcMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerTopologyMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerTopologyMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentTableMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpTableMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentTableMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpTableMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentTableMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpTableMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentTableMeta
-
- check(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpTableMeta
-
- CHECK - Static variable in class org.forgerock.openam.core.rest.devices.TwoFADevicesResource
-
- check(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionFailureRateMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionFailureRateMeta
-
- check(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRateMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRateMeta
-
- check(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryMeta
-
- check(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeTableMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsTableMeta
-
- check(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoringMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoringMeta
-
- check(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.cts.CtsTokenOperationsEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.cts.CtsTokenOperationsEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class org.forgerock.openam.monitoring.cts.CtsTokenOperationsTableMeta
-
- check(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.cts.OperationEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.cts.OperationEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class org.forgerock.openam.monitoring.cts.OperationTableMeta
-
- check(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.cts.TokenEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.cts.TokenEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class org.forgerock.openam.monitoring.cts.TokenTableMeta
-
- check(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.policy.PolicyEvaluationMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.policy.PolicyEvaluationMeta
-
- check(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.policy.SelfEvaluationMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.policy.SelfEvaluationMeta
-
- check(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.policy.SelfTimingMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.policy.SelfTimingMeta
-
- check(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.policy.SubtreeEvaluationMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.policy.SubtreeEvaluationMeta
-
- check(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.policy.SubtreeTimingMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.policy.SubtreeTimingMeta
-
- check(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.session.CtsSessionsMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.session.CtsSessionsMeta
-
- check(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.session.InternalSessionsMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.session.InternalSessionsMeta
-
- check(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.session.RemoteSessionsMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.session.RemoteSessionsMeta
-
- check(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.session.StatelessSessionsMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.session.StatelessSessionsMeta
-
- CHECK_SAML2_CA_STATUS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Check CA Certificate status
- CHECK_SAML2_CERTIFICATE_STATUS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Check Certificate status
- CHECK_VERSION - Static variable in interface com.sun.identity.tools.bundles.SetupConstants
-
- checkAdminPassword() - Method in class com.sun.identity.config.wizard.Step1
-
- checkAgentPassword() - Method in class com.sun.identity.config.wizard.Step1
-
- checkAgentPassword() - Method in class com.sun.identity.config.wizard.Step6
-
- checkAndCreateGroup(String, String) - Method in class com.sun.identity.sm.ServiceConfig
-
- checkAndEncryptPasswordSyntax(Document, boolean) - Static method in class com.sun.identity.sm.ServiceManager
-
- checkAndEncryptPasswordSyntax(Document, boolean, AMEncryption) - Static method in class com.sun.identity.sm.ServiceManager
-
- checkAndSetLoginStatus() - Method in class com.sun.identity.authentication.AuthContext
-
- checkArguments(List) - Method in interface com.sun.identity.install.tools.admin.IToolsOptionHandler
-
- checkArguments(List) - Method in class com.sun.identity.install.tools.handler.CustomInstallHandler
-
- checkArguments(List) - Method in class com.sun.identity.install.tools.handler.InstallHandler
-
- checkArguments(List) - Method in class com.sun.identity.install.tools.handler.ListProductsHandler
-
- checkArguments(List) - Method in class com.sun.identity.install.tools.handler.MigrateHandler
-
to make sure that migrate has no additional parameter.
- checkArguments(List) - Method in class com.sun.identity.install.tools.handler.ProductInfoHandler
-
- checkArguments(List) - Method in class com.sun.identity.install.tools.handler.UninstallAllHandler
-
- checkArguments(List) - Method in class com.sun.identity.install.tools.handler.UninstallHandler
-
- checkArguments(List) - Method in class com.sun.identity.install.tools.handler.VersionHandler
-
- checkAuthFailure() - Method in class org.forgerock.openam.authentication.modules.adaptive.Adaptive
-
Check to see if there have been any auth failures since last successful login.
- checkboxUI(String) - Method in class com.sun.identity.cli.SubCommand
-
Returns true if option is to be displayed as checkbox in
web based CLI.
- checkCaller() - Static method in class com.iplanet.services.util.Crypt
-
Check to see if security is enabled and Caller needs to be checked for
OpenAM specific Java security permissions
- checkCaller(HttpServletRequest, HttpServletResponse) - Static method in class com.sun.identity.saml.servlet.SAMLSOAPReceiver
-
Protected method to check the caller to the servlet.
- checkClientTrusted(X509Certificate[], String) - Method in class com.sun.identity.security.keystore.AMX509TrustManager
-
- checkContentLength(HttpServletRequest) - Static method in class com.sun.identity.common.RequestUtils
-
Use this method to check an HTTP servlet request size against the
configured limit to insure that it is not too large, and possibly being
sent to an OpenAM servlet to cause a Denial of Service (DOS).
- checkCount() - Method in class com.sun.identity.log.spi.Archiver
-
Returns the current count of the archival.
- checkCTSAuth(String) - Method in class org.forgerock.openam.authentication.modules.push.AbstractPushModule
-
Checks the CTS for the existence of a token with the expected name, and ensures that the deny field
is not populated with 'true'.
- checkCTSRegistration(String) - Method in class org.forgerock.openam.authentication.modules.push.AbstractPushModule
-
Checks the CTS for the existence of a token with the expected name, and ensures that the necessary fields
are correctly populated.
- checkCTSStoreConnections(String, Properties) - Method in class org.forgerock.openam.upgrade.steps.UpgradeExternalCTSConfigurationStep
-
Will check if CoreTokenConstant.CTS_STORE_HOSTNAME property will need to be updated and need the host
port appended to the connection string.
- checkDateValidity(long) - Method in class com.sun.identity.saml.assertion.Conditions
-
Returns true if a specific Date falls within the validity interval of
this set of conditions.
- checkDateValidity(long) - Method in interface com.sun.identity.saml2.assertion.Conditions
-
Return true if a specific Date falls within the validity
interval of this set of conditions.
- checkDateValidity(long, int) - Method in interface com.sun.identity.saml2.assertion.Conditions
-
Return true if a specific Date falls within the validity
interval of this set of conditions.
- checkDateValidity(long, int) - Method in class com.sun.identity.saml2.assertion.impl.ConditionsImpl
-
Return true if a specific Date falls within the validity
interval of this set of conditions.
- checkDateValidity(long) - Method in class com.sun.identity.saml2.assertion.impl.ConditionsImpl
-
Return true if a specific Date falls within the validity
interval of this set of conditions.
- checkDoubleQuote(String) - Static method in class com.iplanet.services.util.CookieUtils
-
Deprecated.
Check cookie value whether it has double quote or not.
- checkDoubleQuote(String) - Static method in class com.sun.identity.shared.encode.CookieUtils
-
Check cookie value whether it has double quote or not.
- checkedInstanceSubConfig(Context, String, ServiceConfig) - Method in class org.forgerock.openam.core.rest.sms.SmsResourceProvider
-
Retrieves the
ServiceConfig instance for the provided resource ID within the provided ServiceConfig
parent instance, and checks whether it exists.
- checkForCookies(HttpServletRequest) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- checkForCookies(HttpServletRequest, AuthContextLocal) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
Returns true if cookies found in the request.
- checkForException(Document) - Static method in class com.sun.identity.authentication.AuthContext
-
- checkForForcedAuth(String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Returns true if the composite Advice has the ForceAuth element
- checkForLocal() - Method in interface com.sun.identity.federation.services.FSAssertionManagerIF
-
- checkForLocal() - Method in class com.sun.identity.federation.services.FSAssertionManagerImpl
-
Turns on the local flag.
- checkForLocal() - Method in interface com.sun.identity.liberty.ws.security.SecurityTokenManagerIF
-
Checks if the service is available locally.
- checkForLocal() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerImpl
-
Checks if the service is available locally.
- checkForLocal() - Method in interface com.sun.identity.saml.AssertionManagerIF
-
- checkForLocal() - Method in class com.sun.identity.saml.AssertionManagerImpl
-
- checkForLocal() - Method in class com.sun.identity.sm.jaxrpc.SMSJAXRPCObjectImpl
-
- checkForLocal() - Method in interface com.sun.identity.sm.jaxrpc.SMSObjectIF
-
- checkForUserAttributes(String, Set) - Static method in class com.sun.identity.liberty.ws.idpp.common.IDPPUtils
-
Checks for if the user attribute values exist
for a given set.
- checkGeoLocation() - Method in class org.forgerock.openam.authentication.modules.adaptive.Adaptive
-
- checkHTTPContentLength(HttpServletRequest) - Static method in class com.sun.identity.saml.common.SAMLUtils
-
Checks content length of a http request to avoid dos attack.
- checkHTTPRequestLength(HttpServletRequest) - Static method in class com.sun.identity.federation.common.FSUtils
-
Checks content length of a http request to avoid dos attack.
- checkIfDeletedOrg(SSOToken, String) - Method in class com.iplanet.am.sdk.ldap.ComplianceServicesImpl
-
Method which checks if the entry corresponding to orgDN represents a
deleted organization entry (entry with inetdomainstatus:deleted).
- checkIfDeletedUser(SSOToken, String) - Method in class com.iplanet.am.sdk.ldap.ComplianceServicesImpl
-
Method which checks if the entry corresponding to userDN represents a
deleted user entry (entry with inetuserstatus:deleted)
- checkIfEntryExists(String, SSOToken) - Method in interface com.sun.identity.sm.ServiceManagementDAO
-
Checks if the provided DN exists.
- checkIfEntryExists(String, SSOToken) - Method in class com.sun.identity.sm.ServiceManagementDAOWrapper
-
- checkIfEntryExists(String, SSOToken) - Static method in class com.sun.identity.sm.SMSEntry
-
Checks if the provided DN exists.
- checkInitialization() - Static method in class com.sun.identity.entity.EntityObjectImpl
-
Method to get the token manager handle.
- checkInstanceConfiguration(InstallState) - Method in class com.sun.identity.install.tools.configurator.CustomInstallDriver
-
- checkInstanceConfiguration(InstallState) - Method in class com.sun.identity.install.tools.configurator.Driver
-
- checkInstanceConfiguration(InstallState) - Method in class com.sun.identity.install.tools.configurator.InstallDriver
-
- checkInstanceConfiguration(InstallState) - Method in class com.sun.identity.install.tools.configurator.MigrateDriver
-
- checkIPHistory() - Method in class org.forgerock.openam.authentication.modules.adaptive.Adaptive
-
Check to see if the IP address being used is in the clients history
IPHistory is stored in a single attribute, separated by "|"
If the client IP is new, (Not seen before) then add it to front of list, and drop
from end of list.
- checkIPRange() - Method in class org.forgerock.openam.authentication.modules.adaptive.Adaptive
-
Check to see if the IP address is within the ranges specified
Range can be in the form of:
x.x.x.x/YY
or
x.x.x.x-y.y.y.y.
- checkKnownCookie() - Method in class org.forgerock.openam.authentication.modules.adaptive.Adaptive
-
Check to see if the client has a cookie with optional value
- checkLastLogin() - Method in class org.forgerock.openam.authentication.modules.adaptive.Adaptive
-
Check to see if the last login is within the allowed range
Last login is stored in a cookie in encrypted format
- checkLicenseAcceptance() - Method in class com.sun.identity.install.tools.admin.LicenseChecker
-
Checks whether the user has accepted all required license terms and prompts them to do so via the CLI if not.
- checkNonce(String, String) - Static method in class com.sun.liberty.LibertyManager
-
- checkPasswords() - Method in class com.sun.identity.config.util.AjaxPage
-
- checkPasswordsLink - Variable in class com.sun.identity.config.util.AjaxPage
-
- checkPermissionToDestroySession(Session, SessionID) - Method in class org.forgerock.openam.session.authorisation.SessionChangeAuthorizer
-
Checks if the requester has the necessary permission to destroy the provided session.
- checkPermissionToSetProperty(SSOToken, String, String) - Static method in class com.sun.identity.session.util.SessionUtils
-
Helper method to check if client has taken permission to
set value to it.
- checkPermissionToSetProperty(SSOToken, String, String) - Method in class com.sun.identity.session.util.SessionUtilsWrapper
-
Helper method to check if owner of clientToken has permission to protected session properties.
- checkPermissionToSetProperty(SSOToken, String, String) - Method in class org.forgerock.openam.core.rest.session.SessionUtilsWrapper
-
Delegate check permission to SessionUtils
- checkPolicyAndHandleDirectives(String, Message, Collection, Authorizer, SessionContext, String, Object) - Static method in class com.sun.identity.liberty.ws.disco.common.DiscoUtils
-
Checks policy and returns resource offerings and credentials.
- checkQuery(Element, String) - Static method in class com.sun.identity.saml.common.SAMLUtils
-
Verifies if an element is a type of a specific query.
- checkQuotaAndPerformAction(InternalSession) - Method in class com.iplanet.dpro.session.service.SessionConstraint
-
Check if the session quota for a given user has been exhausted and
perform necessary actions in such as case.
- checkRegisteredClient() - Method in class org.forgerock.openam.authentication.modules.adaptive.Adaptive
-
Check to see if the client has a cookie with optional value
- checkRequestHeader() - Method in class org.forgerock.openam.authentication.modules.adaptive.Adaptive
-
Check to see if the client has a cookie with optional value
- checkRiskAttribute() - Method in class org.forgerock.openam.authentication.modules.adaptive.Adaptive
-
Check to see if the user profile has a risk attribute with value
- checkServerTrusted(X509Certificate[], String) - Method in class com.sun.identity.security.keystore.AMX509TrustManager
-
- checkServerUp(String) - Method in interface com.iplanet.dpro.session.service.cluster.ClusterMonitor
-
Indicates if the specified server is up.
- checkServerUp(String) - Method in class com.iplanet.dpro.session.service.cluster.MultiServerClusterMonitor
-
Indicates if the specified server is up.
- checkServerUp(String) - Method in class com.iplanet.dpro.session.service.cluster.SingleServerClusterMonitor
-
Indicates if the specified server is up.
- checkServerUp(String) - Method in class org.forgerock.openam.session.service.ServicesClusterMonitorHandler
-
Actively check if server identified by serverID is up
- checkSession(HttpServletRequest, HttpServletResponse, String, Map) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Parses the request parameters and return session object
or redirect to login url.
- CheckSession - Class in org.forgerock.openidconnect
-
Interface is to define what needs to be implemented to do the OpenID Connect check session endpoint.
- CheckSession() - Constructor for class org.forgerock.openidconnect.CheckSession
-
Constructs a new CheckSession.
- checkSession() - Method in class org.forgerock.openidconnect.restlet.OpenIDConnectCheckSessionEndpoint
-
Handles GET requests to the OpenId Connect checkSession endpoint to retrieve the status of OpenId Connect user sessions.
- checkSession(Representation) - Method in class org.forgerock.openidconnect.restlet.OpenIDConnectCheckSessionEndpoint
-
Handles POST requests to the OpenId Connect checkSession endpoint.
- checkSessionExists(SessionID) - Method in class com.iplanet.dpro.session.monitoring.MonitoredOperations
-
- checkSessionExists(SessionID) - Method in interface com.iplanet.dpro.session.operations.SessionOperations
-
Check whether a session identified by {code sessionId} can be retrieved.
- checkSessionExists(SessionID) - Method in class com.iplanet.dpro.session.operations.strategies.ClientSdkOperations
-
- checkSessionExists(SessionID) - Method in class com.iplanet.dpro.session.operations.strategies.LocalOperations
-
- checkSessionExists(SessionID) - Method in class com.iplanet.dpro.session.operations.strategies.StatelessOperations
-
- checkSessionExists(SessionID) - Method in class com.iplanet.dpro.session.service.SessionService
-
Check whether a session identified by {code sessionId} can be retrieved.
- checkSessionUpgrade(SSOToken, Hashtable) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- checkSignatureValid(String, String, String) - Static method in class com.sun.identity.saml.common.SAMLUtils
-
Return whether the signature on the object is valid or not.
- checkSiteStatus(URL) - Static method in class com.iplanet.services.naming.WebtopNaming.SiteMonitor
-
Checks if the site is up.
- checkStatement(Element, String) - Static method in class com.sun.identity.saml.common.SAMLUtilsCommon
-
Verifies if an element is a type of a specific statement.
- checkStatement(Element, String) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
-
Verifies if an element is a type of a specific statement.
- checkSubjectAltName - Static variable in class com.sun.identity.protocol.https.AMHostnameVerifier
-
- checkTimeDay() - Method in class org.forgerock.openam.authentication.modules.adaptive.Adaptive
-
Check to see if current time is within range
- childAsAttributes(JAXBObject, String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.MSVValidator
-
- childAsAttributes(JAXBObject, String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXMarshaller
-
- childAsAttributes(JAXBObject, String) - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer
-
This method is called when an JAXBObject object is found
while the marshaller is in the "attribute" mode (i.e. marshalling
attributes of an element)
- childAsAttributes(JAXBObject, String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.MSVValidator
-
- childAsAttributes(JAXBObject, String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXMarshaller
-
- childAsAttributes(JAXBObject, String) - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.XMLSerializer
-
This method is called when an JAXBObject object is found
while the marshaller is in the "attribute" mode (i.e. marshalling
attributes of an element)
- childAsBody(JAXBObject, String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.MSVValidator
-
- childAsBody(JAXBObject, String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXMarshaller
-
- childAsBody(JAXBObject, String) - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer
-
This method is called when an JAXBObject object is found
while the marshaller is in the "element" mode (i.e. marshalling
a content model of an element)
- childAsBody(JAXBObject, String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.MSVValidator
-
- childAsBody(JAXBObject, String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXMarshaller
-
- childAsBody(JAXBObject, String) - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.XMLSerializer
-
This method is called when an JAXBObject object is found
while the marshaller is in the "element" mode (i.e. marshalling
a content model of an element)
- childAsURIs(JAXBObject, String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.MSVValidator
-
- childAsURIs(JAXBObject, String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXMarshaller
-
- childAsURIs(JAXBObject, String) - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer
-
This method is called when an JAXBObject object is found
while the marshaller is in the "URI" mode.
- childAsURIs(JAXBObject, String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.MSVValidator
-
- childAsURIs(JAXBObject, String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXMarshaller
-
- childAsURIs(JAXBObject, String) - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.XMLSerializer
-
This method is called when an JAXBObject object is found
while the marshaller is in the "URI" mode.
- CHIT - Static variable in class com.sun.identity.monitoring.SsoServerSAML1SvcImpl
-
- CHIT - Static variable in interface com.sun.identity.plugin.monitoring.FedMonSAML1Svc
-
- chmodFileReadOnly(File) - Static method in class com.sun.identity.setup.AMSetupServlet
-
Change a file to be read only for owner (eg password file on disk that we want to protect)
- CHOICE_CALLBACK - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- CHOICE_CALLBACK_BEGIN - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- CHOICE_CALLBACK_END - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- CHOICE_VALUE - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- CHOICE_VALUE_BEGIN - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- CHOICE_VALUE_END - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- CHOICE_VALUES - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- CHOICE_VALUES - Static variable in interface com.sun.identity.cli.IArgument
-
Choice values.
- CHOICE_VALUES_BEGIN - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- CHOICE_VALUES_END - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- ChoiceValidator - Class in com.sun.identity.install.tools.configurator
-
System supplied Choice Validator class.
- ChoiceValidator() - Constructor for class com.sun.identity.install.tools.configurator.ChoiceValidator
-
- ChoiceValues - Class in com.sun.identity.sm
-
The abstract class ChoiceValues provides a mechanism for
services to provide choice values for attributes dynamically instead of being
statically defined in the service XML file stored in the directory.
- ChoiceValues() - Constructor for class com.sun.identity.sm.ChoiceValues
-
- chooseClientAlias(String[], Principal[], Socket) - Method in class com.sun.identity.liberty.ws.soapbinding.WSX509KeyManager
-
Choose an alias to authenticate the client side of a secure socket given
the public key type and the list of certificate issuer authorities
recognized by the peer (if any).
- chooseClientAlias(String[], Principal[], Socket) - Method in class com.sun.identity.security.keystore.AMX509KeyManagerImpl
-
Choose an alias to authenticate the client side of a secure socket given
the public key type and the list of certificate issuer authorities
recognized by the peer (if any).
- chooseClientAlias(String[], Principal[], Socket) - Method in class com.sun.identity.security.keystore.v_14.AMX509KeyManagerImpl
-
Choose an alias to authenticate the client side of a secure socket given
the public key type and the list of certificate issuer authorities
recognized by the peer (if any).
- chooseServerAlias(String, Principal[], Socket) - Method in class com.sun.identity.liberty.ws.soapbinding.WSX509KeyManager
-
Returns an alias to authenticate the server side of a secure socket
given the public key type and the list of certificate issuer
authorities recognized by the peer (if any).
- chooseServerAlias(String, Principal[], Socket) - Method in class com.sun.identity.security.keystore.AMX509KeyManagerImpl
-
Choose an alias to authenticate the server side of a secure socket
given the public key type and the list of certificate issuer
authorities recognized by the peer (if any).
- chooseServerAlias(String, Principal[], Socket) - Method in class com.sun.identity.security.keystore.v_14.AMX509KeyManagerImpl
-
Choose an alias to authenticate the server side of a secure socket
given the public key type and the list of certificate issuer
authorities recognized by the peer (if any).
- chop(String) - Static method in class com.sun.identity.tools.diffs.Diffs
-
Breaks the bulk cvs diff file into individual files.
- CI_CI_NOT_NULL - Static variable in class com.sun.xml.bind.Messages
-
- CI_NOT_NULL - Static variable in class com.sun.xml.bind.Messages
-
- CipherDataElement - Interface in com.sun.identity.saml2.jaxb.xmlenc
-
Java content class for CipherData element declaration.
- CipherDataElementImpl - Class in com.sun.identity.saml2.jaxb.xmlenc.impl
-
- CipherDataElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherDataElementImpl
-
- CipherDataElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.xmlenc.impl
-
- CipherDataType - Interface in com.sun.identity.saml2.jaxb.xmlenc
-
Java content class for CipherDataType complex type.
- CipherDataTypeImpl - Class in com.sun.identity.saml2.jaxb.xmlenc.impl
-
- CipherDataTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherDataTypeImpl
-
- CipherDataTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.xmlenc.impl
-
- CipherProvider - Interface in org.forgerock.openam.utils
-
Abstract factory for obtaining
Cipher instances.
- cipherProvider(String, String, int) - Static method in class org.forgerock.openam.utils.Providers
-
Gets a pre-configured Cipher provider that caches ciphers in a per-thread LRU cache.
- CipherReferenceElement - Interface in com.sun.identity.saml2.jaxb.xmlenc
-
Java content class for CipherReference element declaration.
- CipherReferenceElementImpl - Class in com.sun.identity.saml2.jaxb.xmlenc.impl
-
- CipherReferenceElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherReferenceElementImpl
-
- CipherReferenceElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.xmlenc.impl
-
- CipherReferenceType - Interface in com.sun.identity.saml2.jaxb.xmlenc
-
Java content class for CipherReferenceType complex type.
- CipherReferenceTypeImpl - Class in com.sun.identity.saml2.jaxb.xmlenc.impl
-
- CipherReferenceTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherReferenceTypeImpl
-
- CipherReferenceTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.xmlenc.impl
-
- CircleOfTrustDescriptor - Class in com.sun.identity.cot
-
The COTDescriptor class is the representation
of the circle of trust configuration.
- CircleOfTrustDescriptor(String, String, String) - Constructor for class com.sun.identity.cot.CircleOfTrustDescriptor
-
Creates new COTDescriptor instance.
- CircleOfTrustDescriptor(String, String, String, String, String, String, String, String, Set) - Constructor for class com.sun.identity.cot.CircleOfTrustDescriptor
-
Creates new COTDescriptor instance.
- CircleOfTrustManager - Class in com.sun.identity.cot
-
This class has methods to manage the circle of trust.
- CircleOfTrustManager() - Constructor for class com.sun.identity.cot.CircleOfTrustManager
-
Constructor for COTManager.
- CircleOfTrustManager(Object) - Constructor for class com.sun.identity.cot.CircleOfTrustManager
-
Constructor for COTManager.
- CIRCLES_OF_TRUST_HANDLES_FUNCTION - Variable in class org.forgerock.openam.core.rest.sms.SmsServiceHandlerFunction
-
- cl - Static variable in class com.sun.identity.classloader.FAMClassLoader
-
- ClaimGatherer - Interface in org.forgerock.openam.uma
-
An interface for gathering claims from an authorization request containing
claim tokens.
- claimMap(Map<String, String>) - Method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig.OIDCIdTokenConfigBuilder
-
Contains the mapping of OIDC token claim names (Map keys) to local OpenAM attributes (Map values)
in configured data stores.
- claimMatches(JsonValue, String) - Method in class com.sun.identity.entitlement.JwtClaimSubject
-
- CLAIMS - Static variable in class com.sun.identity.wss.trust.RequestSecurityToken
-
- CLAIMS - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Custom
-
- CLAIMS - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2Client
-
- CLAIMS - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.ScriptParams
-
- CLAIMS_GROUP_DISPLAY_NAME - Static variable in class com.sun.identity.wsfederation.common.WSFederationConstants
-
Display name for Group claim.
- CLAIMS_GROUP_URI - Static variable in class com.sun.identity.wsfederation.common.WSFederationConstants
-
Group claim URI.
- CLAIMS_NS - Static variable in class com.sun.identity.wss.trust.ClaimType
-
- CLAIMS_PARAMETER_SUPPORTED - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2ProviderService
-
- CLAIMS_URI - Static variable in class com.sun.identity.wsfederation.common.WSFederationConstants
-
Claim URI.
- ClaimsParameterValidator - Class in org.forgerock.openidconnect
-
Implements OIDC Spec, Section 5.5 -- ensures that any values sent in as the
claims parameter is legal.
- ClaimsParameterValidator(OAuth2ProviderSettingsFactory) - Constructor for class org.forgerock.openidconnect.ClaimsParameterValidator
-
- ClaimType - Interface in com.sun.identity.wsfederation.jaxb.wsfederation
-
Java content class for ClaimType complex type.
- ClaimType - Class in com.sun.identity.wss.trust
-
This class ClaimType represents Identity
ClaimType Element.
- ClaimType(String) - Constructor for class com.sun.identity.wss.trust.ClaimType
-
Constructor
- ClaimType(Element) - Constructor for class com.sun.identity.wss.trust.ClaimType
-
Constructor
- ClaimTypeImpl - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- ClaimTypeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClaimTypeImpl
-
- ClaimTypeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- claimTypes - Variable in class com.sun.identity.wss.trust.RequestSecurityToken
-
- CLASS_CAST_DEFINITION_CLASS - Static variable in interface com.sun.identity.cli.ExitCodes
-
The defined definition class does not implement IDefinition
interface.
- CLASS_NAME - Static variable in class com.sun.identity.sm.SMSUtils
-
- CLASS_NAME - Static variable in class org.forgerock.openam.services.cdm.BasicClientTypesManager
-
- CLASS_REF_AUTH_TYPE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- classAnnotation() - Method in class org.forgerock.openam.test.apidescriptor.ApiAnnotationAssert
-
Get the test representative of SingletonProviders, CollectionProviders and
RequestHandlers in the annotated class.
- className - Static variable in class com.sun.identity.saml2.plugins.SAML2IDPProxyFRImpl
-
- CLASSPATH - Static variable in class com.sun.identity.install.tools.util.ExecuteCommand
-
- ClasspathLicenseLocator - Class in org.forgerock.openam.license
-
Loads required licenses from the classpath with well-known names.
- ClasspathLicenseLocator(ClassLoader, Charset, String...) - Constructor for class org.forgerock.openam.license.ClasspathLicenseLocator
-
Constructs a classpath license locator with the given classloader, charset and list of license files to load.
- CLASSREF_AUTHN_CONTEXT_SOFTWARE_PKI - Static variable in class com.sun.identity.wss.security.WSSConstants
-
- CLASSREF_PASSWORD_PROTECTED_TRANSPORT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- classRefLevelHash - Static variable in class com.sun.identity.saml2.profile.IDPCache
-
Hashtable saves AuthnContextClassRef to AuthLevel mapping
key : hostEntityID + "|" + realmName
value: Map containing AuthnContext class ref as Key and
authLevel as value.
- classRefSchemesHash - Static variable in class com.sun.identity.saml2.profile.IDPCache
-
Hashtable saves AuthnContextClassRef to auth schems mapping
key : hostEntityID + "|" + realmName
value: Map containing AuthnContext class ref as Key and
Set of auth schemes as value.
- clauses - Variable in class org.openidentityplatform.openam.cassandra.Filter
-
- cleanDeletedOrgCache(String) - Method in class com.iplanet.am.sdk.ldap.ComplianceServicesImpl
-
Method to clean up the deletedOrg cache, when an event notification
occurs from the directory
- cleanDomainMap(String) - Method in class com.iplanet.am.sdk.ldap.DCTreeServicesImpl
-
This is a public method used by the notification event listener thread to
clean the domain map, when organization entry is changed.
- cleanMetaAlias(HttpServletRequest) - Static method in class com.sun.identity.federation.services.fednsso.FSSSOAndFedHandler
-
Removes meta alias from request parameters.
- cleanQueryString(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
- cleanRealm(String) - Static method in class org.forgerock.openam.utils.RealmUtils
-
Converts a realm to a valid form
- cleanSessionMap(String, String, FSSession) - Static method in class com.sun.identity.federation.services.logout.FSLogoutUtil
-
Cleans the FSSessionManager maintained session
for the given principal.
- cleanSessionMapPartnerList(String, String, String, FSSession) - Static method in class com.sun.identity.federation.services.logout.FSLogoutUtil
-
Cleans the FSSessionManager maintained session
for the given principal, provider Id and removes all references to
the provider since logout notification has already been sent to
that provider.
- cleanSessionMapProviders(String, Vector, String) - Static method in class com.sun.identity.federation.services.logout.FSLogoutUtil
-
Cleans the FSSessionManager maintained session
information for the user for the given list of sessions.
- cleanSubject(MessageInfoContext, Subject) - Method in class org.forgerock.openam.rest.LocalSSOTokenSessionModule
-
No cleaning for the Subject is required for this module.
- cleanup() - Method in class org.forgerock.openam.core.rest.authn.core.CompletedLoginProcess
-
Perform any necessary session cleanup after authentication has completed.
- cleanup() - Method in class org.forgerock.openam.core.rest.authn.core.LoginProcess
-
Perform any necessary session cleanup after authentication has completed.
- CLEANUP_INTERVAL - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Internal Thread Cleanup Internal
- CLEANUP_INTERVAL_DEFAULT - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Cleanup time interval
- CLEANUP_INTERVAL_DEFAULT - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Default server cleanup interval.
- CLEANUP_INTERVAL_NAME - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
SAML service attribute that specifies server clean up interval.
- CLEANUP_INTERVAL_NAME - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- CLEANUP_INTERVAL_PROPERTY - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
System property name that specifies cleanup interval for internal
cache, such as assertions, artifacts and keystore etc.
- CLEANUP_PERIOD - Static variable in class org.forgerock.openam.cts.api.CoreTokenConstants
-
Configuration properties for Cleanup and Health Check periods.
- cleanupInt - Static variable in class com.sun.identity.coretoken.service.CoreTokenConfigService
-
- clear() - Method in class com.iplanet.am.sdk.AMHashMap
-
- clear() - Method in class com.iplanet.am.sdk.common.CacheBlockBase
-
Should be cleared, only if the entry is still valid only the data has
changed.
- clear() - Method in class com.iplanet.am.util.Cache
-
Clears this Cache so that it contains no keys.
- clear() - Method in class com.sun.identity.common.PeriodicGroupMap
-
Removes all the elements.
- clear() - Method in class com.sun.identity.config.wizard.Step5
-
Clear all Site / VIP / Load Balancer Settings
- clear() - Method in class com.sun.identity.entitlement.opensso.Cache
-
Clears this Cache so that it contains no keys.
- clear(ResourceSaveIndexes, String) - Method in class com.sun.identity.entitlement.opensso.IndexCache
-
Clear index cache.
- clear() - Method in class com.sun.identity.install.tools.configurator.StateData
-
- clear() - Method in class com.sun.identity.install.tools.configurator.TransientStateAccess
-
- clear() - Static method in class com.sun.identity.saml2.key.KeyUtil
-
Clears the cache.
- clear(String) - Static method in class com.sun.identity.saml2.profile.IDPCache
-
Clears the authn context mapping hash tables.
- clear(String) - Static method in class com.sun.identity.saml2.profile.SPCache
-
Clears the auth context object hash table.
- clear() - Method in class com.sun.identity.security.keystore.AMCallbackHandler
-
Clears the password so that sensitive data is no longer present
in memory.
- clear() - Static method in class com.sun.identity.session.util.RestrictedTokenContext
-
Clears the current context from this Thread Local
- clear() - Method in class com.sun.identity.shared.locale.AMResourceBundleCache
-
Clears all resource bundle objects
- clear(String) - Static method in class com.sun.identity.wsfederation.profile.SPCache
-
Clears the auth context object hash table.
- clear() - Static method in class com.sun.identity.wsfederation.profile.SPCache
-
Clears the auth context object hash table.
- clear() - Static method in class org.forgerock.openam.audit.context.AuditRequestContext
-
Discards the RequestContext of the current thread.
- clear() - Method in class org.forgerock.openam.scripting.ChainedBindings
- clear() - Method in class org.forgerock.openam.shared.security.crypto.PBKDF2KeyDerivation
-
Clears the configured password for this key derivation function.
- clearAdvices() - Method in class com.sun.identity.entitlement.ConditionDecision
-
Deprecated.
- clearAllCookies(HttpServletRequest, HttpServletResponse) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- clearAllCookiesByDomain(SessionID, String, HttpServletRequest, HttpServletResponse) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- clearAttribute(CoreTokenField) - Method in class org.forgerock.openam.cts.api.tokens.Token
-
Clear a set attribute.
- clearAuthContext() - Method in class com.iplanet.dpro.session.service.InternalSession
-
Clears the authentication context from this session.
- clearAuthCookie(HttpServletRequest, HttpServletResponse) - Method in class org.forgerock.openam.core.rest.authn.core.wrappers.CoreServicesWrapper
-
- clearBuffer() - Method in class com.sun.identity.cli.BufferOutputWriter
-
Clears the buffer.
- clearCache() - Method in interface com.iplanet.am.sdk.common.ICachedDirectoryServices
-
- clearCache() - Method in class com.iplanet.am.sdk.ldap.CachedDirectoryServicesImpl
-
This method is used to clear the entire SDK cache in the event that
EventService notifies that all entries have been modified (or should be
marked dirty).
- clearCache() - Method in class com.iplanet.am.sdk.remote.CachedRemoteServicesImpl
-
This method is used to clear the entire SDK cache in the event that
EventService notifies that all entries have been modified (or should be
marked dirty).
- clearCache() - Method in class com.sun.identity.entitlement.Entitlement
-
Sets this entitlement's current application to null.
- clearCache() - Static method in class com.sun.identity.federation.meta.IDFFMetaCache
-
Clears the Entity Descriptor and Entity Config cache.
- clearCache() - Static method in class com.sun.identity.idm.AMIdentityRepository
-
Clears the cache.
- clearCache() - Method in interface com.sun.identity.idm.IdCachedServices
-
- clearCache() - Static method in class com.sun.identity.idm.plugins.files.FilesRepo
-
- clearCache() - Method in class com.sun.identity.idm.remote.IdRemoteCachedServicesImpl
-
This method is used to clear the entire SDK cache in the event that
EventService notifies that all entries have been modified (or should be
marked dirty).
- clearCache() - Method in class com.sun.identity.idm.server.IdCachedServicesImpl
-
This method is used to clear the entire SDK cache in the event that
EventService notifies that all entries have been modified (or should be
marked dirty).
- clearCache() - Static method in class com.sun.identity.sm.OrgConfigViaAMSDK
-
Clears the cache
- clearCache() - Method in class com.sun.identity.sm.ServiceManager
-
Removes all the SMS cached entries.
- clearCache() - Method in interface org.forgerock.openam.entitlement.service.ApplicationService
-
Clears the cached applications.
- clearCache() - Method in class org.forgerock.openam.entitlement.service.ApplicationServiceImpl
-
- clearCache() - Method in class org.forgerock.openam.idm.IdCachedServicesDecorator
-
- clearCachedSessions() - Method in interface org.forgerock.openam.sts.token.ThreadLocalAMTokenCache
-
Clear the thread-local.
- clearCachedSessions() - Method in class org.forgerock.openam.sts.token.ThreadLocalAMTokenCacheImpl
-
- clearCaches() - Method in class com.iplanet.services.ldap.event.LDAPv3PersistentSearch
-
- clearCaches() - Method in class org.forgerock.openam.idrepo.ldap.psearch.DJLDAPv3PersistentSearch
-
- clearCaches() - Method in class org.forgerock.openam.sm.datalayer.impl.ldap.CTSDJLDAPv3PersistentSearch
-
- clearHostUrlCookie(HttpServletResponse) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- clearIdRepoPlugins() - Method in interface com.sun.identity.idm.IdServices
-
- clearIdRepoPlugins(String, String, int) - Method in interface com.sun.identity.idm.IdServices
-
- clearIdRepoPlugins(String, String, int) - Method in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
- clearIdRepoPlugins() - Method in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
- clearIdRepoPlugins() - Method in class com.sun.identity.idm.server.IdServicesImpl
-
- clearIdRepoPlugins(String, String, int) - Method in class com.sun.identity.idm.server.IdServicesImpl
-
- clearIdRepoPlugins() - Method in class org.forgerock.openam.idm.IdServicesDecorator
- clearIdRepoPlugins(String, String, int) - Method in class org.forgerock.openam.idm.IdServicesDecorator
- clearIdRepoPluginsCache() - Method in class com.sun.identity.idm.server.IdRepoPluginsCache
-
Clears the IdRepo plugin cache
- clearInfoText(int) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Clears the info text for a given callback state
- clearlbCookie(HttpServletRequest, HttpServletResponse) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- clearLbCookie(HttpServletRequest, HttpServletResponse) - Method in class org.forgerock.openam.core.rest.authn.core.wrappers.CoreServicesWrapper
-
- clearLink - Variable in class com.sun.identity.config.wizard.LDAPStoreWizardPage
-
- clearLink - Variable in class com.sun.identity.config.wizard.Step5
-
- clearNegativeByteAttrs() - Method in class com.iplanet.am.sdk.AMHashMap
-
- clearServerCookie(String, HttpServletRequest, HttpServletResponse) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Clears server cookie.
- clearSpecialIdentityCache() - Method in class com.sun.identity.idm.server.IdServicesImpl
-
- clearStatusMessageCodes() - Method in class com.sun.identity.config.util.TemplatedPage
-
- clearStore() - Method in class com.sun.identity.config.wizard.LDAPStoreWizardPage
-
- ClearTextTransform - Class in com.sun.identity.authentication.modules.jdbc
-
A very simple test implementation of the JDBC Password Syntax Transform.
- ClearTextTransform() - Constructor for class com.sun.identity.authentication.modules.jdbc.ClearTextTransform
-
Creates a new instance of ClearTextTransform.
- clearValueInState(IStateAccess) - Method in class com.sun.identity.install.tools.configurator.UserDataInteraction
-
Clear value from state for this interaction since user entered empty
input
- CLICommand - Interface in com.sun.identity.cli
-
Commandline Interface Command.
- CLICommandBase - Class in com.sun.identity.cli
-
This is the base class for all CLI command implementation.
- CLICommandBase() - Constructor for class com.sun.identity.cli.CLICommandBase
-
- CLIConstants - Interface in com.sun.identity.cli
-
This interface defines constants used in the package.
- CLIDefinitionBase - Class in com.sun.identity.cli
-
This is the base class for CLI definition class.
- CLIDefinitionBase(String) - Constructor for class com.sun.identity.cli.CLIDefinitionBase
-
Constructs an instance of this class.
- CLIDefinitionGenerator - Class in org.forgerock.maven.plugins
-
- CLIDefinitionGenerator() - Constructor for class org.forgerock.maven.plugins.CLIDefinitionGenerator
-
- ClienSDK - Class in org.openidentityplatform.openam
-
- ClienSDK() - Constructor for class org.openidentityplatform.openam.ClienSDK
-
- Client - Class in com.iplanet.services.cdm
-
Provides common access to client data.
- Client() - Constructor for class com.iplanet.services.cdm.Client
-
- Client(String, Map) - Constructor for class com.iplanet.services.cdm.Client
-
- client - Variable in class com.sun.identity.entity.EntityObject
-
- Client - Class in com.sun.identity.liberty.ws.soapbinding
-
The Client class provides web service clients with a method to
send requests using SOAP connection to web service servers.
- Client - Class in org.forgerock.openidconnect
-
Models a OAuth2 Client.
- Client(String, String, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, String, String, List<String>, String, String, String, String, List<String>, List<String>, Long, Boolean, String, String, String, String, String, String, Long, Long, Long, Long) - Constructor for class org.forgerock.openidconnect.Client
-
Creates a OAuth2Client.
- Client.ApplicationType - Enum in org.forgerock.openidconnect
-
Stores a client application type.
- Client.ClientType - Enum in org.forgerock.openidconnect
-
Stores the possible OAuth2Client types.
- Client.PublicKeySelector - Enum in org.forgerock.openidconnect
-
Stores the selected public key locator for this client.
- Client.SubjectType - Enum in org.forgerock.openidconnect
-
Stores a Client SubjectType.
- Client.TokenEndpointAuthMethod - Enum in org.forgerock.openidconnect
-
Stores a token endpoint auth method type.
- CLIENT_ASSERTION - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.JwtProfile
-
The parameter name for the client assertion.
- CLIENT_ASSERTION - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.SAML20
-
The value of the "client_assertion" parameter MUST contain a single
SAML 2.0 Assertion.
- CLIENT_ASSERTION_TYPE - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.JwtProfile
-
The parameter name for the client assertion type.
- CLIENT_ASSERTION_TYPE - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.SAML20
-
- CLIENT_ASSERTION_TYPE_URI - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.SAML20
-
- CLIENT_ATT_CLASSNAME - Static variable in class org.forgerock.openam.radius.server.config.RadiusServerConstants
-
In a configured radius client this is the fully qualified name of a class that implements the
AccessRequestHandler interface and will handle requests from that client.
- CLIENT_ATT_IP_ADDR - Static variable in class org.forgerock.openam.radius.server.config.RadiusServerConstants
-
In a configured radius client this is the name of the attribute whose value indicates IP source address from
which a UDP packet must be received to be accepted and processed by the server.
- CLIENT_ATT_LOG_PACKETS - Static variable in class org.forgerock.openam.radius.server.config.RadiusServerConstants
-
In a configured radius client this is the name of the attribute whose value indicates if request and response
packets for the client should be dumped to log with all content visible save for the USER_PASSWORD field which is
obfiscated with asterisks in place of characters.
- CLIENT_ATT_PROPERTIES - Static variable in class org.forgerock.openam.radius.server.config.RadiusServerConstants
-
In a configured radius client this is the name of a list of configuration properties specific to the handler
class.
- CLIENT_ATT_SECRET - Static variable in class org.forgerock.openam.radius.server.config.RadiusServerConstants
-
In a configured radius client this is the name of the attribute whose value holds the secret shared between
server and client and used to encrypt and decrypt the packet authenticators providing signer authenticity and
message integrity.
- CLIENT_CERTIFICATE_ALIAS - Static variable in interface com.sun.identity.shared.Constants
-
Certificate Alias name for SSL Client Auth
- CLIENT_CREDENTIALS - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.TokenEndpoint
-
- CLIENT_FAULT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- CLIENT_ID - Static variable in class org.forgerock.openam.cts.api.fields.ResourceSetTokenField
-
- CLIENT_ID - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.CoreTokenParams
-
- CLIENT_ID - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2Client
-
- CLIENT_ID - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Params
-
Parameter usage location: authorization request, token request.
- CLIENT_ID_FIELD - Static variable in class org.forgerock.oauth2.core.TokenInvalidator
-
- CLIENT_ID_FIELD - Static variable in class org.forgerock.openam.oauth2.StatelessTokenCtsAdapter
-
- CLIENT_IP_ADDR_HEADER - Static variable in interface com.sun.identity.shared.Constants
-
Property string for client IP address header.
- CLIENT_IP_EMPTY - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- CLIENT_JWT_PUBLIC_KEY - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2Client
-
- CLIENT_KEY - Static variable in class com.sun.identity.authentication.config.AMAuthConfigUtils
-
- CLIENT_NAME - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2Client
-
- CLIENT_NOTIFICATION_URL - Static variable in interface com.sun.identity.shared.Constants
-
Property string for client notification URL.
- CLIENT_SCRIPT_OUTPUT_DATA_PARAMETER_NAME - Static variable in class org.forgerock.openam.authentication.modules.scripted.Scripted
-
- CLIENT_SCRIPT_OUTPUT_DATA_VARIABLE_NAME - Static variable in class org.forgerock.openam.authentication.modules.scripted.Scripted
-
- CLIENT_SECRET - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2Client
-
- CLIENT_SECRET - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Params
-
Parameter usage location: token request.
- CLIENT_SESSION_URI - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2Client
-
- CLIENT_TLS_BEARER - Static variable in class com.sun.identity.liberty.ws.soapbinding.Message
-
Authentication mechanism "urn:liberty:security:2004-04:ClientTLS:Bearer"
- CLIENT_TLS_BEARER_WSF11 - Static variable in class com.sun.identity.liberty.ws.soapbinding.Message
-
Authentication mechanism "urn:liberty:security:2005-02:ClientTLS:Bearer"
- CLIENT_TLS_NULL - Static variable in class com.sun.identity.liberty.ws.soapbinding.Message
-
Authentication mechanism "urn:liberty:security:2003-08:ClientTLS:null"
- CLIENT_TLS_SAML - Static variable in class com.sun.identity.liberty.ws.soapbinding.Message
-
Authentication mechanism "urn:liberty:security:2003-08:ClientTLS:SAML"
- CLIENT_TLS_SAML_WSF11 - Static variable in class com.sun.identity.liberty.ws.soapbinding.Message
-
Authentication mechanism "urn:liberty:security:2005-02:ClientTLS:SAML"
- CLIENT_TLS_X509 - Static variable in class com.sun.identity.liberty.ws.soapbinding.Message
-
Authentication mechanism "urn:liberty:security:2003-08:ClientTLS:X509"
- CLIENT_TLS_X509_WSF11 - Static variable in class com.sun.identity.liberty.ws.soapbinding.Message
-
Authentication mechanism "urn:liberty:security:2005-02:ClientTLS:X509"
- CLIENT_TYPE - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- CLIENT_TYPE - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2Client
-
- ClientAuthenticationFailureFactory - Class in org.forgerock.oauth2.core.exceptions
-
Produces exceptions to handle the invalid_client error of the OAuth2 specification, particularly
in handling the error code returned.
- ClientAuthenticationFailureFactory() - Constructor for class org.forgerock.oauth2.core.exceptions.ClientAuthenticationFailureFactory
-
- ClientAuthenticator - Class in org.forgerock.oauth2.core
-
Authenticates OAuth2 clients by extracting the client's identifier and secret from the request.
- ClientAuthenticator(ClientRegistrationStore, OAuth2AuditLogger, RealmNormaliser, ClientCredentialsReader, ClientAuthenticationFailureFactory) - Constructor for class org.forgerock.oauth2.core.ClientAuthenticator
-
Constructs a new ClientAuthenticatorImpl.
- clientAuthenticator - Variable in class org.forgerock.oauth2.core.GrantTypeHandler
-
- ClientBuilder - Class in org.forgerock.openidconnect
-
Builds a OAuth2 Client.
- ClientBuilder() - Constructor for class org.forgerock.openidconnect.ClientBuilder
-
- clientChanged(String, int, int) - Method in interface com.iplanet.services.cdm.clientschema.AMClientDataListener
-
Called when a client-type data gets changed.
- clientChanged(String, int, int) - Method in class com.iplanet.services.cdm.DefaultClientTypesManager
-
AMClientDataListener method for client change notification
- clientChanged(String, int, int) - Method in class com.iplanet.services.cdm.G11NSettings
-
- ClientConfig - Class in org.forgerock.openam.radius.server.config
-
Holds information for a RADIUS client that is allowed to connect to this RADIUS server to perform authentication.
- ClientConfig() - Constructor for class org.forgerock.openam.radius.server.config.ClientConfig
-
- ClientConfigurationException - Exception in org.forgerock.openam.radius.server.config
-
Exception thrown when the RADIUS server client configuration is invalid.
- ClientConfigurationException(String, String) - Constructor for exception org.forgerock.openam.radius.server.config.ClientConfigurationException
-
Constructs a new exception with the specified detail message.
- ClientConfigurationException(String, String, Throwable) - Constructor for exception org.forgerock.openam.radius.server.config.ClientConfigurationException
-
Constructs a new exception with the specified detail message and cause.
- ClientCredentials - Class in org.forgerock.openam.oauth2
-
Models the client's credentials
- ClientCredentials(String, char[], boolean, boolean) - Constructor for class org.forgerock.openam.oauth2.ClientCredentials
-
Constructs a new ClientCredentials instance.
- ClientCredentialsGrantTypeHandler - Class in org.forgerock.oauth2.core
-
Implementation of the GrantTypeHandler for the OAuth2 Client Credentials grant.
- ClientCredentialsGrantTypeHandler(ClientAuthenticator, List<ClientCredentialsRequestValidator>, TokenStore, OAuth2UrisFactory, OAuth2ProviderSettingsFactory) - Constructor for class org.forgerock.oauth2.core.ClientCredentialsGrantTypeHandler
-
Constructs a new ClientCredentialsGrantTypeHandler.
- ClientCredentialsReader - Class in org.forgerock.openam.oauth2
-
Used to extract an OAuth2 client's credentials from its OAuth2 Request.
- ClientCredentialsReader(OpenIdConnectClientRegistrationStore, ClientAuthenticationFailureFactory) - Constructor for class org.forgerock.openam.oauth2.ClientCredentialsReader
-
- ClientCredentialsRequestValidator - Interface in org.forgerock.oauth2.core
-
Request validator for the OAuth2 client credentials grant.
- ClientCredentialsRequestValidatorImpl - Class in org.forgerock.oauth2.core
-
Implementation of the request validator for the OAuth2 client credentials grant.
- ClientCredentialsRequestValidatorImpl() - Constructor for class org.forgerock.oauth2.core.ClientCredentialsRequestValidatorImpl
-
- ClientDAO - Class in org.forgerock.openidconnect
-
Interface to do basic CRUD operations on a OAuth2Client.
- ClientDAO(AMIdentityRepositoryFactory) - Constructor for class org.forgerock.openidconnect.ClientDAO
-
- ClientDetectionDefaultImpl - Class in com.iplanet.services.cdm
-
The ClientDetectionInterface interface needs to be implemented
by services and applications serving multiple clients, to determine the
client from which the request has originated.
- ClientDetectionDefaultImpl() - Constructor for class com.iplanet.services.cdm.ClientDetectionDefaultImpl
-
Creates a client detection default implementation instance.
- ClientDetectionException - Exception in com.iplanet.services.cdm
-
The ClientDetectionException class is used to throw exceptions
whenever an error is encountered in detecting client type.
- ClientDetectionException(String) - Constructor for exception com.iplanet.services.cdm.ClientDetectionException
-
Constructs an instance of the ClientDetectionException
class
- ClientDetectionException(Throwable) - Constructor for exception com.iplanet.services.cdm.ClientDetectionException
-
Constructs an instance of the ClientDetectionException
class
- ClientDetectionInterface - Interface in com.iplanet.services.cdm
-
The ClientDetectionInterface interface needs to be implemented
by services and applications serving multiple clients, to determine the
client from which the request has originated.
- ClientException - Exception in com.iplanet.services.cdm
-
The ClientException is thrown to indicate that there is an
error in using the client detection module.
- ClientException() - Constructor for exception com.iplanet.services.cdm.ClientException
-
Default constructor
- ClientException(String) - Constructor for exception com.iplanet.services.cdm.ClientException
-
Constructs a new ClientException with detailed message.
- ClientFaultException - Exception in com.sun.identity.saml2.profile
-
Indicates a client fault during federated SSO.
- ClientFaultException(String) - Constructor for exception com.sun.identity.saml2.profile.ClientFaultException
-
Constructs the client fault exception with the given message code.
- ClientFaultException(String, String) - Constructor for exception com.sun.identity.saml2.profile.ClientFaultException
-
Constructs the client fault exception with the given message code and detail message.
- ClientFaultException(SAML2IdentityProviderAdapter, String) - Constructor for exception com.sun.identity.saml2.profile.ClientFaultException
-
Constructs the client fault exception with the given IDP adapter and message code.
- ClientFaultException(SAML2IdentityProviderAdapter, String, String) - Constructor for exception com.sun.identity.saml2.profile.ClientFaultException
-
Constructs the client fault exception with the given IDP adapter, message code, and detail message.
- ClientPseudonymElement - Interface in com.sun.identity.wsfederation.jaxb.wsfederation
-
Java content class for ClientPseudonym element declaration.
- ClientPseudonymElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- ClientPseudonymElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClientPseudonymElementImpl
-
- ClientPseudonymElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- ClientPseudonymType - Interface in com.sun.identity.wsfederation.jaxb.wsfederation
-
Java content class for ClientPseudonymType complex type.
- ClientPseudonymTypeImpl - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- ClientPseudonymTypeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClientPseudonymTypeImpl
-
- ClientPseudonymTypeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- ClientRegistration - Interface in org.forgerock.oauth2.core
-
Models a client registration in the OAuth2 provider.
- ClientRegistrationStore - Interface in org.forgerock.oauth2.core
-
The OAuth2 providers store for all client registrations.
- ClientResource - Class in org.forgerock.openam.oauth2.rest
-
- ClientResource(ClientResourceManager, CTSPersistentStore, OAuth2AuditLogger, Debug) - Constructor for class org.forgerock.openam.oauth2.rest.ClientResource
-
- ClientResource(ClientResourceManager, CTSPersistentStore, ServiceSchemaManager, OAuth2AuditLogger, Debug) - Constructor for class org.forgerock.openam.oauth2.rest.ClientResource
-
- ClientResourceManager - Class in org.forgerock.openam.oauth2.rest
-
- ClientResourceManager() - Constructor for class org.forgerock.openam.oauth2.rest.ClientResourceManager
-
- CLIENTS - Static variable in class org.forgerock.openam.services.cdm.BasicClientTypesManager
-
- CLIENTS_CAN_SKIP_CONSENT - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2ProviderService
-
- clientsCanSkipConsent() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- clientsCanSkipConsent() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Whether clients can opt to skip resource owner consent during authorization flows.
- clientsCanSkipConsent() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- ClientSdkOperations - Class in com.iplanet.dpro.session.operations.strategies
-
- ClientSdkOperations(Debug, SessionPLLSender, SessionServiceURLService) - Constructor for class com.iplanet.dpro.session.operations.strategies.ClientSdkOperations
-
- ClientSdkSessionOperationStrategy - Class in com.iplanet.dpro.session.operations
-
Responsible for providing a SessionOperationStrategy which is appropriate
for ClientSDK usage.
- ClientSdkSessionOperationStrategy(ClientSdkOperations) - Constructor for class com.iplanet.dpro.session.operations.ClientSdkSessionOperationStrategy
-
Default constructor appropriate for Client SDK usage.
- ClientSdkSessionRequests - Class in com.iplanet.dpro.session
-
Responsible for performing the Session based logic of sending a request.
- ClientSdkSessionRequests(Debug, SessionPLLSender) - Constructor for class com.iplanet.dpro.session.ClientSdkSessionRequests
-
- clientSecret - Variable in class org.forgerock.openam.authentication.modules.oidc.JwtHandlerConfig
-
- clientSecret(byte[]) - Method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig.OIDCIdTokenConfigBuilder
-
- clientSignatureKeyAlias(String) - Method in class org.forgerock.openam.sts.soap.SoapSTSConsumer.SoapSTSConsumerBuilder
-
- ClientsManager - Class in com.iplanet.services.cdm
-
Provides common access to client data.
- ClientsManager() - Constructor for class com.iplanet.services.cdm.ClientsManager
-
Constructor
- ClientType - Enum in org.forgerock.oauth2.core
-
Models the possible types of OAuth2 clients.
- clientTypesManager - Static variable in class com.iplanet.services.cdm.ClientsManager
-
- ClientTypesManager - Interface in com.iplanet.services.cdm
-
Interface that needs to be implemented by external applications inorder to do
some special processing for client management.
- ClientUserToken - Interface in com.sun.identity.wss.sts
-
This class extends XWSS Security Token and enables the STS Clients to
use any custom tokens that can be used in WS-Trust protocol element
OnBehalfOf.
- ClientUtils - Class in org.forgerock.openam.utils
-
Shared utility class for HTTP Clients.
- CLIException - Exception in com.sun.identity.cli
-
Commandline Interface Exception.
- CLIException(String, int, String) - Constructor for exception com.sun.identity.cli.CLIException
-
Constructs a CLI Exception.
- CLIException(String, int) - Constructor for exception com.sun.identity.cli.CLIException
-
Constructs a CLI Exception.
- CLIException(Throwable, int) - Constructor for exception com.sun.identity.cli.CLIException
-
Constructs a CLI Exception.
- CLIException(Throwable, int, String) - Constructor for exception com.sun.identity.cli.CLIException
-
Constructs a CLI Exception.
- CliGuiceModule - Class in com.sun.identity.cli
-
Guice module for bindings that are required for the command line tools to work but are declared
in other Guice modules but we do not want/cannot have all of the other bindings declared in them
as well.
- CliGuiceModule() - Constructor for class com.sun.identity.cli.CliGuiceModule
-
- CliGuiceModuleLoader - Class in com.sun.identity.cli
-
Guice module loader for loading CLI specific Guice modules.
- CliGuiceModuleLoader() - Constructor for class com.sun.identity.cli.CliGuiceModuleLoader
-
- CLILicensePresenter - Class in org.forgerock.openam.license
-
Implementation of a LicensePresenter for displaying licenses
on the command-line.
- CLILicensePresenter(LicenseLocator, User) - Constructor for class org.forgerock.openam.license.CLILicensePresenter
-
Injected Constructor.
- CLILogin - Class in com.iplanet.am.util
-
- CLILogin(String, String, String, String) - Constructor for class com.iplanet.am.util.CLILogin
-
- CLIPresenterClasspathLicenseLocator - Class in org.forgerock.openam.license
-
Loads required licenses from the classpath with well-known names for presentation on a CLI.
- CLIPresenterClasspathLicenseLocator() - Constructor for class org.forgerock.openam.license.CLIPresenterClasspathLicenseLocator
-
No args constructor to be called via Guice.
- CLIPresenterClasspathLicenseLocator(ClassLoader, Charset) - Constructor for class org.forgerock.openam.license.CLIPresenterClasspathLicenseLocator
-
Constructs a CLI presenter classpath license locator with the given classloader, charset
and list of license files to load.
- CLIRequest - Class in com.sun.identity.cli
-
This class encapsulates the CLI request information.
- CLIRequest(CLIRequest, String[], SSOToken) - Constructor for class com.sun.identity.cli.CLIRequest
-
Constructs a CLI request object.
- CLIRequest(CLIRequest, String[]) - Constructor for class com.sun.identity.cli.CLIRequest
-
Constructs a CLI request object.
- CLIUtil - Class in com.sun.identity.cli
-
This is an utility class.
- clone() - Method in class com.iplanet.services.ldap.aci.QualifiedCollection
-
Clones this object
- clone() - Method in class com.iplanet.services.ldap.Attr
-
Return a copy of the object
- clone() - Method in class com.iplanet.services.ldap.AttrSet
-
Return a copy of the object
- clone() - Method in class com.iplanet.ums.CreationTemplate
-
Returns a copy of the template.
- clone() - Method in class com.iplanet.ums.SearchTemplate
-
Returns a copy of the template.
- clone() - Method in class com.iplanet.ums.Template
-
Returns a copy of the template.
- clone() - Method in class com.sun.identity.entitlement.Application
-
- clone() - Method in class com.sun.identity.entitlement.ReferralPrivilege
-
Deprecated.
- clone() - Method in class com.sun.identity.install.tools.configurator.StateData
-
- clone() - Method in class com.sun.identity.policy.ActionDecision
-
Deprecated.
Creates and returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.Conditions
-
Returns a new copy of this object with the identical
set of conditions collections (conditions).
- clone() - Method in interface com.sun.identity.policy.interfaces.Condition
-
Deprecated.
Returns a copy of this object.
- clone() - Method in interface com.sun.identity.policy.interfaces.ResponseProvider
-
Deprecated.
Returns a copy of this object.
- clone() - Method in interface com.sun.identity.policy.interfaces.Subject
-
Deprecated.
Creates and returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.plugins.AMIdentityMembershipCondition
-
Deprecated.
Returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.plugins.AMIdentitySubject
-
Deprecated.
Creates and returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.plugins.AuthenticatedAgents
-
Creates and returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.plugins.AuthenticatedSharedAgents
-
Creates and returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.plugins.AuthenticatedSharedAgentsCondition
-
Returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.plugins.AuthenticatedUsers
-
Deprecated.
Creates and returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.plugins.AuthenticateToRealmCondition
-
Deprecated.
Returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.plugins.AuthenticateToServiceCondition
-
Deprecated.
Returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.plugins.AuthLevelCondition
-
Deprecated.
Returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.plugins.AuthRoleCondition
-
Deprecated.
Returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.plugins.AuthSchemeCondition
-
Deprecated.
Returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.plugins.DSAMERole
-
Creates and returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.plugins.IDRepoResponseProvider
-
Returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.plugins.IPCondition
-
Deprecated.
Returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.plugins.LDAPFilterCondition
-
Deprecated.
Returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.plugins.LDAPGroups
-
Creates and returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.plugins.LDAPRoles
-
Creates and returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.plugins.LDAPUsers
-
Creates and returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.plugins.LEAuthLevelCondition
-
Deprecated.
Returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.plugins.Organization
-
Creates and returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.plugins.PrivilegeCondition
-
Returns a clone of this object.
- clone() - Method in class com.sun.identity.policy.plugins.PrivilegeSubject
-
Creates and returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.plugins.ResourceEnvIPCondition
-
Deprecated.
Returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.plugins.SessionCondition
-
Deprecated.
Creates and returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.plugins.SessionPropertyCondition
-
Deprecated.
Returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.plugins.SimpleTimeCondition
-
Deprecated.
Returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.plugins.UserSelfCheckCondition
-
Returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.plugins.WebServicesClients
-
Creates and returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Creates and returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.PolicyDecision
-
Deprecated.
Makes a copy of this object
- clone() - Method in class com.sun.identity.policy.Referrals
-
Returns a new copy of this object with the identical
set of user collections (referrals).
- clone() - Method in class com.sun.identity.policy.ResponseProviders
-
Returns a deep copy of this object with the identical
set of ResponseProvider objects
- clone() - Method in class com.sun.identity.policy.Rule
-
Deprecated.
Creates and returns a copy of this object.
- clone() - Method in class com.sun.identity.policy.Subjects
-
Returns a new copy of this object with the identical
set of user collections (subjects).
- clone() - Method in class com.sun.identity.security.keystore.AMPassword
-
Clones the password.
- clone() - Method in class com.sun.identity.sm.SMSEntry
-
- clone(String, Context, ActionRequest) - Method in class org.forgerock.openam.core.rest.sms.ServersResourceProvider
-
- clone() - Method in class org.forgerock.openam.network.ipv4.IPv4Condition
-
Deprecated.
Returns a copy of this object.
- clone() - Method in class org.forgerock.openam.network.ipv6.IPv6Condition
-
Deprecated.
Returns a copy of this object.
- cloneAppl(Application) - Method in class com.sun.identity.entitlement.Application
-
- cloneMap(Map) - Static method in class com.sun.identity.policy.PolicyUtils
-
Returns deep copy of a Map
The passed in Map should have String
object as keys and Set of String
objects as values
- cloneMap(Map<String, Set<String>>) - Static method in class com.sun.identity.shared.test.CollectionUtils
-
Returns a cloned Map of String to Set of String.
- CloneServer - Class in com.sun.identity.cli.serverconfig
-
Clone a server instance.
- CloneServer() - Constructor for class com.sun.identity.cli.serverconfig.CloneServer
-
- cloneServerInstance(SSOToken, String, String, String) - Static method in class com.sun.identity.common.configuration.ServerConfiguration
-
Clones a server instance.
- cloneServerInstance(SSOToken, String, String) - Static method in class com.sun.identity.common.configuration.ServerConfiguration
-
Clones an existing server using the new cloned server name.
- close() - Method in class com.sun.identity.config.SetupWriter
-
- close() - Method in class com.sun.identity.log.handlers.DBHandler
-
Flush any buffered messages and close the current output stream.
- close() - Method in class com.sun.identity.log.handlers.FileHandler
-
Flush any buffered messages and Close all the files.
- close() - Method in class com.sun.identity.log.handlers.RemoteHandler
-
Flushes any buffered output by calling flush(), and then close
the handler and free all associated resources with this handler.
- close() - Method in class com.sun.identity.log.handlers.SecureFileHandler
-
Flush any buffered messages and Close all the files.
- close() - Method in class com.sun.identity.setup.InstallLog
-
- close() - Method in interface org.forgerock.openam.cts.impl.query.worker.CTSWorkerQuery
-
Query consumers should call this method if they choose to stop processing
result pages before
CTSWorkerQuery.nextPage() returns null.
- close() - Method in class org.forgerock.openam.cts.impl.query.worker.queries.CTSWorkerBaseQuery
-
- close() - Method in class org.forgerock.openam.cts.monitoring.impl.connections.MonitoredCTSConnectionFactory
-
- close() - Method in class org.forgerock.openam.log.handlers.syslog.SyslogHandler
-
Flushes the buffered logrecords and closes the connections established by
SyslogPublisher.
- close() - Method in interface org.forgerock.openam.notifications.Subscription
-
Closes the subscription.
- close() - Method in class org.forgerock.openam.notifications.websocket.NotificationsWebSocket
-
When the notification websocket is closed, the subscription is closed.
- close() - Method in class org.forgerock.openam.rest.ElevatedConnectionFactoryWrapper
-
- close() - Method in class org.forgerock.openam.services.push.sns.SnsHttpDelegate
-
- close() - Method in interface org.forgerock.openam.sm.datalayer.api.ConnectionFactory
-
If the underlying factory logic needs any specific close behaviour.
- close() - Method in class org.openidentityplatform.openam.cassandra.ConnectionFactoryProvider.ConnectionFactory
-
- close() - Method in class org.openidentityplatform.openam.cassandra.embedded.Server
-
- CloseableHttpClientHandlerProvider - Class in org.forgerock.openam.shared.guice
-
- CloseableHttpClientHandlerProvider(ShutdownManager) - Constructor for class org.forgerock.openam.shared.guice.CloseableHttpClientHandlerProvider
-
Uses the shutdown manager supplied to register all created HttpClientHandler objects for shutdown.
- CloseableHttpClientProvider - Class in org.forgerock.openam.shared.guice
-
This class provides Guice with instances of Client that contain a HttpClientHandler.
- CloseableHttpClientProvider(HttpClientHandler) - Constructor for class org.forgerock.openam.shared.guice.CloseableHttpClientProvider
-
- closeConnection() - Method in class org.forgerock.openam.log.handlers.syslog.SyslogPublisher
-
Closes the underlying connection.
- closeConnection() - Method in class org.forgerock.openam.log.handlers.syslog.SyslogTcpPublisher
-
- closeConnection() - Method in class org.forgerock.openam.log.handlers.syslog.SyslogUdpPublisher
-
- closeIfNotNull(Closeable) - Static method in class org.forgerock.openam.utils.IOUtils
-
Closes the passed in resource if not null.
- closeIfNotNull(Closeable...) - Static method in class org.forgerock.openam.utils.IOUtils
-
Closes all of the provided
Closeables and swallows any exceptions.
- closeOutputStream() - Static method in class com.sun.identity.setup.SetupProgress
-
- closeOutputStream() - Static method in class org.forgerock.openam.upgrade.UpgradeProgress
-
- Cluster - Class in org.openidentityplatform.openam.cassandra
-
- Cluster() - Constructor for class org.openidentityplatform.openam.cassandra.Cluster
-
- CLUSTER_SERVER_LIST - Static variable in interface com.sun.identity.shared.Constants
-
Key name for site ID list in naming table.
- ClusterMonitor - Interface in com.iplanet.dpro.session.service.cluster
-
API for querying status of servers in cluster.
- ClusterStateService - Class in com.iplanet.dpro.session.service.cluster
-
The ClusterStateService monitors the state of Server instances
that are part of the current Site.
- ClusterStateService(String, int, long, Map<String, String>, Map<String, String>) - Constructor for class com.iplanet.dpro.session.service.cluster.ClusterStateService
-
Constructs an instance for the cluster service
- CMD_NAME_IMPORT_SVC_CONFIG - Static variable in interface com.sun.identity.cli.CLIConstants
-
Import configuration data sub command name.
- CMISS - Static variable in class com.sun.identity.monitoring.SsoServerSAML1SvcImpl
-
- CMISS - Static variable in interface com.sun.identity.plugin.monitoring.FedMonSAML1Svc
-
- CMListener - Class in com.iplanet.ums
-
CMListener implements ServiceListener interface.
- CMListener() - Constructor for class com.iplanet.ums.CMListener
-
- CN - Static variable in class com.sun.identity.log.QueryElement
-
Contains Relationship.
- CN_ELEMENT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- CN_ELEMENT_INT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- CNF - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.ProofOfPossession
-
Confirmation claim, expected format is either a valid jwk, jwe or a jku.
- CNF_KEY - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.ProofOfPossession
-
OAuth2 request parameter, expected to be base64 encoded.
- CODE - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.AuthorizationEndpoint
-
- CODE - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Params
-
Parameter usage location: authorization response, token request.
- CODE_CHALLENGE - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Custom
-
- CODE_CHALLENGE_METHOD - Static variable in class org.forgerock.openam.authentication.modules.oauth2.OAuthParam
-
- CODE_CHALLENGE_METHOD - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Custom
-
- CODE_CHALLENGE_METHOD_PLAIN - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Custom
-
- CODE_CHALLENGE_METHOD_S_256 - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Custom
-
- CODE_VERIFIER - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Custom
-
- CODE_VERIFIER - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2ProviderService
-
- CodeException - Exception in org.forgerock.openam.utils
-
An exception for errors caused by invalid generation of codes.
- CodeException(String) - Constructor for exception org.forgerock.openam.utils.CodeException
-
Generate a new CodeException with the provided message.
- CodeException(String, Throwable) - Constructor for exception org.forgerock.openam.utils.CodeException
-
Generate a new CodeException with the provided message and underlying throwable.
- CodeGeneratorSource - Interface in org.forgerock.openam.utils
-
- CodeLengthValidator - Class in org.forgerock.openam.authentication.modules.fr.oath.validators
-
Validates that the entered code length is at least 6.
- CodeLengthValidator() - Constructor for class org.forgerock.openam.authentication.modules.fr.oath.validators.CodeLengthValidator
-
- CodeVerifierValidator - Class in org.forgerock.openidconnect
-
Checks whether Proof Key for Code Exchange is enabled and validates accordingly
- CodeVerifierValidator(OAuth2ProviderSettingsFactory) - Constructor for class org.forgerock.openidconnect.CodeVerifierValidator
-
- COEXISTENCE_ATTR_NAME - Static variable in class com.sun.identity.sm.ServiceManager
-
- collectChangesFromCache(int, ConcurrentSkipListMap<Long, Set<String>>) - Method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
Collects the notification XMLs for a given time period from the provided cache.
- COLLECTION - Static variable in class org.forgerock.openam.rest.RestConstants
-
The collection field constants.
- CollectionHelper - Class in com.sun.identity.shared.datastruct
-
This class contains various Collection manipulation methods.
- CollectionHelper() - Constructor for class com.sun.identity.shared.datastruct.CollectionHelper
-
- CollectionUtils - Class in com.sun.identity.shared.test
-
This class provides collections related helper methods.
- CollectionUtils - Class in org.forgerock.openam.utils
-
A simple utility class to simplify interactions with collections.
- collectNonIdenticalValues(DN, Set<String>) - Static method in class org.forgerock.openam.ldap.LDAPUtils
-
Returns a set of all the non-root DNs from the collection that are not equal to the compare parameter.
- COLLISION_DETECTED - Static variable in class com.sun.xml.bind.Messages
-
- COLON - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- COLON - Static variable in interface com.sun.identity.shared.Constants
-
colon sign
- com.iplanet.am.sdk - package com.iplanet.am.sdk
-
This package contains interfaces and implementation for User/Identity
Management.
- com.iplanet.am.sdk.common - package com.iplanet.am.sdk.common
-
- com.iplanet.am.sdk.ldap - package com.iplanet.am.sdk.ldap
-
- com.iplanet.am.sdk.remote - package com.iplanet.am.sdk.remote
-
- com.iplanet.am.util - package com.iplanet.am.util
-
Provides utility classes for use by other OpenAM SDK and custom
applications accessing OpenAM SDK.
- com.iplanet.dpro.parser - package com.iplanet.dpro.parser
-
XML parsing utility.
- com.iplanet.dpro.session - package com.iplanet.dpro.session
-
This package contains classes that represents a session and its
all session related information
- com.iplanet.dpro.session.exceptions - package com.iplanet.dpro.session.exceptions
-
- com.iplanet.dpro.session.monitoring - package com.iplanet.dpro.session.monitoring
-
- com.iplanet.dpro.session.operations - package com.iplanet.dpro.session.operations
-
- com.iplanet.dpro.session.operations.strategies - package com.iplanet.dpro.session.operations.strategies
-
- com.iplanet.dpro.session.service - package com.iplanet.dpro.session.service
-
This package contains classes and interfaces that represent
methods to validate/update/destroy/persist/retrieve the internal session data
- com.iplanet.dpro.session.service.cluster - package com.iplanet.dpro.session.service.cluster
-
- com.iplanet.dpro.session.share - package com.iplanet.dpro.session.share
-
This package contains shared session classes that represent
session information,handle the session notification and process the
URL encoding
- com.iplanet.dpro.session.utils - package com.iplanet.dpro.session.utils
-
- com.iplanet.jato.util - package com.iplanet.jato.util
-
- com.iplanet.log - package com.iplanet.log
-
Exception classes for audit logging.
- com.iplanet.security.util - package com.iplanet.security.util
-
- com.iplanet.security.x509 - package com.iplanet.security.x509
-
- com.iplanet.services.cdc - package com.iplanet.services.cdc
-
- com.iplanet.services.cdm - package com.iplanet.services.cdm
-
Provides the classes for implementing services and applications
serving multiple clients to OpenAM.
- com.iplanet.services.cdm.clientschema - package com.iplanet.services.cdm.clientschema
-
- com.iplanet.services.comm.client - package com.iplanet.services.comm.client
-
- com.iplanet.services.comm.server - package com.iplanet.services.comm.server
-
- com.iplanet.services.comm.share - package com.iplanet.services.comm.share
-
- com.iplanet.services.ldap - package com.iplanet.services.ldap
-
Deprecated classes for LDAP support.
- com.iplanet.services.ldap.aci - package com.iplanet.services.ldap.aci
-
Deprecated classes to manage LDAP ACIs.
- com.iplanet.services.ldap.event - package com.iplanet.services.ldap.event
-
Classes to handle LDAP persistent searches.
- com.iplanet.services.naming - package com.iplanet.services.naming
-
- com.iplanet.services.naming.service - package com.iplanet.services.naming.service
-
- com.iplanet.services.naming.share - package com.iplanet.services.naming.share
-
- com.iplanet.services.util - package com.iplanet.services.util
-
Utilities for service management.
- com.iplanet.services.util.internal - package com.iplanet.services.util.internal
-
- com.iplanet.sso - package com.iplanet.sso
-
This package contains classes fro accessing the Single Sign On service and
representing a SSOToken(Single Sign On) which contains the information
related to session.
- com.iplanet.sso.providers.dpro - package com.iplanet.sso.providers.dpro
-
This package contains classes that represent SSOProvider
- com.iplanet.ums - package com.iplanet.ums
-
Deprecated classes for UMS.
- com.iplanet.ums.cos - package com.iplanet.ums.cos
-
Deprecated classes for UMS.
- com.iplanet.ums.dctree - package com.iplanet.ums.dctree
-
Deprecated classes for UMS.
- com.iplanet.ums.util - package com.iplanet.ums.util
-
- com.iplanet.ums.validation - package com.iplanet.ums.validation
-
Deprecated validator classes for UMS.
- com.sun.identity.authentication - package com.sun.identity.authentication
-
Provides interfaces and classes for writing a Remote Java client application
to authenticate to OpenAM.
- com.sun.identity.authentication.audit - package com.sun.identity.authentication.audit
-
- com.sun.identity.authentication.callbacks - package com.sun.identity.authentication.callbacks
-
This package contains custom Callback objects representing callbacks which may be sent between the client and server
during REST calls.
- com.sun.identity.authentication.client - package com.sun.identity.authentication.client
-
- com.sun.identity.authentication.config - package com.sun.identity.authentication.config
-
This package contains the classes that represent server side
functionality such as the implementation of Authentication configuration
and utilities for this configuration management.
- com.sun.identity.authentication.internal - package com.sun.identity.authentication.internal
-
Internal classes to handle Authentication.
- com.sun.identity.authentication.internal.server - package com.sun.identity.authentication.internal.server
-
- com.sun.identity.authentication.internal.util - package com.sun.identity.authentication.internal.util
-
- com.sun.identity.authentication.jaas - package com.sun.identity.authentication.jaas
-
- com.sun.identity.authentication.modules.ad - package com.sun.identity.authentication.modules.ad
-
- com.sun.identity.authentication.modules.anonymous - package com.sun.identity.authentication.modules.anonymous
-
- com.sun.identity.authentication.modules.application - package com.sun.identity.authentication.modules.application
-
- com.sun.identity.authentication.modules.cert - package com.sun.identity.authentication.modules.cert
-
- com.sun.identity.authentication.modules.datastore - package com.sun.identity.authentication.modules.datastore
-
- com.sun.identity.authentication.modules.federation - package com.sun.identity.authentication.modules.federation
-
- com.sun.identity.authentication.modules.hotp - package com.sun.identity.authentication.modules.hotp
-
- com.sun.identity.authentication.modules.httpbasic - package com.sun.identity.authentication.modules.httpbasic
-
- com.sun.identity.authentication.modules.jdbc - package com.sun.identity.authentication.modules.jdbc
-
- com.sun.identity.authentication.modules.ldap - package com.sun.identity.authentication.modules.ldap
-
- com.sun.identity.authentication.modules.membership - package com.sun.identity.authentication.modules.membership
-
- com.sun.identity.authentication.modules.msisdn - package com.sun.identity.authentication.modules.msisdn
-
- com.sun.identity.authentication.modules.nt - package com.sun.identity.authentication.modules.nt
-
- com.sun.identity.authentication.modules.radius - package com.sun.identity.authentication.modules.radius
-
Contains OpenAM authentication module classes.
- com.sun.identity.authentication.modules.radius.client - package com.sun.identity.authentication.modules.radius.client
-
- com.sun.identity.authentication.modules.sae - package com.sun.identity.authentication.modules.sae
-
- com.sun.identity.authentication.modules.securid - package com.sun.identity.authentication.modules.securid
-
- com.sun.identity.authentication.modules.windowsdesktopsso - package com.sun.identity.authentication.modules.windowsdesktopsso
-
- com.sun.identity.authentication.modules.wss - package com.sun.identity.authentication.modules.wss
-
- com.sun.identity.authentication.server - package com.sun.identity.authentication.server
-
This package contains the classes that represent server side
functionality such as the implementation of request for
authenticating, user credential callbacks.
- com.sun.identity.authentication.service - package com.sun.identity.authentication.service
-
- com.sun.identity.authentication.share - package com.sun.identity.authentication.share
-
- com.sun.identity.authentication.spi - package com.sun.identity.authentication.spi
-
Provides interfaces and classes for writing a supplemental authentication
module to plug into OpenAM.
- com.sun.identity.authentication.UI - package com.sun.identity.authentication.UI
-
- com.sun.identity.authentication.UI.taglib - package com.sun.identity.authentication.UI.taglib
-
- com.sun.identity.authentication.util - package com.sun.identity.authentication.util
-
- com.sun.identity.classloader - package com.sun.identity.classloader
-
- com.sun.identity.cli - package com.sun.identity.cli
-
- com.sun.identity.cli.agentconfig - package com.sun.identity.cli.agentconfig
-
- com.sun.identity.cli.annotation - package com.sun.identity.cli.annotation
-
- com.sun.identity.cli.authentication - package com.sun.identity.cli.authentication
-
- com.sun.identity.cli.datastore - package com.sun.identity.cli.datastore
-
- com.sun.identity.cli.definition - package com.sun.identity.cli.definition
-
- com.sun.identity.cli.entitlement - package com.sun.identity.cli.entitlement
-
- com.sun.identity.cli.idrepo - package com.sun.identity.cli.idrepo
-
- com.sun.identity.cli.realm - package com.sun.identity.cli.realm
-
- com.sun.identity.cli.record - package com.sun.identity.cli.record
-
- com.sun.identity.cli.rest - package com.sun.identity.cli.rest
-
- com.sun.identity.cli.schema - package com.sun.identity.cli.schema
-
- com.sun.identity.cli.serverconfig - package com.sun.identity.cli.serverconfig
-
- com.sun.identity.common - package com.sun.identity.common
-
This packages contains commonly used constants and utilities.
- com.sun.identity.common.admin - package com.sun.identity.common.admin
-
- com.sun.identity.common.configuration - package com.sun.identity.common.configuration
-
- com.sun.identity.common.validation - package com.sun.identity.common.validation
-
- com.sun.identity.config - package com.sun.identity.config
-
- com.sun.identity.config.pojos - package com.sun.identity.config.pojos
-
- com.sun.identity.config.upgrade - package com.sun.identity.config.upgrade
-
- com.sun.identity.config.util - package com.sun.identity.config.util
-
- com.sun.identity.config.wizard - package com.sun.identity.config.wizard
-
- com.sun.identity.configuration - package com.sun.identity.configuration
-
- com.sun.identity.coretoken - package com.sun.identity.coretoken
-
- com.sun.identity.coretoken.service - package com.sun.identity.coretoken.service
-
- com.sun.identity.coretoken.spi - package com.sun.identity.coretoken.spi
-
- com.sun.identity.cot - package com.sun.identity.cot
-
- com.sun.identity.delegation - package com.sun.identity.delegation
-
Provides classes for delegation service.
- com.sun.identity.delegation.interfaces - package com.sun.identity.delegation.interfaces
-
This package provides interface for delegation plugins that would register
with delegation framework to manage and evaluate delegation access control
privileges and permissions.
- com.sun.identity.delegation.plugins - package com.sun.identity.delegation.plugins
-
- com.sun.identity.entitlement - package com.sun.identity.entitlement
-
Defines classes and interfaces to work with entitlements.
- com.sun.identity.entitlement.interfaces - package com.sun.identity.entitlement.interfaces
-
- com.sun.identity.entitlement.log - package com.sun.identity.entitlement.log
-
- com.sun.identity.entitlement.opensso - package com.sun.identity.entitlement.opensso
-
- com.sun.identity.entitlement.rest - package com.sun.identity.entitlement.rest
-
- com.sun.identity.entitlement.util - package com.sun.identity.entitlement.util
-
- com.sun.identity.entitlement.xacml3 - package com.sun.identity.entitlement.xacml3
-
- com.sun.identity.entitlement.xacml3.core - package com.sun.identity.entitlement.xacml3.core
-
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- com.sun.identity.entitlement.xacml3.validation - package com.sun.identity.entitlement.xacml3.validation
-
A package to contain various validation based logic and utility classes for the
Privilege framework.
- com.sun.identity.entity - package com.sun.identity.entity
-
- com.sun.identity.federation.accountmgmt - package com.sun.identity.federation.accountmgmt
-
Defines Federation Account Management API.
- com.sun.identity.federation.cli - package com.sun.identity.federation.cli
-
- com.sun.identity.federation.cli.definition - package com.sun.identity.federation.cli.definition
-
- com.sun.identity.federation.cli.tools - package com.sun.identity.federation.cli.tools
-
- com.sun.identity.federation.common - package com.sun.identity.federation.common
-
Defines Federation Common Utils.
- com.sun.identity.federation.key - package com.sun.identity.federation.key
-
- com.sun.identity.federation.login - package com.sun.identity.federation.login
-
- com.sun.identity.federation.message - package com.sun.identity.federation.message
-
Defines federation protocol message classes.
- com.sun.identity.federation.message.common - package com.sun.identity.federation.message.common
-
Defines common classes used by federation protocol messages.
- com.sun.identity.federation.meta - package com.sun.identity.federation.meta
-
- com.sun.identity.federation.plugins - package com.sun.identity.federation.plugins
-
Defines Federation Adapter for Service Provider.
- com.sun.identity.federation.services - package com.sun.identity.federation.services
-
Handles ID-FF federation profiles.
- com.sun.identity.federation.services.fednsso - package com.sun.identity.federation.services.fednsso
-
Handles ID-FF federation and single sign on.
- com.sun.identity.federation.services.logout - package com.sun.identity.federation.services.logout
-
Handles ID-FF single logout.
- com.sun.identity.federation.services.namemapping - package com.sun.identity.federation.services.namemapping
-
Handles ID-FF name identifier mapping.
- com.sun.identity.federation.services.registration - package com.sun.identity.federation.services.registration
-
Handles ID-FF name registration.
- com.sun.identity.federation.services.termination - package com.sun.identity.federation.services.termination
-
Handles ID-FF federation termination.
- com.sun.identity.federation.services.util - package com.sun.identity.federation.services.util
-
Utility classes ID-FF federation services.
- com.sun.identity.fedlet - package com.sun.identity.fedlet
-
- com.sun.identity.idm - package com.sun.identity.idm
-
Provides classes for accessing the Identity Repository interfaces.
- com.sun.identity.idm.common - package com.sun.identity.idm.common
-
- com.sun.identity.idm.plugins.database - package com.sun.identity.idm.plugins.database
-
- com.sun.identity.idm.plugins.files - package com.sun.identity.idm.plugins.files
-
- com.sun.identity.idm.plugins.internal - package com.sun.identity.idm.plugins.internal
-
- com.sun.identity.idm.remote - package com.sun.identity.idm.remote
-
- com.sun.identity.idm.server - package com.sun.identity.idm.server
-
- com.sun.identity.idsvcs - package com.sun.identity.idsvcs
-
- com.sun.identity.idsvcs.opensso - package com.sun.identity.idsvcs.opensso
-
- com.sun.identity.idsvcs.rest - package com.sun.identity.idsvcs.rest
-
- com.sun.identity.install.tools.admin - package com.sun.identity.install.tools.admin
-
- com.sun.identity.install.tools.configurator - package com.sun.identity.install.tools.configurator
-
- com.sun.identity.install.tools.handler - package com.sun.identity.install.tools.handler
-
- com.sun.identity.install.tools.launch - package com.sun.identity.install.tools.launch
-
- com.sun.identity.install.tools.logs - package com.sun.identity.install.tools.logs
-
- com.sun.identity.install.tools.util - package com.sun.identity.install.tools.util
-
- com.sun.identity.install.tools.util.xml - package com.sun.identity.install.tools.util.xml
-
- com.sun.identity.jaxrpc - package com.sun.identity.jaxrpc
-
Defines classes to handle JAX-RPC.
- com.sun.identity.liberty.ws.authnsvc - package com.sun.identity.liberty.ws.authnsvc
-
Provides classes to manage liberty authentication service.
- com.sun.identity.liberty.ws.authnsvc.mechanism - package com.sun.identity.liberty.ws.authnsvc.mechanism
-
Defines interface to handle different SASL mechanisms.
- com.sun.identity.liberty.ws.authnsvc.protocol - package com.sun.identity.liberty.ws.authnsvc.protocol
-
Provides classes to manage liberty authentication service protocol.
- com.sun.identity.liberty.ws.common - package com.sun.identity.liberty.ws.common
-
Defines common classes used by liberty service components.
- com.sun.identity.liberty.ws.common.wsse - package com.sun.identity.liberty.ws.common.wsse
-
Provides interface for Web Service Security X.509 Certificate Token Profile.
- com.sun.identity.liberty.ws.disco - package com.sun.identity.liberty.ws.disco
-
Provides interface to manage liberty discovery service.
- com.sun.identity.liberty.ws.disco.common - package com.sun.identity.liberty.ws.disco.common
-
Defines constants and utilities for Liberty Discovery Service implementation.
- com.sun.identity.liberty.ws.disco.plugins - package com.sun.identity.liberty.ws.disco.plugins
-
Defines plugin interface for Liberty Discovery Service implementation.
- com.sun.identity.liberty.ws.dst - package com.sun.identity.liberty.ws.dst
-
Defines DST.
- com.sun.identity.liberty.ws.dst.service - package com.sun.identity.liberty.ws.dst.service
-
Defines DST service.
- com.sun.identity.liberty.ws.idpp - package com.sun.identity.liberty.ws.idpp
-
Defines IDPP service.
- com.sun.identity.liberty.ws.idpp.common - package com.sun.identity.liberty.ws.idpp.common
-
Defines IDPP common.
- com.sun.identity.liberty.ws.idpp.container - package com.sun.identity.liberty.ws.idpp.container
-
Defines IDPP container.
- com.sun.identity.liberty.ws.idpp.plugin - package com.sun.identity.liberty.ws.idpp.plugin
-
Defines IDPP plugin.
- com.sun.identity.liberty.ws.interaction - package com.sun.identity.liberty.ws.interaction
-
Defines Interaction service.
- com.sun.identity.liberty.ws.interfaces - package com.sun.identity.liberty.ws.interfaces
-
Defines Interaction service.
- com.sun.identity.liberty.ws.paos - package com.sun.identity.liberty.ws.paos
-
Reverse SOAP Binding classes.
- com.sun.identity.liberty.ws.security - package com.sun.identity.liberty.ws.security
-
Provides interface to manage liberty security
- com.sun.identity.liberty.ws.soapbinding - package com.sun.identity.liberty.ws.soapbinding
-
Provides classes to manage Liberty SOAP Binding.
- com.sun.identity.liberty.ws.util - package com.sun.identity.liberty.ws.util
-
- com.sun.identity.log - package com.sun.identity.log
-
Provides the classes and interfaces of core logging and auditing facilities.
- com.sun.identity.log.cli - package com.sun.identity.log.cli
-
- com.sun.identity.log.handlers - package com.sun.identity.log.handlers
-
- com.sun.identity.log.messageid - package com.sun.identity.log.messageid
-
- com.sun.identity.log.s1is - package com.sun.identity.log.s1is
-
- com.sun.identity.log.secure - package com.sun.identity.log.secure
-
- com.sun.identity.log.service - package com.sun.identity.log.service
-
- com.sun.identity.log.spi - package com.sun.identity.log.spi
-
Provides means for plugging in support for authorization and other security
related aspects of logging.
- com.sun.identity.log.util - package com.sun.identity.log.util
-
- com.sun.identity.monitoring - package com.sun.identity.monitoring
-
- com.sun.identity.multiprotocol - package com.sun.identity.multiprotocol
-
- com.sun.identity.password.plugins - package com.sun.identity.password.plugins
-
- com.sun.identity.password.ui - package com.sun.identity.password.ui
-
- com.sun.identity.password.ui.model - package com.sun.identity.password.ui.model
-
- com.sun.identity.plugin.configuration - package com.sun.identity.plugin.configuration
-
Contains configuration SPI.
- com.sun.identity.plugin.configuration.impl - package com.sun.identity.plugin.configuration.impl
-
- com.sun.identity.plugin.datastore - package com.sun.identity.plugin.datastore
-
Contains data store plugin SPIs.
- com.sun.identity.plugin.datastore.impl - package com.sun.identity.plugin.datastore.impl
-
- com.sun.identity.plugin.log - package com.sun.identity.plugin.log
-
Contains Log SPI.
- com.sun.identity.plugin.log.impl - package com.sun.identity.plugin.log.impl
-
- com.sun.identity.plugin.monitoring - package com.sun.identity.plugin.monitoring
-
- com.sun.identity.plugin.monitoring.impl - package com.sun.identity.plugin.monitoring.impl
-
- com.sun.identity.plugin.session - package com.sun.identity.plugin.session
-
Contains session SPI.
- com.sun.identity.plugin.session.impl - package com.sun.identity.plugin.session.impl
-
- com.sun.identity.policy - package com.sun.identity.policy
-
Provides classes for policy administration and evaluation.
- com.sun.identity.policy.client - package com.sun.identity.policy.client
-
Provides classes necessary for a remote client to evaluate policy decisions.
- com.sun.identity.policy.interfaces - package com.sun.identity.policy.interfaces
-
Deprecated interfaces for writing custom Policy plugins for Conditions,
Subjects, Referrals, ResponseProviders and Resources.
- com.sun.identity.policy.jaas - package com.sun.identity.policy.jaas
-
Provides classes for performing policy evaluation against OpenAM
using JAAS (Java Authentication and Authorization) framework.
- com.sun.identity.policy.plugins - package com.sun.identity.policy.plugins
-
- com.sun.identity.policy.remote - package com.sun.identity.policy.remote
-
Classes to handle policies remotely.
- com.sun.identity.policy.util - package com.sun.identity.policy.util
-
- com.sun.identity.protocol - package com.sun.identity.protocol
-
- com.sun.identity.protocol.https - package com.sun.identity.protocol.https
-
- com.sun.identity.rest - package com.sun.identity.rest
-
- com.sun.identity.rest.spi - package com.sun.identity.rest.spi
-
- com.sun.identity.sae.api - package com.sun.identity.sae.api
-
Defines Secure Attribute Exchange (SAE) APIs.
- com.sun.identity.saml - package com.sun.identity.saml
-
Defines SAML Assertion Manager and SAML Client APIs.
- com.sun.identity.saml.assertion - package com.sun.identity.saml.assertion
-
Defines SAML assertion.
- com.sun.identity.saml.common - package com.sun.identity.saml.common
-
Defines common SAML 1.x utilities and constants.
- com.sun.identity.saml.plugins - package com.sun.identity.saml.plugins
-
SAML 1.x Plugins.
- com.sun.identity.saml.protocol - package com.sun.identity.saml.protocol
-
SAML 1.x Protocol Classes.
- com.sun.identity.saml.servlet - package com.sun.identity.saml.servlet
-
SAML 1.x servlet endpoints.
- com.sun.identity.saml.xmlsig - package com.sun.identity.saml.xmlsig
-
Defines KeyProvider interface and default implementation class.
- com.sun.identity.saml2.assertion - package com.sun.identity.saml2.assertion
-
Defines SAMLv2 assertion.
- com.sun.identity.saml2.assertion.impl - package com.sun.identity.saml2.assertion.impl
-
- com.sun.identity.saml2.common - package com.sun.identity.saml2.common
-
Defines common SAMLv2 utilities and constants.
- com.sun.identity.saml2.ecp - package com.sun.identity.saml2.ecp
-
Defines classes for SAMLv2 ECP profile.
- com.sun.identity.saml2.ecp.impl - package com.sun.identity.saml2.ecp.impl
-
- com.sun.identity.saml2.idpdiscovery - package com.sun.identity.saml2.idpdiscovery
-
- com.sun.identity.saml2.jaxb.assertion - package com.sun.identity.saml2.jaxb.assertion
-
Package level documentation for generated package com.sun.identity.saml2.jaxb.assertion.
- com.sun.identity.saml2.jaxb.assertion.impl - package com.sun.identity.saml2.jaxb.assertion.impl
-
- com.sun.identity.saml2.jaxb.assertion.impl.runtime - package com.sun.identity.saml2.jaxb.assertion.impl.runtime
-
- com.sun.identity.saml2.jaxb.entityconfig - package com.sun.identity.saml2.jaxb.entityconfig
-
Package level documentation for generated package com.sun.identity.saml2.jaxb.entityconfig.
- com.sun.identity.saml2.jaxb.entityconfig.impl - package com.sun.identity.saml2.jaxb.entityconfig.impl
-
- com.sun.identity.saml2.jaxb.metadata - package com.sun.identity.saml2.jaxb.metadata
-
Package level documentation for generated package com.sun.identity.saml2.jaxb.metadata.
- com.sun.identity.saml2.jaxb.metadata.impl - package com.sun.identity.saml2.jaxb.metadata.impl
-
- com.sun.identity.saml2.jaxb.metadataattr - package com.sun.identity.saml2.jaxb.metadataattr
-
Package level documentation for generated package com.sun.identity.saml2.jaxb.metadata.
- com.sun.identity.saml2.jaxb.metadataattr.impl - package com.sun.identity.saml2.jaxb.metadataattr.impl
-
- com.sun.identity.saml2.jaxb.metadataextquery - package com.sun.identity.saml2.jaxb.metadataextquery
-
Package level documentation for generated package com.sun.identity.saml2.jaxb.metadata.
- com.sun.identity.saml2.jaxb.metadataextquery.impl - package com.sun.identity.saml2.jaxb.metadataextquery.impl
-
- com.sun.identity.saml2.jaxb.metadataidpdiscovery - package com.sun.identity.saml2.jaxb.metadataidpdiscovery
-
Package level documentation for generated package com.sun.identity.saml2.jaxb.metadataidpdiscovery.
- com.sun.identity.saml2.jaxb.metadataidpdiscovery.impl - package com.sun.identity.saml2.jaxb.metadataidpdiscovery.impl
-
- com.sun.identity.saml2.jaxb.schema - package com.sun.identity.saml2.jaxb.schema
-
- com.sun.identity.saml2.jaxb.schema.impl - package com.sun.identity.saml2.jaxb.schema.impl
-
- com.sun.identity.saml2.jaxb.xmlenc - package com.sun.identity.saml2.jaxb.xmlenc
-
Package level documentation for generated package com.sun.identity.liberty.ws.common.jaxb.xmlenc.
- com.sun.identity.saml2.jaxb.xmlenc.impl - package com.sun.identity.saml2.jaxb.xmlenc.impl
-
- com.sun.identity.saml2.jaxb.xmlsig - package com.sun.identity.saml2.jaxb.xmlsig
-
Package level documentation for generated package com.sun.identity.liberty.ws.common.jaxb.xmlsig.
- com.sun.identity.saml2.jaxb.xmlsig.impl - package com.sun.identity.saml2.jaxb.xmlsig.impl
-
- com.sun.identity.saml2.key - package com.sun.identity.saml2.key
-
Package that handles SAML v2 keys for encryption and signing.
- com.sun.identity.saml2.logging - package com.sun.identity.saml2.logging
-
- com.sun.identity.saml2.meta - package com.sun.identity.saml2.meta
-
Package that handles SAML v2 metadata operations.
- com.sun.identity.saml2.plugins - package com.sun.identity.saml2.plugins
-
Defines SAMLv2 Plugin SPIs.
- com.sun.identity.saml2.profile - package com.sun.identity.saml2.profile
-
Package that handles SAML v2 profiles.
- com.sun.identity.saml2.protocol - package com.sun.identity.saml2.protocol
-
SAMLv2 Protocol Classes.
- com.sun.identity.saml2.protocol.impl - package com.sun.identity.saml2.protocol.impl
-
SAMLv2 Protocol Implemenetation Classes.
- com.sun.identity.saml2.servlet - package com.sun.identity.saml2.servlet
-
- com.sun.identity.saml2.soapbinding - package com.sun.identity.saml2.soapbinding
-
- com.sun.identity.saml2.xmlenc - package com.sun.identity.saml2.xmlenc
-
- com.sun.identity.saml2.xmlsig - package com.sun.identity.saml2.xmlsig
-
- com.sun.identity.security - package com.sun.identity.security
-
Provides the classes to be used for performing privileged operations (like
getting the OpenAM administrator's DN and password).
- com.sun.identity.security.cert - package com.sun.identity.security.cert
-
- com.sun.identity.security.keystore - package com.sun.identity.security.keystore
-
- com.sun.identity.security.keystore.v_14 - package com.sun.identity.security.keystore.v_14
-
- com.sun.identity.session.util - package com.sun.identity.session.util
-
This package contains session untility classes and the SSO (single Sign on )
token restrictions classes
- com.sun.identity.setup - package com.sun.identity.setup
-
- com.sun.identity.setup.plugin - package com.sun.identity.setup.plugin
-
- com.sun.identity.shared - package com.sun.identity.shared
-
- com.sun.identity.shared.configuration - package com.sun.identity.shared.configuration
-
- com.sun.identity.shared.datastruct - package com.sun.identity.shared.datastruct
-
- com.sun.identity.shared.debug - package com.sun.identity.shared.debug
-
Defines debug logging classes.
- com.sun.identity.shared.debug.file - package com.sun.identity.shared.debug.file
-
- com.sun.identity.shared.debug.file.impl - package com.sun.identity.shared.debug.file.impl
-
- com.sun.identity.shared.debug.impl - package com.sun.identity.shared.debug.impl
-
- com.sun.identity.shared.encode - package com.sun.identity.shared.encode
-
- com.sun.identity.shared.jaxrpc - package com.sun.identity.shared.jaxrpc
-
Defines classes to handle JAX-RPC.
- com.sun.identity.shared.locale - package com.sun.identity.shared.locale
-
Defines classes to handle localization.
- com.sun.identity.shared.search - package com.sun.identity.shared.search
-
- com.sun.identity.shared.stats - package com.sun.identity.shared.stats
-
Defines classes to interact with statistics.
- com.sun.identity.shared.test - package com.sun.identity.shared.test
-
- com.sun.identity.shared.test.tools - package com.sun.identity.shared.test.tools
-
- com.sun.identity.shared.validation - package com.sun.identity.shared.validation
-
- com.sun.identity.shared.whitelist - package com.sun.identity.shared.whitelist
-
Defines classes for basic resource matching.
- com.sun.identity.shared.xml - package com.sun.identity.shared.xml
-
- com.sun.identity.sm - package com.sun.identity.sm
-
Provides classes for accessing the Service Management Service (SMS).
- com.sun.identity.sm.flatfile - package com.sun.identity.sm.flatfile
-
- com.sun.identity.sm.jaxrpc - package com.sun.identity.sm.jaxrpc
-
- com.sun.identity.sm.ldap - package com.sun.identity.sm.ldap
-
Provides Classes for Creating, Reading, Updating, Deleting and Listing
Core Tokens.
- com.sun.identity.sm.model - package com.sun.identity.sm.model
-
- com.sun.identity.sm.util - package com.sun.identity.sm.util
-
- com.sun.identity.tools.bundles - package com.sun.identity.tools.bundles
-
- com.sun.identity.tools.deployablewar - package com.sun.identity.tools.deployablewar
-
- com.sun.identity.tools.diffs - package com.sun.identity.tools.diffs
-
- com.sun.identity.tools.logdoc - package com.sun.identity.tools.logdoc
-
- com.sun.identity.tools.manifest - package com.sun.identity.tools.manifest
-
- com.sun.identity.tools.nightly - package com.sun.identity.tools.nightly
-
- com.sun.identity.tools.objects - package com.sun.identity.tools.objects
-
- com.sun.identity.workflow - package com.sun.identity.workflow
-
- com.sun.identity.wsfederation.client - package com.sun.identity.wsfederation.client
-
- com.sun.identity.wsfederation.common - package com.sun.identity.wsfederation.common
-
Defines common WS-Federation utilities and constants.
- com.sun.identity.wsfederation.jaxb.entityconfig - package com.sun.identity.wsfederation.jaxb.entityconfig
-
Package level documentation for generated package com.sun.identity.wsfederation.jaxb.entityconfig.
- com.sun.identity.wsfederation.jaxb.entityconfig.impl - package com.sun.identity.wsfederation.jaxb.entityconfig.impl
-
- com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime - package com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime
-
- com.sun.identity.wsfederation.jaxb.wsaddr - package com.sun.identity.wsfederation.jaxb.wsaddr
-
Package level documentation for generated package com.sun.identity.wsfederation.jaxb.wsaddr.
- com.sun.identity.wsfederation.jaxb.wsaddr.impl - package com.sun.identity.wsfederation.jaxb.wsaddr.impl
-
- com.sun.identity.wsfederation.jaxb.wsfederation - package com.sun.identity.wsfederation.jaxb.wsfederation
-
Package level documentation for generated package com.sun.identity.wsfederation.jaxb.wsfederation.
- com.sun.identity.wsfederation.jaxb.wsfederation.impl - package com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- com.sun.identity.wsfederation.jaxb.wspolicy - package com.sun.identity.wsfederation.jaxb.wspolicy
-
Package level documentation for generated package com.sun.identity.wsfederation.jaxb.wspolicy.
- com.sun.identity.wsfederation.jaxb.wspolicy.impl - package com.sun.identity.wsfederation.jaxb.wspolicy.impl
-
- com.sun.identity.wsfederation.jaxb.wsse - package com.sun.identity.wsfederation.jaxb.wsse
-
Package level documentation for generated package com.sun.identity.wsfederation.jaxb.wsse.
- com.sun.identity.wsfederation.jaxb.wsse.impl - package com.sun.identity.wsfederation.jaxb.wsse.impl
-
- com.sun.identity.wsfederation.jaxb.wsspolicy - package com.sun.identity.wsfederation.jaxb.wsspolicy
-
Package level documentation for generated package com.sun.identity.wsfederation.jaxb.wsspolicy.
- com.sun.identity.wsfederation.jaxb.wsspolicy.impl - package com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- com.sun.identity.wsfederation.jaxb.wsu - package com.sun.identity.wsfederation.jaxb.wsu
-
Package level documentation for generated package com.sun.identity.wsfederation.jaxb.wsu.
- com.sun.identity.wsfederation.jaxb.wsu.impl - package com.sun.identity.wsfederation.jaxb.wsu.impl
-
- com.sun.identity.wsfederation.jaxb.xmlsig - package com.sun.identity.wsfederation.jaxb.xmlsig
-
Package level documentation for generated package com.sun.identity.wsfederation.jaxb.xmlsig.
- com.sun.identity.wsfederation.jaxb.xmlsig.impl - package com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- com.sun.identity.wsfederation.key - package com.sun.identity.wsfederation.key
-
- com.sun.identity.wsfederation.logging - package com.sun.identity.wsfederation.logging
-
- com.sun.identity.wsfederation.meta - package com.sun.identity.wsfederation.meta
-
- com.sun.identity.wsfederation.plugins - package com.sun.identity.wsfederation.plugins
-
Defines WS-Federation Plugin SPIs
- com.sun.identity.wsfederation.plugins.whitelist - package com.sun.identity.wsfederation.plugins.whitelist
-
- com.sun.identity.wsfederation.profile - package com.sun.identity.wsfederation.profile
-
- com.sun.identity.wsfederation.servlet - package com.sun.identity.wsfederation.servlet
-
- com.sun.identity.wss.logging - package com.sun.identity.wss.logging
-
- com.sun.identity.wss.policy - package com.sun.identity.wss.policy
-
- com.sun.identity.wss.provider - package com.sun.identity.wss.provider
-
Defines Web Services provider classes.
- com.sun.identity.wss.provider.plugins - package com.sun.identity.wss.provider.plugins
-
- com.sun.identity.wss.security - package com.sun.identity.wss.security
-
Defines Web Services Security Token specification and Token interfaces
with their respective implementation classes for different WS-* Security
Tokens.
- com.sun.identity.wss.security.handler - package com.sun.identity.wss.security.handler
-
Defines classes to handle WS-Security requests.
- com.sun.identity.wss.sts - package com.sun.identity.wss.sts
-
Defines STS client API and end user token conversion interface (SPI) classes.
- com.sun.identity.wss.sts.config - package com.sun.identity.wss.sts.config
-
- com.sun.identity.wss.sts.spi - package com.sun.identity.wss.sts.spi
-
- com.sun.identity.wss.trust - package com.sun.identity.wss.trust
-
- com.sun.identity.wss.trust.wst10 - package com.sun.identity.wss.trust.wst10
-
- com.sun.identity.wss.trust.wst13 - package com.sun.identity.wss.trust.wst13
-
- com.sun.identity.wss.xmlenc - package com.sun.identity.wss.xmlenc
-
- com.sun.identity.wss.xmlsig - package com.sun.identity.wss.xmlsig
-
- com.sun.identity.xacml.client - package com.sun.identity.xacml.client
-
Defines classes to handle XACML requests.
- com.sun.identity.xacml.common - package com.sun.identity.xacml.common
-
Defines common XACML Utilities and Constants
- com.sun.identity.xacml.context - package com.sun.identity.xacml.context
-
Defines XACML2 context classes
- com.sun.identity.xacml.context.impl - package com.sun.identity.xacml.context.impl
-
Defines XACML Context implementations.
- com.sun.identity.xacml.plugins - package com.sun.identity.xacml.plugins
-
- com.sun.identity.xacml.policy - package com.sun.identity.xacml.policy
-
Defines XACML Policy classes.
- com.sun.identity.xacml.policy.impl - package com.sun.identity.xacml.policy.impl
-
Defines XACML Policy implementations.
- com.sun.identity.xacml.saml2 - package com.sun.identity.xacml.saml2
-
Defines XACML interfaces for SAMLv2
- com.sun.identity.xacml.saml2.impl - package com.sun.identity.xacml.saml2.impl
-
Defines XACML implementations for SAMLv2.
- com.sun.identity.xacml.spi - package com.sun.identity.xacml.spi
-
- com.sun.identity.xmlenc - package com.sun.identity.xmlenc
-
- com.sun.liberty - package com.sun.liberty
-
Provides interfaces for Liberty federation framework.
- com.sun.liberty.jaxrpc - package com.sun.liberty.jaxrpc
-
Provides remotable interfaces for the remote clients that require Liberty
protocol objects such as Discovery Service information.
- com.sun.xml.bind - package com.sun.xml.bind
-
- com.sun.xml.bind.unmarshaller - package com.sun.xml.bind.unmarshaller
-
- combine(Boolean, Boolean) - Method in class com.sun.identity.entitlement.DenyOverride
-
- combine(Boolean, Boolean) - Method in class com.sun.identity.entitlement.EntitlementCombiner
-
Returns the result of combining two entitlement decisions.
- combine(EntitlementListener) - Method in class com.sun.identity.entitlement.EntitlementListener
-
Combines other listener.
- combine(PolicySearch) - Method in class org.forgerock.openam.uma.PolicySearch
-
- combineAttrSets(AttrSet, AttrSet) - Static method in class com.iplanet.am.sdk.AMCommonUtils
-
Deprecated.
Combines 2 AttrSets and returns the result set.
- combineAttrSets(AttrSet, AttrSet) - Static method in class com.iplanet.am.sdk.common.MiscUtils
-
Combines 2 AttrSets and returns the result set.
- combinedDecision - Variable in class com.sun.identity.entitlement.xacml3.core.Request
-
- combineOCs(Set, Set) - Static method in class com.iplanet.am.sdk.AMCommonUtils
-
Deprecated.
Combines two sets which contains objectclass values of an entry in a case
insensitive manner.
- combineOCs(Set, Set) - Static method in class com.iplanet.am.sdk.common.MiscUtils
-
Combines two sets which contains objectclass values of an entry in a case
insensitive manner.
- CombinerParameter - Class in com.sun.identity.entitlement.xacml3.core
-
Java class for CombinerParameterType complex type.
- CombinerParameter() - Constructor for class com.sun.identity.entitlement.xacml3.core.CombinerParameter
-
- combinerParameter - Variable in class com.sun.identity.entitlement.xacml3.core.CombinerParameters
-
- CombinerParameters - Class in com.sun.identity.entitlement.xacml3.core
-
Java class for CombinerParametersType complex type.
- CombinerParameters() - Constructor for class com.sun.identity.entitlement.xacml3.core.CombinerParameters
-
- combinerParametersOrRuleCombinerParametersOrVariableDefinition - Variable in class com.sun.identity.entitlement.xacml3.core.Policy
-
- COMMA - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- COMMA - Static variable in interface com.sun.identity.shared.Constants
-
colon sign
- COMMA - Static variable in class com.sun.identity.sm.SMSEntry
-
- COMMA - Static variable in class org.forgerock.openam.services.cdm.BasicClientTypesManager
-
- CommandManager - Class in com.sun.identity.cli
-
This is the "engine" that drives the CLI.
- CommandManager(Map) - Constructor for class com.sun.identity.cli.CommandManager
-
Constructs a command line manager.
- CommandManager(String[]) - Constructor for class com.sun.identity.cli.CommandManager
-
Constructs a command line manager.
- CommentToken - Class in com.sun.identity.install.tools.util.xml
-
Represents a comment string in an XML document.
- commit() - Method in interface com.sun.identity.authentication.internal.LoginModule
-
- commit() - Method in class com.sun.identity.authentication.internal.server.LocalLdapAuthModule
-
- commit() - Method in class com.sun.identity.authentication.internal.server.SMSAuthModule
-
- commit() - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Commit the authentication process (phase 2).
- COMMON_DOMAIN_META_DATA_NOT_FOUND - Static variable in class com.sun.identity.federation.common.LogUtil
-
Common Domain Service Information not found.
- COMMON_ERROR_URL - Static variable in class com.sun.identity.federation.services.logout.FSPreLogoutHandler
-
- COMMON_LOGIN - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Common login page
- COMMON_LOGIN_PAGE_NAME - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Common login jsp name
- COMMON_LOGIN_PAGE_URL_VALUE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Common login page file name
- COMMON_MODIFY_CONSENT_QUESTION - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- COMMON_NAME - Static variable in class com.iplanet.security.x509.CertUtils
-
- COMMON_NAME_ELEMENT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- COMMON_NAME_ELEMENT_INT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- COMMON_QUERY_CONSENT_QUESTION - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- CommonType - Enum in org.forgerock.openam.xacml.v3.model
-
Normalized Content Types from Specific Types.
- COMMUNICATION_ID - Static variable in class org.forgerock.openam.services.push.PushNotificationConstants
-
Name of the key where the communicationId is stored.
- COMMUNICATION_TYPE - Static variable in class org.forgerock.openam.services.push.PushNotificationConstants
-
Name of the key where the communicationType is stored.
- CompanyElement - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for Company element declaration.
- CompanyElementImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- CompanyElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.CompanyElementImpl
-
- CompanyElementImpl(String) - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.CompanyElementImpl
-
- CompanyElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- comparator - Static variable in class org.forgerock.openam.shared.resourcename.BaseURLResourceName
-
Query parameter comparator.
- compare(Object, Object) - Method in class com.iplanet.security.util.ByteArrayLexOrder
-
Perform lexicographical comparison of two byte arrays, regarding each
byte as unsigned.
- compare(Object, Object) - Method in class com.iplanet.security.util.ByteArrayTagOrder
-
Compare two byte arrays, by the order of their tags, as defined in ITU-T
X.680, sec. 6.4.
- compare(Object, Object) - Method in class com.sun.identity.entitlement.ExactMatchResourceName
-
This method is used to compare two url query parameter
strings.
- compare(String, String, boolean) - Method in class com.sun.identity.entitlement.ExactMatchResourceName
-
- compare(String, String, boolean) - Method in class com.sun.identity.entitlement.RegExResourceName
-
- compare(String, String, boolean) - Method in class com.sun.identity.policy.plugins.HttpURLResourceName
-
Deprecated.
- compare(String, String, boolean) - Method in class com.sun.identity.policy.plugins.SuffixResourceName
-
Compares two resources.
- compare(String, String) - Method in class com.sun.identity.policy.ServiceType
-
Compares two resources of this service type to determine their equality.
- compare(String, String, boolean) - Method in class com.sun.identity.policy.ServiceType
-
Compares two resources of this service type to determine their equality.
- compare(File, File) - Method in class com.sun.identity.shared.test.tools.FileNameComparator
-
Returns 0 if f1.getPath() equals f2.getPath();
1 if f1.getPath() is greater than f2.getPath();
and -1 if f1.getPath() is smaller than
f2.getPath();
- compare(String, String, boolean) - Method in class com.sun.identity.shared.whitelist.HttpURLResourceName
-
Compares two resources.
- compare(String, String, boolean) - Method in class org.forgerock.openam.shared.resourcename.BasePrefixResourceName
-
Compares two resources.
- compare(String, String, boolean) - Method in interface org.forgerock.openam.shared.resourcename.BaseResourceName
-
Compares two resources.
- compare(String, String, boolean) - Method in class org.forgerock.openam.shared.resourcename.BaseURLResourceName
-
Specific comparison for URLs, where a wildcard in the host/port should not match any of the path.
- compare(UmaPolicy, UmaPolicy) - Method in class org.forgerock.openam.uma.UmaPolicyComparator
-
- compareCaseInsensitiveMapOfSetOfStrings(Map<String, Set<String>>, Map<String, Set<String>>) - Static method in class org.forgerock.openam.utils.CollectionUtils
-
Compares two map collections containing sets of strings in a case insensitive manner.
- compareCaseInsensitiveString(String, String) - Static method in class org.forgerock.openam.utils.StringUtils
-
Compares two strings in a case insensitive manner, that also allows for
either of the strings to be null, without issue.
- compareLevel(DebugLevel) - Method in enum com.sun.identity.shared.debug.DebugLevel
-
Compares the debug level with the specified debug for order.
- compareTo(Object) - Method in class com.iplanet.am.util.QCharset
-
Returns 1 if o1's q value is higher.
- compareTo(ApplicationTypeWrapper) - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationTypeWrapper
-
- compareTo(ApplicationWrapper) - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- compareTo(ReferralWrapper) - Method in class org.forgerock.openam.entitlement.rest.wrappers.ReferralWrapper
-
- compareTo(LDAPURL) - Method in class org.forgerock.openam.ldap.LDAPURL
-
- COMPARISON - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for Comparison Attribute
- comparison(String, SearchFilter.Operator, Object) - Method in class org.forgerock.openam.entitlement.rest.query.QueryFilterVisitorAdapter
-
Attempts to convert the given field name, operator and value into an appropriate SearchFilter instance.
- compilePatternList(Set<String>) - Method in class org.forgerock.openam.scripting.ScriptEngineConfigurator
-
Compiles a set of class-name patterns into equivalent regular expressions.
- COMPLETED - Static variable in class com.sun.identity.authentication.AuthContext.Status
-
The COMPLETED indicates that the user has been
successfully logged out.
- CompletedLoginProcess - Class in org.forgerock.openam.core.rest.authn.core
-
This is used by the rest authentication handler whilst processing an already valid ssoToken
to stop any callbacks being sent to the client
- CompletedLoginProcess(LoginAuthenticator, LoginConfiguration, CoreServicesWrapper, SSOToken) - Constructor for class org.forgerock.openam.core.rest.authn.core.CompletedLoginProcess
-
Constructs an instance of the LoginProcess.
- COMPLIANCE_SPECIAL_FILTER_ATTR - Static variable in interface com.iplanet.am.sdk.AMConstants
-
Deprecated.
- COMPLIANCE_USER_DELETION_ATTR - Static variable in interface com.iplanet.am.sdk.AMConstants
-
Deprecated.
- complianceImpl - Variable in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
- complianceServices - Static variable in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- ComplianceServicesImpl - Class in com.iplanet.am.sdk.ldap
-
This class Compliance contains the functionality to support
iPlanet Compliant DIT.
- ComplianceServicesImpl() - Constructor for class com.iplanet.am.sdk.ldap.ComplianceServicesImpl
-
- ComplianceServicesImpl - Class in com.iplanet.am.sdk.remote
-
- ComplianceServicesImpl(SOAPClient) - Constructor for class com.iplanet.am.sdk.remote.ComplianceServicesImpl
-
- complianceServicesImpl - Variable in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
- component(AuditConstants.Component) - Method in class org.forgerock.openam.audit.AMAccessAuditEventBuilder
-
Provide value for "component" audit log field.
- component(AuditConstants.Component) - Method in class org.forgerock.openam.audit.AMActivityAuditEventBuilder
-
Provide value for "component" audit log field.
- component(AuditConstants.Component) - Method in interface org.forgerock.openam.audit.AMAuditEventBuilder
-
Provide value for "component" audit log field.
- component(AuditConstants.Component) - Method in class org.forgerock.openam.audit.AMAuthenticationAuditEventBuilder
-
- component(AuditConstants.Component) - Method in class org.forgerock.openam.audit.AMConfigAuditEventBuilder
-
- COMPOSE_GUID_FAILED - Static variable in interface com.iplanet.ums.IUMSConstants
-
- COMPOSITE_ADVICE - Static variable in class com.sun.identity.authentication.AuthContext.IndexType
-
The COMPOSITE_ADVICE index type indicates that the
index name given corresponds to string in the form of XML
representing different Policy Authentication conditions, example
AuthSchemeCondition, AuthLevelCondition,
etc.
- COMPOSITE_ADVICE - Static variable in class com.sun.identity.authentication.client.AuthClientUtils
-
- COMPOSITE_ADVICE - Static variable in interface com.sun.identity.shared.Constants
-
HTTP Form Parameter name used by PEP for posting policy advices to
OpenAM.
- COMPOSITE_ADVICE_XML - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- CompositeAdvices - Class in com.sun.identity.authentication.service
-
This class allows the authentication services of OpenAM to
decouple the advice handling mechanism of the agents.
- CompositeAdvices(String, String, String, Locale) - Constructor for class com.sun.identity.authentication.service.CompositeAdvices
-
Default class constructor for class
- compress(byte[]) - Static method in class com.iplanet.jato.util.Encoder
-
- CompressionStrategy - Class in org.forgerock.openam.cts.utils.blob.strategies
-
Responsible for compressing the binary object of Tokens using a GZip compression.
- CompressionStrategy() - Constructor for class org.forgerock.openam.cts.utils.blob.strategies.CompressionStrategy
-
- COMPUTED_MEMBER_ATTR_NAME - Static variable in class com.iplanet.ums.ManagedRole
-
Name of the computed member attribute, which would be computed by
Directory server for role, when the member entry is read.
- COMPUTED_MEMBER_ATTR_NAME - Static variable in class com.iplanet.ums.PersistentObject
-
- computeGraph() - Method in class org.forgerock.openam.uma.rest.PolicyGraph
-
Computes the graph of rights contained within the policy engine policies.
- concatenateRealmPath(String, String) - Static method in class org.forgerock.openam.utils.RealmUtils
-
Takes two realm and concatenates them together
- Condition - Class in com.sun.identity.entitlement.xacml3.core
-
Java class for ConditionType complex type.
- Condition() - Constructor for class com.sun.identity.entitlement.xacml3.core.Condition
-
- condition - Variable in class com.sun.identity.entitlement.xacml3.core.Rule
-
- Condition - Interface in com.sun.identity.policy.interfaces
-
- Condition - Class in com.sun.identity.saml.assertion
-
This is an abstract class which servers as an extension point for new
conditions.
- Condition() - Constructor for class com.sun.identity.saml.assertion.Condition
-
- Condition - Interface in com.sun.identity.saml2.assertion
-
The Condition serves as an extension point for new
conditions.
- CONDITION - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- CONDITION_COLLECTION - Static variable in exception com.sun.identity.policy.PolicyException
-
The constant variable specifies the exception is
with respect to constraint collection.
- CONDITION_ELEMENT - Static variable in class com.sun.identity.saml2.assertion.impl.ConditionImpl
-
- CONDITION_ELEMENT - Static variable in class com.sun.identity.saml2.assertion.impl.ConditionsImpl
-
- CONDITION_EVALUATION_FAILED - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- CONDITION_TYPES_RESOURCE - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to API Descriptor translations
- ConditionAbstract - Interface in com.sun.identity.saml2.assertion
-
The ConditionAbstract is abstract and is thus usable
as the base of a derived class
- ConditionAbstractImpl - Class in com.sun.identity.saml2.assertion.impl
-
This is an abstract class which servers as an extension point for
new conditions.
- ConditionAbstractImpl() - Constructor for class com.sun.identity.saml2.assertion.impl.ConditionAbstractImpl
-
- ConditionAbstractType - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for ConditionAbstractType complex type.
- ConditionAbstractTypeImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- ConditionAbstractTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.ConditionAbstractTypeImpl
-
- ConditionAbstractTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- ConditionConstants - Class in org.forgerock.openam.entitlement.conditions.environment
-
- ConditionDecision - Class in com.sun.identity.entitlement
-
- ConditionDecision(boolean, Map<String, Set<String>>) - Constructor for class com.sun.identity.entitlement.ConditionDecision
-
Deprecated.
- ConditionDecision(boolean, Map<String, Set<String>>, long) - Constructor for class com.sun.identity.entitlement.ConditionDecision
-
Deprecated.
- ConditionDecision - Class in com.sun.identity.policy
-
- ConditionDecision() - Constructor for class com.sun.identity.policy.ConditionDecision
-
Deprecated.
No argument constructor
- ConditionDecision(boolean) - Constructor for class com.sun.identity.policy.ConditionDecision
-
Deprecated.
Constructs ConditionDecision given the boolean result of
a condition evaluation
- ConditionDecision(boolean, Map) - Constructor for class com.sun.identity.policy.ConditionDecision
-
Deprecated.
Constructs ConditionDecision given the boolean result of
a condition evaluation and advices
- ConditionDecision(boolean, long) - Constructor for class com.sun.identity.policy.ConditionDecision
-
Deprecated.
Constructs ConditionDecision given the boolean result of
a condition evaluation and time to live
- ConditionDecision(boolean, long, Map) - Constructor for class com.sun.identity.policy.ConditionDecision
-
Deprecated.
Constructs ConditionDecision given the boolean result of
a condition evaluation, time to live and advices
- ConditionDecision.Builder - Class in com.sun.identity.entitlement
-
Builder to help construct decisions.
- ConditionElement - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for Condition element declaration.
- ConditionElementImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- ConditionElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.ConditionElementImpl
-
- ConditionElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- ConditionImpl - Class in com.sun.identity.saml2.assertion.impl
-
ThCondition servers as an extension point for
new conditions.
- ConditionImpl() - Constructor for class com.sun.identity.saml2.assertion.impl.ConditionImpl
-
Default constructor
- ConditionImpl(String) - Constructor for class com.sun.identity.saml2.assertion.impl.ConditionImpl
-
This constructor is used to build Condtion object from a
XML string.
- ConditionImpl(Element) - Constructor for class com.sun.identity.saml2.assertion.impl.ConditionImpl
-
This constructor is used to build Condtion object from a
block of existing XML that has already been built into a DOM.
- CONDITIONS - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Conditions
- Conditions - Class in com.sun.identity.policy
-
The class Conditions provides methods to maintain
a collection of Condition objects that
apply to a Policy.
- Conditions(ConditionTypeManager, Node) - Constructor for class com.sun.identity.policy.Conditions
-
Constructor used by Policy to obtain
an instance of Conditions from W3C DOM
representation of the object.
- Conditions(String, String) - Constructor for class com.sun.identity.policy.Conditions
-
Constructor to obtain an instance of Conditions
to hold collection of conditions represented as
Condition
- Conditions - Class in com.sun.identity.saml.assertion
-
This Conditions is a set of Condition.
- Conditions() - Constructor for class com.sun.identity.saml.assertion.Conditions
-
Default Constructor
- Conditions(Date, Date) - Constructor for class com.sun.identity.saml.assertion.Conditions
-
Constructs an instance of Conditions.
- Conditions(Date, Date, Condition, AudienceRestrictionCondition) - Constructor for class com.sun.identity.saml.assertion.Conditions
-
Constructs an instance of Conditions.
- Conditions(Date, Date, Condition, AudienceRestrictionCondition, DoNotCacheCondition) - Constructor for class com.sun.identity.saml.assertion.Conditions
-
Constructs an instance of Conditions.
- Conditions(Element) - Constructor for class com.sun.identity.saml.assertion.Conditions
-
Constructs a Conditions element from an existing XML block.
- Conditions - Interface in com.sun.identity.saml2.assertion
-
The Conditions defines the SAML constructs that place
constraints on the acceptable use if SAML Assertions.
- CONDITIONS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for Conditions Element.
- CONDITIONS - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- CONDITIONS_ELEMENT - Static variable in class com.sun.identity.saml2.assertion.impl.ConditionsImpl
-
- ConditionsElement - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for Conditions element declaration.
- ConditionsElementImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- ConditionsElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.ConditionsElementImpl
-
- ConditionsElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- ConditionsImpl - Class in com.sun.identity.saml2.assertion.impl
-
The Conditions defines the SAML constructs that place
constraints on the acceptable use if SAML Assertions.
- ConditionsImpl() - Constructor for class com.sun.identity.saml2.assertion.impl.ConditionsImpl
-
Default constructor
- ConditionsImpl(String) - Constructor for class com.sun.identity.saml2.assertion.impl.ConditionsImpl
-
This constructor is used to build Conditions object
from a XML string.
- ConditionsImpl(Element) - Constructor for class com.sun.identity.saml2.assertion.impl.ConditionsImpl
-
This constructor is used to build Conditions object from a
block of existing XML that has already been built into a DOM.
- ConditionsProvider - Interface in org.forgerock.openam.sts.tokengeneration.saml2.statements
-
Implementations of this interface will be consulted to obtain the Conditions object included in generated SAML2 assertions.
- ConditionsType - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for ConditionsType complex type.
- ConditionsTypeImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- ConditionsTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.ConditionsTypeImpl
-
- ConditionsTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- ConditionTypeManager - Class in com.sun.identity.policy
-
- ConditionTypeRegistry - Interface in org.forgerock.openam.entitlement
-
Registry for subject and environment conditions.
- ConditionTypesResource - Class in org.forgerock.openam.entitlement.rest
-
- ConditionTypesResource(Debug, EntitlementRegistry) - Constructor for class org.forgerock.openam.entitlement.rest.ConditionTypesResource
-
Guiced constructor.
- config(String) - Method in class com.iplanet.services.naming.ServiceListeners
-
- Config<T> - Interface in org.forgerock.openam.utils
-
Simple interface class for lazily retrieving configuration objects.
- CONFIG_ACTIONS - Static variable in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
- CONFIG_APPLICATION_TYPE - Static variable in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
- CONFIG_AUTH_SERVICE_NAME_PROVIDER - Static variable in class com.sun.identity.sm.AuthenticationServiceNameProviderFactory
-
The configuration key used for identifying the class that implements the
AuthenticationServiceNameProvider interface.
- CONFIG_CALLBACK_XML_HELPER - Static variable in class com.sun.identity.authentication.share.AuthenticationCallbackXMLHelperFactory
-
The configuration key used for identifying the implemenation class of
AuthenticationCallbackXMLHelper interface.
- CONFIG_CONDITIONS - Static variable in class com.sun.identity.entitlement.opensso.EntitlementService
-
- CONFIG_CREATED_BY - Static variable in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
- CONFIG_CREATION_DATE - Static variable in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
- CONFIG_DEBUG_DIRECTORY - Static variable in class com.sun.identity.shared.debug.DebugConstants
-
- CONFIG_DEBUG_FILEMAP - Static variable in class com.sun.identity.shared.debug.DebugConstants
-
- CONFIG_DEBUG_FILEMAP_VARIABLE - Static variable in class com.sun.identity.shared.debug.DebugConstants
-
- CONFIG_DEBUG_LEVEL - Static variable in class com.sun.identity.shared.debug.DebugConstants
-
- CONFIG_DEBUG_LOGFILE_MAX_SIZE - Static variable in class com.sun.identity.shared.debug.DebugConstants
-
- CONFIG_DEBUG_LOGFILE_PREFIX - Static variable in class com.sun.identity.shared.debug.DebugConstants
-
- CONFIG_DEBUG_LOGFILE_ROTATION - Static variable in class com.sun.identity.shared.debug.DebugConstants
-
- CONFIG_DEBUG_LOGFILE_SUFFIX - Static variable in class com.sun.identity.shared.debug.DebugConstants
-
- CONFIG_DEBUG_MERGEALL - Static variable in class com.sun.identity.shared.debug.DebugConstants
-
- CONFIG_DEBUG_MERGEALL_FILE - Static variable in class com.sun.identity.shared.debug.DebugConstants
-
- CONFIG_DEBUG_PROPERTIES - Static variable in class com.sun.identity.shared.debug.DebugConstants
-
- CONFIG_DEBUG_PROPERTIES_VARIABLE - Static variable in class com.sun.identity.shared.debug.DebugConstants
-
- CONFIG_DEBUG_PROVIDER - Static variable in class com.sun.identity.shared.debug.DebugConstants
-
Constant string used as property key to look up the debug provider class
name.
- CONFIG_DESCRIPTION - Static variable in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
- CONFIG_DIR - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
Resource Lookup Related variableds
- CONFIG_DIR - Static variable in interface com.sun.identity.config.SessionAttributeNames
-
- CONFIG_DIR - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Resource lookup related variables.
- CONFIG_DISPLAY_NAME - Static variable in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
- CONFIG_ENTITLEMENT_COMBINER - Static variable in class com.sun.identity.entitlement.opensso.EntitlementService
-
- CONFIG_ERROR_ADD_COT_MEMBER - Static variable in class com.sun.identity.cot.LogUtil
-
- CONFIG_ERROR_CREATE_COT_DESCRIPTOR - Static variable in class com.sun.identity.cot.LogUtil
-
- CONFIG_ERROR_CREATE_ENTITY_CONFIG - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- CONFIG_ERROR_CREATE_ENTITY_CONFIG - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- CONFIG_ERROR_CREATE_ENTITY_DESCRIPTOR - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- CONFIG_ERROR_CREATE_ENTITY_DESCRIPTOR - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- CONFIG_ERROR_DELETE_COT_DESCRIPTOR - Static variable in class com.sun.identity.cot.LogUtil
-
- CONFIG_ERROR_DELETE_ENTITY_CONFIG - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- CONFIG_ERROR_DELETE_ENTITY_CONFIG - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- CONFIG_ERROR_DELETE_ENTITY_DESCRIPTOR - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- CONFIG_ERROR_DELETE_ENTITY_DESCRIPTOR - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- CONFIG_ERROR_GET_ALL_ACTIVE_COT - Static variable in class com.sun.identity.cot.LogUtil
-
- CONFIG_ERROR_GET_ALL_COT_DESCRIPTOR - Static variable in class com.sun.identity.cot.LogUtil
-
- CONFIG_ERROR_GET_ALL_ENTITIES - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- CONFIG_ERROR_GET_ALL_ENTITIES - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- CONFIG_ERROR_GET_ALL_HOSTED_ENTITIES - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- CONFIG_ERROR_GET_ALL_HOSTED_ENTITIES - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- CONFIG_ERROR_GET_ALL_REMOTE_ENTITIES - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- CONFIG_ERROR_GET_ALL_REMOTE_ENTITIES - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- CONFIG_ERROR_GET_COT_DESCRIPTOR - Static variable in class com.sun.identity.cot.LogUtil
-
- CONFIG_ERROR_GET_ENTITY_CONFIG - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- CONFIG_ERROR_GET_ENTITY_CONFIG - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- CONFIG_ERROR_GET_ENTITY_DESCRIPTOR - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- CONFIG_ERROR_GET_ENTITY_DESCRIPTOR - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- CONFIG_ERROR_LIST_COT_MEMBER - Static variable in class com.sun.identity.cot.LogUtil
-
- CONFIG_ERROR_MODIFY_COT_DESCRIPTOR - Static variable in class com.sun.identity.cot.LogUtil
-
- CONFIG_ERROR_REMOVE_COT_MEMBER - Static variable in class com.sun.identity.cot.LogUtil
-
- CONFIG_ERROR_RETREIVE_COT - Static variable in class com.sun.identity.cot.LogUtil
-
- CONFIG_ERROR_SET_ENTITY_CONFIG - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- CONFIG_ERROR_SET_ENTITY_CONFIG - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- CONFIG_ERROR_SET_ENTITY_DESCRIPTOR - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- CONFIG_ERROR_SET_ENTITY_DESCRIPTOR - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- CONFIG_EXPORT_ENABLE_LABEL - Static variable in class org.forgerock.openam.core.rest.record.RecordConstants
-
- CONFIG_EXPORT_LABEL - Static variable in class org.forgerock.openam.core.rest.record.RecordConstants
-
- CONFIG_EXPORT_PASSWORD_LABEL - Static variable in class org.forgerock.openam.core.rest.record.RecordConstants
-
- CONFIG_EXPORT_SHARE_PASSWORD_LABEL - Static variable in class org.forgerock.openam.core.rest.record.RecordConstants
-
- CONFIG_FILE - Static variable in interface com.sun.identity.tools.bundles.SetupConstants
-
- CONFIG_FILE - Static variable in class org.forgerock.openam.radius.server.ConsoleClient
-
The name of the config file that will be used by the radius command line client.
- CONFIG_FILE_NAME - Static variable in class com.iplanet.am.util.SystemProperties
-
Default name of the configuration file.
- CONFIG_FILE_NAME - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- CONFIG_LAST_MODIFIED_BY - Static variable in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
- CONFIG_LAST_MODIFIED_DATE - Static variable in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
- CONFIG_LOAD - Static variable in interface com.sun.identity.tools.bundles.SetupConstants
-
- CONFIG_MGR_ERROR - Static variable in interface com.iplanet.ums.IUMSConstants
-
- CONFIG_NAME - Static variable in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
- CONFIG_PARAM_FILE - Static variable in interface com.sun.identity.setup.SetupConstants
-
Name of the config param file
- CONFIG_PATH - Static variable in class com.iplanet.am.util.SystemProperties
-
Runtime flag to be set, in order to override the path of the
configuration file.
- CONFIG_PATTERNS - Static variable in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
- CONFIG_PRINCIPAL_DATA_RETRIEVER - Static variable in class com.sun.identity.authentication.service.AuthenticationPrincipalDataRetrieverFactory
-
The configuration key used for identifying the implemenation class of
AuthenticationPrincipalDataRetriever interface.
- CONFIG_PWD_KEY - Static variable in class com.sun.identity.setup.BootstrapData
-
- CONFIG_RESOURCE_COMP_IMPL - Static variable in class com.sun.identity.entitlement.opensso.EntitlementService
-
- CONFIG_RESOURCE_TYPE_UUIDS - Static variable in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
- CONFIG_RESOURCE_TYPES - Static variable in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
- CONFIG_RESOURCES - Static variable in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
- CONFIG_ROOT - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Configuration root directory
- CONFIG_SAVE_INDEX_IMPL - Static variable in class com.sun.identity.entitlement.opensso.EntitlementService
-
- CONFIG_SEARCH_INDEX_IMPL - Static variable in class com.sun.identity.entitlement.opensso.EntitlementService
-
- CONFIG_SERVERS - Static variable in class com.sun.identity.common.configuration.ConfigurationBase
-
- CONFIG_SITES - Static variable in class com.sun.identity.common.configuration.ConfigurationBase
-
- CONFIG_STORE_DOWN_REDIRECT_URL - Static variable in interface com.sun.identity.shared.Constants
-
AMSetupFilter will redirect to this external URL in case the configuration store
is not available but the bootstrap file exists
- CONFIG_STORE_HOST - Static variable in interface com.sun.identity.config.SessionAttributeNames
-
- CONFIG_STORE_LOGIN_ID - Static variable in interface com.sun.identity.config.SessionAttributeNames
-
- CONFIG_STORE_PORT - Static variable in interface com.sun.identity.config.SessionAttributeNames
-
- CONFIG_STORE_PWD - Static variable in interface com.sun.identity.config.SessionAttributeNames
-
- CONFIG_STORE_ROOT_SUFFIX - Static variable in interface com.sun.identity.config.SessionAttributeNames
-
- CONFIG_STORE_SSL - Static variable in interface com.sun.identity.config.SessionAttributeNames
-
- CONFIG_SUBJECTS - Static variable in class com.sun.identity.entitlement.opensso.EntitlementService
-
- CONFIG_TOPIC - Static variable in class org.forgerock.openam.audit.AuditConstants
-
- CONFIG_VAR_ADMIN_PWD - Static variable in interface com.sun.identity.config.SessionAttributeNames
-
- CONFIG_VAR_ADMIN_PWD - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for administrator password.
- CONFIG_VAR_AMLDAPUSERPASSWD - Static variable in interface com.sun.identity.config.SessionAttributeNames
-
- CONFIG_VAR_AMLDAPUSERPASSWD - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for URLAccessAgent password.
- CONFIG_VAR_AMLDAPUSERPASSWD_CONFIRM - Static variable in interface com.sun.identity.config.SessionAttributeNames
-
- CONFIG_VAR_AMLDAPUSERPASSWD_CONFIRM - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for URLAccessAgent password.
- CONFIG_VAR_BASE_DIR - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for installation base directory.
- CONFIG_VAR_BOOTSTRAP_BASE_DIR - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for bootstarp file base directory.
- CONFIG_VAR_BOOTSTRAP_BASE_PREFIX - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for bootstarp file base prefix.
- CONFIG_VAR_BOOTSTRAP_LEGACY_BASE_DIR - Static variable in interface com.sun.identity.setup.SetupConstants
-
- CONFIG_VAR_CONFIRM_ADMIN_PWD - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for confirm administrator password.
- CONFIG_VAR_CONSOLE_URI - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for console deployment URI.
- CONFIG_VAR_COOKIE_DOMAIN - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for server cookie domain.
- CONFIG_VAR_DATA_STORE - Static variable in interface com.sun.identity.config.SessionAttributeNames
-
- CONFIG_VAR_DATA_STORE - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for the type of data store used.
- CONFIG_VAR_DEFAULT_SHARED_KEY - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for default shared secret key.
- CONFIG_VAR_DIRECTORY_ADMIN_SERVER_PORT - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for directory server admin port.
- CONFIG_VAR_DIRECTORY_JMX_SERVER_PORT - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for directory server jmx port.
- CONFIG_VAR_DIRECTORY_SERVER_HOST - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for directory server host.
- CONFIG_VAR_DIRECTORY_SERVER_PORT - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for directory server port.
- CONFIG_VAR_DIRECTORY_SERVER_SSL - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for directory server protocol.
- CONFIG_VAR_DISTAUTH_BOOTSTRAP_BASE_DIR - Static variable in interface com.sun.identity.shared.Constants
-
Configuration Variable for distauth bootstrap file base directory.
- CONFIG_VAR_DISTAUTH_BOOTSTRAP_FILENAME - Static variable in interface com.sun.identity.shared.Constants
-
Configuration Variable for distauth bootstrap file name.
- CONFIG_VAR_DS_DATASTORE_CLASS - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for Directory Server config store property.
- CONFIG_VAR_DS_MGR_DN - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for directory server administrator DN.
- CONFIG_VAR_DS_MGR_PWD - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for directory server administrator password.
- CONFIG_VAR_EMBEDDED_DATASTORE_CLASS - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for Embedded DS config store property.
- CONFIG_VAR_ENCRYPTION_KEY - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for encryption key.
- CONFIG_VAR_OLD_CONSOLE_URI - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for lagency console deployment URI.
- CONFIG_VAR_PLATFORM_LOCALE - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration variable for Platform Locale.
- CONFIG_VAR_PRODUCT_NAME - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for product name.
- CONFIG_VAR_ROOT_SUFFIX - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for root suffix.
- CONFIG_VAR_SERVER_HOST - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for server host.
- CONFIG_VAR_SERVER_PORT - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for server port.
- CONFIG_VAR_SERVER_PROTO - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for server protocol.
- CONFIG_VAR_SERVER_URI - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for server deployment URI.
- CONFIG_VAR_SERVER_URL - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for server URL.
- CONFIG_VAR_SESSION_ROOT_SUFFIX - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for Session root suffix.
- CONFIG_VAR_SESSION_STORE_TYPE - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for Session Store Type.
- CONFIG_VAR_SITE_CONFIGURATION - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration variable for storing site configuration data.
- CONFIG_VAR_SMS_DATASTORE_CLASS - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for Flat-file config store property.
- configAgentGroups(String, Map<String, Map<String, String>>) - Static method in class com.sun.identity.monitoring.Agent
-
process realm's Agent Groups
the HashMap of attributes/values:
CLIConstants.ATTR_NAME_AGENT_TYPE
type is extracted from the set; can be:
STSAgent, WSPAgent, WSCAgent, WebAgent
J2EEAgent, DiscoveryAgent
don't do "SharedAgent" (authenticators)
WSPAgent should have:
"wspendpoint"
"wspproxyendpoint"
WSCAgent should have:
"wspendpoint"
"wspproxyendpoint"
WebAgent should have:
"com.sun.identity.agents.config.agenturi.prefix"
"com.sun.identity.agents.config.login.url"
J2EEAgents should have:
"com.sun.identity.agents.config.login.url"
"com.sun.identity.client.notification.url"
DiscoveryAgent should have:
"discoveryendpoint"
"authnserviceendpoint"
STSAgent should have:
"stsendpoint"
2.2_Agent
no groups
- configAgentsOnly(String, Map<String, Map<String, String>>) - Static method in class com.sun.identity.monitoring.Agent
-
process realm's Agents (only)
the HashMap of attributes/values:
CLIConstants.ATTR_NAME_AGENT_TYPE
type is extracted from the set; can be:
J2EEAgent, WSPAgent, WSCAgent, 2.2_Agent
WSPAgent, STSAgent, WebAgent, DiscoveryAgent
don't do "SharedAgent" (authenticators)
J2EEAgent should have:
"com.sun.identity.agents.config.login.url"
"com.sun.identity.client.notification.url"
"groupmembership"
WSPAgent should have:
"wspendpoint"
"wspproxyendpoint"
"groupmembership"
WSCAgent should have:
"wspendpoint"
"wspproxyendpoint"
"groupmembership"
STSAgent should have:
"stsendpoint"
"groupmembership"
WebAgent should have:
"com.sun.identity.agents.config.agenturi.prefix"
"com.sun.identity.agents.config.login.url"
"groupmembership"
DiscoveryAgent should have:
"discoveryendpoint"
"authnserviceendpoint"
"groupmembership"
2.2_Agent should have:
"groupmembership"
- ConfigAttribute - Annotation Type in org.forgerock.openam.sm.config
-
Annotation represents a console configuration attribute.
- ConfigAuditor - Class in org.forgerock.openam.auditors
-
Responsible for publishing audit config events for a configuration operation.
- ConfigAuditor(Debug, AuditEventPublisher, AuditEventFactory, SSOToken, String, String, Map<String, Object>, Set<SMSAuditFilter>) - Constructor for class org.forgerock.openam.auditors.ConfigAuditor
-
Creates the base for a ConfigAuditor
- ConfigAuditorFactory - Interface in com.sun.identity.sm.ldap
-
Guice factory for creating SMSAuditor objects
- configChanged(ConfigurationActionEvent) - Method in class com.sun.identity.common.SystemConfigurationUtil
-
This method will be invoked when a component's
configuration data has been changed.
- configChanged(ConfigurationActionEvent) - Method in class com.sun.identity.cot.COTServiceListener
-
- configChanged(ConfigurationActionEvent) - Method in class com.sun.identity.federation.meta.IDFFMetaServiceListener
-
Updates the federation metadata cache .
- configChanged(ConfigurationActionEvent) - Method in class com.sun.identity.liberty.ws.authnsvc.AuthnSvcService
-
This method will be invoked when a component's
configuration data has been changed.
- configChanged(ConfigurationActionEvent) - Method in class com.sun.identity.liberty.ws.disco.common.DiscoServiceManager
-
This method will be invoked when a component's
configuration data has been changed.
- configChanged(ConfigurationActionEvent) - Method in class com.sun.identity.liberty.ws.idpp.IDPPServiceManager
-
This method will be invoked when a component's
configuration data has been changed.
- configChanged(ConfigurationActionEvent) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingService
-
This method will be invoked when a component's
configuration data has been changed.
- configChanged(ConfigurationActionEvent) - Method in interface com.sun.identity.plugin.configuration.ConfigurationListener
-
This method will be invoked when a component's
configuration data has been changed.
- configChanged(ConfigurationActionEvent) - Method in class com.sun.identity.saml.common.SAMLServiceManager
-
Updates SAML configuration when SAML service's configuration
data has been changed.
- configChanged(ConfigurationActionEvent) - Method in class com.sun.identity.saml2.common.SAML2ConfigService
-
This method will be invoked when a component's
configuration data has been changed.
- configChanged(ConfigurationActionEvent) - Method in class com.sun.identity.saml2.soapbinding.SOAPBindingService
-
This method will be invoked when a component's
configuration data has been changed.
- configChanged(ConfigurationActionEvent) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
This method will be invoked when a component's
configuration data has been changed.
- configChanged() - Method in interface org.forgerock.openam.utils.ConfigListener
-
Indicates that the configuration has changed.
- ConfigChangeListener - Class in org.forgerock.openam.radius.server.config
-
Listens for changes to the RADIUS server's configuration.
- ConfigChangeListener(ServiceConfigManager) - Constructor for class org.forgerock.openam.radius.server.config.ConfigChangeListener
-
Construct a ConfigChangeListener.
- configEvent(String) - Method in class org.forgerock.openam.audit.AuditEventFactory
-
Creates a new AMConfigAuditEventBuilder for the specified realm and adds the realm to the event.
- ConfigFedMonitoring - Class in com.sun.identity.configuration
-
This class gathers the configuration information for the
monitoring service, which is initially started in WebtopNaming.java
Configuration information can be gathered after Session services
have started up.
- ConfigFedMonitoring() - Constructor for class com.sun.identity.configuration.ConfigFedMonitoring
-
- ConfigHandlerBase - Class in com.sun.identity.install.tools.handler
-
- ConfigHandlerBase() - Constructor for class com.sun.identity.install.tools.handler.ConfigHandlerBase
-
- ConfigListener - Interface in org.forgerock.openam.utils
-
Listener interface allowing changes to hot swappable configuration (e.g.
- ConfigLoader - Class in org.forgerock.openam.radius.server.config
-
Loads configuration values from openam's admin console maintained values into pojos and registers a change listener
for changes that may happen in the future .
- ConfigLoader(ServiceConfigManager) - Constructor for class org.forgerock.openam.radius.server.config.ConfigLoader
-
Constructor.
- configLocale - Variable in class com.sun.identity.config.util.AjaxPage
-
- ConfigManagerException - Exception in com.iplanet.ums
-
- ConfigManagerException() - Constructor for exception com.iplanet.ums.ConfigManagerException
-
Constructs an ConfigManagerException with no specified
detail message.
- ConfigManagerException(String) - Constructor for exception com.iplanet.ums.ConfigManagerException
-
Constructs an ConfigManagerException with the specified
detail message.
- ConfigManagerFatalException - Exception in com.iplanet.ums
-
This is a specific typed exception used to indicate some sort of fatal
ConfigManager issue.
- ConfigManagerFatalException() - Constructor for exception com.iplanet.ums.ConfigManagerFatalException
-
Constructs an ConfigManagerFatalException with no
specified detail message.
- ConfigManagerFatalException(String) - Constructor for exception com.iplanet.ums.ConfigManagerFatalException
-
Constructs an ConfigManagerFatalException with the
specified detail message.
- ConfigManagerUMS - Class in com.iplanet.ums
-
Configuration Manager is responsible for getting configuration parameters for
UMS.
- configMap - Variable in class com.sun.identity.idm.IdRepo
-
- configMonitoring() - Static method in class com.iplanet.services.naming.WebtopNaming
-
Provides the Monitoring Agent site and server related information.
- ConfigMonitoring - Class in com.sun.identity.common
-
This class gathers the configuration information for the
monitoring service, which is initially started in WebtopNaming.java
Configuration information can be gathered after Session services
have started up.
- ConfigMonitoring() - Constructor for class com.sun.identity.common.ConfigMonitoring
-
- ConfigRetrievalException - Exception in org.forgerock.openam.sm.config
-
Represents an unexpected failure in retrieving SMS console configuration.
- ConfigRetrievalException(String, Throwable) - Constructor for exception org.forgerock.openam.sm.config.ConfigRetrievalException
-
Constructs a new config retrieval exception.
- ConfigSource - Annotation Type in org.forgerock.openam.sm.config
-
Annotation represents console configuration sources.
- ConfigStoreProperties - Class in org.forgerock.openam.setup
-
Configuration Store Properties
This gets serialized to/from json as part of boot.json
- ConfigStoreProperties() - Constructor for class org.forgerock.openam.setup.ConfigStoreProperties
-
- ConfigTransformer<T> - Interface in org.forgerock.openam.sm.config
-
Provides a custom transformation to the attribute values.
- configUpdate(String, String) - Method in interface org.forgerock.openam.sm.config.ConsoleConfigListener
-
Notifies the listener that the config has changed for the passed source and realm.
- ConfigurableExecutorService - Interface in org.forgerock.openam.audit.context
-
An ExecutorService that may be re-configured after construction.
- ConfigurableKey - Interface in com.iplanet.services.util
-
The interface class provides a method to choose password-based key for crypto
operations
- ConfigurableSessionBlacklist - Class in org.forgerock.openam.blacklist
-
Blacklist which determines the appropriate strategy to use for blacklisting based on current configuration.
- CONFIGURATION - Static variable in class com.sun.identity.sm.SMSUtils
-
- CONFIGURATION_NAME - Static variable in interface com.sun.identity.shared.Constants
-
Property used by the XML builder to retrieve a configuration specific name for an attribute schema.
- ConfigurationActionEvent - Interface in com.sun.identity.plugin.configuration
-
The ConfigurationActionEvent class represents
Configuration event.
- ConfigurationActionEventImpl - Class in com.sun.identity.plugin.configuration.impl
-
The ConfigurationActionEventImpl class represents
Configuration event.
- ConfigurationBase - Class in com.sun.identity.common.configuration
-
This is the base case for ServerConfiguration and
SiteConfiguration classes.
- ConfigurationBase() - Constructor for class com.sun.identity.common.configuration.ConfigurationBase
-
- ConfigurationException - Exception in com.sun.identity.common.configuration
-
Configuration related exception.
- ConfigurationException(String, Object[]) - Constructor for exception com.sun.identity.common.configuration.ConfigurationException
-
- ConfigurationException(String) - Constructor for exception com.sun.identity.common.configuration.ConfigurationException
-
- ConfigurationException - Exception in com.sun.identity.plugin.configuration
-
An ConfigurationException is thrown when there are
errors related to service configuration operations.
- ConfigurationException(String, String, Object[]) - Constructor for exception com.sun.identity.plugin.configuration.ConfigurationException
-
Constructs a new ConfigurationException without a nested
Throwable.
- ConfigurationException(String) - Constructor for exception com.sun.identity.plugin.configuration.ConfigurationException
-
Constructs a new ConfigurationException with the given
message.
- ConfigurationException(Throwable) - Constructor for exception com.sun.identity.plugin.configuration.ConfigurationException
-
Constructs an ConfigurationException with given
Throwable.
- ConfigurationFileLocator - Class in com.sun.identity.shared.configuration
-
This class provides method to locate configuration file.
- ConfigurationInstance - Interface in com.sun.identity.plugin.configuration
-
ConfigurationInstance is the interface that provides the
operations on service configuration.
- ConfigurationInstanceImpl - Class in com.sun.identity.plugin.configuration.impl
-
ConfigurationInstanceImpl is the implementation that provides
the operations on service configuration.
- ConfigurationInstanceImpl() - Constructor for class com.sun.identity.plugin.configuration.impl.ConfigurationInstanceImpl
-
- ConfigurationListener - Interface in com.sun.identity.common.configuration
-
Server Configuration Listeners
- ConfigurationListener - Interface in com.sun.identity.plugin.configuration
-
The interface ConfigurationListener needs to be implemented
by applications in order to receive component data change notifications.
- ConfigurationLoader - Class in com.sun.identity.install.tools.configurator
-
- ConfigurationLoader() - Constructor for class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- ConfigurationManager - Class in com.sun.identity.plugin.configuration
-
An ConfigurationManager provides a method get configuration
instances.
- ConfigurationManager() - Constructor for class com.sun.identity.plugin.configuration.ConfigurationManager
-
- ConfigurationObserver - Class in com.sun.identity.common.configuration
-
This class listens to changes in configuration changes
- ConfigurationValidator - Class in org.forgerock.openam.sm.utils
-
- ConfigurationValidator() - Constructor for class org.forgerock.openam.sm.utils.ConfigurationValidator
-
- ConfiguratorException - Exception in com.sun.identity.setup
-
- ConfiguratorException(String, Object[], Locale) - Constructor for exception com.sun.identity.setup.ConfiguratorException
-
- ConfiguratorException(String) - Constructor for exception com.sun.identity.setup.ConfiguratorException
-
- ConfiguratorFilter - Class in com.sun.identity.saml2.idpdiscovery
-
This filter brings user to a configuration page when IDP Discovery WAR
is not configured yet, it will create the configuration file for the
IDP Discovery service once configured.
- ConfiguratorFilter() - Constructor for class com.sun.identity.saml2.idpdiscovery.ConfiguratorFilter
-
- ConfiguratorPlugin - Interface in com.sun.identity.setup
-
- configure() - Method in class com.sun.identity.cli.CliGuiceModule
-
- configure() - Method in class com.sun.identity.entitlement.rest.EntitlementLegacyRestGuiceModule
-
- configure() - Method in class com.sun.identity.rest.LegacyRestGuiceModule
-
- configure() - Method in class com.sun.identity.setup.ConfigureData
-
Configures the product.
- configure() - Method in class org.forgerock.openam.audit.AuditCoreGuiceModule
-
- configure() - Method in class org.forgerock.openam.audit.configuration.AuditConfigurationGuiceModule
-
- configure() - Method in class org.forgerock.openam.authentication.modules.fr.oath.AuthenticatorOathGuiceModule
-
- configure() - Method in class org.forgerock.openam.authentication.modules.oidc.OpenIdConnectGuiceModule
-
- configure() - Method in class org.forgerock.openam.authentication.modules.push.PushAuthGuiceModule
-
- configure() - Method in class org.forgerock.openam.core.guice.CoreGuiceModule
-
- configure() - Method in class org.forgerock.openam.core.guice.DataLayerGuiceModule
-
- configure() - Method in class org.forgerock.openam.core.realms.RealmGuiceModule
-
- configure() - Method in class org.forgerock.openam.core.rest.authn.CoreRestAuthenticationGuiceModule
-
- configure() - Method in class org.forgerock.openam.core.rest.CoreRestGuiceModule
-
- configure() - Method in class org.forgerock.openam.core.rest.CoreRestIdentityGuiceModule
-
- configure() - Method in class org.forgerock.openam.core.rest.cts.CoreRestCtsGuiceModule
-
- configure() - Method in class org.forgerock.openam.core.rest.devices.CoreRestDevicesGuiceModule
-
- configure() - Method in class org.forgerock.openam.core.rest.docs.CoreRestDocsGuiceModule
-
- configure() - Method in class org.forgerock.openam.core.rest.record.CoreRestRecordGuiceModule
-
- configure() - Method in class org.forgerock.openam.core.rest.session.CoreRestSessionGuiceModule
-
- configure() - Method in class org.forgerock.openam.core.rest.sms.CoreRestSmsGuiceModule
-
- configure() - Method in class org.forgerock.openam.cts.CoreTokenServiceGuiceModule
-
- configure() - Method in class org.forgerock.openam.cts.worker.process.CTSWorkerProcessGuiceModule
-
- configure() - Method in class org.forgerock.openam.entitlement.guice.EntitlementGuiceModule
-
- configure() - Method in class org.forgerock.openam.entitlement.guice.EntitlementRestGuiceModule
-
- configure() - Method in class org.forgerock.openam.forgerockrest.guice.ForgerockRestGuiceModule
- configure() - Method in class org.forgerock.openam.http.HttpGuiceModule
-
- configure() - Method in class org.forgerock.openam.install.tools.guice.InstallToolsGuiceModule
-
- configure() - Method in class org.forgerock.openam.license.LicenseGuiceModule
-
- configure() - Method in class org.forgerock.openam.license.LicensePresenterGuiceModule
-
- configure() - Method in class org.forgerock.openam.notifications.integration.NotificationsGuiceModule
-
- configure() - Method in class org.forgerock.openam.oauth2.guice.OAuth2GuiceModule
- configure() - Method in class org.forgerock.openam.oauth2.guice.OAuth2RestGuiceModule
-
- configure() - Method in class org.forgerock.openam.oauth2.resources.labels.LabelsGuiceModule
-
- configure() - Method in class org.forgerock.openam.oauth2.saml2.core.OAuth2Saml2GuiceModule
-
- configure() - Method in class org.forgerock.openam.plugin.configuration.FedletAuditConfigurationGuiceModule
-
- configure() - Method in class org.forgerock.openam.radius.server.RadiusServerGuiceModule
-
- configure() - Method in class org.forgerock.openam.rest.RestGuiceModule
-
- configure() - Method in class org.forgerock.openam.scripting.guice.ScriptingGuiceModule
-
- configure() - Method in class org.forgerock.openam.scripting.guice.ScriptingRestGuiceModule
-
- configure() - Method in class org.forgerock.openam.selfservice.SelfServiceGuiceModule
-
- configure() - Method in class org.forgerock.openam.services.push.PushGuiceModule
-
- configure() - Method in class org.forgerock.openam.session.SessionGuiceModule
-
- configure() - Method in class org.forgerock.openam.shared.guice.SharedGuiceModule
-
- configure() - Method in class org.forgerock.openam.sm.datalayer.api.DataLayerConnectionModule
-
- configure() - Method in class org.forgerock.openam.sts.publish.config.STSPublishModule
-
- configure() - Method in class org.forgerock.openam.sts.rest.config.RestSTSInstanceModule
-
- configure() - Method in class org.forgerock.openam.sts.rest.config.RestSTSModule
-
- configure() - Method in class org.forgerock.openam.sts.soap.config.SoapSTSInstanceModule
-
- configure() - Method in class org.forgerock.openam.sts.soap.config.SoapSTSModule
-
- configure() - Method in class org.forgerock.openam.sts.tokengeneration.config.TokenGenerationModule
-
- configure() - Method in class org.forgerock.openam.uma.UmaGuiceModule
-
- configure() - Method in class org.forgerock.openam.upgrade.UpgradeGuiceModule
-
- configureConnections(PrivateBinder) - Method in class org.forgerock.openam.sm.datalayer.api.DataLayerConnectionModule
-
Configures the connection classes.
- configureConnections(PrivateBinder) - Method in class org.forgerock.openam.sm.datalayer.impl.ldap.LdapDataLayerConnectionModule
-
- configureConnections(PrivateBinder) - Method in class org.openidentityplatform.openam.cassandra.DataLayerConnectionModule
-
- ConfigureData - Class in com.sun.identity.setup
-
Configures product bootstrap data.
- ConfigureData(String, ServletContext, String, SSOToken) - Constructor for class com.sun.identity.setup.ConfigureData
-
Constructs a new instance.
- configureDataStore(PrivateBinder) - Method in class org.forgerock.openam.sm.datalayer.api.DataLayerConnectionModule
-
If the connection type requires a data store, it can be bound here.
- configureDataStore(PrivateBinder) - Method in class org.forgerock.openam.sm.datalayer.impl.ResourceSetConnectionModule
-
- configureDataStore(PrivateBinder) - Method in class org.forgerock.openam.sm.datalayer.impl.UmaAuditConnectionModule
-
- configureDataStore(PrivateBinder) - Method in class org.forgerock.openam.sm.datalayer.impl.UmaPendingRequestConnectionModule
-
- ConfiguredAuthServices - Class in com.sun.identity.authentication.service
-
The class determines the configured Identity Types for Identity Repository.
- ConfiguredAuthServices() - Constructor for class com.sun.identity.authentication.service.ConfiguredAuthServices
-
Creates ConfiguredAuthServices object.
- ConfiguredDiscoveryConfig - Class in com.sun.identity.wss.provider
-
The class determines the configured Discovery agent configurations.
- ConfiguredDiscoveryConfig() - Constructor for class com.sun.identity.wss.provider.ConfiguredDiscoveryConfig
-
Creates ConfiguredDiscoveryConfig object.
- ConfiguredIdentityTypes - Class in com.sun.identity.authentication.service
-
The class determines the configured Identity Types for Identity Repository.
- ConfiguredIdentityTypes() - Constructor for class com.sun.identity.authentication.service.ConfiguredIdentityTypes
-
Creates ConfiguredIdentityTypes object.
- configuredIssuer - Variable in class org.forgerock.openam.authentication.modules.oidc.JwtHandlerConfig
-
- ConfiguredModuleInstances - Class in com.sun.identity.authentication.service
-
The class determines the configured LDAP/DataStore Module Instances for realm
This list is computed per realm.
- ConfiguredModuleInstances() - Constructor for class com.sun.identity.authentication.service.ConfiguredModuleInstances
-
Creates ConfiguredModuleInstances object.
- ConfiguredSignedElements - Class in com.sun.identity.wss.security
-
The class determines the configured Security Mechanisms for
Web Service Provider.
- ConfiguredSignedElements() - Constructor for class com.sun.identity.wss.security.ConfiguredSignedElements
-
Creates ConfiguredSignedElements object.
- ConfiguredSocialAuthServices - Class in com.sun.identity.authentication.service
-
Restricts the list of Auth Services (Chains) to those that include Authentication via a Social AuthN provider.
- ConfiguredSocialAuthServices() - Constructor for class com.sun.identity.authentication.service.ConfiguredSocialAuthServices
-
- ConfiguredSTSConfig - Class in com.sun.identity.wss.provider
-
The class determines the configured STS agent configurations.
- ConfiguredSTSConfig() - Constructor for class com.sun.identity.wss.provider.ConfiguredSTSConfig
-
Creates ConfiguredSTSConfig object.
- ConfiguredWSCSecurityMech - Class in com.sun.identity.wss.security
-
The class determines the configured Security Mechanisms for
Web Service Client.
- ConfiguredWSCSecurityMech() - Constructor for class com.sun.identity.wss.security.ConfiguredWSCSecurityMech
-
Creates ConfiguredWSCSecurityMech object.
- ConfiguredWSPSecurityMech - Class in com.sun.identity.wss.security
-
The class determines the configured Security Mechanisms for
Web Service Provider.
- ConfiguredWSPSecurityMech() - Constructor for class com.sun.identity.wss.security.ConfiguredWSPSecurityMech
-
Creates ConfiguredWSPSecurityMech object.
- configureFedMonitoring() - Method in class com.sun.identity.configuration.ConfigFedMonitoring
-
- ConfigureGoogleApps - Class in com.sun.identity.workflow
-
Configure GoogleApps.
- ConfigureGoogleApps() - Constructor for class com.sun.identity.workflow.ConfigureGoogleApps
-
- configureMonitoring() - Method in class com.sun.identity.common.ConfigMonitoring
-
- ConfigurePropertiesTask - Class in com.sun.identity.install.tools.configurator
-
- ConfigurePropertiesTask() - Constructor for class com.sun.identity.install.tools.configurator.ConfigurePropertiesTask
-
- ConfigureSalesForceApps - Class in com.sun.identity.workflow
-
Configure SalesForceApps.
- ConfigureSalesForceApps() - Constructor for class com.sun.identity.workflow.ConfigureSalesForceApps
-
- ConfigureSocialAuthN - Class in com.sun.identity.workflow
-
- ConfigureSocialAuthN() - Constructor for class com.sun.identity.workflow.ConfigureSocialAuthN
-
- configureTaskExecutor(PrivateBinder) - Method in class org.forgerock.openam.cts.impl.CTSAsyncConnectionModule
-
- configureTaskExecutor(PrivateBinder) - Method in class org.forgerock.openam.sm.datalayer.api.DataLayerConnectionModule
-
Configures the task executor and associated classes.
- configureTaskExecutor(PrivateBinder) - Method in class org.forgerock.openam.sm.SMSConnectionModule
-
- configureTaskExecutor(PrivateBinder) - Method in class org.openidentityplatform.openam.cassandra.CTSAsyncConnectionModule
-
- ConfigUtil - Class in com.sun.identity.install.tools.util
-
- ConfigUtil() - Constructor for class com.sun.identity.install.tools.util.ConfigUtil
-
- CONFIRMATION_CALLBACK - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- CONFIRMATION_CALLBACK_BEGIN - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- CONFIRMATION_CALLBACK_END - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- CONFIRMATION_KEY - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.CoreTokenParams
-
- CONFIRMATION_METHOD_ARTIFACT - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Confirmation method: Artifact
- CONFIRMATION_METHOD_ARTIFACT - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
SAML artifact confirmation method identifier URI.
- CONFIRMATION_METHOD_BEARER - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Confirmation method: Bearer
- CONFIRMATION_METHOD_BEARER - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
SAML Bearer confirmation method identifier URI.
- CONFIRMATION_METHOD_DSAME - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Confirmation method
- CONFIRMATION_METHOD_HOLDEROFKEY - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
SAML "Holder of Key" confirmation method identifier URI.
- CONFIRMATION_METHOD_IS - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
OpenAM confirmation method identifier URI.
- CONFIRMATION_METHOD_SENDERVOUCHES - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
SAML "Sender Vouches" confirmation method identifier URI.
- ConfirmationKeyValidator - Class in org.forgerock.openam.oauth2.validation
-
Validates the confirmation key parameter if it is present.
- ConfirmationKeyValidator(OAuth2Utils) - Constructor for class org.forgerock.openam.oauth2.validation.ConfirmationKeyValidator
-
- CONFIRMED_MAX_AGE - Static variable in class org.forgerock.openidconnect.Client
-
- ConfirmInteraction - Class in com.sun.identity.install.tools.configurator
-
- ConfirmInteraction() - Constructor for class com.sun.identity.install.tools.configurator.ConfirmInteraction
-
- confirmOnExitStatus(InteractionResult, IStateAccess) - Method in class com.sun.identity.install.tools.configurator.UserDataInteraction
-
Method to check for exit condition @param result InteractionResult
object
- confirmOnExitStatus(InteractionResultStatus, IStateAccess) - Method in class com.sun.identity.install.tools.configurator.UserResponseInteraction
-
- CONN_SIMPLE - Static variable in class com.iplanet.services.ldap.Server.Type
-
The user has anonyomous rights.
- CONN_SSL - Static variable in class com.iplanet.services.ldap.Server.Type
-
The user is authenticated with a rootdn and password.
- ConnectClientRegistration - Class in org.forgerock.openidconnect.restlet
-
Handles requests to the OpenId Connect client registration endpoint for registering and retrieving OpenId Connect
client registrations.
- ConnectClientRegistration(OpenIdConnectClientRegistrationService, OAuth2RequestFactory, ExceptionHandler, JacksonRepresentationFactory) - Constructor for class org.forgerock.openidconnect.restlet.ConnectClientRegistration
-
Constructs a new ConnectClientRegistration.
- connectDSwithDN(boolean) - Method in class com.sun.identity.setup.AMSetupDSConfig
-
Check if Directory Server has the suffix.
- CONNECTION_FALIED - Static variable in exception com.iplanet.log.LogException
-
Log JDBC driver connection failed.
- ConnectionConfig - Interface in org.forgerock.openam.sm
-
Represents the details required to establish a Connection to an LDAP server.
- ConnectionConfigFactory - Class in org.forgerock.openam.sm
-
The factory used for acquiring the configuration used by the Service Manager data layer.
- ConnectionConfigFactory(ConnectionConfig, ConnectionConfig, LdapDataLayerConfiguration, ConfigurationValidator) - Constructor for class org.forgerock.openam.sm.ConnectionConfigFactory
-
Guice initialised constructor.
- ConnectionCredentialsNotFound - Exception in org.forgerock.openam.sm.exceptions
-
Indicates that the Connection Credentials used for a ServerGroup configuration are not suitable
for the given authorisation type.
- ConnectionCredentialsNotFound(LDAPUser.Type) - Constructor for exception org.forgerock.openam.sm.exceptions.ConnectionCredentialsNotFound
-
- ConnectionException - Exception in com.iplanet.log
-
Throw a log exception when the connection to the Database fails.
- ConnectionException() - Constructor for exception com.iplanet.log.ConnectionException
-
Constructs a ConnectionException instance.
- ConnectionException(String) - Constructor for exception com.iplanet.log.ConnectionException
-
Constructs a ConnectionException instance.
- ConnectionFactory<T> - Interface in org.forgerock.openam.sm.datalayer.api
-
Creates connections of type T either asynchronously or synchronously.
- ConnectionFactory() - Constructor for class org.openidentityplatform.openam.cassandra.ConnectionFactoryProvider.ConnectionFactory
-
- ConnectionFactoryProvider<C> - Interface in org.forgerock.openam.sm.datalayer.providers
-
Represents the ability to generate ConnectionFactory instances.
- ConnectionFactoryProvider - Class in org.openidentityplatform.openam.cassandra
-
Responsible for generating ConnectionFactory instances.
- ConnectionFactoryProvider(ConnectionType, ConnectionConfigFactory, DataLayerConfiguration, TimeoutConfig, Debug) - Constructor for class org.openidentityplatform.openam.cassandra.ConnectionFactoryProvider
-
Generates an instance and registers the shutdown listener.
- ConnectionFactoryProvider.ConnectionFactory - Class in org.openidentityplatform.openam.cassandra
-
- ConnectionFailedException - Exception in org.forgerock.openam.cts.exceptions
-
Describes an error fetching a connection, or any operation that uses a connection that failed.
- ConnectionFailedException(Throwable) - Constructor for exception org.forgerock.openam.cts.exceptions.ConnectionFailedException
-
- ConnectionFailedException(String) - Constructor for exception org.forgerock.openam.cts.exceptions.ConnectionFailedException
-
- connectionLost() - Method in interface org.forgerock.openam.cts.continuous.ContinuousQueryListener
-
Notify the listener that an error has occurred, and results may not be trustworthy for a period - e.g. to wipe
a dirty cache in the case of connection issues.
- ConnectionStore - Class in org.forgerock.openam.cts.monitoring.impl.connections
-
A data structure that stores the cumulative count and rate for CTS connections.
- ConnectionStore(ConnectionMonitor, ConnectionMonitor) - Constructor for class org.forgerock.openam.cts.monitoring.impl.connections.ConnectionStore
-
- ConnectionType - Enum in org.forgerock.openam.sm.datalayer.api
-
Defines the types of connections factories that should be used to provide connections
to callers.
- connectionType - Variable in class org.forgerock.openam.sm.datalayer.api.DataLayerConnectionModule
-
- ConnRequestWaitTimeCurrent - Variable in class com.sun.identity.monitoring.SsoServerConnPoolSvc
-
Variable for storing the value of "ConnRequestWaitTimeCurrent".
- ConnRequestWaitTimeHighWaterMark - Variable in class com.sun.identity.monitoring.SsoServerConnPoolSvc
-
Variable for storing the value of "ConnRequestWaitTimeHighWaterMark".
- ConnRequestWaitTimeLowWaterMark - Variable in class com.sun.identity.monitoring.SsoServerConnPoolSvc
-
Variable for storing the value of "ConnRequestWaitTimeLowWaterMark".
- CONSENT - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Consent
- CONSENT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- CONSENT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for Destination
- consent - Variable in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
- consent - Variable in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
- CONSENT_ALLOW - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- CONSENT_DENY - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- CONSENT_HANDLER - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Consent handler
- CONSENT_REQUIRED - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Error
-
OpenID Connect Consent error
- ConsentHeader - Class in com.sun.identity.liberty.ws.soapbinding
-
The ConsentHeader class represents Consent element
defined in SOAP binding schema.
- ConsentHeader(String) - Constructor for class com.sun.identity.liberty.ws.soapbinding.ConsentHeader
-
Constructor
- ConsentRequiredResource - Class in org.forgerock.oauth2.restlet
-
Handles requests to the OAuth2 authorize endpoint that require consent from the user.
- ConsentRequiredResource(Router, BaseURLProviderFactory, XUIState, ResourceOwnerSessionValidator) - Constructor for class org.forgerock.oauth2.restlet.ConsentRequiredResource
-
- consentURI - Variable in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
- consentURI - Variable in class com.sun.identity.federation.message.FSAuthnResponse
-
Deprecated.
- Console - Class in com.sun.identity.install.tools.util
-
- Console() - Constructor for class com.sun.identity.install.tools.util.Console
-
- CONSOLE - Static variable in class com.sun.identity.shared.stats.Stats
-
Flags the state where printing to a file is disabled.
- CONSOLE - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to API Descriptor translations
- CONSOLE_ACCESS - Static variable in class com.sun.identity.log.LogConstants
-
- CONSOLE_SERVICE - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- CONSOLE_SERVICE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Console service
- CONSOLE_SERVICE_VERSION - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Console service version
- CONSOLE_UI_DEFAULT_CHARSET - Static variable in interface com.sun.identity.shared.Constants
-
Default charset to be used in case the client detection has failed.
- ConsoleClient - Class in org.forgerock.openam.radius.server
-
Implements a console based RADIUS client that enables testing of a radius server.
- ConsoleClient(Properties) - Constructor for class org.forgerock.openam.radius.server.ConsoleClient
-
Constructor.
- ConsoleConfigBuilder<C> - Interface in org.forgerock.openam.sm.config
-
Builder to construct the config object represented.
- ConsoleConfigHandler - Interface in org.forgerock.openam.sm.config
-
Responsible for handling the retrieval and notification of console configuration.
- ConsoleConfigHandlerImpl - Class in org.forgerock.openam.sm.config
-
Provides a layer between SMS configuration and a simple POJO, by using annotations
to map attributes to bean properties.
- ConsoleConfigHandlerImpl(SMSConfigProvider, DNWrapper, Injector) - Constructor for class org.forgerock.openam.sm.config.ConsoleConfigHandlerImpl
-
Constructs a new console configuration handler.
- ConsoleConfigListener - Interface in org.forgerock.openam.sm.config
-
Listener interface to be notified of SMS configuration changes.
- ConsoleUser - Class in org.forgerock.openam.license
-
Command-line interface (CLI) for the console user.
- ConsoleUser(Writer, Reader, ResourceBundle) - Constructor for class org.forgerock.openam.license.ConsoleUser
-
Constructs a CLI with the given input and output streams, and using the given resource bundle for
message localisation.
- ConsoleUser() - Constructor for class org.forgerock.openam.license.ConsoleUser
-
Constructs a CLI using the process standard input and output streams and the default license resource bundle for
message localisation.
- ConsoleViewBeanBase - Class in org.forgerock.openam.console.base
-
Base class for to all OpenAM console pages that need to extend the JATO ViewBeanBase.
- ConsoleViewBeanBase() - Constructor for class org.forgerock.openam.console.base.ConsoleViewBeanBase
-
- ConsoleViewBeanBase(String) - Constructor for class org.forgerock.openam.console.base.ConsoleViewBeanBase
-
- CONSTANT - Static variable in class com.sun.identity.policy.Syntax
-
Deprecated.
value is a constant string, would be typically shown as non
editable text
- Constants - Interface in com.sun.identity.shared
-
This interface contains all the property names defined in in
product configurations and may be expanded with other constant
values that are used for Access and Federation Manager development.
- Constants - Class in org.forgerock.openam.authentication.modules.push
-
Constants for the ForgeRock Authenticator (Push) Auth Module.
- ConstraintFailureException - Exception in org.forgerock.openam.entitlement.constraints
-
Exception to report constraint validation failures.
- ConstraintFailureException(String, String) - Constructor for exception org.forgerock.openam.entitlement.constraints.ConstraintFailureException
-
- ConstraintResult - Interface in org.forgerock.openam.entitlement.constraints
-
Captures the result of verifying some constraint.
- ConstraintResults - Class in org.forgerock.openam.entitlement.constraints
-
Helpful class for creating constraint results.
- ConstraintValidator - Interface in org.forgerock.openam.entitlement.constraints
-
Current validates resources and actions against the constraints within a resource type.
- ConstraintValidatorImpl - Class in org.forgerock.openam.entitlement.constraints
-
Provides the basic implementation for constraint validation.
- ConstraintValidatorImpl() - Constructor for class org.forgerock.openam.entitlement.constraints.ConstraintValidatorImpl
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_deRegisterNotificationURL_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_deRegisterNotificationURL_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_doesEntryExists_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_doesEntryExists_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesForSchema_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesForSchema_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getCreationTemplateName_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDeletedObjectFilter_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDeletedObjectFilter_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getNamingAttr_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getNamingAttr_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectClassFromDS_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectType_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectType_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgSearchFilter_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgSearchFilter_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSearchFilterFromTemplate_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSearchFilterFromTemplate_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getTopLevelContainers_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getTopLevelContainers_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getTopLevelContainers_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isAncestorOrgDeleted_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isAncestorOrgDeleted_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_objectsChanged_idrepo_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_objectsChanged_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_idrepo_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerService_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerService_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAdminRole_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAdminRole_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setGroupFilter_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setGroupFilter_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndDeleteObject_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndDeleteObject_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_Fault_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.entity.EntityObjectIF_deleteEntity_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.entity.EntityObjectIF_deleteEntity_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.federation.common.FSRemoteException_SOAPBuilder
-
- construct() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_isUserExists_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_isUserExists_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_attributes_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_getCookieNameForToken_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_getCookieNamesToForward_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_log_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_read_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenException_SOAPBuilder
-
- construct() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getX509CertificateToken_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getX509CertificateToken_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_initialization_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_initialization_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertions_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertions_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertions_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_deRegisterNotificationURL_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_getAMSdkBaseDN_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_getRootSuffix_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_notifyObjectChanged_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_objectsChanged_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_registerNotificationURL_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_registerNotificationURL_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_Fault_SOAPBuilder
-
- construct() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryResourceOffering_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryResourceOffering_ResponseStruct_SOAPBuilder
-
- construct() - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryServiceCredential_RequestStruct_SOAPBuilder
-
- construct() - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryServiceCredential_ResponseStruct_SOAPBuilder
-
- constructFilter(int, Map) - Static method in class com.iplanet.am.sdk.AMSDKRepo
-
- constructFilter(int, Map<String, Set<String>>) - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
- constructLoginURL(HttpServletRequest) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- constructResourceInvalidException(Object[]) - Method in class com.sun.identity.entitlement.PrefixResourceName
-
- constructResourceInvalidException(Object[]) - Method in class com.sun.identity.entitlement.URLResourceName
-
- constructResourceInvalidException(Object[]) - Method in class com.sun.identity.policy.plugins.PrefixResourceName
-
- constructResourceInvalidException(Object[]) - Method in class com.sun.identity.policy.plugins.URLResourceName
-
- constructResourceInvalidException(Object[]) - Method in class com.sun.identity.shared.whitelist.PrefixResourceName
-
- constructResourceInvalidException(Object[]) - Method in class com.sun.identity.shared.whitelist.URLResourceName
-
- constructResourceInvalidException(Object[]) - Method in class org.forgerock.openam.shared.resourcename.BasePrefixResourceName
-
Construct the exception that will be thrown if the resource is invalid during canonicalize.
- constructUserFilter(SSOToken, String, String, boolean) - Static method in class com.sun.identity.policy.PolicyUtils
-
Constructs a search filter used in subject evaluation.
- consumeAttribute(int) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- consumeAttribute(int) - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext
-
Fires an attribute event for the specified attribute,
and marks the attribute as "used".
- consumeAttribute(int) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- consumeAttribute(int) - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallingContext
-
Fires an attribute event for the specified attribute,
and marks the attribute as "used".
- Consumer - Interface in org.forgerock.openam.notifications
-
A consumer is associated with a given subscription and is passed notifications
by the broker for the topics that the subscription is bound to.
- ConsumerSiteAttributeMapper - Interface in com.sun.identity.saml.plugins
-
This interface needs to be implemented by an trusted assertion consumer site
(a partner) to return a list of Attribute objects to be
returned as AttributeStatements elements, as part of the
Authentication Assertion returned to the partner during the
SSO scenario of Browser Artifact and POST profile.
- Consumes - Annotation Type in org.forgerock.openam.http.annotations
-
The content type that is consumed by the method annotated with
Post or
Put.
- consumeText(String, boolean) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- consumeText(String, boolean) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- CONTACT_ADMIN - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Contact system administrator to report this problem.
- ContactPersonElement - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for ContactPerson element declaration.
- ContactPersonElementImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- ContactPersonElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.ContactPersonElementImpl
-
- ContactPersonElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- CONTACTS - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2Client
-
- ContactType - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for ContactType complex type.
- ContactTypeImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- ContactTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.ContactTypeImpl
-
- ContactTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- CONTAINED_NOT_BEFORE - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- CONTAINER - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- CONTAINER_DEFAULT_TEMPLATE_ROLE - Static variable in interface com.iplanet.am.sdk.AMConstants
-
Deprecated.
- CONTAINER_SUPPORTED_TYPES_ATTRIBUTE - Static variable in interface com.iplanet.am.sdk.AMConstants
-
Deprecated.
- CONTAINER_TYPE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Provider descriptor
- containerNeeded - Variable in class com.sun.identity.common.PeriodicRunnable
-
- contains(Object) - Method in class com.iplanet.am.util.Cache
-
Tests if some key maps into the specified value in this Cache.
- contains(String) - Method in class com.iplanet.services.ldap.Attr
-
Checks whether the given value already exist for
the attribute
- contains(byte[]) - Method in class com.iplanet.services.ldap.Attr
-
Checks whether the given value already exist for
the attribute
- contains(String) - Method in class com.iplanet.services.ldap.AttrSet
-
Check if attrSet has this attribute
- contains(String, String) - Method in class com.iplanet.services.ldap.AttrSet
-
Check if this attrSet has the attribute with the
given value
- contains(String) - Method in class com.iplanet.ums.SearchControl
-
Checks if an internal attribute is defined for the control
- contains(Object) - Method in class com.sun.identity.common.CaseInsensitiveHashSet
-
- contains(Object) - Method in class com.sun.identity.entitlement.opensso.Cache
-
Tests if some key maps into the specified value in this Cache.
- contains(UserOptionItem) - Method in class com.sun.identity.install.tools.configurator.BaseOptions
-
- contains(String) - Method in class com.sun.identity.install.tools.configurator.StateData
-
- contains(SSOToken, String) - Method in class com.sun.identity.sm.CachedSubEntries
-
- contains(EventType) - Static method in enum org.forgerock.openam.entitlement.indextree.events.ErrorEventType
-
Whether the passed type is an error event type.
- contains(EventType) - Static method in enum org.forgerock.openam.entitlement.indextree.events.ModificationEventType
-
Whether the passed type is a modification event type.
- contains(Subject, String, String) - Method in interface org.forgerock.openam.entitlement.service.ResourceTypeService
-
Determines whether the resource type Id represents a valid and present resource type.
- contains(Subject, String, String) - Method in class org.forgerock.openam.entitlement.service.ResourceTypeServiceImpl
-
- contains(SessionInfo) - Method in class org.forgerock.openam.session.stateless.cache.StatelessJWTCache
-
- contains(String) - Method in class org.forgerock.openam.session.stateless.cache.StatelessJWTCache
-
- contains(String, String) - Static method in class org.forgerock.openam.utils.StringUtils
-
Check if one string contains another string.
- containsActionName(String) - Method in class com.sun.identity.policy.ServiceType
-
Returns true is the service has the specified action name.
- containsAttrValue(String, String) - Method in class com.sun.identity.sm.SMSEntry
-
Checks if the attribute value exists in the attribute
- containsAudience(String) - Method in class com.sun.identity.saml.assertion.AudienceRestrictionCondition
-
Returns true if a particular audience string is contained within this
AudienceRestrictionCondition object
- containsCaseInsensitive(String, String) - Static method in class org.forgerock.openam.utils.StringUtils
-
Check if one string contains another string in a case insensitive manner.
- containsConsent() - Method in class org.forgerock.openidconnect.OpenIdPrompt
-
Determines if the prompt contains 'consent'.
- containsCookie(String, String) - Method in class org.forgerock.openam.session.SessionCookies
-
Checks if the cookie name is in the cookie string.
- containsHeader(String) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletResponse
-
The default behavior of this method is to call containsHeader(String name)
on the wrapped response object.
- containsJwt(HttpServletRequest) - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSessionManager
-
- containsJwt(String) - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSessionManager
-
Determines whether the given token id contains a client-side JWT.
- containsJwt(SessionID) - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSessionManager
-
Determines whether the given session id contains a client-side JWT.
- containsKey(Object) - Method in class com.iplanet.am.util.Cache
-
Tests if the specified object is a key in this Cache.
- containsKey(Object) - Method in class com.sun.identity.common.CaseInsensitiveHashMap
-
- containsKey(Object) - Method in class com.sun.identity.common.CaseInsensitiveProperties
-
- containsKey(Object) - Method in class com.sun.identity.common.PeriodicGroupMap
-
Checks if the map contains the key.
- containsKey(Object) - Method in class com.sun.identity.entitlement.opensso.Cache
-
Tests if the specified object is a key in this Cache.
- containsKey(String) - Method in class com.sun.identity.saml.xmlsig.JKSKeyProvider
-
- containsKey(String) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
-
Whether the key alias exists in the keystore.
- containsKey(Object) - Method in class org.forgerock.openam.scripting.ChainedBindings
- containsKey(String) - Method in class org.forgerock.openam.utils.AMKeyProvider
-
- containsLogin() - Method in class org.forgerock.openidconnect.OpenIdPrompt
-
Determines if the prompt contains 'login'.
- containsName(Subject, String, String) - Method in interface org.forgerock.openam.entitlement.configuration.ResourceTypeConfiguration
-
Check to see if a resource type with the given name already exists in this realm.
- containsName(Subject, String, String) - Method in class org.forgerock.openam.entitlement.configuration.ResourceTypeConfigurationImpl
-
Check to see if a resource type with the given name already exists in this realm.
- containsNone() - Method in class org.forgerock.openidconnect.OpenIdPrompt
-
Determines if the prompt contains 'none'.
- containsPrefixOf(String) - Method in interface org.forgerock.openam.utils.collections.PrefixSet
-
Indicates whether this set contains a prefix of the given string.
- containsPrefixOf(String) - Method in class org.forgerock.openam.utils.collections.SimplePrefixSet
-
- containsProvider(String) - Method in class com.sun.identity.liberty.ws.util.IDFFProviderManager
-
Returns whether the specified provider exists or not.
- containsProvider(String) - Method in interface com.sun.identity.liberty.ws.util.ProviderManager
-
Returns whether the specified provider exists or not.
- containsProvider(String) - Method in class com.sun.identity.saml2.plugins.SAML2ProviderManager
-
Returns whether the specified provider exists or not.
- containsSelectAccount() - Method in class org.forgerock.openidconnect.OpenIdPrompt
-
Determines if the prompt contains 'select_account'.
- containsUndesiredCharacters(String) - Static method in class com.sun.identity.entitlement.xacml3.XACMLPrivilegeUtils
-
OPENAM-5031: We would have used DN.escapeAttributeValue to encode the incoming string and compare with the
original string - if there are differences then the incoming string contains characters which LDAP requires
quoted.
- containsUUID(Subject, String, String) - Method in interface org.forgerock.openam.entitlement.configuration.ResourceTypeConfiguration
-
Check to see if a resource type with the given UUID already exists in this realm.
- containsUUID(Subject, String, String) - Method in class org.forgerock.openam.entitlement.configuration.ResourceTypeConfigurationImpl
-
Check to see if a resource type with the given UUID already exists in this realm.
- containsValue(Object) - Method in class com.iplanet.am.util.Cache
-
Returns true if this Cache maps one or more keys to this value.
- containsValue(Object) - Method in class com.sun.identity.common.PeriodicGroupMap
-
Checks if the map contains the value.
- containsValue(Object) - Method in class com.sun.identity.entitlement.opensso.Cache
-
Returns true if this Cache maps one or more keys to this value.
- containsValue(Object) - Method in class org.forgerock.openam.scripting.ChainedBindings
- content - Variable in class com.sun.identity.entitlement.xacml3.core.Attributes
-
- content - Variable in class com.sun.identity.entitlement.xacml3.core.AttributeValue
-
- Content - Class in com.sun.identity.entitlement.xacml3.core
-
Java class for ContentType complex type.
- Content() - Constructor for class com.sun.identity.entitlement.xacml3.core.Content
-
- content - Variable in class com.sun.identity.entitlement.xacml3.core.Content
-
- content - Variable in class com.sun.identity.entitlement.xacml3.core.PolicyIssuer
-
- Content - Class in org.forgerock.maven.plugins.inject.content
-
Maven configuration object for modelling the content file and the ID placeholder in the destination file where the
content file will be injected.
- Content() - Constructor for class org.forgerock.maven.plugins.inject.content.Content
-
- CONTENT_TYPE - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
The HTTP content type header name.
- CONTENT_TYPE - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- CONTENT_TYPE_PROPERTY - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- ContentConverter - Interface in org.forgerock.maven.plugins.inject.content
-
Interface for converting content when injecting it into the destination file.
- ContentHandlerAdaptor - Class in com.sun.identity.saml2.jaxb.assertion.impl.runtime
-
Receives SAX2 events and send the equivalent events to
XMLSerializer
- ContentHandlerAdaptor(XMLSerializer) - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.runtime.ContentHandlerAdaptor
-
- ContentHandlerAdaptor - Class in com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime
-
Receives SAX2 events and send the equivalent events to
XMLSerializer
- ContentHandlerAdaptor(XMLSerializer) - Constructor for class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.ContentHandlerAdaptor
-
- contentType - Variable in class com.sun.identity.saml.protocol.Request
-
- ContentType - Enum in org.forgerock.openam.xacml.v3.model
-
Various Content Types which are dealt with using XACML 3 via HTTP/REST.
- context - Variable in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
- context - Variable in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingEventHandlerAdaptor
-
- context - Variable in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
- context - Variable in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallingEventHandlerAdaptor
-
- context - Variable in class com.sun.identity.wss.sts.FAMSTSImpl
-
- CONTEXT_ID - Static variable in class com.sun.identity.log.LogConstants
-
The ContextID field.
- CONTEXT_NS_DECLARATION - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for XACML context namespace declaration
- CONTEXT_NS_PREFIX - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for XACML context namespace prefix
- CONTEXT_NS_URI - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for XACML context namespace URI
- CONTEXT_REFERENCE - Static variable in class org.forgerock.openam.core.guice.ServletContextCache
-
- CONTEXT_SCHEMA_LOCATION - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
XACML context schema location
- ContextCacheSize - Class in org.forgerock.openam.radius.server.spi.handlers.amhandler
-
Class to wrap up the calculation of the ContextCache size.
- ContextCacheSize() - Constructor for class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextCacheSize
-
- contextDestroyed(ServletContextEvent) - Method in class com.sun.identity.authentication.service.AuthServletContextListener
-
- contextDestroyed(ServletContextEvent) - Method in class com.sun.identity.common.ShutdownServletContextListener
-
- contextDestroyed(ServletContextEvent) - Method in class com.sun.identity.monitoring.AgentShutdownServletContextListener
-
- contextDestroyed(ServletContextEvent) - Method in class com.sun.identity.setup.SystemStartupInjectorListener
-
- contextDestroyed(ServletContextEvent) - Method in class com.sun.identity.wss.sts.STSContextListener
-
- contextDestroyed(ServletContextEvent) - Method in class org.forgerock.openam.core.guice.OpenAMServletContextListener
-
- contextDestroyed(ServletContextEvent) - Method in class org.forgerock.openam.identity.idm.AMIdentityRepositoryListenerInitializer
-
- contextDestroyed(ServletContextEvent) - Method in class org.forgerock.openam.sts.soap.bootstrap.SoapSTSContextListener
-
- ContextFactory - Class in com.sun.identity.xacml.context
-
This is the factory class to obtain instances of the objects defined
in xacml context schema.
- ContextFilter - Class in org.forgerock.openam.rest
-
A Filter implementation that injects the required OpenAM contexts into the context hierarchy.
- ContextFilter(SSOTokenContext.Factory) - Constructor for class org.forgerock.openam.rest.ContextFilter
-
- contextHelper - Variable in class org.forgerock.openam.core.rest.devices.UserDevicesResource
-
- ContextHelper - Class in org.forgerock.openam.rest.resource
-
Helper class to get around the fact that some CREST Contexts are final and have package private
constructors, i.e.
- ContextHelper() - Constructor for class org.forgerock.openam.rest.resource.ContextHelper
-
- ContextHolder - Class in org.forgerock.openam.radius.server.spi.handlers.amhandler
-
Holds server side info for an authentication conversation in progress for a user via a radius client.
- ContextHolder(String) - Constructor for class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolder
-
Constructs a ContextHolder with its unique key.
- ContextHolder.AuthPhase - Enum in org.forgerock.openam.radius.server.spi.handlers.amhandler
-
Indicates what phase of authentication we are in.
- ContextHolderCache - Class in org.forgerock.openam.radius.server.spi.handlers.amhandler
-
A thread safe cache for ContextHolder objects.
- ContextHolderCache(ContextCacheSize) - Constructor for class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolderCache
-
Constructs a thread safe ContextHolderCache.
- contextInitialized(ServletContextEvent) - Method in class com.sun.identity.authentication.service.AuthServletContextListener
-
- contextInitialized(ServletContextEvent) - Method in class com.sun.identity.common.ShutdownServletContextListener
-
- contextInitialized(ServletContextEvent) - Method in class com.sun.identity.monitoring.AgentShutdownServletContextListener
-
- contextInitialized(ServletContextEvent) - Method in class com.sun.identity.setup.SystemStartupInjectorListener
-
- contextInitialized(ServletContextEvent) - Method in class com.sun.identity.wss.sts.STSContextListener
-
- contextInitialized(ServletContextEvent) - Method in class org.forgerock.openam.core.guice.OpenAMServletContextListener
-
- contextInitialized(ServletContextEvent) - Method in class org.forgerock.openam.identity.idm.AMIdentityRepositoryListenerInitializer
-
- contextInitialized(ServletContextEvent) - Method in class org.forgerock.openam.sts.soap.bootstrap.SoapSTSContextListener
-
- ContextKey<T> - Class in org.forgerock.openam.entitlement.utils.indextree.nodecontext
-
Context key is used to reference the data in the search context.
- ContextKey() - Constructor for class org.forgerock.openam.entitlement.utils.indextree.nodecontext.ContextKey
-
- contextSelectorId - Variable in class com.sun.identity.entitlement.xacml3.core.AttributeSelector
-
- Contextual - Annotation Type in org.forgerock.openam.http.annotations
-
Mark a method parameter as provided from the http-framework context.
- CONTINUE - Static variable in interface com.sun.identity.cli.IArgument
-
Continue argument.
- CONTINUE - Static variable in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
-
Deprecated.
Continue status where the server expects the client to send another
SASLRequest
- CONTINUE_EVALUATION_ON_DENY_DECISION - Static variable in class com.sun.identity.policy.PolicyConfig
-
- continueAuthentication(HttpServletRequest, HttpServletResponse, PrintWriter) - Static method in class org.forgerock.openam.authentication.modules.oauth2.OAuthProxy
-
- continueAuthentication(HttpServletRequest, HttpServletResponse, JsonValue, String, String, String) - Method in class org.forgerock.openam.core.rest.authn.RestAuthenticationHandler
-
Handles authentication requests from HTTP POST.
- ContinuousQuery - Interface in org.forgerock.openam.cts.continuous
-
Interface for ensuring that continuous queries can be controlled once configured.
- continuousQuery(ContinuousQueryListener, TokenFilter) - Method in class org.forgerock.openam.cts.impl.CoreTokenAdapter
-
Sets up a continuous query on the persistence layer.
- continuousQuery(ContinuousQueryListener, TokenFilter) - Method in class org.forgerock.openam.cts.impl.queue.TaskDispatcher
-
Perform a continuous query against the persistent store and signal the results to the provided
ContinuousQueryListener.
- continuousQuery(TokenFilter, ContinuousQueryListener) - Method in class org.forgerock.openam.sm.datalayer.impl.tasks.TaskFactory
-
Used to signal an attribute based continuous query against the persistence store.
- ContinuousQueryException - Exception in org.forgerock.openam.cts.exceptions
-
To indicate that a ContinuousQuery was unable to be registered by the underlying datastore implementation.
- ContinuousQueryException(String) - Constructor for exception org.forgerock.openam.cts.exceptions.ContinuousQueryException
-
For when we are have no report of the cause.
- ContinuousQueryException(String, Throwable) - Constructor for exception org.forgerock.openam.cts.exceptions.ContinuousQueryException
-
For when we are aware of the underlying cause.
- ContinuousQueryListener<T> - Interface in org.forgerock.openam.cts.continuous
-
Interface for an object that listens to changes resulting from a continuous query.
- ContinuousQueryTask - Class in org.forgerock.openam.sm.datalayer.impl.tasks
-
A task representing a continuous query that - once execution has begun on the data layer - will persist and
continually pass results back to the supplied listener.
- ContinuousQueryTask(TokenFilter, ContinuousQueryListener) - Constructor for class org.forgerock.openam.sm.datalayer.impl.tasks.ContinuousQueryTask
-
- convert(String) - Method in interface org.forgerock.maven.plugins.inject.content.ContentConverter
-
Converts the contents of the given line.
- convert(String) - Method in class org.forgerock.maven.plugins.inject.content.NoOpContentConverter
-
Simply returns the same line as given.
- convert(String) - Method in class org.forgerock.maven.plugins.inject.content.XmlContentConverter
-
Escapes xml special characters.
- convert(Entry, String[]) - Method in interface org.forgerock.openam.sm.datalayer.impl.ldap.EntryConverter
-
Converts an entry to the return type.
- convert(Entry, String[]) - Method in class org.forgerock.openam.sm.datalayer.impl.ldap.EntryPartialTokenConverter
-
- convert(Entry, String[]) - Method in class org.forgerock.openam.sm.datalayer.impl.ldap.EntryStringConverter
-
- convert(Entry, String[]) - Method in class org.forgerock.openam.sm.datalayer.impl.ldap.EntryTokenConverter
-
- convert(long, FileSizeUnit) - Method in enum org.forgerock.openam.utils.file.FileSizeUnit
-
Converts a value to a specified unit.
- convert2IdType(String) - Method in class com.sun.identity.cli.idrepo.IdentityCommand
-
- convertAMException(AMException) - Static method in class com.sun.identity.idm.IdUtils
-
Returns an IdRepoException based on an AMException
- convertBack(T) - Method in interface org.forgerock.openam.tokens.Converter
-
Converts the object back to its original format.
- convertBack(Object) - Method in class org.forgerock.openam.tokens.Converter.IdentityConverter
-
- convertBack(byte[]) - Method in class org.forgerock.openam.tokens.JsonValueToJsonBytesConverter
-
- convertBack(Calendar) - Method in class org.forgerock.openam.tokens.LongToCalendarConverter
-
- convertBack(byte[]) - Method in class org.forgerock.openam.tokens.MapToJsonBytesConverter
-
- convertBack(String) - Method in class org.forgerock.openam.tokens.MapToJsonStringConverter
-
- convertBack(byte[]) - Method in class org.forgerock.openam.tokens.SetToJsonBytesConverter
-
- convertBack(byte[]) - Method in class org.forgerock.openam.uma.RequestingPartyToken.PermissionsSetConverter
-
- convertDate(String) - Static method in class com.sun.identity.monitoring.MonitoringUtil
-
date/time format is "YYYY-MM-DD HH:MM:SS"
it should be an 8-Byte array, where
bytes 0-1: year
byte 2: month
byte 3: day
byte 4: hours
byte 5: minutes
byte 6: seconds
byte 7: deci-seconds (will be 0)
- convertDateString(String, Locale, Locale) - Static method in class com.sun.identity.shared.locale.Locale
-
Converts date string from source locale to destination locale
- convertDNToRealm(String) - Method in class org.forgerock.openam.core.rest.session.SessionResourceUtil
-
Returns realm name in "/" separated format for the provided
realm/organization name in DN format.
- convertDOMToSOAP(Document) - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
Converts DOM document to SOAP message.
- convertElementToJAXB(List) - Static method in class com.sun.identity.liberty.ws.soapbinding.Utils
-
Converts a list of org.w3c.dom.Element to a list of
JAXB objects.
- convertElementToJAXB(Element) - Static method in class com.sun.identity.liberty.ws.soapbinding.Utils
-
Converts a org.w3c.dom.Element to a JAXB object.
- convertEntryToAttributesMap(Entry) - Static method in class com.sun.identity.sm.SMSUtils
-
- converter - Variable in class org.forgerock.openam.core.rest.sms.SmsResourceProvider
-
- Converter<F,T> - Interface in org.forgerock.openam.tokens
-
A custom converter that allows non-CTS-native types to be converted to those that can be stored.
- Converter.IdentityConverter - Class in org.forgerock.openam.tokens
-
An identity converter that converts an object to the same object.
- convertException(AMRemoteException) - Static method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
- convertException(AMException) - Static method in class com.sun.identity.entity.EntityUtils
-
- convertFrom(F) - Method in interface org.forgerock.openam.tokens.Converter
-
Converts the object from its original format.
- convertFrom(Object) - Method in class org.forgerock.openam.tokens.Converter.IdentityConverter
-
- convertFrom(JsonValue) - Method in class org.forgerock.openam.tokens.JsonValueToJsonBytesConverter
-
- convertFrom(Long) - Method in class org.forgerock.openam.tokens.LongToCalendarConverter
-
- convertFrom(Map<String, ?>) - Method in class org.forgerock.openam.tokens.MapToJsonBytesConverter
-
- convertFrom(Map<String, ?>) - Method in class org.forgerock.openam.tokens.MapToJsonStringConverter
-
- convertFrom(Set<?>) - Method in class org.forgerock.openam.tokens.SetToJsonBytesConverter
-
- convertFrom(Set<Permission>) - Method in class org.forgerock.openam.uma.RequestingPartyToken.PermissionsSetConverter
-
- convertFromJson(T, JsonValue) - Method in interface org.forgerock.openam.core.rest.authn.callbackhandlers.JsonCallbackParser
-
Converts the JSONObject into a Callback, setting the values set in the JSONObject onto the given Callback.
- convertFromJson(ChoiceCallback, JsonValue) - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthChoiceCallbackHandler
-
Converts the JSONObject into a Callback, setting the values set in the JSONObject onto the given Callback.
- convertFromJson(ConfirmationCallback, JsonValue) - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthConfirmationCallbackHandler
-
Converts the JSONObject into a Callback, setting the values set in the JSONObject onto the given Callback.
- convertFromJson(HiddenValueCallback, JsonValue) - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthHiddenValueCallbackHandler
-
Converts the JSONObject into a Callback, setting the values set in the JSONObject onto the given Callback.
- convertFromJson(HttpCallback, JsonValue) - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthHttpCallbackHandler
-
Converts the JSONObject into a Callback, setting the values set in the JSONObject onto the given Callback.
- convertFromJson(LanguageCallback, JsonValue) - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthLanguageCallbackHandler
-
Converts the JSONObject into a Callback, setting the values set in the JSONObject onto the given Callback.
- convertFromJson(NameCallback, JsonValue) - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthNameCallbackHandler
-
Converts the JSONObject into a Callback, setting the values set in the JSONObject onto the given Callback.
- convertFromJson(NameValueOutputCallback, JsonValue) - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthNameValueOutputCallbackHandler
-
Converts the JSONObject into a Callback, setting the values set in the JSONObject onto the given Callback.
- convertFromJson(PasswordCallback, JsonValue) - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthPasswordCallbackHandler
-
Converts the JSONObject into a Callback, setting the values set in the JSONObject onto the given Callback.
- convertFromJson(PollingWaitCallback, JsonValue) - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthPollingWaitCallbackHandler
-
- convertFromJson(RedirectCallback, JsonValue) - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthRedirectCallbackHandler
-
Validates that the JSON is valid for the callback type but does nothing more.
- convertFromJson(TextInputCallback, JsonValue) - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthTextInputCallbackHandler
-
Converts the JSONObject into a Callback, setting the values set in the JSONObject onto the given Callback.
- convertFromJson(TextOutputCallback, JsonValue) - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthTextOutputCallbackHandler
-
Converts the JSONObject into a Callback, setting the values set in the JSONObject onto the given Callback.
- convertFromJson(X509CertificateCallback, JsonValue) - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthX509CallbackHandler
-
Will throw a 400 RestAuthException with an UnsupportedOperationException as X509CertificateCallbacks cannot be
converted from JSON as certificate needs to be provided in the request.
- convertInputStreamToJAXB(InputStream) - Static method in class com.sun.identity.saml2.meta.SAML2MetaUtils
-
Reads from the InputStream and converts to a JAXB object.
- convertInputStreamToJAXB(InputStream) - Static method in class com.sun.identity.wsfederation.meta.WSFederationMetaUtils
-
Reads from the InputStream and converts to a JAXB object.
- convertJAXBToAttrMap(String, Object) - Static method in class com.sun.identity.federation.meta.IDFFMetaUtils
-
Converts a JAXB object to a String object and creates a
Map.
- convertJAXBToAttrMap(String, Object) - Static method in class com.sun.identity.saml2.meta.SAML2MetaUtils
-
Converts a JAXB object to a String object and creates a
Map.
- convertJAXBToAttrMap(String, Object) - Static method in class com.sun.identity.wsfederation.meta.WSFederationMetaUtils
-
Converts a JAXB object to a String object and creates a
Map.
- convertJAXBToElement(List) - Static method in class com.sun.identity.liberty.ws.soapbinding.Utils
-
Converts a list of JAXB objects to a list of
org.w3c.dom.Element
- convertJAXBToElement(Object) - Static method in class com.sun.identity.liberty.ws.soapbinding.Utils
-
Converts a JAXB object to a org.w3c.dom.Element.
- convertJAXBToElement(Object, boolean) - Static method in class com.sun.identity.liberty.ws.soapbinding.Utils
-
Converts a JAXB object to a org.w3c.dom.Element.
- convertJAXBToOutputStream(Object, OutputStream) - Static method in class com.sun.identity.saml2.meta.SAML2MetaUtils
-
Converts a JAXB object and writes to an OutputStream object.
- convertJAXBToOutputStream(Object, OutputStream) - Static method in class com.sun.identity.wsfederation.meta.WSFederationMetaUtils
-
Converts a JAXB object and writes to an OutputStream object.
- convertJAXBToString(Object) - Static method in class com.sun.identity.federation.meta.IDFFMetaUtils
-
Converts a JAXB object to a String object.
- convertJAXBToString(Object) - Static method in class com.sun.identity.saml2.meta.SAML2MetaUtils
-
Converts a JAXB object to a String object.
- convertJAXBToString(Object) - Static method in class com.sun.identity.wsfederation.meta.WSFederationMetaUtils
-
Converts a JAXB object to a String object.
- convertJAXBToString(Object) - Static method in class com.sun.identity.wss.policy.WSSPolicyUtils
-
- convertNodeToJAXB(Node) - Static method in class com.sun.identity.federation.meta.IDFFMetaUtils
-
Converts a Node object to a JAXB object.
- convertNodeToJAXB(Node) - Static method in class com.sun.identity.saml2.meta.SAML2MetaUtils
-
Converts a Node object to a JAXB object.
- convertNodeToJAXB(Node) - Static method in class com.sun.identity.wsfederation.meta.WSFederationMetaUtils
-
Converts a Node object to a JAXB object.
- convertOrgNameToRealmName(String) - Method in class org.forgerock.openam.core.CoreWrapper
-
Returns realm name in "/" separated format for the provided realm/organization name in DN format.
- convertRealmNameToOrgName(String) - Method in class org.forgerock.openam.core.CoreWrapper
-
Returns realm name in DN format for the provided realm/organization name in "/" separated format.
- convertStringToJAXB(String) - Static method in class com.sun.identity.federation.meta.IDFFMetaUtils
-
Converts a String object to a JAXB object.
- convertStringToJAXB(String) - Static method in class com.sun.identity.saml2.meta.SAML2MetaUtils
-
Converts a String object to a JAXB object.
- convertStringToJAXB(String) - Static method in class com.sun.identity.wsfederation.meta.WSFederationMetaUtils
-
Converts a String object to a JAXB object.
- convertStringToQName(String, Element) - Static method in class com.sun.identity.liberty.ws.soapbinding.Utils
-
Converts a string value to a QName.
- convertToAttributes(NameIDInfo, NameIDInfoKey) - Static method in class com.sun.identity.saml2.common.AccountUtils
-
Converts the provided NameIDInfo and NameIDInfoKey to a Map<String, Set<String>> structure.
- convertToInetUserStatus(String, String) - Method in class org.forgerock.openam.idrepo.ldap.helpers.DirectoryHelper
-
Converts the directory specific status value to the default Inactive/Active values.
- convertToJson(T, int) - Method in interface org.forgerock.openam.core.rest.authn.callbackhandlers.JsonCallbackParser
-
Converts the given Callback into JSON format.
- convertToJson(ChoiceCallback, int) - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthChoiceCallbackHandler
-
Converts the given Callback into JSON format.
- convertToJson(ConfirmationCallback, int) - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthConfirmationCallbackHandler
-
Converts the given Callback into JSON format.
- convertToJson(HiddenValueCallback, int) - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthHiddenValueCallbackHandler
-
Converts the given Callback into JSON format.
- convertToJson(HttpCallback, int) - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthHttpCallbackHandler
-
Converts the given Callback into JSON format.
- convertToJson(LanguageCallback, int) - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthLanguageCallbackHandler
-
Converts the given Callback into JSON format.
- convertToJson(NameCallback, int) - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthNameCallbackHandler
-
Converts the given Callback into JSON format.
- convertToJson(NameValueOutputCallback, int) - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthNameValueOutputCallbackHandler
-
Converts the given Callback into JSON format.
- convertToJson(PasswordCallback, int) - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthPasswordCallbackHandler
-
Converts the given Callback into JSON format.
- convertToJson(PollingWaitCallback, int) - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthPollingWaitCallbackHandler
-
- convertToJson(RedirectCallback, int) - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthRedirectCallbackHandler
-
Converts the RedirectCallback into a JSON representation.
- convertToJson(TextInputCallback, int) - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthTextInputCallbackHandler
-
Converts the given Callback into JSON format.
- convertToJson(TextOutputCallback, int) - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthTextOutputCallbackHandler
-
Converts the given Callback into JSON format.
- convertToJson(X509CertificateCallback, int) - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthX509CallbackHandler
-
Will throw a 400 RestAuthException with an UnsupportedOperationException as X509CertificateCallbacks cannot be
converted to JSON as certificate needs to be provided in the request.
- convertToLDAPURLs(Set<String>) - Static method in class org.forgerock.openam.ldap.LDAPUtils
-
Converts the incoming set of URLs to
LDAPURL instances and returns them as a set.
- convertToXMLString(List) - Static method in class com.sun.identity.authentication.config.AMAuthConfigUtils
-
Converts a List of authentication configuration to XML string
representation according to following DTD.
- convertValue(JsonValue) - Method in class org.forgerock.openam.core.rest.devices.deviceprint.TrustedDevicesResource
-
- convertValue(JsonValue) - Method in class org.forgerock.openam.core.rest.devices.TwoFADevicesResource
-
- convertValue(JsonValue) - Method in class org.forgerock.openam.core.rest.devices.UserDevicesResource
-
- COOKIE - Static variable in class com.sun.identity.wsfederation.common.WSFederationConstants
-
Cookie HTTP header name
- COOKIE - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- COOKIE_DETECT_PROPERTY - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- COOKIE_DOMAIN - Static variable in interface com.sun.identity.config.SessionAttributeNames
-
- COOKIE_DOMAINS_KEY - Static variable in class org.forgerock.openam.authentication.modules.persistentcookie.PersistentCookieModuleWrapper
-
- COOKIE_LOGOUT_URL - Static variable in class org.forgerock.openam.authentication.modules.oauth2.OAuthParam
-
- COOKIE_NAME_KEY - Static variable in class org.forgerock.openam.authentication.modules.persistentcookie.PersistentCookieModuleWrapper
-
- COOKIE_ORIG_URL - Static variable in class org.forgerock.openam.authentication.modules.oauth2.OAuthParam
-
- COOKIE_PROXY_URL - Static variable in class org.forgerock.openam.authentication.modules.oauth2.OAuthParam
-
- COOKIE_SUPPORT_PROPERTY - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- CookieExtractor - Class in org.forgerock.openam.oauth2
-
Extracts the value of the cookie from a HttpServletRequest.
- CookieExtractor() - Constructor for class org.forgerock.openam.oauth2.CookieExtractor
-
- cookieName - Variable in class org.forgerock.openam.core.rest.server.models.ServerInfo
-
- CookieReaderServlet - Class in com.sun.identity.saml2.idpdiscovery
-
The Reader Service is used by the service provider.
- CookieReaderServlet() - Constructor for class com.sun.identity.saml2.idpdiscovery.CookieReaderServlet
-
- CookieUtils - Class in com.iplanet.services.util
-
- CookieUtils() - Constructor for class com.iplanet.services.util.CookieUtils
-
Deprecated.
- CookieUtils - Class in com.sun.identity.saml2.idpdiscovery
-
Implements utility methods for handling Cookie.
- CookieUtils() - Constructor for class com.sun.identity.saml2.idpdiscovery.CookieUtils
-
- CookieUtils - Class in com.sun.identity.shared.encode
-
Implements utility methods for handling Cookie.
- CookieUtils() - Constructor for class com.sun.identity.shared.encode.CookieUtils
-
- CookieWriterServlet - Class in com.sun.identity.saml2.idpdiscovery
-
The Writer Service is used by the identity provider.
- CookieWriterServlet() - Constructor for class com.sun.identity.saml2.idpdiscovery.CookieWriterServlet
-
- COORDINATION_THREAD_NAME - Static variable in class org.forgerock.openam.radius.server.config.RadiusServerConstants
-
The name of the thread that is responsible for starting up the RADIUS service as openAM startup and making
adjustments when RADIUS configuration changes occur in the openAM admin console.
- copy(Map) - Method in class com.iplanet.am.sdk.AMHashMap
-
Copies the contents of the specified map to this map.
- copy(String, ServletContext) - Static method in class com.sun.identity.setup.LDIFTemplates
-
Copies the schema files recursively from the WAR file to the OpenAM installation directory.
- copy(String, ServletContext) - Static method in class com.sun.identity.setup.ServiceXMLTemplates
-
- copy() - Method in class org.forgerock.openam.audit.context.AuditRequestContext
-
Create a new instance of RequestContext, which will have a reference to the original
TransactionId and a copy of the original properties.
- copy(Context, ActionRequest) - Method in class org.forgerock.openam.entitlement.rest.PolicyResourceWithCopyMoveSupport
-
- copy(Context, String, ActionRequest) - Method in class org.forgerock.openam.entitlement.rest.PolicyResourceWithCopyMoveSupport
-
- copyAndFilterScripts(ResourceBundle, Properties) - Static method in class com.sun.identity.tools.bundles.SetupUtils
-
Copy and replace the variables in the scripts.
- copyAttributes(Map<String, Set<String>>) - Static method in class com.sun.identity.sm.SMSUtils
-
- copyAttributes(Application, Application) - Static method in class org.forgerock.openam.xacml.v3.XACMLApplicationUtils
-
Copies attributes from source application instance to destination instance.
- copyDirContents(File, File) - Static method in class com.sun.identity.install.tools.util.FileUtils
-
Method copyDirContents
- copyFile(String, String) - Static method in class com.sun.identity.install.tools.util.FileUtils
-
Copies a file
- copyFile(File, File, boolean, boolean) - Static method in class com.sun.identity.tools.bundles.CopyUtils
-
Copies file from source to destination.
- copyFile(File, File, Properties, boolean, boolean) - Static method in class com.sun.identity.tools.bundles.CopyUtils
-
Copies file from source to destination.
- copyFileFromJar(InputStream, File, boolean) - Static method in class com.sun.identity.tools.bundles.CopyUtils
-
Copies file from source to destination.
- copyJarFile(String, String, String) - Static method in class com.sun.identity.install.tools.util.FileUtils
-
Method copyJarFile to destination directory
- CopyJavaCryptoExtKeyStoreStep - Class in org.forgerock.openam.upgrade.steps
-
Copies across the JCEKS keystore added in 13.5.0 to the config directory.
- CopyJavaCryptoExtKeyStoreStep(PrivilegedAction<SSOToken>, ConnectionFactory, ServletContext) - Constructor for class org.forgerock.openam.upgrade.steps.CopyJavaCryptoExtKeyStoreStep
-
Step constructor that passes through expected parameters.
- copyMissingData(PersistentStateAccess) - Method in class com.sun.identity.install.tools.configurator.PersistentStateAccess
-
Method to add data from the specified PersistentStateAccess object
corresponding to keys which are missing in this instance.
- copyMissingData(Map) - Method in class com.sun.identity.install.tools.configurator.StateData
-
- copyRealmPrivilegesFromParent(SSOToken, OrganizationConfigManager, OrganizationConfigManager) - Static method in class com.sun.identity.delegation.DelegationUtils
-
Creates default privileges for a newly created realm This method should
be called in realm mode only.
- COPYRIGHT_TEXT - Static variable in class com.sun.identity.password.ui.PWResetViewBeanBase
-
Name of the copyright text
- copyStream(InputStream, OutputStream) - Static method in class org.forgerock.openam.utils.IOUtils
-
Copies the whole input stream to the given output stream.
- CopyUtils - Class in com.sun.identity.tools.bundles
-
- copyValuesOnly(Map) - Method in class com.iplanet.am.sdk.AMHashMap
-
Copies the contents of the specified map to this map.
- CORE_AUTH_LOCALE - Static variable in class com.sun.identity.common.ISLocaleContext
-
- CORE_TOKEN_ASYNC_TIMEOUT - Static variable in class org.forgerock.openam.sm.datalayer.api.DataLayerConstants
-
Constants to define the timeout system properties.
- CORE_TOKEN_CONFIG_SERVICE_NAME - Static variable in interface com.sun.identity.coretoken.CoreTokenConstants
-
- CORE_TOKEN_RESOURCE - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to API Descriptor translations
- CORE_TOKEN_RESOURCE_ENABLED - Static variable in interface com.sun.identity.shared.Constants
-
Property to enable/disable access to CoreTokenResource REST endpoint.
- CORE_TOKEN_STORE_SERVICE_NAME - Static variable in interface com.sun.identity.coretoken.CoreTokenConstants
-
- CORE_TOKEN_WORKER_TIMEOUT - Static variable in class org.forgerock.openam.sm.datalayer.api.DataLayerConstants
-
- CoreConditionTypeRegistry - Class in org.forgerock.openam.entitlement.conditions
-
- CoreConditionTypeRegistry() - Constructor for class org.forgerock.openam.entitlement.conditions.CoreConditionTypeRegistry
-
- CoreGuiceModule - Class in org.forgerock.openam.core.guice
-
Guice Module for configuring bindings for the OpenAM Core classes.
- CoreGuiceModule() - Constructor for class org.forgerock.openam.core.guice.CoreGuiceModule
-
- CoreRestAuthenticationGuiceModule - Class in org.forgerock.openam.core.rest.authn
-
Guice module for binding authentication REST endpoints.
- CoreRestAuthenticationGuiceModule() - Constructor for class org.forgerock.openam.core.rest.authn.CoreRestAuthenticationGuiceModule
-
- CoreRestCtsGuiceModule - Class in org.forgerock.openam.core.rest.cts
-
Guice module for binding the CTS REST endpoints.
- CoreRestCtsGuiceModule() - Constructor for class org.forgerock.openam.core.rest.cts.CoreRestCtsGuiceModule
-
- CoreRestDevicesGuiceModule - Class in org.forgerock.openam.core.rest.devices
-
Guice module for binding the device REST endpoints.
- CoreRestDevicesGuiceModule() - Constructor for class org.forgerock.openam.core.rest.devices.CoreRestDevicesGuiceModule
-
- CoreRestDocsGuiceModule - Class in org.forgerock.openam.core.rest.docs
-
Guice module for binding docs REST endpoints.
- CoreRestDocsGuiceModule() - Constructor for class org.forgerock.openam.core.rest.docs.CoreRestDocsGuiceModule
-
- CoreRestGuiceModule - Class in org.forgerock.openam.core.rest
-
Guice module for binding the core REST endpoints.
- CoreRestGuiceModule() - Constructor for class org.forgerock.openam.core.rest.CoreRestGuiceModule
-
- CoreRestIdentityGuiceModule - Class in org.forgerock.openam.core.rest
-
Guice module for binding the Identity REST endpoints.
- CoreRestIdentityGuiceModule() - Constructor for class org.forgerock.openam.core.rest.CoreRestIdentityGuiceModule
-
- CoreRestRecordGuiceModule - Class in org.forgerock.openam.core.rest.record
-
Guice module for binding the debug recording REST endpoints.
- CoreRestRecordGuiceModule() - Constructor for class org.forgerock.openam.core.rest.record.CoreRestRecordGuiceModule
-
- CoreRestRouteProvider - Class in org.forgerock.openam.core.rest
-
- CoreRestRouteProvider() - Constructor for class org.forgerock.openam.core.rest.CoreRestRouteProvider
-
- CoreRestSessionGuiceModule - Class in org.forgerock.openam.core.rest.session
-
Guice module for binding the Session REST endpoints.
- CoreRestSessionGuiceModule() - Constructor for class org.forgerock.openam.core.rest.session.CoreRestSessionGuiceModule
-
- CoreRestSmsGuiceModule - Class in org.forgerock.openam.core.rest.sms
-
Guice module for binding the REST SMS REST endpoints.
- CoreRestSmsGuiceModule() - Constructor for class org.forgerock.openam.core.rest.sms.CoreRestSmsGuiceModule
-
- CoreServicesWrapper - Class in org.forgerock.openam.core
-
A wrapper class around core static class and methods.
- CoreServicesWrapper() - Constructor for class org.forgerock.openam.core.CoreServicesWrapper
-
- CoreServicesWrapper - Class in org.forgerock.openam.core.rest.authn.core.wrappers
-
A wrapper class around core static class and methods.
- CoreServicesWrapper() - Constructor for class org.forgerock.openam.core.rest.authn.core.wrappers.CoreServicesWrapper
-
- CoreTokenAdapter - Class in org.forgerock.openam.cts.impl
-
CoreTokenAdapter is the final layer before persistence.
- CoreTokenAdapter(TokenBlobStrategy, TaskDispatcher, ResultHandlerFactory, CTSWorkerManager, Debug) - Constructor for class org.forgerock.openam.cts.impl.CoreTokenAdapter
-
Create a new instance of the CoreTokenAdapter with dependencies.
- CoreTokenConfig - Class in org.forgerock.openam.cts
-
Represents any configuration required for the Core Token Service.
- CoreTokenConfigService - Class in com.sun.identity.coretoken.service
-
This OpenSSOCoreTokenStore implements the core token store
using SM store.
- CoreTokenConfigService() - Constructor for class com.sun.identity.coretoken.service.CoreTokenConfigService
-
- CoreTokenConfigService() - Method in class com.sun.identity.coretoken.service.CoreTokenConfigService
-
- CoreTokenConstants - Interface in com.sun.identity.coretoken
-
Defines constants for Core Token Service.
- CoreTokenConstants - Class in org.forgerock.openam.cts.api
-
Responsible for collecting together all constants used in the Core Token Service.
- CoreTokenException - Exception in com.sun.identity.coretoken
-
Defines Core Token service related exception.
- CoreTokenException(int) - Constructor for exception com.sun.identity.coretoken.CoreTokenException
-
Creates a core token service exception.
- CoreTokenException(int, Object[]) - Constructor for exception com.sun.identity.coretoken.CoreTokenException
-
Creates a core token service exception.
- CoreTokenException(int, Object[], int) - Constructor for exception com.sun.identity.coretoken.CoreTokenException
-
Creates a core token service exception.
- CoreTokenException(int, Throwable) - Constructor for exception com.sun.identity.coretoken.CoreTokenException
-
Creates a core token service exception.
- CoreTokenException(int, Object[], Throwable) - Constructor for exception com.sun.identity.coretoken.CoreTokenException
-
Creates a core token service exception.
- CoreTokenException - Exception in org.forgerock.openam.cts.exceptions
-
Base Core Token Service exception for all sub types.
- CoreTokenException(String, Throwable) - Constructor for exception org.forgerock.openam.cts.exceptions.CoreTokenException
-
- CoreTokenException(String) - Constructor for exception org.forgerock.openam.cts.exceptions.CoreTokenException
-
- CoreTokenException(String, Token) - Constructor for exception org.forgerock.openam.cts.exceptions.CoreTokenException
-
- CoreTokenException(String, Token, Throwable) - Constructor for exception org.forgerock.openam.cts.exceptions.CoreTokenException
-
- CoreTokenField - Enum in org.forgerock.openam.tokens
-
CoreTokenField contains a mapping from the Java enumeration and the defined
attributes present in the LDAP Schema for the Core Token Service.
- CoreTokenFieldTypes - Class in org.forgerock.openam.cts.api.fields
-
Provides the mapping between CoreTokenFields and the type of the value that is associated to
that field.
- CoreTokenFieldTypes() - Constructor for class org.forgerock.openam.cts.api.fields.CoreTokenFieldTypes
-
- CoreTokenParams() - Constructor for class org.forgerock.openam.oauth2.OAuth2Constants.CoreTokenParams
-
- CoreTokenResource - Class in com.sun.identity.rest
-
Defines REST resources for Core Token Service.
- CoreTokenResource() - Constructor for class com.sun.identity.rest.CoreTokenResource
-
- CoreTokenResource - Class in org.forgerock.openam.core.rest.cts
-
CoreTokenResource is responsible for exposing the functions of the CoreTokenService via a REST
interface to external callers.
- CoreTokenResource(JSONSerialisation, CTSPersistentStore, Debug) - Constructor for class org.forgerock.openam.core.rest.cts.CoreTokenResource
-
Create a default instance of the interface with required dependencies.
- CoreTokenResourceAuthzModule - Class in org.forgerock.openam.core.rest.cts
-
Authorization module specifically designed for the Core Token Resource endpoint.
- CoreTokenResourceAuthzModule(Config<SessionService>, Debug, CoreTokenConfig) - Constructor for class org.forgerock.openam.core.rest.cts.CoreTokenResourceAuthzModule
-
- coreTokenService - Variable in class org.forgerock.openam.authentication.modules.push.AbstractPushModule
-
Used to store tokens which may be updated by other machines in the cluster.
- CoreTokenServiceGuiceModule - Class in org.forgerock.openam.cts
-
The Core Token Service is responsible for providing a key/value pair generic storage
mechanism for other components in the system.
- CoreTokenServiceGuiceModule() - Constructor for class org.forgerock.openam.cts.CoreTokenServiceGuiceModule
-
- CoreTokenStore - Interface in com.sun.identity.coretoken.spi
-
This CoreTokenStore interface defines methods for managing
resources of the OpenSSO Core Token service.
- CoreTokenStoreFactory - Class in com.sun.identity.coretoken
-
This OpenSSOCoreTokenStore implements the core token store
using SM store.
- CoreTokenStoreFactory() - Constructor for class com.sun.identity.coretoken.CoreTokenStoreFactory
-
- CoreTokenUtils - Class in com.sun.identity.coretoken
-
This class provides utility methods for Core Token Service.
- CoreTokenUtils() - Constructor for class com.sun.identity.coretoken.CoreTokenUtils
-
- CoreWrapper - Class in org.forgerock.openam.core
-
- CoreWrapper() - Constructor for class org.forgerock.openam.core.CoreWrapper
-
- CorrelationHeader - Class in com.sun.identity.liberty.ws.soapbinding
-
The CorrelationHeader class represents Correlation
element defined in SOAP binding schema.
- CorrelationHeader() - Constructor for class com.sun.identity.liberty.ws.soapbinding.CorrelationHeader
-
Default Construtor
- CORSConfigListener - Class in org.forgerock.openam.cors
-
- CORSConfigListener() - Constructor for class org.forgerock.openam.cors.CORSConfigListener
-
- CORSConstants - Class in org.forgerock.openam.cors
-
Holds all the necessary constants for the CORS Filter.
- CORSFilter - Class in org.forgerock.openam.cors
-
A Servlet Filter implementation of the CORS Service, initialized using a FilterConfig.
- CORSFilter() - Constructor for class org.forgerock.openam.cors.CORSFilter
-
Required default constructor
- CORSService - Class in org.forgerock.openam.cors
-
- CORSService(boolean, List<String>, List<String>, List<String>, List<String>, int, boolean, String) - Constructor for class org.forgerock.openam.cors.CORSService
-
Constructor setting all necessary values to create a usable CORSService.
- COS_DEF_OR_TARGET_OBJECT_NULL - Static variable in interface com.iplanet.ums.IUMSConstants
-
- COS_DEFINITION_NOT_FOUND - Static variable in interface com.iplanet.ums.IUMSConstants
-
- COS_DEFINITION_NOT_PERSISTENT - Static variable in interface com.iplanet.ums.IUMSConstants
-
- COS_PRIORITY - Static variable in class com.sun.identity.idm.AMIdentity
-
- COS_TARGET_OBJECT_DIFFERENT_TREE - Static variable in interface com.iplanet.ums.IUMSConstants
-
- COS_TARGET_OBJECT_NOT_PERSISTENT - Static variable in interface com.iplanet.ums.IUMSConstants
-
- COS_TEMPLATE_NOT_FOUND - Static variable in interface com.iplanet.ums.IUMSConstants
-
- COSATTRIBUTE - Static variable in interface com.iplanet.ums.cos.ICOSDefinition
-
This field represents a keyword used in COS definitions.
- COSManager - Class in com.iplanet.ums.cos
-
This class has the responsibility of adding, removing and replacing COS
definitions.
- COSManager(SSOToken, Guid) - Constructor for class com.iplanet.ums.cos.COSManager
-
This constructor sets the parent Directory entry which identifies the
location of COS definitions which will be managed.
- COSManager(Principal, Guid) - Constructor for class com.iplanet.ums.cos.COSManager
-
This constructor sets the parent Directory entry which identifies the
location of COS definitions which will be managed.
- COSNotFoundException - Exception in com.iplanet.ums.cos
-
The exception thrown by COS Manager if a COS object is not found.
- COSNotFoundException() - Constructor for exception com.iplanet.ums.cos.COSNotFoundException
-
Constructs the exception with no message.
- COSNotFoundException(String) - Constructor for exception com.iplanet.ums.cos.COSNotFoundException
-
Constructs the exception with a message.
- COSNotFoundException(String, Throwable) - Constructor for exception com.iplanet.ums.cos.COSNotFoundException
-
Constructs the exception with a message and an embedded exception.
- COSPRIORITY - Static variable in class com.sun.identity.sm.SMSUtils
-
- COSSPECIFIER - Static variable in interface com.iplanet.ums.cos.ICOSDefinition
-
This field represents a keyword used in COS definitions.
- COSSUPERDEF_NAME_SEARCH - Static variable in interface com.iplanet.ums.cos.ICOSDefinition
-
This field represents an LDAP search filter used for searching for COS
definitions by name.
- COSSUPERDEF_SEARCH - Static variable in interface com.iplanet.ums.cos.ICOSDefinition
-
This field represents an LDAP search filter used for searching for COS
definitions.
- COSTARGETTREE - Static variable in interface com.iplanet.ums.cos.ICOSDefinition
-
This field represents a keyword used in Directory Server 4.x COS
implementations.
- COSTemplate - Class in com.iplanet.ums.cos
-
This class represents a COS Template.
- COSTemplate() - Constructor for class com.iplanet.ums.cos.COSTemplate
-
NoArg constructor
- COSTemplate(CreationTemplate, String) - Constructor for class com.iplanet.ums.cos.COSTemplate
-
Constructor with creation template and name parameter.
- COSTEMPLATEDN - Static variable in interface com.iplanet.ums.cos.ICOSDefinition
-
This field represents a keyword used in COS definitions.
- COT - Static variable in interface com.sun.identity.cot.COTConstants
-
Circle of Trust Log Prefix
- COT_CONFIG_NAME - Static variable in interface com.sun.identity.cot.COTConstants
-
Circle of Trust Configuration Name.
- COT_CONFIG_SERVICE - Static variable in class org.forgerock.openam.core.rest.sms.SmsServiceHandlerFunction
-
- COT_DESC - Static variable in interface com.sun.identity.cot.COTConstants
-
Circle of Trust Description Attribute name.
- COT_DESC - Static variable in interface com.sun.identity.saml2.meta.SAML2MetaConstants
-
- COT_DESCRIPTOR_CREATED - Static variable in class com.sun.identity.cot.LogUtil
-
- COT_DESCRIPTOR_DELETED - Static variable in class com.sun.identity.cot.LogUtil
-
- COT_DESCRIPTOR_RETRIEVED - Static variable in class com.sun.identity.cot.LogUtil
-
- COT_EXISTS_CREATE_COT_DESCRIPTOR - Static variable in class com.sun.identity.cot.LogUtil
-
- COT_FROM_CACHE - Static variable in class com.sun.identity.cot.LogUtil
-
- COT_IDFF_READER_SERVICE - Static variable in interface com.sun.identity.cot.COTConstants
-
IDFF Circle of Trust Reader Service URL Attribute name.
- COT_IDFF_WRITER_SERVICE - Static variable in interface com.sun.identity.cot.COTConstants
-
IDFF Circle of Trust Writer Service URL Attribute name.
- COT_LIST - Static variable in interface com.sun.identity.cot.COTConstants
-
List of Circle of Trust Attribute name.
- COT_LIST - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Circle-of-trust list
- COT_LIST - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- COT_READER_SERVICE - Static variable in interface com.sun.identity.cot.COTConstants
-
Circle of Trust Reader Service URL Attribute name.
- COT_READER_SERVICE - Static variable in interface com.sun.identity.saml2.meta.SAML2MetaConstants
-
- COT_SAML2_READER_SERVICE - Static variable in interface com.sun.identity.cot.COTConstants
-
SAMLv2 Circle of Trust Reader Service URL Attribute name.
- COT_SAML2_WRITER_SERVICE - Static variable in interface com.sun.identity.cot.COTConstants
-
SAMLv2 Circle of Trust Writer Service URL Attribute name.
- COT_SERVICE - Static variable in interface com.sun.identity.cot.COTConstants
-
Circle Of Trust Service Name.
- COT_SERVICE_VERSION - Static variable in interface com.sun.identity.cot.COTConstants
-
Circle of Trust Service Version
- COT_STATUS - Static variable in interface com.sun.identity.cot.COTConstants
-
Circle of Trust Status Attribute name.
- COT_STATUS - Static variable in interface com.sun.identity.saml2.meta.SAML2MetaConstants
-
- COT_TRUSTED_PROVIDERS - Static variable in interface com.sun.identity.cot.COTConstants
-
Trusted Providers in a Circle of Trust Attribute name.
- COT_TRUSTED_PROVIDERS - Static variable in interface com.sun.identity.saml2.meta.SAML2MetaConstants
-
- COT_TYPE - Static variable in interface com.sun.identity.cot.COTConstants
-
Circle of Trust Type Attribute name.
- COT_WRITER_SERVICE - Static variable in interface com.sun.identity.cot.COTConstants
-
Circle of Trust Writer Service URL Attribute name.
- COT_WRITER_SERVICE - Static variable in interface com.sun.identity.saml2.meta.SAML2MetaConstants
-
- COTCache - Class in com.sun.identity.cot
-
This class caches circle of trust data.
- COTConstants - Interface in com.sun.identity.cot
-
This class defines constants used by circle of trust manager classes.
- COTException - Exception in com.sun.identity.cot
-
This class handles all Circle of Trust related exceptions.
- COTException(String, Object[]) - Constructor for exception com.sun.identity.cot.COTException
-
Constructs a new COTException without a nested
Throwable using default resource bundle.
- COTException(String, String, Object[]) - Constructor for exception com.sun.identity.cot.COTException
-
Constructs a new COTException without a nested
Throwable.
- COTException(String) - Constructor for exception com.sun.identity.cot.COTException
-
Constructs a new COTException with the given
message.
- COTException(Throwable) - Constructor for exception com.sun.identity.cot.COTException
-
Constructs an COTException with given
Throwable.
- COTKEY - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
cotkey keyword
- COTLIST_INVALID - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Invalid circle of trust list
- cotManager - Static variable in class com.sun.identity.saml2.profile.IDPSSOUtil
-
- cots(Set<String>) - Method in class com.sun.identity.monitoring.SSOServerRealmFedInfo.SSOServerRealmFedInfoBuilder
-
- COTServiceListener - Class in com.sun.identity.cot
-
This interface listens for circle of trust configuration
changes.
- COTServiceListener() - Constructor for class com.sun.identity.cot.COTServiceListener
-
Constructor.
- COTUtils - Class in com.sun.identity.cot
-
This class contains circle of trust utilities.
- COTUtils() - Constructor for class com.sun.identity.cot.COTUtils
-
Default Constructor.
- COUNT_ATTR - Static variable in class com.sun.identity.saml2.assertion.impl.ProxyRestrictionImpl
-
- countAllTokens() - Method in class org.forgerock.openam.cts.monitoring.impl.persistence.CtsPersistenceOperationsDelegate
-
Counts all Tokens within the CTS Persistent store.
- CountDownHandler<T> - Class in org.forgerock.openam.sm.datalayer.impl
-
- CountDownHandler(CountDownLatch) - Constructor for class org.forgerock.openam.sm.datalayer.impl.CountDownHandler
-
- counter - Static variable in class com.sun.identity.sm.SMSUtils
-
- countTokenEntries(TokenType) - Method in class org.forgerock.openam.cts.monitoring.impl.persistence.CtsPersistenceOperationsDelegate
-
Counts the number of tokens in the persistent store that match the requested type.
- CramMD5MechanismHandler - Class in com.sun.identity.liberty.ws.authnsvc.mechanism
-
The CramMD5MechanismHandler is a handler for 'CRAM-MD5'
mechanism.
- CramMD5MechanismHandler() - Constructor for class com.sun.identity.liberty.ws.authnsvc.mechanism.CramMD5MechanismHandler
-
- CREAD - Static variable in class com.sun.identity.monitoring.SsoServerSAML1SvcImpl
-
- CREAD - Static variable in interface com.sun.identity.plugin.monitoring.FedMonSAML1Svc
-
- create(String) - Method in class com.iplanet.am.sdk.AMEntityImpl
-
- create(SSOToken, IdType, String, Map) - Method in class com.iplanet.am.sdk.AMSDKRepo
-
- CREATE - Static variable in class com.iplanet.am.sdk.ldap.CallBackHelper
-
- create() - Static method in class com.iplanet.services.naming.SessionIDCorrector
-
Factory method to generate an instance of SessionIDCorrector based on the current
WebtopNaming Settings.
- CREATE - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- CREATE - Static variable in class com.sun.identity.idm.IdOperation
-
The CREATE operation is supported only for the plugins
configured for creating identities.
- create(SSOToken, IdType, String, Map<String, Set<String>>) - Method in class com.sun.identity.idm.IdRepo
-
Creates an identity.
- create(SSOToken, IdType, String, Map, String) - Method in interface com.sun.identity.idm.IdServices
-
- create(SSOToken, IdType, String, Map) - Method in class com.sun.identity.idm.plugins.database.DatabaseRepo
-
- create(SSOToken, IdType, String, Map) - Method in class com.sun.identity.idm.plugins.files.FilesRepo
-
- create(SSOToken, IdType, String, Map) - Method in class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- create(SSOToken, IdType, String, Map) - Method in class com.sun.identity.idm.plugins.internal.SpecialRepo
-
- create(SSOToken, IdType, String, Map, String) - Method in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
- create(SSOToken, String, String, Map<String, Object>) - Method in interface com.sun.identity.idm.RepoAuditorFactory
-
Creates an SMSAuditor object for auditing a config change
- create(SSOToken, IdType, String, Map, String) - Method in class com.sun.identity.idm.server.IdCachedServicesImpl
-
- create(SSOToken, IdType, String, Map, String) - Method in class com.sun.identity.idm.server.IdServicesImpl
-
- create(IdentityDetails, SSOToken) - Method in class com.sun.identity.idsvcs.opensso.IdentityServicesImpl
-
Creates a new AMIdentity in the identity repository with the
details specified in identity.
- create(Grammar, SAXUnmarshallerHandler, Locator) - Static method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatingUnmarshaller
-
Creates a new instance of ValidatingUnmarshaller.
- create(SSOToken, String, Map) - Method in class com.sun.identity.sm.flatfile.SMSEnhancedFlatFileObject
-
Creates the configuration object.
- create(SSOToken, String, Map) - Method in class com.sun.identity.sm.flatfile.SMSFlatFileObject
-
Creates the configuration object.
- create(SSOToken, String, Map) - Method in class com.sun.identity.sm.jaxrpc.SMSJAXRPCObject
-
Creates an entry in the persistent store.
- create(String, String, Map) - Method in class com.sun.identity.sm.jaxrpc.SMSJAXRPCObjectImpl
-
Creates an entry in the persistent store.
- create(String, String, Map) - Method in interface com.sun.identity.sm.jaxrpc.SMSObjectIF
-
- create(SSOToken, String, String, Map<String, Object>) - Method in interface com.sun.identity.sm.ldap.ConfigAuditorFactory
-
Creates an SMSAuditor object for auditing a config change
- create(SSOToken, String, Map) - Method in class com.sun.identity.sm.ldap.SMSEmbeddedLdapObject
-
Create an entry in the directory
- create(SSOToken, String, Map) - Method in class com.sun.identity.sm.ldap.SMSLdapObject
-
Create an entry in the directory
- create(SSOToken, String) - Method in interface com.sun.identity.sm.OrganizationConfigManagerFactory
-
- create(SSOToken, String, Map) - Method in class com.sun.identity.sm.SMSObject
-
Creates an entry in the persistent store.
- create(Grammar, SAXUnmarshallerHandler, Locator) - Static method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.ValidatingUnmarshaller
-
Creates a new instance of ValidatingUnmarshaller.
- create(String, OAuth2Request) - Static method in exception org.forgerock.oauth2.core.exceptions.InvalidScopeException
-
Creates a new InvalidScopeException by deducing the UrlLocation from the OAuth2Request.
- create(String) - Static method in class org.forgerock.oauth2.core.OAuth2Jwt
-
Creates an OAuth2Jwt instance from the provided JWT string.
- create(Request) - Method in class org.forgerock.oauth2.core.OAuth2RequestFactory
-
Creates a new OAuth2Request for the underlying HTTP request.
- create(OAuth2Request, ResourceSetDescription) - Method in interface org.forgerock.oauth2.resources.ResourceSetStore
-
Create a ResourceSetDescription.
- create(Request, Response) - Method in class org.forgerock.oauth2.restlet.GuicedRestlet
-
Creates an instance of the ServerResource specified at construction.
- create(Request, Response) - Method in class org.forgerock.oauth2.restlet.OAuth2FlowFinder
-
Creates a new instance of the handler for the correct OAuth2 endpoint based from the grant type specified in
the requests query parameters.
- create(AuditEventHandlerConfiguration) - Method in interface org.forgerock.openam.audit.AuditEventHandlerFactory
-
Create an instance of AuditEventHandler.
- create(AuditEventHandlerConfiguration) - Method in class org.forgerock.openam.audit.events.handlers.CsvAuditEventHandlerFactory
-
- create(AuditEventHandlerConfiguration) - Method in class org.forgerock.openam.audit.events.handlers.ElasticsearchAuditEventHandlerFactory
-
- create(AuditEventHandlerConfiguration) - Method in class org.forgerock.openam.audit.events.handlers.JdbcAuditEventHandlerFactory
-
- create(AuditEventHandlerConfiguration) - Method in class org.forgerock.openam.audit.events.handlers.JmsAuditEventHandlerFactory
-
- create(AuditEventHandlerConfiguration) - Method in class org.forgerock.openam.audit.events.handlers.JsonStdoutAuditEventHandlerFactory
-
- create(AuditEventHandlerConfiguration) - Method in class org.forgerock.openam.audit.events.handlers.SplunkAuditEventHandlerFactory
-
- create(AuditEventHandlerConfiguration) - Method in class org.forgerock.openam.audit.events.handlers.SyslogAuditEventHandlerFactory
-
- create(HttpServletRequest, AuditableHttpServletResponse, AuditConstants.Component) - Method in interface org.forgerock.openam.audit.servlet.AuditorFactory
-
Construct a new Auditor instance with other dependencies provided by Guice.
- create(String) - Method in class org.forgerock.openam.core.rest.devices.services.AuthenticatorDeviceServiceFactory
-
Generate a new instance of the DeviceService for this factory in the given realm.
- create(ServiceConfigManager, String) - Method in class org.forgerock.openam.core.rest.devices.services.deviceprint.TrustedDeviceServiceFactory
-
- create(ServiceConfigManager, String) - Method in interface org.forgerock.openam.core.rest.devices.services.DeviceServiceFactory
-
Creates a new DeviceService for the current realm.
- create(ServiceConfigManager, String) - Method in class org.forgerock.openam.core.rest.devices.services.oath.AuthenticatorOathServiceFactory
-
- create(ServiceConfigManager, String) - Method in class org.forgerock.openam.core.rest.devices.services.push.AuthenticatorPushServiceFactory
-
- create(Context, CreateRequest) - Method in class org.forgerock.openam.core.rest.sms.ServersResourceProvider
-
- create(SmsJsonConverter, ServiceSchema, SchemaType, List<ServiceSchema>, String, boolean) - Method in interface org.forgerock.openam.core.rest.sms.SmsCollectionProviderFactory
-
- create(SmsJsonConverter, ServiceSchema, ServiceSchema, ServiceSchema, SchemaType, List<ServiceSchema>, String, boolean) - Method in interface org.forgerock.openam.core.rest.sms.SmsGlobalSingletonProviderFactory
-
- create(SchemaType) - Method in interface org.forgerock.openam.core.rest.sms.SmsRequestHandlerFactory
-
- create(String, boolean) - Method in interface org.forgerock.openam.core.rest.sms.SmsServerPropertiesResourceFactory
-
Create the instance.
- create(SmsJsonConverter, ServiceSchema, ServiceSchema, SchemaType, List<ServiceSchema>, String, boolean) - Method in interface org.forgerock.openam.core.rest.sms.SmsSingletonProviderFactory
-
- create(Class<?>) - Method in interface org.forgerock.openam.cts.adapters.JavaBeanAdapterFactory
-
Create method.
- create(Token) - Method in interface org.forgerock.openam.cts.CTSPersistentStore
-
Creates a Token in the persistent store synchronously.
- create(Token, Options) - Method in interface org.forgerock.openam.cts.CTSPersistentStore
-
Creates a Token in the persistent store synchronously.
- create(Token) - Method in class org.forgerock.openam.cts.CTSPersistentStoreImpl
-
This implementation blocks until we get the results, and ignores non-exception results.
- create(Token, Options) - Method in class org.forgerock.openam.cts.CTSPersistentStoreImpl
-
This implementation blocks until we get the results, and ignores non-exception results.
- create(Token, Options) - Method in class org.forgerock.openam.cts.impl.CoreTokenAdapter
-
Create a token in the persistent store.
- create(Token, Options) - Method in class org.forgerock.openam.cts.impl.LdapAdapter
-
Create the Token in LDAP.
- create(Token, Options, ResultHandler<Token, ?>) - Method in class org.forgerock.openam.cts.impl.queue.TaskDispatcher
-
The CTS Token to create in the persistent store.
- create() - Method in class org.forgerock.openam.cts.monitoring.impl.connections.MonitoredCTSConnectionFactory
-
Provides a connection to the applicable token store, whether embedded or external.
- create(Privilege) - Method in interface org.forgerock.openam.entitlement.rest.PolicyStore
-
Creates the given policy in the underlying store.
- create(Subject, String) - Method in interface org.forgerock.openam.entitlement.service.ApplicationServiceFactory
-
Creates a new application service instance based on the calling subject for the passed realm.
- create(Subject, String) - Method in class org.forgerock.openam.entitlement.service.ApplicationServiceFactoryImpl
-
- create(Subject, String) - Method in interface org.forgerock.openam.entitlement.service.EntitlementConfigurationFactory
-
- CREATE - Static variable in class org.forgerock.openam.forgerockrest.utils.ServerContextUtils
-
- CREATE - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to API Descriptor translations
- create(String, SSOToken) - Method in interface org.forgerock.openam.identity.idm.AMIdentityRepositoryFactory
-
Creates a AMIdentityRepository instance.
- create(SSOToken, IdType, String, Map, String) - Method in class org.forgerock.openam.idm.IdServicesDecorator
- create(SSOToken, IdType, String, Map<String, Set<String>>) - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
Creates a new identity using the passed in attributes.
- create(JsonValue) - Method in class org.forgerock.openam.oauth2.OAuthTokenStore
-
Creates a token entry in the CTS.
- create(String, String, ResourceSetLabel) - Method in class org.forgerock.openam.oauth2.resources.labels.UmaLabelsStore
-
- create(OAuth2Request, ResourceSetDescription) - Method in class org.forgerock.openam.oauth2.resources.OpenAMResourceSetStore
-
- create(String) - Method in interface org.forgerock.openam.oauth2.resources.ResourceSetStoreFactory
-
- create(Context, Request) - Method in class org.forgerock.openam.rest.fluent.CrestAuditorFactory
-
- create(T) - Method in class org.forgerock.openam.rest.representations.JacksonRepresentationFactory
-
Create a JacksonRepresentation using the factory-provided object mapper.
- create(Representation, Class<T>) - Method in class org.forgerock.openam.rest.representations.JacksonRepresentationFactory
-
Create a JacksonRepresentation using the factory-provided object mapper.
- create(Context) - Method in interface org.forgerock.openam.rest.resource.SSOTokenContext.Factory
-
Creates a new context.
- create(Token) - Method in class org.forgerock.openam.rest.router.CTSPersistentStoreProxy
-
- create(Token, Options) - Method in class org.forgerock.openam.rest.router.CTSPersistentStoreProxy
-
- create(String, String, JsonValue, Context) - Method in class org.forgerock.openam.scripting.rest.batch.helpers.Requester
-
Request to create a resource at a specified endpoint.
- create(ScriptConfiguration, Subject) - Method in class org.forgerock.openam.scripting.service.ScriptConfigurationService
-
- create(ScriptConfiguration, Subject) - Method in interface org.forgerock.openam.scripting.service.ScriptingService
-
Create the scripting configuration and persist it.
- create(String) - Method in class org.forgerock.openam.scripting.service.ScriptingServiceFactory
-
Creates a new scripting service instance based on the calling subject for the passed realm.
- create(InternalSession, InternalSessionStore) - Method in class org.forgerock.openam.session.service.access.persistence.AbstractInternalSessionStoreStep
-
- create(InternalSession, InternalSessionStore) - Method in class org.forgerock.openam.session.service.access.persistence.caching.InMemoryInternalSessionCacheStep
-
- create(InternalSession) - Method in class org.forgerock.openam.session.service.access.persistence.InternalSessionPersistenceStore
-
- create(InternalSession) - Method in interface org.forgerock.openam.session.service.access.persistence.InternalSessionStore
-
Stores the InternalSession in the cache.
- create(InternalSession) - Method in class org.forgerock.openam.session.service.access.persistence.InternalSessionStoreChain
-
- create(InternalSession, InternalSessionStore) - Method in interface org.forgerock.openam.session.service.access.persistence.InternalSessionStoreStep
-
Stores the InternalSession in the cache.
- create(InternalSession, InternalSessionStore) - Method in class org.forgerock.openam.session.service.access.persistence.SessionPersistenceManagerStep
-
- create(InternalSession) - Method in class org.forgerock.openam.session.service.access.persistence.SessionPersistenceStore
-
Persist the provided session to the CTS, or update it if it is already there.
- create() - Method in interface org.forgerock.openam.sm.datalayer.api.ConnectionFactory
-
Create a connection synchronously.
- create(Token, Options) - Method in interface org.forgerock.openam.sm.datalayer.api.TokenStorageAdapter
-
Create the Token in the database.
- create(BlockingQueue<Task>) - Method in class org.forgerock.openam.sm.datalayer.impl.SeriesTaskExecutorThreadFactory
-
Creates an instance of a SeriesTaskExecutorThread and assigns the BlockingQueue instance
to it.
- create() - Method in interface org.forgerock.openam.sm.datalayer.impl.SimpleTaskExecutorFactory
-
Generate a new SimpleTaskExecutor.
- create(Token, Options, ResultHandler<Token, ?>) - Method in class org.forgerock.openam.sm.datalayer.impl.tasks.TaskFactory
-
Used to signal the creation of the given Token.
- create(T) - Method in class org.forgerock.openam.sm.datalayer.store.TokenDataStore
-
Create an object.
- create(String, String) - Method in class org.forgerock.openam.sm.ServiceConfigManagerFactory
-
Creates a new instance of ServiceConfigManager.
- create(String) - Method in interface org.forgerock.openam.uma.UmaSettingsFactory
-
Creates an instance of the UmaSettings for the given realm.
- create(Client, OAuth2Request) - Method in class org.forgerock.openidconnect.ClientDAO
-
Stores a client to a storage system.
- create() - Method in class org.openidentityplatform.openam.cassandra.ConnectionFactoryProvider.ConnectionFactory
-
- create(SSOToken, IdType, String, Map<String, Set<String>>) - Method in class org.openidentityplatform.openam.cassandra.Repo
-
- create(Token, Options) - Method in class org.openidentityplatform.openam.cassandra.TokenStorageAdapter
-
Create the Token in the database.
- CREATE_ACCESS_DENIED - Static variable in exception com.iplanet.log.LogException
-
Log creation privilege is denied.
- CREATE_AFFILIATION - Static variable in class com.sun.identity.federation.common.LogUtil
-
Create Affliation.
- CREATE_ASSERTION - Static variable in class com.sun.identity.federation.common.LogUtil
-
Create SAML Assertion .
- CREATE_AUTH_DOMAIN - Static variable in class com.sun.identity.federation.common.LogUtil
-
Create Authentication Domain.
- CREATE_AUTHN_RESPONSE - Static variable in class com.sun.identity.federation.common.LogUtil
-
Created Authn Response.
- CREATE_DESCRIPTION - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to API Descriptor translations
- CREATE_ENTITY - Static variable in class com.sun.identity.federation.common.LogUtil
-
Create Entity.
- CREATE_ENTITY_CONFIG_FAILED - Static variable in class com.sun.identity.federation.common.LogUtil
-
Failed to create Entity configuration.
- CREATE_ENTITY_CONFIG_SUCCEEDED - Static variable in class com.sun.identity.federation.common.LogUtil
-
Entity configuration created successfully.
- CREATE_ENTITY_FAILED - Static variable in class com.sun.identity.federation.common.LogUtil
-
Unable to create entity.
- CREATE_ENTITY_SUCCEEDED - Static variable in class com.sun.identity.federation.common.LogUtil
-
Entity created successfully.
- CREATE_HOSTED_PROVIDER - Static variable in class com.sun.identity.federation.common.LogUtil
-
Create Hosted Provider.
- create_idrepo(String, String, String, Map, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- create_idrepo(String, String, String, Map, String) - Method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- CREATE_INVALID_ENTITY_CONFIG - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- CREATE_INVALID_ENTITY_CONFIG - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- CREATE_INVALID_ENTITY_DESCRIPTOR - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- CREATE_INVALID_ENTITY_DESCRIPTOR - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- CREATE_PROFILE_URI - Static variable in class com.sun.identity.install.tools.util.RESTEndpoint
-
- CREATE_PROFILE_URI_ACTION_VALUE - Static variable in class com.sun.identity.install.tools.util.RESTEndpoint
-
- CREATE_PROFILE_URI_API_VERSION - Static variable in class com.sun.identity.install.tools.util.RESTEndpoint
-
- CREATE_REMOTE_PROVIDER - Static variable in class com.sun.identity.federation.common.LogUtil
-
Create Remote Provider.
- CREATE_SAML_RESPONSE - Static variable in class com.sun.identity.federation.common.LogUtil
-
Create SAML Response
- CREATE_USER_STATE - Static variable in class org.forgerock.openam.authentication.modules.oauth2.OAuthParam
-
- CREATE_WITH_ALIAS - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- createAbsXPathElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of AbsXPathElement
- createAccessToken(String, String, String, String, String, String, Set<String>, RefreshToken, String, String, OAuth2Request) - Method in interface org.forgerock.oauth2.core.TokenStore
-
Creates an Access Token and stores it in the OAuth2 Provider's store.
- createAccessToken(String, String, String, String, String, String, Set<String>, RefreshToken, String, String, OAuth2Request, long) - Method in interface org.forgerock.oauth2.core.TokenStore
-
Creates an Access Token and stores it in the OAuth2 Provider's store.
- createAccessToken(String, String, String, String, String, String, Set<String>, RefreshToken, String, String, OAuth2Request) - Method in class org.forgerock.openam.oauth2.OpenAMTokenStore
-
- createAccessToken(String, String, String, String, String, String, Set<String>, RefreshToken, String, String, OAuth2Request, long) - Method in class org.forgerock.openam.oauth2.OpenAMTokenStore
-
- createAccessToken(String, String, String, String, String, String, Set<String>, RefreshToken, String, String, OAuth2Request) - Method in class org.forgerock.openam.oauth2.StatefulTokenStore
-
Creates an Access Token and stores it in the OAuth2 Provider's store.
- createAccessToken(String, String, String, String, String, String, Set<String>, RefreshToken, String, String, OAuth2Request, long) - Method in class org.forgerock.openam.oauth2.StatefulTokenStore
-
Creates an Access Token and stores it in the OAuth2 Provider's store.
- createAccessToken(String, String, String, String, String, String, Set<String>, RefreshToken, String, String, OAuth2Request) - Method in class org.forgerock.openam.oauth2.StatelessTokenStore
-
- createAccessToken(String, String, String, String, String, String, Set<String>, RefreshToken, String, String, OAuth2Request, long) - Method in class org.forgerock.openam.oauth2.StatelessTokenStore
-
- createAction(Element) - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
-
- createAction(Element) - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
-
Creates appropriate Action Instance
- createAction() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of Action.
- createAction(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of Action.
- createAction(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of Action.
- createAction(HttpServletRequest, HttpServletResponse) - Static method in class com.sun.identity.wsfederation.servlet.WSFederationActionFactory
-
Factory method creates a WSFederationAction instance according to the
parameters sent via request.
- createAction() - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Action.
- createAction(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Action.
- createAction(String) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Action.
- createActionElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of ActionElement
- createActionElement() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.ObjectFactory
-
Create an instance of ActionElement
- createActionNamespaceElement() - Method in class com.sun.identity.saml2.jaxb.metadataextquery.ObjectFactory
-
Create an instance of ActionNamespaceElement
- createActionNamespaceElement(String) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.ObjectFactory
-
Create an instance of ActionNamespaceElement
- createActionType() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of ActionType
- createAdditionalContextProcessedElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of AdditionalContextProcessedElement
- createAdditionalMetadataLocationElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of AdditionalMetadataLocationElement
- createAdditionalMetadataLocationType() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of AdditionalMetadataLocationType
- createAdminGroups(SSOToken, PersistentObject) - Method in class com.iplanet.am.sdk.ldap.ComplianceServicesImpl
-
Method which creates Admin Groups for an organization.
- createAdvice() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createAdvice(Advice) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createAdvice(Element) - Method in class com.sun.identity.saml.assertion.Assertion
-
- createAdvice(Element) - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Creates appropriate Advice instance
- createAdvice() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of Advice.
- createAdvice(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of Advice.
- createAdvice(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of Advice
The return object is immutable.
- createAdviceElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AdviceElement
- createAdviceExpression() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createAdviceExpression(AdviceExpression) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createAdviceExpressions() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createAdviceExpressions(AdviceExpressions) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createAdviceType() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AdviceType
- createAffiliateMemberElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of AffiliateMemberElement
- createAffiliateMemberElement(String) - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of AffiliateMemberElement
- createAffiliationConfigElement() - Method in class com.sun.identity.saml2.jaxb.entityconfig.ObjectFactory
-
Create an instance of AffiliationConfigElement
- createAffiliationDescriptorElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of AffiliationDescriptorElement
- createAffiliationDescriptorType() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of AffiliationDescriptorType
- CreateAgent - Class in com.sun.identity.cli.agentconfig
-
This command creates agent.
- CreateAgent() - Constructor for class com.sun.identity.cli.agentconfig.CreateAgent
-
- createAgent(SSOToken, String, String, String, Map, String, String) - Static method in class com.sun.identity.common.configuration.AgentConfiguration
-
Creates an agent.
- createAgent(SSOToken, String, String, String, Map) - Static method in class com.sun.identity.common.configuration.AgentConfiguration
-
Creates an agent.
- CreateAgentGroup - Class in com.sun.identity.cli.agentconfig
-
This command creates agent group.
- CreateAgentGroup() - Constructor for class com.sun.identity.cli.agentconfig.CreateAgentGroup
-
- createAgentGroup(SSOToken, String, String, String, Map) - Static method in class com.sun.identity.common.configuration.AgentConfiguration
-
Creates an agent group.
- createAgentGroup(SSOToken, String, String, String, Map, String, String) - Static method in class com.sun.identity.common.configuration.AgentConfiguration
-
Creates an agent group.
- createAgentGroupConfig(SSOToken) - Method in class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- createAgentLocal(SSOToken, String, String, String, Map, String) - Static method in class com.sun.identity.common.configuration.AgentConfiguration
-
Creates a localized agent.
- createAgreementMethodElement() - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of AgreementMethodElement
- createAgreementMethodType() - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of AgreementMethodType
- createAgreementMethodTypeKANonce() - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of AgreementMethodTypeKANonce
- createAgreementMethodTypeKANonce(byte[]) - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of AgreementMethodTypeKANonce
- createAgreementMethodTypeOriginatorKeyInfo() - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of AgreementMethodTypeOriginatorKeyInfo
- createAgreementMethodTypeRecipientKeyInfo() - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of AgreementMethodTypeRecipientKeyInfo
- createAlgorithmSuiteElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of AlgorithmSuiteElement
- createAllElement() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.ObjectFactory
-
Create an instance of AllElement
- createAllOf() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
Create an instance of
AllOf
- createAllOf(AllOf) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createAMTemplate(SSOToken, String, int, String, Map, int) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Create an AMTemplate (COSTemplate)
- createAMTemplate(SSOToken, String, int, String, Map, int) - Method in class com.iplanet.am.sdk.ldap.CachedDirectoryServicesImpl
-
Create an AMTemplate (COSTemplate)
- createAMTemplate(SSOToken, String, int, String, Map, int) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
Create an AMTemplate (COSTemplate)
- createAMTemplate(SSOToken, String, int, String, Map, int) - Method in class com.iplanet.am.sdk.remote.CachedRemoteServicesImpl
-
Create an AMTemplate (COSTemplate)
- createAMTemplate(String, String, int, String, Map, int) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- createAMTemplate(String, String, int, String, Map, int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- createAMTemplate(SSOToken, String, int, String, Map, int) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
Create an AMTemplate (COSTemplate)
- createAMX509KeyManager() - Static method in class com.sun.identity.security.keystore.AMX509KeyManagerFactory
-
- createAMX509KeyManager(String, String, String, AMCallbackHandler) - Static method in class com.sun.identity.security.keystore.AMX509KeyManagerFactory
-
- createAndLogDebug(Logger, ScriptConstants.ScriptErrorCode, Throwable, String...) - Static method in exception org.forgerock.openam.scripting.ScriptException
-
Convenience method that will log the message represented by the error code and
construct a new ScriptException.
- createAndLogDebug(Logger, ScriptConstants.ScriptErrorCode, String...) - Static method in exception org.forgerock.openam.scripting.ScriptException
-
Convenience method that will log the message represented by the error code and
construct a new ScriptException.
- createAndLogError(Logger, ScriptConstants.ScriptErrorCode, Throwable, String...) - Static method in exception org.forgerock.openam.scripting.ScriptException
-
Convenience method that will log the message represented by the error code and
construct a new ScriptException.
- createAndLogError(Logger, ScriptConstants.ScriptErrorCode, String...) - Static method in exception org.forgerock.openam.scripting.ScriptException
-
Convenience method that will log the message represented by the error code and
construct a new ScriptException.
- createAnyOf() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
Create an instance of
AnyOf
- createAnyOf(AnyOf) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createAnyType() - Method in class com.sun.identity.saml2.jaxb.schema.ObjectFactory
-
Create an instance of AnyType
- CreateApplication - Class in com.sun.identity.cli.entitlement
-
- CreateApplication(ApplicationServiceFactory) - Constructor for class com.sun.identity.cli.entitlement.CreateApplication
-
Create a new instance.
- createApplication(ApplicationType, String, Map<String, Set<String>>) - Static method in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
Constructs an
Application object based on the provided information.
- CreateApplicationPrivilege - Class in com.sun.identity.cli.entitlement
-
- CreateApplicationPrivilege(ResourceTypeService, ApplicationServiceFactory) - Constructor for class com.sun.identity.cli.entitlement.CreateApplicationPrivilege
-
- CreateApplicationType - Class in org.forgerock.openam.cli.entitlement
-
Create a new ApplicationType.
- CreateApplicationType() - Constructor for class org.forgerock.openam.cli.entitlement.CreateApplicationType
-
- createApplicationType(String, Map<String, Set<String>>) - Static method in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
- createApplicationWrapper(JsonValue) - Method in class org.forgerock.openam.entitlement.rest.ApplicationsResource
-
Abstracts out the createApplicationWrapper method so that we can easily test this class.
- createApplicationWrapper(JsonValue, Subject) - Method in class org.forgerock.openam.entitlement.rest.ApplicationsResource
-
- createApplicationWrapper(Application, ApplicationTypeManagerWrapper) - Method in class org.forgerock.openam.entitlement.rest.ApplicationsResource
-
- createAppliesToElement() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.ObjectFactory
-
Create an instance of AppliesToElement
- createAppliesToType() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.ObjectFactory
-
Create an instance of AppliesToType
- createApply() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
Create an instance of
Apply
- createApply(Apply) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createArtifact(byte[], int, String, String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns a new instance of Artifact.
- createArtifact(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns a new instance of Artifact.
- createArtifact(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns a new instance of Artifact.
- createArtifactResolutionServiceElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of ArtifactResolutionServiceElement
- createArtifactResolve() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns a new instance of ArtifactResolve.
- createArtifactResolve(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns a new instance of ArtifactResolve.
- createArtifactResolve(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns a new instance of ArtifactResolve.
- createArtifactResponse() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns a new instance of ArtifactResponse.
- createArtifactResponse(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns a new instance of ArtifactResponse.
- createArtifactResponse(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns a new instance of ArtifactResponse.
- createAssertion(Element) - Method in class com.sun.identity.saml.assertion.Advice
-
- createAssertion(Element) - Method in class com.sun.identity.saml.assertion.AdviceBase
-
Creates appropriate Assertion Instance
- createAssertion(Element) - Method in class com.sun.identity.saml.assertion.Evidence
-
- createAssertion(Element) - Method in class com.sun.identity.saml.assertion.EvidenceBase
-
Creates appropriate Assertion Instance
- createAssertion(Object) - Method in class com.sun.identity.saml.AssertionManager
-
This method creates an Assertion that contains an
AuthenticationStatement.
- createAssertion(Object, List) - Method in class com.sun.identity.saml.AssertionManager
-
This method creates an Assertion that contains an
AuthenticationStatement and
an AttributeStatement.
- createAssertion(Object) - Method in class com.sun.identity.saml.AssertionManagerClient
-
Returns an assertion that contains an authentication statement.
- createAssertion(Object, List) - Method in class com.sun.identity.saml.AssertionManagerClient
-
Returns an assertion that contains an authentication and attribute
statement.
- createAssertion(String) - Method in interface com.sun.identity.saml.AssertionManagerIF
-
- createAssertion(String) - Method in class com.sun.identity.saml.AssertionManagerImpl
-
- createAssertion() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of Assertion.
- createAssertion(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of Assertion.
- createAssertion(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of Assertion.
- createAssertion2(String, List) - Method in interface com.sun.identity.saml.AssertionManagerIF
-
- createAssertion2(String, List) - Method in class com.sun.identity.saml.AssertionManagerImpl
-
- createAssertionArtifact(Assertion, String) - Method in class com.sun.identity.saml.AssertionManager
-
This method creates an AssertionArtifact for the given
Assertion.
- createAssertionArtifact(String, String) - Method in class com.sun.identity.saml.AssertionManager
-
Creates an AssertionArtifact.
- createAssertionArtifact(String, String, String, String) - Method in class com.sun.identity.saml.AssertionManager
-
Creates an AssertionArtifact.
- createAssertionArtifact(String, String, HttpServletRequest, HttpServletResponse, String, String) - Method in class com.sun.identity.saml.AssertionManager
-
Creates an AssertionArtifact.
- createAssertionArtifact(Assertion, String) - Method in class com.sun.identity.saml.AssertionManagerClient
-
Returns an AssertionArtifact for the given
Assertion.
- createAssertionArtifact(String, String) - Method in interface com.sun.identity.saml.AssertionManagerIF
-
- createAssertionArtifact(String, String) - Method in class com.sun.identity.saml.AssertionManagerImpl
-
- createAssertionConsumerServiceElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of AssertionConsumerServiceElement
- createAssertionElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AssertionElement
- createAssertionIDRef() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of AssertionIDRef.
- createAssertionIDRef(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of AssertionIDRef.
- createAssertionIDRef(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of AssertionIDRef.
- createAssertionIDRefElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AssertionIDRefElement
- createAssertionIDRefElement(String) - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AssertionIDRefElement
- createAssertionIDReference(Element) - Method in class com.sun.identity.saml.assertion.Advice
-
- createAssertionIDReference(Element) - Method in class com.sun.identity.saml.assertion.AdviceBase
-
Creates appropriate AssertionIDReference Instance
- createAssertionIDReference(Element) - Method in class com.sun.identity.saml.assertion.Assertion
-
- createAssertionIDReference(String) - Method in class com.sun.identity.saml.assertion.Assertion
-
- createAssertionIDReference(Element) - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Creates appropriate AssertionIDReference instance
- createAssertionIDReference(String) - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Creates appropriate AssertionIDReference instance
- createAssertionIDReference(String) - Method in class com.sun.identity.saml.assertion.Evidence
-
- createAssertionIDReference(String) - Method in class com.sun.identity.saml.assertion.EvidenceBase
-
Creates appropriate AssertionIDReference Instance
- createAssertionIDRequest() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the AssertionIDRequest Object.
- createAssertionIDRequest(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the AssertionIDRequest Object.
- createAssertionIDRequest(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the AssertionIDRequest Object.
- createAssertionIDRequestServiceElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of AssertionIDRequestServiceElement
- createAssertionType() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AssertionType
- createAssertionType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of AssertionType
- createAssertionURIRefElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AssertionURIRefElement
- createAssertionURIRefElement(String) - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AssertionURIRefElement
- createAssignableDynamicGroup(String, Map, Map) - Method in interface com.iplanet.am.sdk.AMGroupContainer
-
Deprecated.
Creates assignable dynamic group.
- createAssignableDynamicGroup(String, Map, Map) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Creates assignable dynamic group.
- createAssignableDynamicGroups(Set) - Method in interface com.iplanet.am.sdk.AMGroup
-
Deprecated.
Creates assignable dynamic groups in this group.
- createAssignableDynamicGroups(Map) - Method in interface com.iplanet.am.sdk.AMGroup
-
Deprecated.
Creates assignable dynamic groups and initializes their attributes.
- createAssignableDynamicGroups(Set) - Method in interface com.iplanet.am.sdk.AMGroupContainer
-
Deprecated.
Creates assignable dynamic groups in this group container.
- createAssignableDynamicGroups(Map) - Method in interface com.iplanet.am.sdk.AMGroupContainer
-
Deprecated.
Creates assignable dynamic groups and initializes their attributes.
- createAssignableDynamicGroups(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Creates assignable dynamic groups.
- createAssignableDynamicGroups(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Creates assignable dynamic groups.
- createAssociatedAdvice() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createAssociatedAdvice(AssociatedAdvice) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createAsymmetricBindingElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of AsymmetricBindingElement
- createAsync(Token) - Method in interface org.forgerock.openam.cts.CTSPersistentStore
-
Creates a Token in the persistent store asynchronously.
- createAsync(Token, Options) - Method in interface org.forgerock.openam.cts.CTSPersistentStore
-
Creates a Token in the persistent store asynchronously.
- createAsync(Token) - Method in class org.forgerock.openam.cts.CTSPersistentStoreImpl
-
- createAsync(Token, Options) - Method in class org.forgerock.openam.cts.CTSPersistentStoreImpl
-
- createAsync() - Method in class org.forgerock.openam.cts.monitoring.impl.connections.MonitoredCTSConnectionFactory
-
- createAsync(Token) - Method in class org.forgerock.openam.rest.router.CTSPersistentStoreProxy
-
- createAsync(Token, Options) - Method in class org.forgerock.openam.rest.router.CTSPersistentStoreProxy
-
- createAsync() - Method in interface org.forgerock.openam.sm.datalayer.api.ConnectionFactory
-
Creates a connection asynchronously.
- createAsync() - Method in class org.openidentityplatform.openam.cassandra.ConnectionFactoryProvider.ConnectionFactory
-
- createAttribute() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createAttribute(Attribute) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createAttribute(Element) - Method in class com.sun.identity.saml.assertion.AttributeStatement
-
- createAttribute() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of Attribute.
- createAttribute(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of Attribute.
- createAttribute(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of Attribute.
- createAttribute(List, URI, URI, String) - Static method in class com.sun.identity.xacml.common.XACMLSDKUtils
-
- createAttribute() - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Attribute.
- createAttribute(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Attribute.
- createAttribute(String) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Attribute.
- createAttribute(byte[]) - Static method in class org.forgerock.openam.radius.common.AttributeFactory
-
Performs the translation based upon the first octed in the passed in on-the-wire representation.
- createAttributeAssignment() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createAttributeAssignment(AttributeAssignment) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createAttributeAssignmentExpression() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createAttributeAssignmentExpression(AttributeAssignmentExpression) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createAttributeAuthorityConfigElement() - Method in class com.sun.identity.saml2.jaxb.entityconfig.ObjectFactory
-
Create an instance of AttributeAuthorityConfigElement
- createAttributeAuthorityDescriptorElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of AttributeAuthorityDescriptorElement
- createAttributeAuthorityDescriptorType() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of AttributeAuthorityDescriptorType
- createAttributeConsumingServiceElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of AttributeConsumingServiceElement
- createAttributeConsumingServiceType() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of AttributeConsumingServiceType
- createAttributedDateTime() - Method in class com.sun.identity.wsfederation.jaxb.wsu.ObjectFactory
-
Create an instance of AttributedDateTime
- createAttributeDesignator() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createAttributeDesignator(AttributeDesignator) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createAttributedQNameType() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.ObjectFactory
-
Create an instance of AttributedQNameType
- createAttributedString() - Method in class com.sun.identity.wsfederation.jaxb.wsse.ObjectFactory
-
Create an instance of AttributedString
- createAttributedUnsignedLongType() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.ObjectFactory
-
Create an instance of AttributedUnsignedLongType
- createAttributedURI() - Method in class com.sun.identity.wsfederation.jaxb.wsu.ObjectFactory
-
Create an instance of AttributedURI
- createAttributedURIType() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.ObjectFactory
-
Create an instance of AttributedURIType
- createAttributeElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AttributeElement
- createAttributeElement() - Method in class com.sun.identity.saml2.jaxb.entityconfig.ObjectFactory
-
Create an instance of AttributeElement
- createAttributeElement() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.ObjectFactory
-
Create an instance of AttributeElement
- createAttributeExtensibleString() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of AttributeExtensibleString
- createAttributeExtensibleURI() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of AttributeExtensibleURI
- createAttributeProfileElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of AttributeProfileElement
- createAttributeProfileElement(String) - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of AttributeProfileElement
- createAttributeQuery() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the AttributeQuery Object.
- createAttributeQuery(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the AttributeQuery Object.
- createAttributeQuery(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the AttributeQuery Object.
- createAttributeQueryConfigElement() - Method in class com.sun.identity.saml2.jaxb.entityconfig.ObjectFactory
-
Create an instance of AttributeQueryConfigElement
- createAttributeQueryDescriptorElement() - Method in class com.sun.identity.saml2.jaxb.metadataextquery.ObjectFactory
-
Create an instance of AttributeQueryDescriptorElement
- createAttributeQueryDescriptorType() - Method in class com.sun.identity.saml2.jaxb.metadataextquery.ObjectFactory
-
Create an instance of AttributeQueryDescriptorType
- createAttributes() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createAttributes(Attributes) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createAttributeSelector() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createAttributeSelector(AttributeSelector) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createAttributeServiceElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of AttributeServiceElement
- createAttributeServiceEndpointElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of AttributeServiceEndpointElement
- createAttributeServiceType() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of AttributeServiceType
- createAttributesReference() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createAttributesReference(AttributesReference) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createAttributeStatement(Element) - Method in class com.sun.identity.saml.assertion.Assertion
-
- createAttributeStatement(Element) - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Creates appropriate AttributeStatement instance
- createAttributeStatement() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of AttributeStatement.
- createAttributeStatement(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of AttributeStatement.
- createAttributeStatement(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of AttributeStatement.
- createAttributeStatementElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AttributeStatementElement
- createAttributeStatementType() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AttributeStatementType
- createAttributeType() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AttributeType
- createAttributeType() - Method in class com.sun.identity.saml2.jaxb.entityconfig.ObjectFactory
-
Create an instance of AttributeType
- createAttributeType() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.ObjectFactory
-
Create an instance of AttributeType
- createAttributeValue() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createAttributeValue(AttributeValue) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createAttributeValueElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AttributeValueElement
- createAudienceElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AudienceElement
- createAudienceElement(String) - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AudienceElement
- createAudienceRestriction() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of AudienceRestriction.
- createAudienceRestriction(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of AudienceRestriction.
- createAudienceRestriction(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of AudienceRestriction.
- createAudienceRestrictionCondition(Element) - Method in class com.sun.identity.saml.assertion.Conditions
-
- createAudienceRestrictionElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AudienceRestrictionElement
- createAudienceRestrictionType() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AudienceRestrictionType
- CreateAuthConfiguration - Class in com.sun.identity.cli.authentication
-
- CreateAuthConfiguration() - Constructor for class com.sun.identity.cli.authentication.CreateAuthConfiguration
-
- createAuthDDelegate() - Static method in class org.forgerock.openam.sso.providers.stateless.StatelessAdminRestriction
-
Used to generate a singleton SuperUserDelegate whose AuthD instance is lazily loaded
and which is used to verify the administrative nature of users passed in.
- createAuthenticatingAuthorityElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AuthenticatingAuthorityElement
- createAuthenticatingAuthorityElement(String) - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AuthenticatingAuthorityElement
- createAuthenticationCallback(Node, Callback) - Method in interface com.sun.identity.authentication.share.AuthenticationCallbackXMLHelper
-
Creates the Authentication Callback
from its XML document.
- createAuthenticationInstance(String, String, Map) - Method in class com.sun.identity.authentication.config.AMAuthenticationManager
-
Creates an AMAuthenticationInstance instance with the
specified parameters.
- createAuthenticationStatement(Element) - Method in class com.sun.identity.saml.assertion.Assertion
-
- createAuthenticationStatement(Element) - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Creates appropriate AuthenticationStatement instance
- createAuthenticationTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of AuthenticationTokenElement
- createAuthId(LoginConfiguration, AuthenticationContext) - Method in class org.forgerock.openam.core.rest.authn.AuthIdHelper
-
Creates a JWT authentication id.
- CreateAuthInstance - Class in com.sun.identity.cli.authentication
-
- CreateAuthInstance() - Constructor for class com.sun.identity.cli.authentication.CreateAuthInstance
-
- createAuthnAuthorityConfigElement() - Method in class com.sun.identity.saml2.jaxb.entityconfig.ObjectFactory
-
Create an instance of AuthnAuthorityConfigElement
- createAuthnAuthorityDescriptorElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of AuthnAuthorityDescriptorElement
- createAuthnAuthorityDescriptorType() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of AuthnAuthorityDescriptorType
- createAuthnContext() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of AuthnContext.
- createAuthnContext(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of AuthnContext.
- createAuthnContext(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of AuthnContext.
- createAuthnContextClassRefElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AuthnContextClassRefElement
- createAuthnContextClassRefElement(String) - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AuthnContextClassRefElement
- createAuthnContextDeclElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AuthnContextDeclElement
- createAuthnContextDeclRefElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AuthnContextDeclRefElement
- createAuthnContextDeclRefElement(String) - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AuthnContextDeclRefElement
- createAuthnContextElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AuthnContextElement
- createAuthnContextType() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AuthnContextType
- createAuthnQuery() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the AuthnQuery Object.
- createAuthnQuery(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the AuthnQuery Object.
- createAuthnQuery(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the AuthnQuery Object.
- createAuthnQueryDescriptorType() - Method in class com.sun.identity.saml2.jaxb.metadataextquery.ObjectFactory
-
Create an instance of AuthnQueryDescriptorType
- createAuthnQueryServiceElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of AuthnQueryServiceElement
- createAuthnRequest(Map, String, String, String, String, boolean) - Method in class com.sun.identity.federation.services.FSLoginHelper
-
Returns a Map of headers,lrurl/responsedata.
- createAuthnRequest(HttpServletRequest, HttpServletResponse, String, String, String, Map, Map, List, SPSSODescriptorElement, IDPSSODescriptorElement, String, boolean) - Static method in class com.sun.identity.saml2.profile.SPSSOFederate
-
Create an AuthnRequest.
- createAuthnRequest() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the AuthnRequest Object.
- createAuthnRequest(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the AuthnRequest Object.
- createAuthnRequest(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the AuthnRequest Object.
- createAuthnRequestEnvelope(HttpServletRequest) - Method in class com.sun.identity.federation.services.FSLoginHelper
-
Creates AuthnRequestEnvelope for LECP profile.
- createAuthnResponse(Object, String, NameIdentifier, NameIdentifier) - Method in class com.sun.identity.federation.services.fednsso.FSSSOAndFedHandler
-
- createAuthnStatement() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of AuthnStatement.
- createAuthnStatement(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of AuthnStatement.
- createAuthnStatement(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of AuthnStatement.
- createAuthnStatementElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AuthnStatementElement
- createAuthnStatementType() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AuthnStatementType
- createAuthorityBinding(Element) - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
-
- createAuthorizationCode(Set<String>, ResourceOwner, String, String, String, OAuth2Request, String, String) - Method in interface org.forgerock.oauth2.core.TokenStore
-
Creates an Authorization Code and stores it in the OAuth2 Provider's store.
- createAuthorizationCode(Set<String>, ResourceOwner, String, String, String, OAuth2Request, String, String) - Method in class org.forgerock.openam.oauth2.OpenAMTokenStore
-
- createAuthorizationCode(Set<String>, ResourceOwner, String, String, String, OAuth2Request, String, String) - Method in class org.forgerock.openam.oauth2.StatefulTokenStore
-
Creates an Authorization Code and stores it in the OAuth2 Provider's store.
- createAuthorizationCode(Set<String>, ResourceOwner, String, String, String, OAuth2Request, String, String) - Method in class org.forgerock.openam.oauth2.StatelessTokenStore
-
- createAuthorizationDecisionStatement(Element) - Method in class com.sun.identity.saml.assertion.Assertion
-
- createAuthorizationDecisionStatement(Element) - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Create appropriate AuthorizationDecisionStatement instance
- createAuthorizationRequestEndpoint(TokenStore, OAuth2RequestFactory) - Method in class org.forgerock.openam.uma.UmaGuiceModule
-
- createAuthzDecisionQueryDescriptorType() - Method in class com.sun.identity.saml2.jaxb.metadataextquery.ObjectFactory
-
Create an instance of AuthzDecisionQueryDescriptorType
- createAuthzDecisionStatement() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of AuthzDecisionStatement.
- createAuthzDecisionStatement(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of AuthzDecisionStatement.
- createAuthzDecisionStatement(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of AuthzDecisionStatement.
- createAuthzDecisionStatementElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AuthzDecisionStatementElement
- createAuthzDecisionStatementType() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of AuthzDecisionStatementType
- createAuthzServiceElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of AuthzServiceElement
- createAutomaticPseudonymsElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of AutomaticPseudonymsElement
- createAutomaticPseudonymsElement(boolean) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of AutomaticPseudonymsElement
- createBackupDirectories() - Method in class org.forgerock.openam.upgrade.EmbeddedOpenDJBackupManager
-
Creates the OpenDJ backup directories, upgrade and backups.
- createBaseConfigType() - Method in class com.sun.identity.saml2.jaxb.entityconfig.ObjectFactory
-
Create an instance of BaseConfigType
- createBaseConfigType() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.ObjectFactory
-
Create an instance of BaseConfigType
- createBaseID() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of BaseID.
- createBaseID(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of BaseID.
- createBaseID(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of BaseID.
- createBaseIDAbstractType() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of BaseIDAbstractType
- createBaseIDElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of BaseIDElement
- createBasic128Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of Basic128Element
- createBasic128Rsa15Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of Basic128Rsa15Element
- createBasic128Sha256Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of Basic128Sha256Element
- createBasic128Sha256Rsa15Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of Basic128Sha256Rsa15Element
- createBasic192Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of Basic192Element
- createBasic192Rsa15Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of Basic192Rsa15Element
- createBasic192Sha256Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of Basic192Sha256Element
- createBasic192Sha256Rsa15Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of Basic192Sha256Rsa15Element
- createBasic256Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of Basic256Element
- createBasic256Rsa15Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of Basic256Rsa15Element
- createBasic256Sha256Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of Basic256Sha256Element
- createBasic256Sha256Rsa15Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of Basic256Sha256Rsa15Element
- createBinarySecurityTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsse.ObjectFactory
-
Create an instance of BinarySecurityTokenElement
- createBinarySecurityTokenType() - Method in class com.sun.identity.wsfederation.jaxb.wsse.ObjectFactory
-
Create an instance of BinarySecurityTokenType
- createBootstrapPolicyElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of BootstrapPolicyElement
- createCachedContextHolder() - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolderCache
-
Creates a new cache key, creates and caches a new ContextHolder using the key and returns the newly
cached object.
- createCachedThreadPool(ThreadFactory) - Method in interface org.forgerock.openam.audit.context.AMExecutorServiceFactory
-
Generates a Cached Thread Pool ExecutorService which has been pre-registered with the
ShutdownManager.
- createCachedThreadPool(String) - Method in interface org.forgerock.openam.audit.context.AMExecutorServiceFactory
-
Generates a Cached Thread Pool ExecutorService using the provided name as a prefix
of the thread names.
- createCachedThreadPool(ThreadFactory) - Method in class org.forgerock.openam.audit.context.AuditRequestContextPropagatingExecutorServiceFactory
-
- createCachedThreadPool(String) - Method in class org.forgerock.openam.audit.context.AuditRequestContextPropagatingExecutorServiceFactory
-
- createCanonicalizationMethodElement() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of CanonicalizationMethodElement
- createCanonicalizationMethodElement() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of CanonicalizationMethodElement
- createCanonicalizationMethodType() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of CanonicalizationMethodType
- createCanonicalizationMethodType() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of CanonicalizationMethodType
- createChild(String) - Method in class com.sun.identity.authentication.UI.AuthViewBeanBase
-
- createChild(String) - Method in class com.sun.identity.authentication.UI.ButtonTiledView
-
creates child component
- createChild(String) - Method in class com.sun.identity.authentication.UI.CallBackChoiceTiledView
-
creates child component
- createChild(String) - Method in class com.sun.identity.authentication.UI.CallBackTiledView
-
creates child component
- createChild(String) - Method in class com.sun.identity.password.ui.PWResetQuestionTiledView
-
Creates child component
- createChild(String) - Method in class com.sun.identity.password.ui.PWResetQuestionViewBean
-
Creates child component
- createChild(String) - Method in class com.sun.identity.password.ui.PWResetSuccessViewBean
-
Creates child component
- createChild(String) - Method in class com.sun.identity.password.ui.PWResetUserValidationViewBean
-
Creates child component
- createChild(String) - Method in class com.sun.identity.password.ui.PWResetViewBeanBase
-
Creates child component
- createChoiceCallback() - Method in class com.sun.identity.authentication.service.AuthLevel
-
Returns choice callback.
- createChoiceCallback() - Method in class com.sun.identity.authentication.service.CompositeAdvices
-
Returns array of choice callback.
- createCipherDataElement() - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of CipherDataElement
- createCipherDataType() - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of CipherDataType
- createCipherReferenceElement() - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of CipherReferenceElement
- createCipherReferenceType() - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of CipherReferenceType
- createCircleOfTrust(String, CircleOfTrustDescriptor) - Method in class com.sun.identity.cot.CircleOfTrustManager
-
Creates a circle of trust.
- CreateCircleOfTrust - Class in com.sun.identity.federation.cli
-
Create Circle of Trust.
- CreateCircleOfTrust() - Constructor for class com.sun.identity.federation.cli.CreateCircleOfTrust
-
- createClaimType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of ClaimType
- createClient() - Method in class org.forgerock.openidconnect.ClientBuilder
-
Creates the OAuth2 Client.
- createClient(Representation) - Method in class org.forgerock.openidconnect.restlet.ConnectClientRegistration
-
Handles POST requests to the OpenId Connect client registration endpoint for creating OpenId Connect client
registrations.
- createClientPseudonymElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of ClientPseudonymElement
- createClientPseudonymType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of ClientPseudonymType
- createClientSideScriptExecutorFunction(String, String, boolean) - Static method in class org.forgerock.openam.authentication.modules.scripted.ScriptedClientUtilityFunctions
-
Creates an anonymous function which causes the script to run automatically when the client page containing the
function is rendered.
- createCombinerParameter() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createCombinerParameter(CombinerParameter) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createCombinerParameters() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createCombinerParameters(CombinerParameters) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createCompanyElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of CompanyElement
- createCompanyElement(String) - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of CompanyElement
- createCondition() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createCondition(Condition) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createCondition() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of Condition.
- createCondition(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of Condition.
- createCondition(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of Condition.
- createConditionAbstractType() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of ConditionAbstractType
- createConditionElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of ConditionElement
- createConditions(Element) - Method in class com.sun.identity.saml.assertion.Assertion
-
- createConditions(Element) - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Creates appropriate Conditions instance
- createConditions() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of Conditions.
- createConditions(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of Conditions.
- createConditions(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of Conditions.
- createConditionsElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of ConditionsElement
- createConditionsType() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of ConditionsType
- createConfig - Variable in class com.sun.identity.config.DefaultSummary
-
- createConfig() - Method in class com.sun.identity.config.wizard.Wizard
-
This is the 'execute' operation for the entire wizard.
- createConfigLink - Variable in class com.sun.identity.config.Options
-
- createConfigLink - Variable in class com.sun.identity.config.wizard.Wizard
-
- createConfigurableSessionBlacklist(CTSBlacklist<Session>, SessionServiceConfig) - Static method in class org.forgerock.openam.blacklist.ConfigurableSessionBlacklist
-
Create a configurable session blacklist based on the session service config.
- createConfiguration(String, String, Map) - Method in interface com.sun.identity.plugin.configuration.ConfigurationInstance
-
Creates Configurations.
- createConfiguration(String, String, Map) - Method in class com.sun.identity.plugin.configuration.impl.ConfigurationInstanceImpl
-
Creates Configurations.
- createConfiguration(String, String, Map) - Method in class com.sun.identity.plugin.configuration.impl.FedletConfigurationImpl
-
Creates Configurations.
- createConnectionFactory(String, char[], int) - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
- createContactPersonElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of ContactPersonElement
- createContactType() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of ContactType
- createContent() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createContent(Content) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createCookie(String, String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Returns Cookie to be set in the response.
- createCookie(String, String, String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Creates a Cookie with the cookieName,
cookieValue for the cookie domains specified.
- createCookie(String, String, int, String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- createCookie(String, String, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Creates a Cookie with the cookieName,
cookieValue for the cookie domains specified.
- createCookieString(String, String) - Static method in class com.iplanet.dpro.session.share.SessionEncodeURL
-
- createCreatedElement() - Method in class com.sun.identity.wsfederation.jaxb.wsu.ObjectFactory
-
Create an instance of CreatedElement
- createCtsConnectionFailureRateMBean(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.cts.FORGEROCK_OPENAM_CTS_MIB
-
Factory method for "CtsConnectionFailureRate" group MBean.
- createCtsConnectionFailureRateMBean(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.cts.FORGEROCK_OPENAM_CTS_MIBImpl
-
Factory method for "CtsConnectionFailureRate" group MBean.
- createCtsConnectionFailureRateMetaNode(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.cts.FORGEROCK_OPENAM_CTS_MIB
-
Factory method for "CtsConnectionFailureRate" group metadata class.
- createCtsConnectionSuccessRateMBean(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.cts.FORGEROCK_OPENAM_CTS_MIB
-
Factory method for "CtsConnectionSuccessRate" group MBean.
- createCtsConnectionSuccessRateMBean(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.cts.FORGEROCK_OPENAM_CTS_MIBImpl
-
Factory method for "CtsConnectionSuccessRate" group MBean.
- createCtsConnectionSuccessRateMetaNode(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.cts.FORGEROCK_OPENAM_CTS_MIB
-
Factory method for "CtsConnectionSuccessRate" group metadata class.
- createCtsCRUDOperationsEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Long) - Method in class org.forgerock.openam.monitoring.cts.TableCtsCRUDOperationsTable
-
Factory method for "CtsCRUDOperationsEntry" entry MBean class.
- createCtsCRUDOperationsEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsTableMeta
-
Factory method for "CtsCRUDOperationsEntry" entry metadata class.
- createCtsCRUDOperationsPerTokenTypeEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Long, Long) - Method in class org.forgerock.openam.monitoring.cts.TableCtsCRUDOperationsPerTokenTypeTable
-
Factory method for "CtsCRUDOperationsPerTokenTypeEntry" entry MBean class.
- createCtsCRUDOperationsPerTokenTypeEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeTableMeta
-
Factory method for "CtsCRUDOperationsPerTokenTypeEntry" entry metadata class.
- createCtsCRUDOperationsPerTokenTypeTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoringMeta
-
Factory method for "CtsCRUDOperationsPerTokenTypeTable" table metadata class.
- createCtsCRUDOperationsTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoringMeta
-
Factory method for "CtsCRUDOperationsTable" table metadata class.
- createCtsMonitoringMBean(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.cts.FORGEROCK_OPENAM_CTS_MIB
-
Factory method for "CtsMonitoring" group MBean.
- createCtsMonitoringMBean(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.cts.FORGEROCK_OPENAM_CTS_MIBImpl
-
Factory method for "CtsMonitoring" group MBean.
- createCtsMonitoringMetaNode(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.cts.FORGEROCK_OPENAM_CTS_MIB
-
Factory method for "CtsMonitoring" group metadata class.
- createCtsSessionsMBean(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.session.FORGEROCK_OPENAM_SESSION_MIB
-
Factory method for "CtsSessions" group MBean.
- createCtsSessionsMBean(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.session.FORGEROCK_OPENAM_SESSION_MIBImpl
-
Factory method for "CtsSessions" MBean.
- createCtsSessionsMetaNode(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.session.FORGEROCK_OPENAM_SESSION_MIB
-
Factory method for "CtsSessions" group metadata class.
- createCtsTokenOperationsEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Long) - Method in class org.forgerock.openam.monitoring.cts.TableCtsTokenOperationsTable
-
Factory method for "CtsTokenOperationsEntry" entry MBean class.
- createCtsTokenOperationsEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class org.forgerock.openam.monitoring.cts.CtsTokenOperationsTableMeta
-
Factory method for "CtsTokenOperationsEntry" entry metadata class.
- createCtsTokenOperationsTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoringMeta
-
Factory method for "CtsTokenOperationsTable" table metadata class.
- CREATED - Static variable in class com.sun.identity.wss.security.WSSConstants
-
- CREATED_BY - Static variable in class org.forgerock.openam.entitlement.configuration.ResourceTypeSmsAttributes
-
- CREATED_BY_ATTRIBUTE - Static variable in class com.sun.identity.entitlement.Application
-
Created by index key
- CREATED_BY_ATTRIBUTE - Static variable in class com.sun.identity.entitlement.Privilege
-
Created by index key
- CREATED_BY_SEARCH_ATTRIBUTE - Static variable in class com.sun.identity.entitlement.Privilege
-
Created by search attribute
- CREATED_DATE - Static variable in class org.forgerock.openam.entitlement.configuration.ResourceTypeSmsAttributes
-
- CREATED_SAML11_ASSERTION - Static variable in class com.sun.identity.wss.logging.LogUtil
-
- CREATED_SAML20_ASSERTION - Static variable in class com.sun.identity.wss.logging.LogUtil
-
- CREATED_TIMESTAMP_ATTRIBUTE_NAME - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2ProviderService
-
- CreateDataStore - Class in com.sun.identity.cli.datastore
-
List the names of data store under a realm.
- CreateDataStore() - Constructor for class com.sun.identity.cli.datastore.CreateDataStore
-
- createDecision(DecisionType) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createDecision() - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Decision.
- createDecision(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Decision.
- createDecision(String) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Decision
The return object is immutable.
- createDefaultConfig() - Method in class com.sun.identity.config.DefaultSummary
-
- createDefaultNode(char) - Method in class org.forgerock.openam.entitlement.utils.indextree.nodefactory.AbstractTreeNodeFactory
-
Creates a default tree node where no corresponding node creator has been identified.
- createDefaultNode(char) - Method in class org.forgerock.openam.entitlement.utils.indextree.nodefactory.BasicTreeNodeFactory
-
- createDefaults(SSOToken) - Static method in class com.sun.identity.common.configuration.ServerConfiguration
-
- createDefaults() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- CreatedElement - Interface in com.sun.identity.wsfederation.jaxb.wsu
-
This element allows a creation time to be applied anywhere element wildcards are present.
- CreatedElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsu.impl
-
- CreatedElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsu.impl.CreatedElementImpl
-
- CreatedElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsu.impl
-
- createDescription(String) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createDescriptionType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of DescriptionType
- createDeviceCode(Set<String>, ResourceOwner, String, String, String, String, String, String, String, String, Integer, String, OAuth2Request, String, String) - Method in interface org.forgerock.oauth2.core.TokenStore
-
Creates a new device code token.
- createDeviceCode(Set<String>, ResourceOwner, String, String, String, String, String, String, String, String, Integer, String, OAuth2Request, String, String) - Method in class org.forgerock.openam.oauth2.OpenAMTokenStore
-
- createDeviceCode(Set<String>, ResourceOwner, String, String, String, String, String, String, String, String, Integer, String, OAuth2Request, String, String) - Method in class org.forgerock.openam.oauth2.StatefulTokenStore
-
Creates a new device code token.
- createDeviceCode(Set<String>, ResourceOwner, String, String, String, String, String, String, String, String, Integer, String, OAuth2Request, String, String) - Method in class org.forgerock.openam.oauth2.StatelessTokenStore
-
- createDeviceProfile() - Method in class org.forgerock.openam.authentication.modules.push.UserPushDeviceProfileManager
-
Creates and saves a fresh device profile for the given user.
- createDigestMethodElement() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of DigestMethodElement
- createDigestMethodElement() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of DigestMethodElement
- createDigestMethodType() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of DigestMethodType
- createDigestMethodType() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of DigestMethodType
- createDigestValueElement() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of DigestValueElement
- createDigestValueElement(byte[]) - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of DigestValueElement
- createDigestValueElement() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of DigestValueElement
- createDigestValueElement(byte[]) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of DigestValueElement
- createDiscoveryResponseElement() - Method in class com.sun.identity.saml2.jaxb.metadataidpdiscovery.ObjectFactory
-
Create an instance of DiscoveryResponseElement
- createDisplayNameType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of DisplayNameType
- createDNOrIPAddressListTokenRestriction(String, Set<String>) - Method in class com.iplanet.dpro.session.TokenRestrictionFactory
-
- createDomain(SSOToken, Guid, AttrSet) - Method in class com.iplanet.am.sdk.ldap.DCTreeServicesImpl
-
Method which creates a Domain Component Tree for the given
organization, if the sunPreferredDomain attribute is
present and has a fully qualified domain name as value.
- createDomain(SSOToken, Guid, String, AttrSet) - Method in class com.iplanet.am.sdk.ldap.DCTreeServicesImpl
-
Method which creates a DC Tree for the given org, if the
sunPreferredDomain attribute is present and has a fully
qualified domain name as value.
- createDoNotCacheCondition(Element) - Method in class com.sun.identity.saml.assertion.Conditions
-
- createDSAKeyValueElement() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of DSAKeyValueElement
- createDSAKeyValueElement() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of DSAKeyValueElement
- createDSAKeyValueType() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of DSAKeyValueType
- createDSAKeyValueType() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of DSAKeyValueType
- createDSctx(Document, String, String) - Static method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
- createDynamicGroup(String, Map, Map) - Method in interface com.iplanet.am.sdk.AMGroupContainer
-
Deprecated.
Creates dynamic group.
- createDynamicGroup(String, Map, Map) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Creates dynamic group.
- createDynamicGroups(Set) - Method in interface com.iplanet.am.sdk.AMGroup
-
Deprecated.
Creates dynamic groups in this group.
- createDynamicGroups(Map) - Method in interface com.iplanet.am.sdk.AMGroup
-
Deprecated.
Creates dynamic groups and initializes their attributes.
- createDynamicGroups(Set) - Method in interface com.iplanet.am.sdk.AMGroupContainer
-
Deprecated.
Creates dynamic groups in this group container.
- createDynamicGroups(Map) - Method in interface com.iplanet.am.sdk.AMGroupContainer
-
Deprecated.
Creates dynamic groups and initializes their attributes.
- createDynamicGroups(Map) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Creates dynamic groups and initializes their attributes.
- createDynamicGroups(Map) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Creates dynamic groups and initializes their attributes.
- createECPRelayState() - Method in class com.sun.identity.saml2.ecp.ECPFactory
-
Returns the ECPRelayState Object.
- createECPRelayState(Element) - Method in class com.sun.identity.saml2.ecp.ECPFactory
-
Returns the ECPRelayState Object.
- createECPRelayState(String) - Method in class com.sun.identity.saml2.ecp.ECPFactory
-
Returns the ECPRelayState Object.
- createECPRequest() - Method in class com.sun.identity.saml2.ecp.ECPFactory
-
Returns the ECPRequest Object.
- createECPRequest(Element) - Method in class com.sun.identity.saml2.ecp.ECPFactory
-
Returns the ECPRequest Object.
- createECPRequest(String) - Method in class com.sun.identity.saml2.ecp.ECPFactory
-
Returns the ECPRequest Object.
- createECPResponse() - Method in class com.sun.identity.saml2.ecp.ECPFactory
-
Returns the ECPResponse Object.
- createECPResponse(Element) - Method in class com.sun.identity.saml2.ecp.ECPFactory
-
Returns the ECPResponse Object.
- createECPResponse(String) - Method in class com.sun.identity.saml2.ecp.ECPFactory
-
Returns the ECPResponse Object.
- createEmailAddressElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of EmailAddressElement
- createEmailAddressElement(String) - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of EmailAddressElement
- createEmbeddedElement() - Method in class com.sun.identity.wsfederation.jaxb.wsse.ObjectFactory
-
Create an instance of EmbeddedElement
- createEmbeddedType() - Method in class com.sun.identity.wsfederation.jaxb.wsse.ObjectFactory
-
Create an instance of EmbeddedType
- createEmptyType() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of EmptyType
- createEncodedString() - Method in class com.sun.identity.wsfederation.jaxb.wsse.ObjectFactory
-
Create an instance of EncodedString
- createEncryptBeforeSigningElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of EncryptBeforeSigningElement
- createEncryptedAssertion(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of EncryptedAssertion.
- createEncryptedAssertion(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of EncryptedAssertion.
- createEncryptedAssertionElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of EncryptedAssertionElement
- createEncryptedAttribute(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of EncryptedAttribute.
- createEncryptedAttribute(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of EncryptedAttribute.
- createEncryptedAttributeElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of EncryptedAttributeElement
- createEncryptedDataElement() - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of EncryptedDataElement
- createEncryptedDataType() - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of EncryptedDataType
- createEncryptedElementsElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of EncryptedElementsElement
- createEncryptedElementType() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of EncryptedElementType
- createEncryptedID(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of EncryptedID.
- createEncryptedID(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of EncryptedID.
- createEncryptedIDElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of EncryptedIDElement
- createEncryptedKeyElement() - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of EncryptedKeyElement
- createEncryptedKeyType() - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of EncryptedKeyType
- createEncryptedPartsElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of EncryptedPartsElement
- createEncryptedType() - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of EncryptedType
- createEncryptionMethodElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of EncryptionMethodElement
- createEncryptionMethodType() - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of EncryptionMethodType
- createEncryptionMethodTypeKeySize() - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of EncryptionMethodTypeKeySize
- createEncryptionMethodTypeKeySize(BigInteger) - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of EncryptionMethodTypeKeySize
- createEncryptionMethodTypeOAEPparams() - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of EncryptionMethodTypeOAEPparams
- createEncryptionMethodTypeOAEPparams(byte[]) - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of EncryptionMethodTypeOAEPparams
- createEncryptionPropertiesElement() - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of EncryptionPropertiesElement
- createEncryptionPropertiesType() - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of EncryptionPropertiesType
- createEncryptionPropertyElement() - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of EncryptionPropertyElement
- createEncryptionPropertyType() - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of EncryptionPropertyType
- createEncryptionTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of EncryptionTokenElement
- createEncryptSignatureElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of EncryptSignatureElement
- createEndorsingEncryptedSupportingTokensElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of EndorsingEncryptedSupportingTokensElement
- createEndorsingSupportingTokensElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of EndorsingSupportingTokensElement
- createEndpointReferenceElement() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.ObjectFactory
-
Create an instance of EndpointReferenceElement
- createEndpointReferenceType() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.ObjectFactory
-
Create an instance of EndpointReferenceType
- createEndpointType() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of EndpointType
- createEntities(int, Set) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
This method creates the entities of the given type.
- createEntities(int, Map) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Creates the entities of the given type.
- createEntities(String, Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Create managed entities in this container.
- createEntities(String, Map) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Creates entities and initializes their attributes.
- createEntities(String, Set) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Create managed entities in this container.
- createEntities(String, Map) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Creates entities and initializes their attributes.
- createEntitiesDescriptorElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of EntitiesDescriptorElement
- createEntitiesDescriptorType() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of EntitiesDescriptorType
- createEntity(String, String, Map) - Method in class com.sun.identity.entity.EntityObject
-
Creates entity.
- createEntity(String, String, String, String, Map) - Method in interface com.sun.identity.entity.EntityObjectIF
-
Creates entities.
- createEntity(String, String, String, String, Map) - Method in class com.sun.identity.entity.EntityObjectImpl
-
Creates entities.
- createEntity(String, EntityDescriptorElement, EntityConfigElement) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Creates the standard and extended metadata under the realm.
- createEntityAttributesElement() - Method in class com.sun.identity.saml2.jaxb.metadataattr.ObjectFactory
-
Create an instance of EntityAttributesElement
- createEntityAttributesType() - Method in class com.sun.identity.saml2.jaxb.metadataattr.ObjectFactory
-
Create an instance of EntityAttributesType
- createEntityConfig(String, EntityConfigElement) - Method in class com.sun.identity.federation.meta.IDFFMetaManager
-
Creates the extended entity configuration under the realm.
- createEntityConfig(String, EntityConfigElement) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Creates the extended entity configuration under the realm.
- createEntityConfig(String, FederationConfigElement) - Method in class com.sun.identity.wsfederation.meta.WSFederationMetaManager
-
Creates the extended entity configuration under the realm.
- createEntityConfigElement() - Method in class com.sun.identity.saml2.jaxb.entityconfig.ObjectFactory
-
Create an instance of EntityConfigElement
- createEntityConfigType() - Method in class com.sun.identity.saml2.jaxb.entityconfig.ObjectFactory
-
Create an instance of EntityConfigType
- createEntityDescriptor(String, EntityDescriptorElement) - Method in class com.sun.identity.federation.meta.IDFFMetaManager
-
Creates the standard metadata entity descriptor.
- createEntityDescriptor(String, EntityDescriptorElement) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Creates the standard metadata entity descriptor under the realm.
- createEntityDescriptorElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of EntityDescriptorElement
- createEntityDescriptorType() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of EntityDescriptorType
- createEntry(SSOToken, String, int, String, Map) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Create an entry in the Directory
- createEntry(SSOToken, String, int, String, Map) - Method in class com.iplanet.am.sdk.ldap.CachedDirectoryServicesImpl
-
- createEntry(SSOToken, String, int, String, Map) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
Create an entry in the Directory
- createEntry(SSOToken, String, int, String, Map) - Method in class com.iplanet.am.sdk.remote.CachedRemoteServicesImpl
-
- createEntry(String, String, int, String, Map) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- createEntry(String, String, int, String, Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- createEntry(SSOToken, String, int, String, Map) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
Create an entry in the Directory
- createEnvironment() - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Environment.
- createEnvironment(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Environment.
- createEnvironment(String) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Environment.
- createEscapeHandler(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.MarshallerImpl
-
- createEscapeHandler(String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.MarshallerImpl
-
- createEvent() - Method in enum org.forgerock.openam.entitlement.indextree.events.ErrorEventType
-
- createEvent(String, String) - Method in enum org.forgerock.openam.entitlement.indextree.events.ModificationEventType
-
An event representing the selected type containing the passed path index and realm.
- createEvidence(Element) - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
-
- createEvidence(Element) - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
-
Creates appropriate Evidence Instance
- createEvidence() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of Evidence.
- createEvidence(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of Evidence.
- createEvidence(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of Evidence.
- createEvidenceElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of EvidenceElement
- createEvidenceType() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of EvidenceType
- createExactlyOneElement() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.ObjectFactory
-
Create an instance of ExactlyOneElement
- createExpiresElement() - Method in class com.sun.identity.wsfederation.jaxb.wsu.ObjectFactory
-
Create an instance of ExpiresElement
- createExpression(Expression) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createExtendedDataTemplate(String, Map, String) - Static method in class com.sun.identity.workflow.CreateSAML2HostedProviderTemplate
-
- createExtendedDataTemplate(String, Map, String, boolean) - Static method in class com.sun.identity.workflow.CreateSAML2HostedProviderTemplate
-
- createExtendedMetaData(String, String, List, String) - Static method in class com.sun.identity.workflow.FedletMetaData
-
- createExtendedMetaTemplate(String, Map) - Static method in class com.sun.identity.workflow.CreateIDFFMetaDataTemplate
-
- createExtendedMetaTemplate(String, Map) - Static method in class com.sun.identity.workflow.CreateWSFedMetaDataTemplate
-
- createExtensions() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the Extensions Object.
- createExtensions(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the Extensions Object.
- createExtensions(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the Extensions Object.
- createExtensionsElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of ExtensionsElement
- createExtensionsType() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of ExtensionsType
- createFactory() - Method in interface org.forgerock.openam.sm.datalayer.providers.ConnectionFactoryProvider
-
Create an instance of a ConnectionFactory.
- createFactory() - Method in class org.forgerock.openam.sm.datalayer.providers.LdapConnectionFactoryProvider
-
Creates instances of ConnectionFactory which are aware of the need to share the
DataLayer and CTS connections in the same connection pool.
- createFactory() - Method in class org.openidentityplatform.openam.cassandra.ConnectionFactoryProvider
-
Creates instances of ConnectionFactory which are aware of the need to
share the DataLayer and CTS connections in the same connection pool.
- CreateFailedException - Exception in org.forgerock.openam.cts.exceptions
-
Indicates that a create operation has failed.
- CreateFailedException(Token, Throwable) - Constructor for exception org.forgerock.openam.cts.exceptions.CreateFailedException
-
- createFailoverConnectionFactory(String, int, String, String, Options) - Static method in class org.forgerock.openam.ldap.LDAPUtils
-
Creates a ConnectionFactory from the host string and associated details.
- createFaultToElement() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.ObjectFactory
-
Create an instance of FaultToElement
- createFederation(String, FederationElement) - Method in class com.sun.identity.wsfederation.meta.WSFederationMetaManager
-
Creates the standard metadata entity descriptor under the realm.
- createFederationConfigElement() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.ObjectFactory
-
Create an instance of FederationConfigElement
- createFederationConfigType() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.ObjectFactory
-
Create an instance of FederationConfigType
- createFederationElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of FederationElement
- createFederationIDElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of FederationIDElement
- createFederationMetadataElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of FederationMetadataElement
- createFederationMetadataHandlerElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of FederationMetadataHandlerElement
- createFederationMetadataHandlerType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of FederationMetadataHandlerType
- createFederationMetadataType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of FederationMetadataType
- createFederationType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of FederationType
- CreateFedlet - Class in com.sun.identity.workflow
-
Creates a Fedlet configuration that can be used in conjunction with the un-configured Fedlet WAR.
- CreateFedlet() - Constructor for class com.sun.identity.workflow.CreateFedlet
-
- createFilter(AuditConstants.Component) - Method in class org.forgerock.openam.audit.HttpAccessAuditFilterFactory
-
Create a new Filter for the given restlet and component for auditing access to the restlet.
- createFilterConverter() - Method in interface org.forgerock.openam.sm.datalayer.api.query.QueryFactory
-
Generate an instance of the QueryFilter for use with the QueryBuilder.
- createFilterConverter() - Method in class org.forgerock.openam.sm.datalayer.impl.ldap.LdapQueryFactory
-
- createFilterConverter() - Method in class org.openidentityplatform.openam.cassandra.QueryFactory
-
- createFilteredRoles(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Creates filtered roles.
- createFilteredRoles(Map) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Creates filtered roles.
- createFilteredRoles(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Creates filtered roles.
- createFilteredRoles(Map) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Creates filtered roles.
- createFilterPseudonymsElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of FilterPseudonymsElement
- createFilterPseudonymsType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of FilterPseudonymsType
- createFixedThreadPool(int, ThreadFactory) - Method in interface org.forgerock.openam.audit.context.AMExecutorServiceFactory
-
Creates a fixed size Thread Pool ExecutorService which has been pre-registered with
the ShutdownManager.
- createFixedThreadPool(int, String) - Method in interface org.forgerock.openam.audit.context.AMExecutorServiceFactory
-
Create a fixed size Thread Pool ExecutorService using the provided name as the prefix
of the thread names.
- createFixedThreadPool(int, ThreadFactory) - Method in class org.forgerock.openam.audit.context.AuditRequestContextPropagatingExecutorServiceFactory
-
- createFixedThreadPool(int, String) - Method in class org.forgerock.openam.audit.context.AuditRequestContextPropagatingExecutorServiceFactory
-
- createFreshness() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of Freshness
- createFreshnessElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of FreshnessElement
- createFromElement() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.ObjectFactory
-
Create an instance of FromElement
- createFSAssertion(String, AssertionArtifact, String, String, NameIdentifier, NameIdentifier, String, int) - Method in class com.sun.identity.federation.services.FSAssertionManager
-
Creates an assertion artifact.
- createFSAssertionArtifact(String, String, String, NameIdentifier, NameIdentifier, String, int) - Method in class com.sun.identity.federation.services.FSAssertionManager
-
Creates an assertion artifact.
- createFunction() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createFunction(Function) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createGetComplete() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the GetComplete Object.
- createGetComplete(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the GetComplete Object.
- createGetComplete(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the GetComplete Object.
- createGivenNameElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of GivenNameElement
- createGivenNameElement(String) - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of GivenNameElement
- createGlobalConfig(Map) - Method in class com.sun.identity.sm.ServiceConfigManager
-
Creates global configuration for the default
instance of the service given the configuration attributes.
- createGroup(String, String) - Method in interface com.sun.identity.idm.plugins.database.DaoInterface
-
- createGroup(String, String) - Method in class com.sun.identity.idm.plugins.database.JdbcSimpleUserDao
-
- createGroupContainers(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Creates group containers.
- createGroupContainers(Map) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Creates group containers and initializes their attributes.
- createGroupContainers(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Creates group containers.
- createGroupContainers(Map) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Creates group containers and initializes their attributes.
- createHashForCaseInsensitiveMapOfSetOfStrings(Map<String, Set<String>>) - Static method in class org.forgerock.openam.utils.CollectionUtils
-
Creates a hash code for a map of set of strings in a case insensitive manner.
- createHashPasswordElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of HashPasswordElement
- createHeaderType() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of HeaderType
- CreateHostedIDP - Class in com.sun.identity.workflow
-
Creates Hosted Identity Provider.
- CreateHostedIDP() - Constructor for class com.sun.identity.workflow.CreateHostedIDP
-
- CreateHostedSP - Class in com.sun.identity.workflow
-
Creates Hosted Service Provider.
- CreateHostedSP() - Constructor for class com.sun.identity.workflow.CreateHostedSP
-
- createHostnameFilter() - Method in class org.forgerock.openam.rest.RealmRoutingFactory
-
Creates a CHF Filter for resolving the hostname to a realm.
- createHTMLReports() - Method in class com.sun.identity.shared.test.tools.ReportGenerator
-
Creates HTML report.
- createHTMLReports(String, String) - Method in class com.sun.identity.shared.test.tools.Suite
-
Creates HTML report.
- createHttpBasicAuthenticationElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of HttpBasicAuthenticationElement
- createHttpDigestAuthenticationElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of HttpDigestAuthenticationElement
- createHttpsTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of HttpsTokenElement
- createIdentities(IdType, Map) - Method in class com.sun.identity.idm.AMIdentityRepository
-
Creates multiple objects of the same type.
- createIdentity(String, Map, Set) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Creates AMIdentity in the repository.
- CreateIdentity - Class in com.sun.identity.cli.idrepo
-
This command creates identity.
- CreateIdentity() - Constructor for class com.sun.identity.cli.idrepo.CreateIdentity
-
- createIdentity(IdType, String, Map) - Method in class com.sun.identity.idm.AMIdentityRepository
-
Creates a single object of a type.
- createIdentity(String, String, Map<String, Set<String>>) - Method in class org.forgerock.openam.oauth2.rest.ClientResourceManager
-
- createIdentity(String, String) - Method in class org.forgerock.openam.uma.AuthorizationRequestEndpoint
-
- CreateIDFFMetaDataTemplate - Class in com.sun.identity.workflow
-
Create IDFF Meta Template.
- createIDPDiscoveryConfig(String, String, Properties) - Method in class com.sun.identity.saml2.idpdiscovery.IDPDiscoveryWARConfigurator
-
Creates libIDPDiscoveryConfig.properties file
- createIDPEntry() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the IDPEntry Object.
- createIDPEntry(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the IDPEntry Object.
- createIDPEntry(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the IDPEntry Object.
- createIDPList() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the IDPList Object.
- createIDPList(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the IDPList Object.
- createIDPList(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the IDPList Object.
- createIDPSSOConfigElement() - Method in class com.sun.identity.saml2.jaxb.entityconfig.ObjectFactory
-
Create an instance of IDPSSOConfigElement
- createIDPSSOConfigElement() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.ObjectFactory
-
Create an instance of IDPSSOConfigElement
- createIDPSSODescriptorElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of IDPSSODescriptorElement
- createIDPSSODescriptorType() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of IDPSSODescriptorType
- createIdReference() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createInboundRoot() - Method in class org.forgerock.openam.rest.service.ServiceEndpointApplication
-
Creates an inbound Restlet root for all registered REST Service endpoints.
- createInboundRoot() - Method in class org.forgerock.openidconnect.restlet.WebFinger
-
Creates the endpoint handler registrations for the OpenId Connect web finger endpoints.
- createIncludeTimestampElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of IncludeTimestampElement
- createInclusiveC14NElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of InclusiveC14NElement
- createIncorrectFormatException(CommandManager, String) - Static method in class com.sun.identity.cli.AttributeValues
-
- createIndexedEndpointType() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of IndexedEndpointType
- createInitiatorEncryptionTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of InitiatorEncryptionTokenElement
- createInitiatorSignatureTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of InitiatorSignatureTokenElement
- createInitiatorTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of InitiatorTokenElement
- createInstance(String, Debug) - Static method in class com.iplanet.am.sdk.common.CacheStats
-
Creates a new CacheStats object, adds the object as a listener to the
Stats class and returns the object.
- createInstance(Context, CreateRequest) - Method in class org.forgerock.openam.core.rest.cts.CoreTokenResource
-
Create a token in the store.
- createInstance(Context, CreateRequest) - Method in class org.forgerock.openam.core.rest.devices.UserDevicesResource
-
- createInstance(Context, CreateRequest) - Method in class org.forgerock.openam.core.rest.IdentityResourceV1
- createInstance(Context, CreateRequest) - Method in class org.forgerock.openam.core.rest.IdentityResourceV2
- createInstance(Context, CreateRequest) - Method in class org.forgerock.openam.core.rest.IdentityResourceV3
- createInstance(Context, CreateRequest) - Method in class org.forgerock.openam.core.rest.RealmResource
-
Deprecated.
- createInstance(Context, CreateRequest) - Method in class org.forgerock.openam.core.rest.server.ServerInfoResource
- createInstance(Context, CreateRequest) - Method in class org.forgerock.openam.core.rest.session.SessionResource
- createInstance(Context, CreateRequest) - Method in class org.forgerock.openam.core.rest.session.SessionResourceV2
-
- createInstance(Context, CreateRequest) - Method in class org.forgerock.openam.core.rest.sms.SitesResourceProvider
-
- createInstance(Context, CreateRequest) - Method in class org.forgerock.openam.core.rest.sms.SmsCollectionProvider
-
Creates a new child instance of config.
- createInstance(Context, CreateRequest) - Method in class org.forgerock.openam.entitlement.rest.ApplicationsResource
-
- createInstance(Context, CreateRequest) - Method in class org.forgerock.openam.entitlement.rest.ApplicationTypesResource
-
Unsupported by this endpoint.
- createInstance(Context, CreateRequest) - Method in class org.forgerock.openam.entitlement.rest.PolicyResource
- createInstance(Context, CreateRequest) - Method in class org.forgerock.openam.entitlement.rest.PolicyResourceWithCopyMoveSupport
-
- createInstance(Context, CreateRequest) - Method in class org.forgerock.openam.entitlement.rest.ResourceTypesResource
-
- createInstance(Context, CreateRequest) - Method in class org.forgerock.openam.entitlement.rest.SubjectAttributesResourceV1
-
- createInstance(Context, CreateRequest) - Method in class org.forgerock.openam.oauth2.rest.ClientResource
-
- createInstance(Context, CreateRequest) - Method in class org.forgerock.openam.oauth2.rest.TokenResource
-
Deprecated.
- createInstance(Context, CreateRequest) - Method in class org.forgerock.openam.scripting.rest.batch.BatchResource
-
- createInstance(Context, CreateRequest) - Method in class org.forgerock.openam.scripting.rest.ScriptResource
-
- createInstance() - Method in interface org.forgerock.openam.sm.datalayer.api.query.QueryFactory
-
Generate an instance of the QueryBuilder.
- createInstance() - Method in class org.forgerock.openam.sm.datalayer.impl.ldap.LdapQueryFactory
-
- createInstance(String) - Static method in class org.forgerock.openam.sts.tokengeneration.service.TokenGenerationService
-
- createInstance(Context, CreateRequest) - Method in class org.forgerock.openam.sts.tokengeneration.service.TokenGenerationService
-
- createInstance(Context, CreateRequest) - Method in class org.forgerock.openam.uma.rest.UmaLabelResource
-
- createInstance(Context, CreateRequest) - Method in class org.forgerock.openam.uma.rest.UmaPolicyResource
-
Adds a new resource instance to the collection.
- createInstance() - Method in class org.openidentityplatform.openam.cassandra.QueryFactory
-
- createInteraction(InteractionInfo) - Static method in class com.sun.identity.install.tools.configurator.InteractionFactory
-
- createInternalSessionsMBean(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.session.FORGEROCK_OPENAM_SESSION_MIB
-
Factory method for "InternalSessions" group MBean.
- createInternalSessionsMBean(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.session.FORGEROCK_OPENAM_SESSION_MIBImpl
-
Factory method for "InternalSessions" MBean.
- createInternalSessionsMetaNode(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.session.FORGEROCK_OPENAM_SESSION_MIB
-
Factory method for "InternalSessions" group metadata class.
- createIssuedTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of IssuedTokenElement
- createIssuedTokenType() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of IssuedTokenType
- createIssuer() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of Issuer.
- createIssuer(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of Issuer.
- createIssuer(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of Issuer.
- createIssuer(String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns url for redirection.
- createIssuerElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of IssuerElement
- createIssuerNamesOfferedElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of IssuerNamesOfferedElement
- createIssuerNamesOfferedType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of IssuerNamesOfferedType
- createIssuerNameType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of IssuerNameType
- createIssuesSpecificPolicyFaultElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of IssuesSpecificPolicyFaultElement
- createKerberosTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of KerberosTokenElement
- createKeyDescriptorElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of KeyDescriptorElement
- createKeyDescriptorType() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of KeyDescriptorType
- createKeyIdentifierElement() - Method in class com.sun.identity.wsfederation.jaxb.wsse.ObjectFactory
-
Create an instance of KeyIdentifierElement
- createKeyIdentifierType() - Method in class com.sun.identity.wsfederation.jaxb.wsse.ObjectFactory
-
Create an instance of KeyIdentifierType
- createKeyInfoConfirmationData() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of KeyInfoConfirmationData.
- createKeyInfoConfirmationData(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of KeyInfoConfirmationData.
- createKeyInfoConfirmationData(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of KeyInfoConfirmationData.
- createKeyInfoConfirmationDataType() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of KeyInfoConfirmationDataType
- createKeyInfoElement() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of KeyInfoElement
- createKeyInfoElement() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of KeyInfoElement
- createKeyInfoType() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of KeyInfoType
- createKeyInfoType() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of KeyInfoType
- createKeyNameElement() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of KeyNameElement
- createKeyNameElement(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of KeyNameElement
- createKeyNameElement() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of KeyNameElement
- createKeyNameElement(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of KeyNameElement
- createKeyValueElement() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of KeyValueElement
- createKeyValueElement() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of KeyValueElement
- createKeyValueType() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of KeyValueType
- createKeyValueType() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of KeyValueType
- createLaxElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of LaxElement
- createLaxTsFirstElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of LaxTsFirstElement
- createLaxTsLastElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of LaxTsLastElement
- createLayoutElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of LayoutElement
- CreateLayoutTask - Class in com.sun.identity.install.tools.configurator
-
- CreateLayoutTask() - Constructor for class com.sun.identity.install.tools.configurator.CreateLayoutTask
-
- createlbCookie(String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- createlbCookie(AuthContextLocal, String) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- createLocalizedNameType() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of LocalizedNameType
- createLocalizedURIType() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of LocalizedURIType
- createLocalServerURL(String) - Method in class com.iplanet.dpro.session.service.SessionServerConfig
-
Creates a new URL by adding the provided path to the end of this OpenAM server's URL.
- createLoginContext(AMLoginContext, Subject, String, boolean, Configuration) - Method in class org.forgerock.openam.authentication.service.LoginContextFactory
-
Creates an appropriate version of a login context object based on the provided parameters
- createLogoutRequest() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the LogoutRequest Object.
- createLogoutRequest(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the LogoutRequest Object.
- createLogoutRequest(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the LogoutRequest Object.
- createLogoutResponse() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the LogoutResponse Object.
- createLogoutResponse(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the LogoutResponse Object.
- createLogoutResponse(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the LogoutResponse Object.
- createLogRecord(String, String[], Object) - Method in interface com.sun.identity.log.messageid.LogMessageProvider
-
Creates Log Record.
- createLogRecord(String, String[], Object) - Method in class com.sun.identity.log.messageid.LogMessageProviderBase
-
Returns Log Record.
- createLogRecord(String, String[], Hashtable) - Method in class com.sun.identity.log.messageid.LogMessageProviderBase
-
Returns Log Record.
- createManageNameIDRequest() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns a mutable manage name identifier request object.
- createManageNameIDRequest(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns an immutable manage name identifier request object.
- createManageNameIDRequest(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns an immutable manage name identifier request object.
- createManageNameIDResponse() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns a mutable manage name identifier response object.
- createManageNameIDResponse(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns an immutable manage name identifier response object.
- createManageNameIDResponse(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns an immutable manage name identifier response object.
- createManageNameIDServiceElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of ManageNameIDServiceElement
- createManifest(String, String, String, boolean, boolean) - Method in class com.sun.identity.tools.manifest.Manifest
-
- createManifestElement() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of ManifestElement
- createManifestElement() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of ManifestElement
- createManifestType() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of ManifestType
- createManifestType() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of ManifestType
- createMarshaller() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.DefaultJAXBContextImpl
-
Create a Marshaller object that can be used to convert a
java content-tree into XML data.
- createMarshaller() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.DefaultJAXBContextImpl
-
Create a Marshaller object that can be used to convert a
java content-tree into XML data.
- createMatch() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
Create an instance of
Match
- createMatch(Match) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createMessageIDElement() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.ObjectFactory
-
Create an instance of MessageIDElement
- createMetadataElement() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.ObjectFactory
-
Create an instance of MetadataElement
- CreateMetaDataTemplate - Class in com.sun.identity.federation.cli
-
Create Meta Data Template.
- CreateMetaDataTemplate() - Constructor for class com.sun.identity.federation.cli.CreateMetaDataTemplate
-
- createMetadataType() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.ObjectFactory
-
Create an instance of MetadataType
- createMgmtDataElement() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of MgmtDataElement
- createMgmtDataElement(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of MgmtDataElement
- createMgmtDataElement() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of MgmtDataElement
- createMgmtDataElement(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of MgmtDataElement
- createMissingAttributeDetail() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createMissingAttributeDetail(MissingAttributeDetail) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createMultiNodes(String, Enumeration, StringBuffer) - Static method in class com.iplanet.services.util.CreateXmlTree
-
creates a multiple xml nodes and appends those nodes to the input xml
construct.
- createMultiRequests() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createMultiRequests(MultiRequests) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createMustSupportClientChallengeElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of MustSupportClientChallengeElement
- createMustSupportIssuedTokensElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of MustSupportIssuedTokensElement
- createMustSupportRefEmbeddedTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of MustSupportRefEmbeddedTokenElement
- createMustSupportRefEncryptedKeyElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of MustSupportRefEncryptedKeyElement
- createMustSupportRefExternalURIElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of MustSupportRefExternalURIElement
- createMustSupportRefIssuerSerialElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of MustSupportRefIssuerSerialElement
- createMustSupportRefKeyIdentifierElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of MustSupportRefKeyIdentifierElement
- createMustSupportRefThumbprintElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of MustSupportRefThumbprintElement
- createMustSupportServerChallengeElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of MustSupportServerChallengeElement
- createNamedConfig(String, int, Map, String, SSOToken) - Static method in class com.sun.identity.authentication.config.AMAuthConfigUtils
-
Creates an authentication configuration in
iPlanetAMAuthConfiguration service.
- createNameID() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of NameID.
- createNameID(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of NameID.
- createNameID(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of NameID.
- createNameIDElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of NameIDElement
- createNameIdentifier() - Method in class com.sun.identity.federation.services.util.FSNameIdentifierHelper
-
Creates a new name identifier string.
- createNameIdentifier() - Method in class com.sun.identity.federation.services.util.FSNameIdentifierImpl
-
Creates a new name identifier string.
- createNameIdentifier(Element) - Method in class com.sun.identity.saml.assertion.Subject
-
- createNameIdentifier() - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns a Name Identifier
- createNameIdentifier() - Method in interface com.sun.liberty.INameIdentifier
-
Returns a String whoes value is the NameIdentifier
- createNameIDFormatElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of NameIDFormatElement
- createNameIDFormatElement(String) - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of NameIDFormatElement
- createNameIDMappingRequest() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the NameIDMappingRequest Object.
- createNameIDMappingRequest(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the NameIDMappingRequest Object.
- createNameIDMappingRequest(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the NameIDMappingRequest Object.
- createNameIDMappingResponse() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the NameIDMappingResponse Object.
- createNameIDMappingResponse(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the NameIDMappingResponse Object.
- createNameIDMappingResponse(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the NameIDMappingResponse Object.
- createNameIDMappingServiceElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of NameIDMappingServiceElement
- createNameIDPolicy() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the NameIDPolicy Object.
- createNameIDPolicy(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the NameIDPolicy Object.
- createNameIDPolicy(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the NameIDPolicy Object.
- createNameIDType() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of NameIDType
- createNestedPolicyType() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of NestedPolicyType
- createNewEncryptedID(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns an immutable new encrypted identifier object.
- createNewEncryptedID(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns an immutable new encrypted identifier object.
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerAuthModulesTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerFedCOTMemberTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerPolicy22AgentTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebAgentTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebGroupTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerRealmTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1CacheTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerSAML2SPTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerServerTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerSiteMapTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerSitesTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class com.sun.identity.monitoring.TableSsoServerAuthModulesTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class com.sun.identity.monitoring.TableSsoServerEntitlementPolicyStatsTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class com.sun.identity.monitoring.TableSsoServerFedCOTMemberTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class com.sun.identity.monitoring.TableSsoServerFedCOTsTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class com.sun.identity.monitoring.TableSsoServerFedEntitiesTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class com.sun.identity.monitoring.TableSsoServerLoggingHdlrTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class com.sun.identity.monitoring.TableSsoServerPolicy22AgentTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class com.sun.identity.monitoring.TableSsoServerPolicyJ2EEAgentTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class com.sun.identity.monitoring.TableSsoServerPolicyJ2EEGroupTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class com.sun.identity.monitoring.TableSsoServerPolicyWebAgentTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class com.sun.identity.monitoring.TableSsoServerPolicyWebGroupTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class com.sun.identity.monitoring.TableSsoServerRealmTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class com.sun.identity.monitoring.TableSsoServerSAML1CacheTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class com.sun.identity.monitoring.TableSsoServerSAML1EndPointTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class com.sun.identity.monitoring.TableSsoServerSAML1TrustPrtnrsTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class com.sun.identity.monitoring.TableSsoServerSAML2IDPTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class com.sun.identity.monitoring.TableSsoServerSAML2SPTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class com.sun.identity.monitoring.TableSsoServerServerTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class com.sun.identity.monitoring.TableSsoServerSiteMapTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class com.sun.identity.monitoring.TableSsoServerSitesTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsDSCAgentTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsDSCAgtGrpTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsSTSAgentTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsSTSAgtGrpTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsWSCAgentTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsWSCAgtGrpTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsWSPAgentTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsWSPAgtGrpTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class org.forgerock.openam.monitoring.cts.CtsTokenOperationsTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class org.forgerock.openam.monitoring.cts.OperationTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class org.forgerock.openam.monitoring.cts.TableCtsCRUDOperationsPerTokenTypeTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class org.forgerock.openam.monitoring.cts.TableCtsCRUDOperationsTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class org.forgerock.openam.monitoring.cts.TableCtsTokenOperationsTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class org.forgerock.openam.monitoring.cts.TableOperationTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class org.forgerock.openam.monitoring.cts.TableTokenTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class org.forgerock.openam.monitoring.cts.TokenTableMeta
-
- createNewID(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns an new identifier object.
- createNewID(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns an new identifier object.
- createNode(char) - Method in interface org.forgerock.openam.entitlement.utils.indextree.nodecreator.NodeCreator
-
For the given node value, create an appropriate tree node.
- createNonceElement() - Method in class com.sun.identity.wsfederation.jaxb.wsse.ObjectFactory
-
Create an instance of NonceElement
- createNoOpTokenRestriction() - Method in class com.iplanet.dpro.session.TokenRestrictionFactory
-
- createNoPasswordElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of NoPasswordElement
- createObjectElement() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of ObjectElement
- createObjectElement() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of ObjectElement
- createObjectType() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of ObjectType
- createObjectType() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of ObjectType
- createObligation() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createObligation(Obligation) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createObligation() - Method in class com.sun.identity.xacml.policy.PolicyFactory
-
Returns a new instance of Obligation.
- createObligation(Element) - Method in class com.sun.identity.xacml.policy.PolicyFactory
-
Returns a new instance of Obligation.
- createObligation(String) - Method in class com.sun.identity.xacml.policy.PolicyFactory
-
Returns a new instance of Obligation
The return object is immutable.
- createObligationExpression() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createObligationExpression(ObligationExpression) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createObligationExpressions() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createObligationExpressions(ObligationExpressions) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createObligations() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createObligations(Obligations) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createObligations() - Method in class com.sun.identity.xacml.policy.PolicyFactory
-
Returns a new instance of Obligations.
- createObligations(Element) - Method in class com.sun.identity.xacml.policy.PolicyFactory
-
Returns a new instance of Obligations.
- createObligations(String) - Method in class com.sun.identity.xacml.policy.PolicyFactory
-
Returns a new instance of Obligations
The return object is immutable.
- createOneTimeUse() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of OneTimeUse.
- createOneTimeUse(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of OneTimeUse.
- createOneTimeUse(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of OneTimeUse.
- createOneTimeUseElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of OneTimeUseElement
- createOneTimeUseType() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of OneTimeUseType
- createOnlySignEntireHeadersAndBodyElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of OnlySignEntireHeadersAndBodyElement
- createOpenIDToken(ResourceOwner, String, String, String, String, OAuth2Request) - Method in class org.forgerock.openam.oauth2.OpenAMTokenStore
-
- createOpenIDToken(ResourceOwner, String, String, String, String, OAuth2Request) - Method in class org.forgerock.openam.oauth2.StatefulTokenStore
-
Creates an OpenId Connect token and stores it in the OpenId Connect Provider's store.
- createOpenIDToken(ResourceOwner, String, String, String, String, OAuth2Request) - Method in interface org.forgerock.openidconnect.OpenIdConnectTokenStore
-
Creates an OpenId Connect token and stores it in the OpenId Connect Provider's store.
- createOperationEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Long) - Method in class org.forgerock.openam.monitoring.cts.TableOperationTable
-
Factory method for "OperationEntry" entry MBean class.
- createOperationEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class org.forgerock.openam.monitoring.cts.OperationTableMeta
-
Factory method for "OperationEntry" entry metadata class.
- createOperationTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoringMeta
-
Factory method for "OperationTable" table metadata class.
- createOperatorContentType() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.ObjectFactory
-
Create an instance of OperatorContentType
- createOrganization(String, String, Map, Map) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Creates sub-organizations and initializes their attributes.
- createOrganizationalUnits(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Creates organizational units.
- createOrganizationalUnits(Map) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Creates organizational units and initializes their attributes.
- createOrganizationConfig(String, Map) - Method in class com.sun.identity.sm.ServiceConfigManager
-
Creates organization configuration for the default
instance of the service given configuration attributes.
- createOrganizationConfiguration(String, String, Map) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Creates OrganizationConfiguration in a service.
- createOrganizationDisplayNameElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of OrganizationDisplayNameElement
- createOrganizationElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of OrganizationElement
- createOrganizationNameElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of OrganizationNameElement
- createOrganizations(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Creates organizations.
- createOrganizations(Map) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Creates organizations and initializes their attributes.
- createOrganizationType() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of OrganizationType
- createOrganizationURLElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of OrganizationURLElement
- createOrgConfig(SSOToken, String, String, Map) - Static method in class com.iplanet.am.sdk.AMServiceUtils
-
Deprecated.
Create Service Template for a AMro profile, could be used to set policy
to a profile
- createOrReplacePolicies(PolicyManager, InputStream, boolean) - Static method in class com.sun.identity.policy.PolicyUtils
-
Creates or replaces policy objects given an input stream of policy XML
which confines to com/sun/identity/policy/policyAdmin.dtd.
- createPasswordElement() - Method in class com.sun.identity.wsfederation.jaxb.wsse.ObjectFactory
-
Create an instance of PasswordElement
- createPasswordString() - Method in class com.sun.identity.wsfederation.jaxb.wsse.ObjectFactory
-
Create an instance of PasswordString
- createPDPConfigElement() - Method in class com.sun.identity.saml2.jaxb.entityconfig.ObjectFactory
-
Create an instance of PDPConfigElement
- createPDPDescriptorElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of PDPDescriptorElement
- createPDPDescriptorType() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of PDPDescriptorType
- createPendingRequest(HttpServletRequest, String, String, String, String, String, Set<String>) - Method in class org.forgerock.openam.uma.PendingRequestsService
-
Creates a pending request.
- createPeopleContainers(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Creates people containers.
- createPeopleContainers(Map) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Creates people containers and initializes their attributes.
- createPeopleContainers(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Creates people containers.
- createPeopleContainers(Map) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Creates people containers and initializes their attributes.
- createPermissionRequestEndpoint(TokenStore, OAuth2RequestFactory) - Method in class org.forgerock.openam.uma.UmaGuiceModule
-
- createPGPDataElement() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of PGPDataElement
- createPGPDataElement() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of PGPDataElement
- createPGPDataType() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of PGPDataType
- createPGPDataType() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of PGPDataType
- createPluginSchemaXML(String, String, String, String, String, String) - Method in class org.forgerock.openam.cli.schema.AddPluginSchema
-
- createPolicies(PolicyManager, InputStream) - Static method in class com.sun.identity.policy.PolicyUtils
-
Creates policy objects given an input stream of policy XML which
confines to com/sun/identity/policy/policyAdmin.dtd.
- createPolicies(Context, Set<JsonValue>) - Method in class org.forgerock.openam.uma.rest.PolicyResourceDelegate
-
Creates the underlying backend policies.
- createPolicy() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createPolicy(Policy) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createPolicy(Context, JsonValue) - Method in class org.forgerock.openam.uma.rest.UmaPolicyServiceImpl
-
Creates an UMA policy in the backend store.
- createPolicy(Context, JsonValue) - Method in interface org.forgerock.openam.uma.UmaPolicyService
-
Creates an UMA policy in the backend store.
- createPolicyAttachmentElement() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.ObjectFactory
-
Create an instance of PolicyAttachmentElement
- createPolicyAttachmentType() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.ObjectFactory
-
Create an instance of PolicyAttachmentType
- createPolicyCombinerParameters() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createPolicyCombinerParameters(PolicyCombinerParameters) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createPolicyDefaults(Defaults) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createPolicyElement() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.ObjectFactory
-
Create an instance of PolicyElement
- createPolicyEvaluationMBean(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.policy.FORGEROCK_OPENAM_POLICY_MIB
-
Factory method for "PolicyEvaluation" group MBean.
- createPolicyEvaluationMBean(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.policy.FORGEROCK_OPENAM_POLICY_MIBImpl
-
Factory method for "PolicyEvaluation" MBean.
- createPolicyEvaluationMetaNode(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.policy.FORGEROCK_OPENAM_POLICY_MIB
-
Factory method for "PolicyEvaluation" group metadata class.
- createPolicyIdentifierList() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createPolicyIdentifierList(PolicyIdentifierList) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createPolicyIdReference(IdReference) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createPolicyIssuer() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createPolicyIssuer(PolicyIssuer) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createPolicyReferenceElement() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.ObjectFactory
-
Create an instance of PolicyReferenceElement
- createPolicyReferenceType() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.ObjectFactory
-
Create an instance of PolicyReferenceType
- createPolicySet() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createPolicySet(PolicySet) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createPolicySetCombinerParameters() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createPolicySetCombinerParameters(PolicySetCombinerParameters) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createPolicySetDefaults(Defaults) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createPolicySetIdReference(IdReference) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createPolicyTemplate(String, Map) - Method in interface com.iplanet.am.sdk.AMObject
-
- createPolicyTemplate(String, Map, int) - Method in interface com.iplanet.am.sdk.AMObject
-
- createPolicyType() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.ObjectFactory
-
Create an instance of PolicyType
- createPrivilege(HttpHeaders, HttpServletRequest, String, String) - Method in class com.sun.identity.entitlement.rest.PrivilegeResource
-
- createProblemActionElement() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.ObjectFactory
-
Create an instance of ProblemActionElement
- createProblemActionType() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.ObjectFactory
-
Create an instance of ProblemActionType
- createProblemHeaderQNameElement() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.ObjectFactory
-
Create an instance of ProblemHeaderQNameElement
- createProblemIRIElement() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.ObjectFactory
-
Create an instance of ProblemIRIElement
- CreateProfileTask - Class in com.sun.identity.install.tools.configurator
-
This class provides the feature of creating Agent Profile during installation
when the profile does not exist in OpenSSO.
- CreateProfileTask() - Constructor for class com.sun.identity.install.tools.configurator.CreateProfileTask
-
- createProofTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of ProofTokenElement
- createProofTokenType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of ProofTokenType
- createProtectionTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of ProtectionTokenElement
- createProtectTokensElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of ProtectTokensElement
- createProxyRestriction() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of ProxyRestriction.
- createProxyRestriction(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of ProxyRestriction.
- createProxyRestriction(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of ProxyRestriction.
- createProxyRestrictionElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of ProxyRestrictionElement
- createProxyRestrictionType() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of ProxyRestrictionType
- createPseudonymBasisElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of PseudonymBasisElement
- createPseudonymBasisType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of PseudonymBasisType
- createPseudonymElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of PseudonymElement
- createPseudonymType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of PseudonymType
- createPsuedonymServiceEndpointElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of PsuedonymServiceEndpointElement
- createQNameAssertionType() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of QNameAssertionType
- createQueryDescriptorElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of QueryDescriptorElement
- createQueryDescriptorType() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of QueryDescriptorType
- createQueryDescriptorType() - Method in class com.sun.identity.saml2.jaxb.metadataextquery.ObjectFactory
-
Create an instance of QueryDescriptorType
- createQueryElement(List, String, boolean) - Static method in class com.sun.identity.liberty.ws.idpp.common.IDPPUtils
-
Creates a Query Request element given a set of query expressions.
- createRandomBytes(int) - Method in class org.forgerock.openam.authentication.modules.push.UserPushDeviceProfileManager
-
Generate a supplied number of random bytes.
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ActionElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ActionTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AdviceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AdviceTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionIDRefElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionURIRefElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeStatementElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeStatementTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeValueElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AudienceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AudienceRestrictionElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AudienceRestrictionTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthenticatingAuthorityElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextClassRefElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextDeclElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextDeclRefElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthzDecisionStatementElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthzDecisionStatementTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.BaseIDAbstractTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.BaseIDElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionAbstractTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionsElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionsTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EncryptedAssertionElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EncryptedAttributeElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EncryptedElementTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EncryptedIDElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EvidenceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EvidenceTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.IssuerElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.KeyInfoConfirmationDataTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.NameIDElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.NameIDTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.OneTimeUseElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.OneTimeUseTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ProxyRestrictionElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ProxyRestrictionTypeImpl
-
- createRawValidator() - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatableObject
-
Gets the schema fragment associated with this class.
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.StatementAbstractTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.StatementElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationDataElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationDataTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AffiliationConfigElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeAuthorityConfigElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeQueryConfigElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AuthnAuthorityConfigElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.BaseConfigTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.EntityConfigElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.EntityConfigTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.IDPSSOConfigElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.PDPConfigElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.SPSSOConfigElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.ValueElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.XACMLAuthzDecisionQueryConfigElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.XACMLPDPConfigElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AdditionalMetadataLocationElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AdditionalMetadataLocationTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliateMemberElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ArtifactResolutionServiceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AssertionConsumerServiceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AssertionIDRequestServiceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeAuthorityDescriptorElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeAuthorityDescriptorTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeProfileElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeServiceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeServiceTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AuthnAuthorityDescriptorElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AuthnAuthorityDescriptorTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AuthnQueryServiceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AuthzServiceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.CompanyElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ContactPersonElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ContactTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EmailAddressElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EncryptionMethodElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EndpointTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntitiesDescriptorElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntitiesDescriptorTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ExtensionsElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ExtensionsTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.GivenNameElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IndexedEndpointTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.KeyDescriptorElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.KeyDescriptorTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.LocalizedNameTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.LocalizedURITypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ManageNameIDServiceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.NameIDFormatElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.NameIDMappingServiceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationDisplayNameElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationNameElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationURLElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.PDPDescriptorElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.PDPDescriptorTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.QueryDescriptorElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.QueryDescriptorTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RequestedAttributeElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RequestedAttributeTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ServiceDescriptionElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ServiceNameElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SingleLogoutServiceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SingleSignOnServiceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SSODescriptorTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SurNameElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.TelephoneNumberElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLAuthzDecisionQueryDescriptorElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLAuthzDecisionQueryDescriptorTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLAuthzServiceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLPDPDescriptorElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLPDPDescriptorTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadataattr.impl.EntityAttributesElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadataattr.impl.EntityAttributesTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.ActionNamespaceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.AttributeQueryDescriptorElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.AttributeQueryDescriptorTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.AuthnQueryDescriptorTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.AuthzDecisionQueryDescriptorTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.QueryDescriptorTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.metadataidpdiscovery.impl.DiscoveryResponseElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.schema.impl.AnyTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl.KANonceImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl.OriginatorKeyInfoImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl.RecipientKeyInfoImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherDataElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherDataTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherReferenceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherReferenceTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedDataElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedDataTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedKeyElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedKeyTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl.KeySizeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl.OAEPparamsImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertiesElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertiesTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListTypeImpl.DataReferenceImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListTypeImpl.KeyReferenceImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.TransformsTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.CanonicalizationMethodElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.CanonicalizationMethodTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DigestMethodElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DigestMethodTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DigestValueElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DSAKeyValueElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyInfoElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyInfoTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyNameElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyValueElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyValueTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ManifestElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ManifestTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.MgmtDataElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ObjectElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ObjectTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.PGPDataElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.PGPDataTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ReferenceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RetrievalMethodElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RetrievalMethodTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RSAKeyValueElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RSAKeyValueTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureMethodElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureMethodTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureMethodTypeImpl.HMACOutputLengthImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertiesElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertiesTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertyElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertyTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureValueElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureValueTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignedInfoElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignedInfoTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SPKIDataElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SPKIDataTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SPKIDataTypeImpl.SPKISexpImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformsElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformsTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformTypeImpl.XPathImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataElementImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509CertificateImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509CRLImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509IssuerSerialImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509SKIImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509SubjectNameImpl
-
- createRawValidator() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509IssuerSerialTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.AttributeElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.AttributeTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.BaseConfigTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.FederationConfigElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.FederationConfigTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.IDPSSOConfigElementImpl
-
- createRawValidator() - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.ValidatableObject
-
Gets the schema fragment associated with this class.
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.SPSSOConfigElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.ValueElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ActionElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.AttributedQNameTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.AttributedUnsignedLongTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.AttributedURITypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.EndpointReferenceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.EndpointReferenceTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.FaultToElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.FromElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.MessageIDElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.MetadataElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.MetadataTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ProblemActionElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ProblemActionTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ProblemHeaderQNameElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ProblemIRIElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ReferenceParametersElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ReferenceParametersTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.RelatesToElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.RelatesToTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ReplyToElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.RetryAfterElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ToElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AdditionalContextProcessedElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AssertionTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AttributeExtensibleStringImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AttributeExtensibleURIImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AttributeServiceEndpointElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AuthenticationTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AutomaticPseudonymsElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClaimTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClientPseudonymElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClientPseudonymTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.DescriptionTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.DisplayNameTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationIDElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationMetadataElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationMetadataHandlerElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationMetadataHandlerTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationMetadataTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FilterPseudonymsElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FilterPseudonymsTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FreshnessElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FreshnessImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuerNamesOfferedElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuerNamesOfferedTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuerNameTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuesSpecificPolicyFaultElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ProofTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ProofTokenTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymBasisElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymBasisTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PsuedonymServiceEndpointElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RealmElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceDigestTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceToken11ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceTokenTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RelativeToElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RelativeToTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestProofTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestProofTokenTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestPseudonymElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestPseudonymTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequireBearerTokensElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequireReferenceTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequiresGenericClaimDialectElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequireSharedCookiesElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequireSignedTokensElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SecurityTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SecurityTokenTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutBasisTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SingleSignOutNotificationEndpointElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SingleSignOutSubscriptionEndpointElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenIssuerEndpointElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenIssuerNameElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenKeyInfoTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenKeyTransferKeyInfoElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenSigningKeyInfoElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenTypesOfferedElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenTypesOfferedTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.UriNamedClaimTypesOfferedElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.UriNamedClaimTypesOfferedTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.WebBindingElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.AllElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.AppliesToElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.AppliesToTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.ExactlyOneElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.OperatorContentTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyAttachmentElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyAttachmentTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyReferenceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyReferenceTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.AttributedStringImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.BinarySecurityTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.BinarySecurityTokenTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.EmbeddedElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.EmbeddedTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.EncodedStringImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.KeyIdentifierElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.KeyIdentifierTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.NonceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.PasswordElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.PasswordStringImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.ReferenceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.ReferenceTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityHeaderTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityTokenReferenceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityTokenReferenceTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.TransformationParametersElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.TransformationParametersTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.UsernameTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.UsernameTokenTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.AbsXPathElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.AlgorithmSuiteElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.AsymmetricBindingElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic128ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic128Rsa15ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic128Sha256ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic128Sha256Rsa15ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic192ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic192Rsa15ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic192Sha256ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic192Sha256Rsa15ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic256ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic256Rsa15ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic256Sha256ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic256Sha256Rsa15ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.BootstrapPolicyElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EmptyTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptBeforeSigningElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptedElementsElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptedPartsElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptionTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptSignatureElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EndorsingEncryptedSupportingTokensElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EndorsingSupportingTokensElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HashPasswordElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HeaderTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HttpBasicAuthenticationElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HttpDigestAuthenticationElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HttpsTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.IncludeTimestampElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.InclusiveC14NElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.InitiatorEncryptionTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.InitiatorSignatureTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.InitiatorTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.IssuedTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.IssuedTokenTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.KerberosTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.LaxElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.LaxTsFirstElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.LaxTsLastElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.LayoutElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportClientChallengeElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportIssuedTokensElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefEmbeddedTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefEncryptedKeyElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefExternalURIElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefIssuerSerialElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefKeyIdentifierElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefThumbprintElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportServerChallengeElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.NestedPolicyTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.NoPasswordElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.OnlySignEntireHeadersAndBodyElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.ProtectionTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.ProtectTokensElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.QNameAssertionTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RecipientEncryptionTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RecipientSignatureTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RecipientTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RelTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequestSecurityTokenTemplateTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireClientCertificateElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireClientEntropyElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequiredElementsElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireDerivedKeysElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireEmbeddedTokenReferenceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireExplicitDerivedKeysElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireExternalReferenceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireExternalUriReferenceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireImplicitDerivedKeysElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireInternalReferenceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireIssuerSerialReferenceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireKeyIdentifierReferenceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireRequestSecurityTokenCollectionElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireServerEntropyElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireSignatureConfirmationElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireThumbprintReferenceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SamlTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SC200502SecurityContextTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SecureConversationTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SecureConversationTokenTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SecurityContextTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SePartsTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SerElementsTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignatureTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedElementsElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedEncryptedSupportingTokensElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedEndorsingEncryptedSupportingTokensElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedEndorsingSupportingTokensElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedPartsElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedSupportingTokensElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SOAPNormalization10ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SpnegoContextTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SpnegoContextTokenTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.StrictElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.STRTransform10ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SupportingTokensElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SymmetricBindingElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TokenAssertionTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TransportBindingElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TransportTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TripleDesElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TripleDesRsa15ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TripleDesSha256ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TripleDesSha256Rsa15ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Trust10ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.UsernameTokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Wss10ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Wss11ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssGssKerberosV5ApReqToken11ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssKerberosV5ApReqToken11ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssRelV10Token10ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssRelV10Token11ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssRelV20Token10ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssRelV20Token11ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssSamlV11Token10ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssSamlV11Token11ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssSamlV20Token11ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssUsernameToken10ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssUsernameToken11ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509Pkcs7Token10ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509Pkcs7Token11ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509PkiPathV1Token10ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509PkiPathV1Token11ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509V1Token11ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509V3Token10ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509V3Token11ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.X509TokenElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.XPath10ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.XPathFilter20ElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.AttributedDateTimeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.AttributedURIImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.CreatedElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.ExpiresElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.TimestampElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.TimestampTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.CanonicalizationMethodElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.CanonicalizationMethodTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DigestMethodElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DigestMethodTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DigestValueElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DSAKeyValueElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyInfoElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyInfoTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyNameElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyValueElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyValueTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ManifestElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ManifestTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.MgmtDataElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ObjectElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ObjectTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.PGPDataElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.PGPDataTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ReferenceElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RetrievalMethodElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RetrievalMethodTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RSAKeyValueElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RSAKeyValueTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureMethodElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureMethodTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureMethodTypeImpl.HMACOutputLengthImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertiesElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertiesTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertyElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertyTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureValueElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureValueTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignedInfoElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignedInfoTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SPKIDataElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SPKIDataTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SPKIDataTypeImpl.SPKISexpImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformsElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformsTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformTypeImpl.XPathImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataElementImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509CertificateImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509CRLImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509IssuerSerialImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509SKIImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509SubjectNameImpl
-
- createRawValidator() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509IssuerSerialTypeImpl
-
- CreateRealm - Class in com.sun.identity.cli.realm
-
Creates realm command.
- CreateRealm() - Constructor for class com.sun.identity.cli.realm.CreateRealm
-
- createRealmElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of RealmElement
- createRealmElement(String) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of RealmElement
- createRealmPrivileges(SSOToken, String) - Static method in class com.sun.identity.delegation.DelegationUtils
-
Creates default privileges for a newly created realm This method should
be called in legacy mode only.
- createRecipientEncryptionTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of RecipientEncryptionTokenElement
- createRecipientSignatureTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of RecipientSignatureTokenElement
- createRecipientTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of RecipientTokenElement
- createReferenceDigestType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of ReferenceDigestType
- createReferenceElement() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of ReferenceElement
- createReferenceElement() - Method in class com.sun.identity.wsfederation.jaxb.wsse.ObjectFactory
-
Create an instance of ReferenceElement
- createReferenceElement() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of ReferenceElement
- createReferenceListElement() - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of ReferenceListElement
- createReferenceListType() - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of ReferenceListType
- createReferenceListTypeDataReference() - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of ReferenceListTypeDataReference
- createReferenceListTypeKeyReference() - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of ReferenceListTypeKeyReference
- createReferenceParametersElement() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.ObjectFactory
-
Create an instance of ReferenceParametersElement
- createReferenceParametersType() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.ObjectFactory
-
Create an instance of ReferenceParametersType
- createReferenceToken11Element() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of ReferenceToken11Element
- createReferenceTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of ReferenceTokenElement
- createReferenceTokenType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of ReferenceTokenType
- createReferenceType() - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of ReferenceType
- createReferenceType() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of ReferenceType
- createReferenceType() - Method in class com.sun.identity.wsfederation.jaxb.wsse.ObjectFactory
-
Create an instance of ReferenceType
- createReferenceType() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of ReferenceType
- createRefreshToken(String, String, String, String, Set<String>, OAuth2Request) - Method in interface org.forgerock.oauth2.core.TokenStore
-
Creates a Refresh Token and stores it in the OAuth2 Provider's store.
- createRefreshToken(String, String, String, String, Set<String>, OAuth2Request, String) - Method in interface org.forgerock.oauth2.core.TokenStore
-
Creates a Refresh Token and stores it in the OAuth2 Provider's store.
- createRefreshToken(String, String, String, String, Set<String>, OAuth2Request, String, long) - Method in interface org.forgerock.oauth2.core.TokenStore
-
Creates a Refresh Token and stores it in the OAuth2 Provider's store.
- createRefreshToken(String, String, String, String, Set<String>, OAuth2Request, String, String) - Method in interface org.forgerock.oauth2.core.TokenStore
-
Creates a Refresh Token and stores it in the OAuth2 Provider's store.
- createRefreshToken(String, String, String, String, Set<String>, OAuth2Request, String, String, long) - Method in interface org.forgerock.oauth2.core.TokenStore
-
Creates a Refresh Token and stores it in the OAuth2 Provider's store.
- createRefreshToken(String, String, String, String, Set<String>, OAuth2Request) - Method in class org.forgerock.openam.oauth2.OpenAMTokenStore
-
- createRefreshToken(String, String, String, String, Set<String>, OAuth2Request, String) - Method in class org.forgerock.openam.oauth2.OpenAMTokenStore
-
- createRefreshToken(String, String, String, String, Set<String>, OAuth2Request, String, long) - Method in class org.forgerock.openam.oauth2.OpenAMTokenStore
-
- createRefreshToken(String, String, String, String, Set<String>, OAuth2Request, String, String) - Method in class org.forgerock.openam.oauth2.OpenAMTokenStore
-
- createRefreshToken(String, String, String, String, Set<String>, OAuth2Request, String, String, long) - Method in class org.forgerock.openam.oauth2.OpenAMTokenStore
-
- createRefreshToken(String, String, String, String, Set<String>, OAuth2Request) - Method in class org.forgerock.openam.oauth2.StatefulTokenStore
-
- createRefreshToken(String, String, String, String, Set<String>, OAuth2Request, String) - Method in class org.forgerock.openam.oauth2.StatefulTokenStore
-
- createRefreshToken(String, String, String, String, Set<String>, OAuth2Request, String, long) - Method in class org.forgerock.openam.oauth2.StatefulTokenStore
-
- createRefreshToken(String, String, String, String, Set<String>, OAuth2Request, String, String) - Method in class org.forgerock.openam.oauth2.StatefulTokenStore
-
- createRefreshToken(String, String, String, String, Set<String>, OAuth2Request, String, String, long) - Method in class org.forgerock.openam.oauth2.StatefulTokenStore
-
- createRefreshToken(String, String, String, String, Set<String>, OAuth2Request) - Method in class org.forgerock.openam.oauth2.StatelessTokenStore
-
- createRefreshToken(String, String, String, String, Set<String>, OAuth2Request, String) - Method in class org.forgerock.openam.oauth2.StatelessTokenStore
-
- createRefreshToken(String, String, String, String, Set<String>, OAuth2Request, String, long) - Method in class org.forgerock.openam.oauth2.StatelessTokenStore
-
- createRefreshToken(String, String, String, String, Set<String>, OAuth2Request, String, String) - Method in class org.forgerock.openam.oauth2.StatelessTokenStore
-
- createRefreshToken(String, String, String, String, Set<String>, OAuth2Request, String, String, long) - Method in class org.forgerock.openam.oauth2.StatelessTokenStore
-
- createRegistration(String, String, OAuth2Request) - Method in class org.forgerock.openidconnect.OpenIdConnectClientRegistrationService
-
Creates an OpenId Connect client registration in the OAuth2 provider.
- createRelatesToElement() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.ObjectFactory
-
Create an instance of RelatesToElement
- createRelatesToType() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.ObjectFactory
-
Create an instance of RelatesToType
- createRelativeToElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of RelativeToElement
- createRelativeToType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of RelativeToType
- createRelTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of RelTokenElement
- CreateRemoteIDP - Class in com.sun.identity.workflow
-
Creates Remote Identity Provider.
- CreateRemoteIDP() - Constructor for class com.sun.identity.workflow.CreateRemoteIDP
-
- createRemoteSessionsMBean(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.session.FORGEROCK_OPENAM_SESSION_MIB
-
Factory method for "RemoteSessions" group MBean.
- createRemoteSessionsMBean(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.session.FORGEROCK_OPENAM_SESSION_MIBImpl
-
Factory method for "RemoteSessions" MBean.
- createRemoteSessionsMetaNode(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.session.FORGEROCK_OPENAM_SESSION_MIB
-
Factory method for "RemoteSessions" group metadata class.
- CreateRemoteSP - Class in com.sun.identity.workflow
-
Creates Remote Service Provider.
- CreateRemoteSP() - Constructor for class com.sun.identity.workflow.CreateRemoteSP
-
- createReplyToElement() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.ObjectFactory
-
Create an instance of ReplyToElement
- createRequest() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createRequest(Request) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createRequest() - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Request.
- createRequest(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Request.
- createRequest(String) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Request
The return object is immutable.
- createRequest() - Method in class org.forgerock.http.client.request.HttpClientRequestFactory
-
Create a new empty
HttpClientRequest that can be sent over a
org.forgerock.http.client.HttpClient.
- createRequestDefaults() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createRequestDefaults(RequestDefaults) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createRequestedAttributeElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of RequestedAttributeElement
- createRequestedAttributeType() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of RequestedAttributeType
- createRequestedAuthnContext() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns a mutable requested authentication context object.
- createRequestedAuthnContext(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns an immutable requested authentication context object.
- createRequestedAuthnContext(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns an immutable requested authentication context object.
- createRequesterID() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the RequesterID Object.
- createRequesterID(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the RequesterID Object.
- createRequesterID(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the RequesterID Object.
- createRequestProofTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of RequestProofTokenElement
- createRequestProofTokenType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of RequestProofTokenType
- createRequestPseudonymElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of RequestPseudonymElement
- createRequestPseudonymType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of RequestPseudonymType
- createRequestReference() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createRequestReference(RequestReference) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createRequestSecurityToken() - Method in class com.sun.identity.wss.trust.WSTrustFactory
-
Returns an instance of RequestSecurityToken
- createRequestSecurityToken(Element) - Method in class com.sun.identity.wss.trust.WSTrustFactory
-
Returns an instance of RequestSecurityToken for
given DOM Element.
- createRequestSecurityTokenResponse() - Method in class com.sun.identity.wss.trust.WSTrustFactory
-
Returns an instance of RequestSecurityTokenResponse
- createRequestSecurityTokenResponse(Element) - Method in class com.sun.identity.wss.trust.WSTrustFactory
-
Returns an instance of RequestSecurityTokenResponse for
a given DOM element
- createRequestSecurityTokenResponseCollection() - Method in class com.sun.identity.wss.trust.WSTrustFactory
-
Returns an instance of RequestSecurityTokenResponseCollection
- createRequestSecurityTokenResponseCollection(Element) - Method in class com.sun.identity.wss.trust.WSTrustFactory
-
Returns an instance of RequestSecurityTokenResponseCollection
for a given DOM Element.
- createRequestSecurityTokenTemplateType() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of RequestSecurityTokenTemplateType
- createRequireBearerTokensElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of RequireBearerTokensElement
- createRequireClientCertificateElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of RequireClientCertificateElement
- createRequireClientEntropyElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of RequireClientEntropyElement
- createRequiredElementsElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of RequiredElementsElement
- createRequireDerivedKeysElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of RequireDerivedKeysElement
- createRequireEmbeddedTokenReferenceElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of RequireEmbeddedTokenReferenceElement
- createRequireExplicitDerivedKeysElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of RequireExplicitDerivedKeysElement
- createRequireExternalReferenceElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of RequireExternalReferenceElement
- createRequireExternalUriReferenceElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of RequireExternalUriReferenceElement
- createRequireImplicitDerivedKeysElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of RequireImplicitDerivedKeysElement
- createRequireInternalReferenceElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of RequireInternalReferenceElement
- createRequireIssuerSerialReferenceElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of RequireIssuerSerialReferenceElement
- createRequireKeyIdentifierReferenceElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of RequireKeyIdentifierReferenceElement
- createRequireReferenceTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of RequireReferenceTokenElement
- createRequireRequestSecurityTokenCollectionElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of RequireRequestSecurityTokenCollectionElement
- createRequireServerEntropyElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of RequireServerEntropyElement
- createRequiresGenericClaimDialectElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of RequiresGenericClaimDialectElement
- createRequireSharedCookiesElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of RequireSharedCookiesElement
- createRequireSignatureConfirmationElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of RequireSignatureConfirmationElement
- createRequireSignedTokensElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of RequireSignedTokensElement
- createRequireThumbprintReferenceElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of RequireThumbprintReferenceElement
- createResolver(String, String, String, URL) - Method in interface org.forgerock.openam.authentication.modules.oidc.OpenIdResolverCache
-
- createResolver(String, String, String, URL) - Method in class org.forgerock.openam.authentication.modules.oidc.OpenIdResolverCacheImpl
-
It is possible that two callers are calling this method at once.
- createResource() - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Resource.
- createResource(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Resource.
- createResource(String) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Resource
The return object is immutable.
- createResourceIDElement(String) - Static method in class com.sun.identity.liberty.ws.idpp.common.IDPPUtils
-
Creates Discovery resource id type.
- createResources(Set) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Create resources in this organization.
- createResources(Map) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Create resources in this organization.
- createResourceSet(JsonRepresentation) - Method in class org.forgerock.openam.oauth2.resources.ResourceSetRegistrationEndpoint
-
Creates or updates a resource set description.
- createResourceSetRegistrationEndpoint(TokenStore, OAuth2RequestFactory, JacksonRepresentationFactory) - Method in class org.forgerock.openam.oauth2.guice.OAuth2GuiceModule
-
- createResourceType(String, String, Set<String>, Map<String, Boolean>, String) - Static method in class org.forgerock.openam.xacml.v3.XACMLResourceTypeUtils
-
Creates and instance of ResourceType from the parameters supplied.
- createResourceTypeBuilder(String, String, Set<String>, Map<String, Boolean>, String) - Static method in class org.forgerock.openam.xacml.v3.XACMLResourceTypeUtils
-
Creates a ResourceType Builder from the parameters supplied.
- createResponse() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createResponse(Response) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createResponse() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns a new instance of Response.
- createResponse(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns a new instance of Response.
- createResponse(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns a new instance of Response.
- createResponse() - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Response.
- createResponse(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Response.
- createResponse(String) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Response
The return object is immutable.
- createResponseFile(String, InstFinderInteractionsRunner, InteractionsRunner) - Method in class com.sun.identity.install.tools.configurator.Driver
-
- createResponseJSONString(int, HttpHeaders, JSONObject) - Method in class com.sun.identity.rest.ResourceBase
-
- createResponseJSONString(int, HttpHeaders, String) - Method in class com.sun.identity.rest.ResourceBase
-
- createResponseJSONString(int, String, JSONObject) - Method in class com.sun.identity.rest.ResourceBase
-
- createResult() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createResult(Result) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createResult() - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Result.
- createResult(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Result.
- createResult(String) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Result
The return object is immutable.
- createRetrievalMethodElement() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of RetrievalMethodElement
- createRetrievalMethodElement() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of RetrievalMethodElement
- createRetrievalMethodType() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of RetrievalMethodType
- createRetrievalMethodType() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of RetrievalMethodType
- createRetryAfterElement() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.ObjectFactory
-
Create an instance of RetryAfterElement
- createRoleDescriptorElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of RoleDescriptorElement
- createRoleDescriptorType() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of RoleDescriptorType
- createRoles(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Creates roles.
- createRoles(Map) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Creates roles.
- createRoles(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Creates roles.
- createRoles(Map) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Creates roles.
- createRouter(Handler) - Method in class org.forgerock.openam.rest.RealmRoutingFactory
-
Creates a CHF Handler for recursively matching the /realms/{realmId} route.
- createRouter(RequestHandler) - Method in class org.forgerock.openam.rest.RealmRoutingFactory
-
Creates a CREST RequestHandler for recursively matching the
/realms/{realmId} route.
- createRouter(Router) - Method in class org.forgerock.openam.rest.RealmRoutingFactory
-
Creates a Restlet Router for recursively matching the
/realms/{realmId} route.
- createRSAKeyValueElement() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of RSAKeyValueElement
- createRSAKeyValueElement() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of RSAKeyValueElement
- createRSAKeyValueType() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of RSAKeyValueType
- createRSAKeyValueType() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of RSAKeyValueType
- createRule() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
Create an instance of
Rule
- createRule(Rule) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createRuleCombinerParameters() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createRuleCombinerParameters(RuleCombinerParameters) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createSAML11Assertion(WSTrustVersion, long, String, String, String, String, KeyInfo, Map<QName, List<String>>, String, String, String) - Method in class com.sun.identity.wss.sts.spi.FAMSTSTokenProvider
-
- createSAML11Token(String, String, String, Object, String, String, boolean) - Static method in class com.sun.identity.wsfederation.common.WSFederationUtils
-
Creates a SAML 1.1 token object based on the provided details.
- createSAML20Assertion(WSTrustVersion, long, String, String, String, String, KeyInfo, Map<QName, List<String>>, String, String, String) - Method in class com.sun.identity.wss.sts.spi.FAMSTSTokenProvider
-
- createSAML2CryptoProvider(SAML2Config) - Method in interface org.forgerock.openam.sts.tokengeneration.saml2.xmlsig.SAML2CryptoProviderFactory
-
Return the SAML2CryptoProvider encapsulating the crypto context corresponding to the SAML2Config state
- createSAML2CryptoProvider(SAML2Config) - Method in class org.forgerock.openam.sts.tokengeneration.saml2.xmlsig.SAML2CryptoProviderFactoryImpl
-
- CreateSAML2HostedProviderTemplate - Class in com.sun.identity.workflow
-
Create SAML2 Hosted Provider Template.
- createSAMLAssertionArtifact(Object, String, NameIdentifier, NameIdentifier) - Method in class com.sun.identity.federation.services.fednsso.FSSSOBrowserArtifactProfileHandler
-
Creates assertion and assertion artifact.
- createSamlTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of SamlTokenElement
- createSAXSource(InputSource) - Static method in class com.sun.identity.shared.xml.XMLUtils
-
Creates a SAXSource instance based on the incoming InputSource, which
later on can be safely used by JAXB unmarshalling.
- createSC200502SecurityContextTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of SC200502SecurityContextTokenElement
- createScheduledService(int, String) - Method in interface org.forgerock.openam.audit.context.AMExecutorServiceFactory
-
Generates a ScheduledExecutorService which has been pre-registered with the
ShutdownManager.
- createScheduledService(int, String) - Method in class org.forgerock.openam.audit.context.AuditRequestContextPropagatingExecutorServiceFactory
-
- createSchemaFromLDIF(String, Connection) - Static method in class org.forgerock.openam.ldap.LdifUtils
-
Creates LDAP schema from LDIF file.
- createSchemaFromLDIF(InputStream, Connection) - Static method in class org.forgerock.openam.ldap.LdifUtils
-
Creates LDAP schema from LDIF file.
- createSchemaFromLDIF(LDIFChangeRecordReader, Connection) - Static method in class org.forgerock.openam.ldap.LdifUtils
-
Creates LDAP schema from LDIF file.
- createScoping() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the Scoping Object.
- createScoping(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the Scoping Object.
- createScoping(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the Scoping Object.
- createSecureConversationTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of SecureConversationTokenElement
- createSecureConversationTokenType() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of SecureConversationTokenType
- createSecurityContextTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of SecurityContextTokenElement
- createSecurityElement() - Method in class com.sun.identity.wsfederation.jaxb.wsse.ObjectFactory
-
Create an instance of SecurityElement
- createSecurityHeaderType() - Method in class com.sun.identity.wsfederation.jaxb.wsse.ObjectFactory
-
Create an instance of SecurityHeaderType
- createSecurityTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of SecurityTokenElement
- createSecurityTokenReferenceElement() - Method in class com.sun.identity.wsfederation.jaxb.wsse.ObjectFactory
-
Create an instance of SecurityTokenReferenceElement
- createSecurityTokenReferenceType() - Method in class com.sun.identity.wsfederation.jaxb.wsse.ObjectFactory
-
Create an instance of SecurityTokenReferenceType
- createSecurityTokenType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of SecurityTokenType
- createSelfEvaluationMBean(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.policy.FORGEROCK_OPENAM_POLICY_MIB
-
Factory method for "SelfEvaluation" group MBean.
- createSelfEvaluationMBean(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.policy.FORGEROCK_OPENAM_POLICY_MIBImpl
-
Factory method for "SelfEvaluation" MBean.
- createSelfEvaluationMetaNode(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.policy.FORGEROCK_OPENAM_POLICY_MIB
-
Factory method for "SelfEvaluation" group metadata class.
- createSelfTimingMBean(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.policy.FORGEROCK_OPENAM_POLICY_MIB
-
Factory method for "SelfTiming" group MBean.
- createSelfTimingMBean(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.policy.FORGEROCK_OPENAM_POLICY_MIBImpl
-
Factory method for "SelfTiming" MBean.
- createSelfTimingMetaNode(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.policy.FORGEROCK_OPENAM_POLICY_MIB
-
Factory method for "SelfTiming" group metadata class.
- createSePartsType() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of SePartsType
- createSerElementsType() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of SerElementsType
- CreateServer - Class in com.sun.identity.cli.serverconfig
-
Create a server instance.
- CreateServer() - Constructor for class com.sun.identity.cli.serverconfig.CreateServer
-
- CreateServerConfigXML - Class in com.sun.identity.cli.schema
-
- CreateServerConfigXML() - Constructor for class com.sun.identity.cli.schema.CreateServerConfigXML
-
- createServerInstance(SSOToken, String, Map, String) - Static method in class com.sun.identity.common.configuration.ServerConfiguration
-
Creates a server instance.
- createServerInstance(SSOToken, String, Set, String) - Static method in class com.sun.identity.common.configuration.ServerConfiguration
-
Creates a server instance.
- createServerInstance(SSOToken, String, String, Set, String) - Static method in class com.sun.identity.common.configuration.ServerConfiguration
-
Creates a server instance.
- createServerURL(URL, String) - Method in class com.iplanet.dpro.session.service.SessionServerConfig
-
Creates a new URL by adding the provided path to the end of the provided server's URL.
- createService(String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Creates a new service schema in the configuration store.
- createService(String, SSOToken) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
- createService(String, NewServiceWrapper, SSOToken) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
This will parse the given XML and create the service specified within.
- CreateServiceConfig - Class in com.sun.identity.sm
-
- CreateServiceConfig() - Constructor for class com.sun.identity.sm.CreateServiceConfig
-
- createServiceDescriptionElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of ServiceDescriptionElement
- createServiceInstance(String, String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Creates a service instance.
- createServiceInstance(String, String, Set, String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Creates a service instance.
- createServiceNameElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of ServiceNameElement
- createSession(SessionService, LoginState) - Method in class com.sun.identity.authentication.service.DefaultSessionActivator
-
- createSession(Map, HttpServletRequest, HttpServletResponse, StringBuffer) - Method in class com.sun.identity.plugin.session.impl.FedletSessionProvider
-
Meaningful only for SP side, the implementation of this method
will create a local session for the local user identified by
the information in the map.
- createSession(Map, HttpServletRequest, HttpServletResponse, StringBuffer) - Method in class com.sun.identity.plugin.session.impl.FMSessionProvider
-
Meaningful only for SP side, the implementation of this method
will create a local session for the local user identified by
the information in the map.
- createSession(Map, HttpServletRequest, HttpServletResponse, StringBuffer) - Method in interface com.sun.identity.plugin.session.SessionProvider
-
Meaningful only for Service Provider side, the implementation of this
method will create a local session for the local user identified by
the information in the map.
- createSessionIndex(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the SessionIndex Object.
- createSessionMonitoringTimingStore() - Method in class com.iplanet.dpro.session.monitoring.SessionMonitoringTimingStoreFactory
-
Simple creation of a SessionMonitoringTimingStore, using Guice.
- createSignatureElement() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of SignatureElement
- createSignatureElement() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of SignatureElement
- createSignatureMethodElement() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of SignatureMethodElement
- createSignatureMethodElement() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of SignatureMethodElement
- createSignatureMethodType() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of SignatureMethodType
- createSignatureMethodType() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of SignatureMethodType
- createSignatureMethodTypeHMACOutputLength() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of SignatureMethodTypeHMACOutputLength
- createSignatureMethodTypeHMACOutputLength(BigInteger) - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of SignatureMethodTypeHMACOutputLength
- createSignatureMethodTypeHMACOutputLength() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of SignatureMethodTypeHMACOutputLength
- createSignatureMethodTypeHMACOutputLength(BigInteger) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of SignatureMethodTypeHMACOutputLength
- createSignaturePropertiesElement() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of SignaturePropertiesElement
- createSignaturePropertiesElement() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of SignaturePropertiesElement
- createSignaturePropertiesType() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of SignaturePropertiesType
- createSignaturePropertiesType() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of SignaturePropertiesType
- createSignaturePropertyElement() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of SignaturePropertyElement
- createSignaturePropertyElement() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of SignaturePropertyElement
- createSignaturePropertyType() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of SignaturePropertyType
- createSignaturePropertyType() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of SignaturePropertyType
- createSignatureTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of SignatureTokenElement
- createSignatureType() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of SignatureType
- createSignatureType() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of SignatureType
- createSignatureValueElement() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of SignatureValueElement
- createSignatureValueElement() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of SignatureValueElement
- createSignatureValueType() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of SignatureValueType
- createSignatureValueType() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of SignatureValueType
- createSignedElementsElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of SignedElementsElement
- createSignedEncryptedSupportingTokensElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of SignedEncryptedSupportingTokensElement
- createSignedEndorsingEncryptedSupportingTokensElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of SignedEndorsingEncryptedSupportingTokensElement
- createSignedEndorsingSupportingTokensElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of SignedEndorsingSupportingTokensElement
- createSignedInfoElement() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of SignedInfoElement
- createSignedInfoElement() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of SignedInfoElement
- createSignedInfoType() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of SignedInfoType
- createSignedInfoType() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of SignedInfoType
- createSignedPartsElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of SignedPartsElement
- createSignedSupportingTokensElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of SignedSupportingTokensElement
- createSignOutBasisType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of SignOutBasisType
- createSignOutElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of SignOutElement
- createSignOutType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of SignOutType
- createSingleLogoutServiceElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of SingleLogoutServiceElement
- createSingleNode(String, String, StringBuffer) - Static method in class com.iplanet.services.util.CreateXmlTree
-
creates a single xml node and appends that node to the input xml
construct.
- createSingleNode(String, String) - Static method in class com.iplanet.services.util.CreateXmlTree
-
creates a single xml node and return that node.
- createSingleSignOnServiceElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of SingleSignOnServiceElement
- createSingleSignOutNotificationEndpointElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of SingleSignOutNotificationEndpointElement
- createSingleSignOutSubscriptionEndpointElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of SingleSignOutSubscriptionEndpointElement
- CreateSite - Class in com.sun.identity.cli.serverconfig
-
Create a site.
- CreateSite() - Constructor for class com.sun.identity.cli.serverconfig.CreateSite
-
- createSite(SSOToken, String, String, Collection) - Static method in class com.sun.identity.common.configuration.SiteConfiguration
-
Creates a site.
- createSite(String, Set) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Creates a site configuration.
- createSOAPDOM(SOAPMessage) - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
Converts SOAP message to DOM element.
- createSOAPFault(String, String, String) - Method in class com.sun.identity.saml2.common.SOAPCommunicator
-
Forms a SOAP Fault and puts it in the SOAP Message Body.
- createSOAPMessage(String, boolean) - Method in class com.sun.identity.saml2.common.SOAPCommunicator
-
Creates SOAPMessage with the input XML String
as message body.
- createSOAPMessage(String, String, boolean) - Method in class com.sun.identity.saml2.common.SOAPCommunicator
-
Creates SOAPMessage with the input XML String
as message header and body.
- createSOAPMessage(InputStream) - Static method in class com.sun.identity.wss.sts.STSUtils
-
- createSOAPMessageString(String) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
-
Creates SOAPMessage with the input XML String
as message body.
- createSOAPNormalization10Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of SOAPNormalization10Element
- createSOAPReceiverUrl(HttpServletResponse, ProviderDescriptorType, boolean) - Method in class com.sun.identity.federation.services.FSSOAPService
-
- CreateSoapSTSDeployment - Class in com.sun.identity.workflow
-
This class is responsible for creating the soap-sts .war file which will expose soap-sts instances published to
a given realm.
- CreateSoapSTSDeployment() - Constructor for class com.sun.identity.workflow.CreateSoapSTSDeployment
-
- createSPKIDataElement() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of SPKIDataElement
- createSPKIDataElement() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of SPKIDataElement
- createSPKIDataType() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of SPKIDataType
- createSPKIDataType() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of SPKIDataType
- createSPKIDataTypeSPKISexp() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of SPKIDataTypeSPKISexp
- createSPKIDataTypeSPKISexp(byte[]) - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of SPKIDataTypeSPKISexp
- createSPKIDataTypeSPKISexp() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of SPKIDataTypeSPKISexp
- createSPKIDataTypeSPKISexp(byte[]) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of SPKIDataTypeSPKISexp
- createSpnegoContextTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of SpnegoContextTokenElement
- createSpnegoContextTokenType() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of SpnegoContextTokenType
- createSPSSOConfigElement() - Method in class com.sun.identity.saml2.jaxb.entityconfig.ObjectFactory
-
Create an instance of SPSSOConfigElement
- createSPSSOConfigElement() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.ObjectFactory
-
Create an instance of SPSSOConfigElement
- createSPSSODescriptorElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of SPSSODescriptorElement
- createSPSSODescriptorType() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of SPSSODescriptorType
- createSSOAssertion(String, AssertionArtifact, String, String, String) - Method in class com.sun.identity.saml.AssertionManager
-
Returns Assertion that contains AuthenticationStatement.
- createSSOAssertion(String, AssertionArtifact, HttpServletRequest, HttpServletResponse, String, String, String) - Method in class com.sun.identity.saml.AssertionManager
-
Returns Assertion that contains AuthenticationStatement.
- createSSODescriptorType() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of SSODescriptorType
- createSsoServerAuthModulesEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer, Integer) - Method in class com.sun.identity.monitoring.TableSsoServerAuthModulesTable
-
Factory method for "SsoServerAuthModulesEntry" entry MBean class.
- createSsoServerAuthModulesEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerAuthModulesTableMeta
-
Factory method for "SsoServerAuthModulesEntry" entry metadata class.
- createSsoServerAuthModulesEntryObjectName(MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerAuthModulesEntryImpl
-
- createSsoServerAuthModulesTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerAuthSvcMeta
-
Factory method for "SsoServerAuthModulesTable" table metadata class.
- createSsoServerAuthSvcMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerAuthSvc" group MBean.
- createSsoServerAuthSvcMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
Factory method for "SsoServerAuthSvc" group MBean.
- createSsoServerAuthSvcMetaNode(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerAuthSvc" group metadata class.
- createSsoServerConnPoolSvcMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerConnPoolSvc" group MBean.
- createSsoServerConnPoolSvcMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
- createSsoServerConnPoolSvcMetaNode(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerConnPoolSvc" group metadata class.
- createSsoServerEntitlementPolicyStatsEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer, Integer) - Method in class com.sun.identity.monitoring.TableSsoServerEntitlementPolicyStatsTable
-
Factory method for "SsoServerEntitlementPolicyStatsEntry" entry MBean class.
- createSsoServerEntitlementPolicyStatsEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsTableMeta
-
Factory method for "SsoServerEntitlementPolicyStatsEntry" entry metadata class.
- createSsoServerEntitlementPolicyStatsEntryObjectName(MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsEntryImpl
-
- createSsoServerEntitlementPolicyStatsTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerEntitlementSvcMeta
-
Factory method for "SsoServerEntitlementPolicyStatsTable" table metadata class.
- createSsoServerEntitlementSvcMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerEntitlementSvc" group MBean.
- createSsoServerEntitlementSvcMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
Factory method for "SsoServerEntitlementSvc" group MBean.
- createSsoServerEntitlementSvcMetaNode(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerEntitlementSvc" group metadata class.
- createSsoServerFedCOTMemberEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer, Integer, Integer) - Method in class com.sun.identity.monitoring.TableSsoServerFedCOTMemberTable
-
Factory method for "SsoServerFedCOTMemberEntry" entry MBean class.
- createSsoServerFedCOTMemberEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerFedCOTMemberTableMeta
-
Factory method for "SsoServerFedCOTMemberEntry" entry metadata class.
- createSsoServerFedCOTMemberEntryObjectName(MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerFedCOTMemberEntryImpl
-
- createSsoServerFedCOTMemberTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsMeta
-
Factory method for "SsoServerFedCOTMemberTable" table metadata class.
- createSsoServerFedCOTsEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer, Integer) - Method in class com.sun.identity.monitoring.TableSsoServerFedCOTsTable
-
Factory method for "SsoServerFedCOTsEntry" entry MBean class.
- createSsoServerFedCOTsEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsTableMeta
-
Factory method for "SsoServerFedCOTsEntry" entry metadata class.
- createSsoServerFedCOTsEntryObjectName(MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsEntryImpl
-
- createSsoServerFedCOTsMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerFedCOTs" group MBean.
- createSsoServerFedCOTsMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
Factory method for "SsoServerFedCOTs" group MBean.
- createSsoServerFedCOTsMetaNode(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerFedCOTs" group metadata class.
- createSsoServerFedCOTsTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsMeta
-
Factory method for "SsoServerFedCOTsTable" table metadata class.
- createSsoServerFedEntitiesEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer, Integer) - Method in class com.sun.identity.monitoring.TableSsoServerFedEntitiesTable
-
Factory method for "SsoServerFedEntitiesEntry" entry MBean class.
- createSsoServerFedEntitiesEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesTableMeta
-
Factory method for "SsoServerFedEntitiesEntry" entry metadata class.
- createSsoServerFedEntitiesEntryObjectName(MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesEntryImpl
-
- createSsoServerFedEntitiesMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerFedEntities" group MBean.
- createSsoServerFedEntitiesMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
Factory method for "SsoServerFedEntities" group MBean.
- createSsoServerFedEntitiesMetaNode(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerFedEntities" group metadata class.
- createSsoServerFedEntitiesTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesMeta
-
Factory method for "SsoServerFedEntitiesTable" table metadata class.
- createSsoServerIDFFSvcMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerIDFFSvc" group MBean.
- createSsoServerIDFFSvcMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
Factory method for "SsoServerIDFFSvc" group MBean.
- createSsoServerIDFFSvcMetaNode(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerIDFFSvc" group metadata class.
- createSsoServerIdRepoSvcMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerIdRepoSvc" group MBean.
- createSsoServerIdRepoSvcMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
Factory method for "SsoServerIdRepoSvc" group MBean.
- createSsoServerIdRepoSvcMetaNode(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerIdRepoSvc" group metadata class.
- createSsoServerInstanceMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerInstance" group MBean.
- createSsoServerInstanceMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
Factory method for "SsoServerInstance" group MBean.
- createSsoServerInstanceMetaNode(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerInstance" group metadata class.
- createSsoServerLoggingHdlrEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer) - Method in class com.sun.identity.monitoring.TableSsoServerLoggingHdlrTable
-
Factory method for "SsoServerLoggingHdlrEntry" entry MBean class.
- createSsoServerLoggingHdlrEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrTableMeta
-
Factory method for "SsoServerLoggingHdlrEntry" entry metadata class.
- createSsoServerLoggingHdlrEntryObjectName(MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrEntryImpl
-
- createSsoServerLoggingHdlrTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerLoggingSvcMeta
-
Factory method for "SsoServerLoggingHdlrTable" table metadata class.
- createSsoServerLoggingSvcMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerLoggingSvc" group MBean.
- createSsoServerLoggingSvcMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
Factory method for "SsoServerLoggingSvc" group MBean.
- createSsoServerLoggingSvcMetaNode(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerLoggingSvc" group metadata class.
- createSsoServerPolicy22AgentEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer, Integer) - Method in class com.sun.identity.monitoring.TableSsoServerPolicy22AgentTable
-
Factory method for "SsoServerPolicy22AgentEntry" entry MBean class.
- createSsoServerPolicy22AgentEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerPolicy22AgentTableMeta
-
Factory method for "SsoServerPolicy22AgentEntry" entry metadata class.
- createSsoServerPolicy22AgentEntryObjectName(MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerPolicy22AgentEntryImpl
-
- createSsoServerPolicy22AgentTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerPolicyAgentsMeta
-
Factory method for "SsoServerPolicy22AgentTable" table metadata class.
- createSsoServerPolicyAgentsMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerPolicyAgents" group MBean.
- createSsoServerPolicyAgentsMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
Factory method for "SsoServerPolicyAgents" group MBean.
- createSsoServerPolicyAgentsMetaNode(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerPolicyAgents" group metadata class.
- createSsoServerPolicyJ2EEAgentEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer, Integer) - Method in class com.sun.identity.monitoring.TableSsoServerPolicyJ2EEAgentTable
-
Factory method for "SsoServerPolicyJ2EEAgentEntry" entry MBean class.
- createSsoServerPolicyJ2EEAgentEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentTableMeta
-
Factory method for "SsoServerPolicyJ2EEAgentEntry" entry metadata class.
- createSsoServerPolicyJ2EEAgentEntryObjectName(MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentEntryImpl
-
- createSsoServerPolicyJ2EEAgentTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerPolicyAgentsMeta
-
Factory method for "SsoServerPolicyJ2EEAgentTable" table metadata class.
- createSsoServerPolicyJ2EEGroupEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer, Integer) - Method in class com.sun.identity.monitoring.TableSsoServerPolicyJ2EEGroupTable
-
Factory method for "SsoServerPolicyJ2EEGroupEntry" entry MBean class.
- createSsoServerPolicyJ2EEGroupEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupTableMeta
-
Factory method for "SsoServerPolicyJ2EEGroupEntry" entry metadata class.
- createSsoServerPolicyJ2EEGroupEntryObjectName(MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupEntryImpl
-
- createSsoServerPolicyJ2EEGroupTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerPolicyAgentsMeta
-
Factory method for "SsoServerPolicyJ2EEGroupTable" table metadata class.
- createSsoServerPolicySvcMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerPolicySvc" group MBean.
- createSsoServerPolicySvcMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
Factory method for "SsoServerPolicySvc" group MBean.
- createSsoServerPolicySvcMetaNode(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerPolicySvc" group metadata class.
- createSsoServerPolicyWebAgentEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer, Integer) - Method in class com.sun.identity.monitoring.TableSsoServerPolicyWebAgentTable
-
Factory method for "SsoServerPolicyWebAgentEntry" entry MBean class.
- createSsoServerPolicyWebAgentEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebAgentTableMeta
-
Factory method for "SsoServerPolicyWebAgentEntry" entry metadata class.
- createSsoServerPolicyWebAgentEntryObjectName(MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebAgentEntryImpl
-
- createSsoServerPolicyWebAgentTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerPolicyAgentsMeta
-
Factory method for "SsoServerPolicyWebAgentTable" table metadata class.
- createSsoServerPolicyWebGroupEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer, Integer) - Method in class com.sun.identity.monitoring.TableSsoServerPolicyWebGroupTable
-
Factory method for "SsoServerPolicyWebGroupEntry" entry MBean class.
- createSsoServerPolicyWebGroupEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebGroupTableMeta
-
Factory method for "SsoServerPolicyWebGroupEntry" entry metadata class.
- createSsoServerPolicyWebGroupEntryObjectName(MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebGroupEntryImpl
-
- createSsoServerPolicyWebGroupTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerPolicyAgentsMeta
-
Factory method for "SsoServerPolicyWebGroupTable" table metadata class.
- createSsoServerRealmEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer) - Method in class com.sun.identity.monitoring.TableSsoServerRealmTable
-
Factory method for "SsoServerRealmEntry" entry MBean class.
- createSsoServerRealmEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerRealmTableMeta
-
Factory method for "SsoServerRealmEntry" entry metadata class.
- createSsoServerRealmEntryObjectName(MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerRealmEntryImpl
-
- createSsoServerRealmTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerInstanceMeta
-
Factory method for "SsoServerRealmTable" table metadata class.
- createSsoServerSAML1CacheEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer) - Method in class com.sun.identity.monitoring.TableSsoServerSAML1CacheTable
-
Factory method for "SsoServerSAML1CacheEntry" entry MBean class.
- createSsoServerSAML1CacheEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerSAML1CacheTableMeta
-
Factory method for "SsoServerSAML1CacheEntry" entry metadata class.
- createSsoServerSAML1CacheEntryObjectName(MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerSAML1CacheEntryImpl
-
- createSsoServerSAML1CacheTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerSAML1SvcMeta
-
Factory method for "SsoServerSAML1CacheTable" table metadata class.
- createSsoServerSAML1EndPointEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer) - Method in class com.sun.identity.monitoring.TableSsoServerSAML1EndPointTable
-
Factory method for "SsoServerSAML1EndPointEntry" entry MBean class.
- createSsoServerSAML1EndPointEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointTableMeta
-
Factory method for "SsoServerSAML1EndPointEntry" entry metadata class.
- createSsoServerSAML1EndPointEntryObjectName(MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointEntryImpl
-
- createSsoServerSAML1EndPointTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerSAML1SvcMeta
-
Factory method for "SsoServerSAML1EndPointTable" table metadata class.
- createSsoServerSAML1SvcMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerSAML1Svc" group MBean.
- createSsoServerSAML1SvcMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
Factory method for "SsoServerSAML1Svc" group MBean.
- createSsoServerSAML1SvcMetaNode(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerSAML1Svc" group metadata class.
- createSsoServerSAML1TrustPrtnrsEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer) - Method in class com.sun.identity.monitoring.TableSsoServerSAML1TrustPrtnrsTable
-
Factory method for "SsoServerSAML1TrustPrtnrsEntry" entry MBean class.
- createSsoServerSAML1TrustPrtnrsEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsTableMeta
-
Factory method for "SsoServerSAML1TrustPrtnrsEntry" entry metadata class.
- createSsoServerSAML1TrustPrtnrsEntryObjectName(MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsEntryImpl
-
- createSsoServerSAML1TrustPrtnrsTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerSAML1SvcMeta
-
Factory method for "SsoServerSAML1TrustPrtnrsTable" table metadata class.
- createSsoServerSAML2IDPEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer, Integer) - Method in class com.sun.identity.monitoring.TableSsoServerSAML2IDPTable
-
Factory method for "SsoServerSAML2IDPEntry" entry MBean class.
- createSsoServerSAML2IDPEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPTableMeta
-
Factory method for "SsoServerSAML2IDPEntry" entry metadata class.
- createSsoServerSAML2IDPEntryObjectName(MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPEntryImpl
-
- createSsoServerSAML2IDPTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerSAML2SvcMeta
-
Factory method for "SsoServerSAML2IDPTable" table metadata class.
- createSsoServerSAML2SPEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer, Integer) - Method in class com.sun.identity.monitoring.TableSsoServerSAML2SPTable
-
Factory method for "SsoServerSAML2SPEntry" entry MBean class.
- createSsoServerSAML2SPEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerSAML2SPTableMeta
-
Factory method for "SsoServerSAML2SPEntry" entry metadata class.
- createSsoServerSAML2SPEntryObjectName(MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerSAML2SPEntryImpl
-
- createSsoServerSAML2SPTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerSAML2SvcMeta
-
Factory method for "SsoServerSAML2SPTable" table metadata class.
- createSsoServerSAML2SvcMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerSAML2Svc" group MBean.
- createSsoServerSAML2SvcMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
Factory method for "SsoServerSAML2Svc" group MBean.
- createSsoServerSAML2SvcMetaNode(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerSAML2Svc" group metadata class.
- createSsoServerServerEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer) - Method in class com.sun.identity.monitoring.TableSsoServerServerTable
-
Factory method for "SsoServerServerEntry" entry MBean class.
- createSsoServerServerEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerServerTableMeta
-
Factory method for "SsoServerServerEntry" entry metadata class.
- createSsoServerServerEntryObjectName(MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerServerEntryImpl
-
- createSsoServerServerTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerTopologyMeta
-
Factory method for "SsoServerServerTable" table metadata class.
- createSsoServerSessSvcMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerSessSvc" group MBean.
- createSsoServerSessSvcMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
Factory method for "SsoServerSessSvc" group MBean.
- createSsoServerSessSvcMetaNode(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerSessSvc" group metadata class.
- createSsoServerSiteMapEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer) - Method in class com.sun.identity.monitoring.TableSsoServerSiteMapTable
-
Factory method for "SsoServerSiteMapEntry" entry MBean class.
- createSsoServerSiteMapEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerSiteMapTableMeta
-
Factory method for "SsoServerSiteMapEntry" entry metadata class.
- createSsoServerSiteMapEntryObjectName(MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerSiteMapEntryImpl
-
- createSsoServerSiteMapTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerTopologyMeta
-
Factory method for "SsoServerSiteMapTable" table metadata class.
- createSsoServerSitesEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer) - Method in class com.sun.identity.monitoring.TableSsoServerSitesTable
-
Factory method for "SsoServerSitesEntry" entry MBean class.
- createSsoServerSitesEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerSitesTableMeta
-
Factory method for "SsoServerSitesEntry" entry metadata class.
- createSsoServerSitesEntryObjectName(MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerSitesEntryImpl
-
- createSsoServerSitesTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerTopologyMeta
-
Factory method for "SsoServerSitesTable" table metadata class.
- createSsoServerSvcMgmtSvcMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerSvcMgmtSvc" group MBean.
- createSsoServerSvcMgmtSvcMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
Factory method for "SsoServerSvcMgmtSvc" group MBean.
- createSsoServerSvcMgmtSvcMetaNode(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerSvcMgmtSvc" group metadata class.
- createSsoServerTopologyMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerTopology" group MBean.
- createSsoServerTopologyMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
Factory method for "SsoServerTopology" group MBean.
- createSsoServerTopologyMetaNode(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerTopology" group metadata class.
- createSsoServerWSSAgentsDSCAgentEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer, Integer) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsDSCAgentTable
-
Factory method for "SsoServerWSSAgentsDSCAgentEntry" entry MBean class.
- createSsoServerWSSAgentsDSCAgentEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentTableMeta
-
Factory method for "SsoServerWSSAgentsDSCAgentEntry" entry metadata class.
- createSsoServerWSSAgentsDSCAgentEntryObjectName(MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentEntryImpl
-
- createSsoServerWSSAgentsDSCAgentTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsMeta
-
Factory method for "SsoServerWSSAgentsDSCAgentTable" table metadata class.
- createSsoServerWSSAgentsDSCAgtGrpEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer, Integer) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsDSCAgtGrpTable
-
Factory method for "SsoServerWSSAgentsDSCAgtGrpEntry" entry MBean class.
- createSsoServerWSSAgentsDSCAgtGrpEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpTableMeta
-
Factory method for "SsoServerWSSAgentsDSCAgtGrpEntry" entry metadata class.
- createSsoServerWSSAgentsDSCAgtGrpEntryObjectName(MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpEntryImpl
-
- createSsoServerWSSAgentsDSCAgtGrpTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsMeta
-
Factory method for "SsoServerWSSAgentsDSCAgtGrpTable" table metadata class.
- createSsoServerWSSAgentsMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerWSSAgents" group MBean.
- createSsoServerWSSAgentsMBean(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
Factory method for "SsoServerWSSAgents" group MBean.
- createSsoServerWSSAgentsMetaNode(String, String, ObjectName, MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Factory method for "SsoServerWSSAgents" group metadata class.
- createSsoServerWSSAgentsSTSAgentEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer, Integer) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsSTSAgentTable
-
Factory method for "SsoServerWSSAgentsSTSAgentEntry" entry MBean class.
- createSsoServerWSSAgentsSTSAgentEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentTableMeta
-
Factory method for "SsoServerWSSAgentsSTSAgentEntry" entry metadata class.
- createSsoServerWSSAgentsSTSAgentEntryObjectName(MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentEntryImpl
-
- createSsoServerWSSAgentsSTSAgentTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsMeta
-
Factory method for "SsoServerWSSAgentsSTSAgentTable" table metadata class.
- createSsoServerWSSAgentsSTSAgtGrpEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer, Integer) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsSTSAgtGrpTable
-
Factory method for "SsoServerWSSAgentsSTSAgtGrpEntry" entry MBean class.
- createSsoServerWSSAgentsSTSAgtGrpEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpTableMeta
-
Factory method for "SsoServerWSSAgentsSTSAgtGrpEntry" entry metadata class.
- createSsoServerWSSAgentsSTSAgtGrpEntryObjectName(MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpEntryImpl
-
- createSsoServerWSSAgentsSTSAgtGrpTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsMeta
-
Factory method for "SsoServerWSSAgentsSTSAgtGrpTable" table metadata class.
- createSsoServerWSSAgentsWSCAgentEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer, Integer) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsWSCAgentTable
-
Factory method for "SsoServerWSSAgentsWSCAgentEntry" entry MBean class.
- createSsoServerWSSAgentsWSCAgentEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentTableMeta
-
Factory method for "SsoServerWSSAgentsWSCAgentEntry" entry metadata class.
- createSsoServerWSSAgentsWSCAgentEntryObjectName(MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentEntryImpl
-
- createSsoServerWSSAgentsWSCAgentTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsMeta
-
Factory method for "SsoServerWSSAgentsWSCAgentTable" table metadata class.
- createSsoServerWSSAgentsWSCAgtGrpEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer, Integer) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsWSCAgtGrpTable
-
Factory method for "SsoServerWSSAgentsWSCAgtGrpEntry" entry MBean class.
- createSsoServerWSSAgentsWSCAgtGrpEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpTableMeta
-
Factory method for "SsoServerWSSAgentsWSCAgtGrpEntry" entry metadata class.
- createSsoServerWSSAgentsWSCAgtGrpEntryObjectName(MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpEntryImpl
-
- createSsoServerWSSAgentsWSCAgtGrpTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsMeta
-
Factory method for "SsoServerWSSAgentsWSCAgtGrpTable" table metadata class.
- createSsoServerWSSAgentsWSPAgentEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer, Integer) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsWSPAgentTable
-
Factory method for "SsoServerWSSAgentsWSPAgentEntry" entry MBean class.
- createSsoServerWSSAgentsWSPAgentEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentTableMeta
-
Factory method for "SsoServerWSSAgentsWSPAgentEntry" entry metadata class.
- createSsoServerWSSAgentsWSPAgentEntryObjectName(MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentEntryImpl
-
- createSsoServerWSSAgentsWSPAgentTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsMeta
-
Factory method for "SsoServerWSSAgentsWSPAgentTable" table metadata class.
- createSsoServerWSSAgentsWSPAgtGrpEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer, Integer) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsWSPAgtGrpTable
-
Factory method for "SsoServerWSSAgentsWSPAgtGrpEntry" entry MBean class.
- createSsoServerWSSAgentsWSPAgtGrpEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpTableMeta
-
Factory method for "SsoServerWSSAgentsWSPAgtGrpEntry" entry metadata class.
- createSsoServerWSSAgentsWSPAgtGrpEntryObjectName(MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpEntryImpl
-
- createSsoServerWSSAgentsWSPAgtGrpTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsMeta
-
Factory method for "SsoServerWSSAgentsWSPAgtGrpTable" table metadata class.
- createSSOToken(HttpServletRequest) - Method in class com.iplanet.sso.providers.dpro.SSOProviderImpl
-
Creates a single sign on token for the HttpRequest
- createSSOToken(Principal, String) - Method in class com.iplanet.sso.providers.dpro.SSOProviderImpl
-
- createSSOToken(String, boolean) - Method in class com.iplanet.sso.providers.dpro.SSOProviderImpl
-
Creates a single sign on token.
- createSSOToken(String, boolean, boolean) - Method in class com.iplanet.sso.providers.dpro.SSOProviderImpl
-
Creates a single sign on token.
- createSSOToken(String) - Method in class com.iplanet.sso.providers.dpro.SSOProviderImpl
-
- createSSOToken(String, String) - Method in class com.iplanet.sso.providers.dpro.SSOProviderImpl
-
- createSSOToken(HttpServletRequest) - Method in interface com.iplanet.sso.SSOProvider
-
Creates an SSOToken.
- createSSOToken(Principal, String) - Method in interface com.iplanet.sso.SSOProvider
-
Creates an SSOToken.
- createSSOToken(String) - Method in interface com.iplanet.sso.SSOProvider
-
Creates an SSOToken.
- createSSOToken(String, boolean, boolean) - Method in interface com.iplanet.sso.SSOProvider
-
Creates an SSOToken.
- createSSOToken(String, String) - Method in interface com.iplanet.sso.SSOProvider
-
Creates an SSOToken.
- createSSOToken(HttpServletRequest) - Method in class com.iplanet.sso.SSOTokenManager
-
Creates a single sign on token from HttpServletRequest
- createSSOToken(Principal, String) - Method in class com.iplanet.sso.SSOTokenManager
-
- createSSOToken(String) - Method in class com.iplanet.sso.SSOTokenManager
-
Creates a single sign on token from the single sign
on token ID.
- createSSOToken(String, String) - Method in class com.iplanet.sso.SSOTokenManager
-
Creates a single sign on token from the single sign
on token ID.
- createSSOToken(HttpServletRequest) - Method in class com.sun.identity.authentication.internal.AuthSSOProvider
-
- createSSOToken(Principal, String) - Method in class com.sun.identity.authentication.internal.AuthSSOProvider
-
- createSSOToken(String) - Method in class com.sun.identity.authentication.internal.AuthSSOProvider
-
- createSSOToken(String, boolean, boolean) - Method in class com.sun.identity.authentication.internal.AuthSSOProvider
-
- createSSOToken(String, String) - Method in class com.sun.identity.authentication.internal.AuthSSOProvider
-
- createSSOToken(HttpServletRequest) - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSSOProvider
-
- createSSOToken(Principal, String) - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSSOProvider
-
- createSSOToken(String) - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSSOProvider
-
- createSSOToken(String, boolean) - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSSOProvider
-
- createSSOToken(String, boolean, boolean) - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSSOProvider
-
- createSSOToken(String, String) - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSSOProvider
-
- createSSOToken(HttpServletRequest) - Method in class org.forgerock.openidconnect.ssoprovider.OpenIdConnectSSOProvider
-
- createSSOToken(Principal, String) - Method in class org.forgerock.openidconnect.ssoprovider.OpenIdConnectSSOProvider
-
- createSSOToken(String) - Method in class org.forgerock.openidconnect.ssoprovider.OpenIdConnectSSOProvider
-
- createSSOToken(String, boolean, boolean) - Method in class org.forgerock.openidconnect.ssoprovider.OpenIdConnectSSOProvider
-
- createSSOToken(String, String) - Method in class org.forgerock.openidconnect.ssoprovider.OpenIdConnectSSOProvider
-
- createStandardMetaData(String, String) - Static method in class com.sun.identity.workflow.FedletMetaData
-
- createStandardMetaTemplate(String, Map, String) - Static method in class com.sun.identity.workflow.CreateIDFFMetaDataTemplate
-
- createStandardMetaTemplate(String, Map, String) - Static method in class com.sun.identity.workflow.CreateWSFedMetaDataTemplate
-
- createStatelessSessionsMBean(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.session.FORGEROCK_OPENAM_SESSION_MIB
-
Factory method for "StatelessSessions" group MBean.
- createStatelessSessionsMBean(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.session.FORGEROCK_OPENAM_SESSION_MIBImpl
-
Factory method for "StatelessSessions" group MBean.
- createStatelessSessionsMetaNode(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.session.FORGEROCK_OPENAM_SESSION_MIB
-
Factory method for "StatelessSessions" group metadata class.
- createStatementAbstractType() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of StatementAbstractType
- createStatementElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of StatementElement
- createStaticGroup(String, Map, Map) - Method in interface com.iplanet.am.sdk.AMGroupContainer
-
Deprecated.
Creates static group.
- createStaticGroup(String, Map, Map) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Creates static group.
- createStaticGroups(Set) - Method in interface com.iplanet.am.sdk.AMGroup
-
Deprecated.
Creates static groups in this group.
- createStaticGroups(Map) - Method in interface com.iplanet.am.sdk.AMGroup
-
Deprecated.
Creates static groups and initializes their attributes.
- createStaticGroups(Set) - Method in interface com.iplanet.am.sdk.AMGroupContainer
-
Deprecated.
Creates static groups in this group container.
- createStaticGroups(Map) - Method in interface com.iplanet.am.sdk.AMGroupContainer
-
Deprecated.
Creates static groups and initializes their attributes.
- createStaticGroups(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Creates static groups.
- createStaticGroups(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Creates static groups.
- createStatus() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createStatus(Status) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createStatus() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the Status Object.
- createStatus(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the Status Object.
- createStatus(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the Status Object.
- createStatus() - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Status.
- createStatus(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Status.
- createStatus(String) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Status
The return object is immutable.
- createStatusCode() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createStatusCode(StatusCode) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createStatusCode() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the StatusCode Object.
- createStatusCode(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the StatusCode Object.
- createStatusCode(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the StatusCode Object.
- createStatusCode() - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of StatusCode.
- createStatusCode(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of StatusCode.
- createStatusCode(String) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of StatusCode
The return object is immutable.
- createStatusDetail() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createStatusDetail(StatusDetail) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createStatusDetail() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the StatusDetail Object.
- createStatusDetail(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the StatusDetail Object.
- createStatusDetail(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the StatusDetail Object.
- createStatusDetail() - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of StatusDetail.
- createStatusDetail(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of StatusDetail.
- createStatusDetail(String) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of StatusDetail
The return object is immutable.
- createStatusMessage(String) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createStatusMessage(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns the StatusMessage Object.
- createStatusMessage() - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of StatusMessage.
- createStatusMessage(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of StatusMessage.
- createStatusMessage(String) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of StatusMessage
The return object is immutable.
- createStrictElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of StrictElement
- createStringResponseJSONString(int, String, String) - Method in class com.sun.identity.rest.ResourceBase
-
- createSTRTransform10Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of STRTransform10Element
- createSTSInstanceState(RestSTSInstanceConfig) - Method in class org.forgerock.openam.sts.tokengeneration.state.RestSTSInstanceStateFactoryImpl
-
- createSTSInstanceState(SoapSTSInstanceConfig) - Method in class org.forgerock.openam.sts.tokengeneration.state.SoapSTSInstanceStateFactoryImpl
-
- createSTSInstanceState(T) - Method in interface org.forgerock.openam.sts.tokengeneration.state.STSInstanceStateFactory
-
- createSubGroupContainers(Set) - Method in interface com.iplanet.am.sdk.AMGroupContainer
-
Deprecated.
Creates sub group containers in this group container.
- createSubGroupContainers(Map) - Method in interface com.iplanet.am.sdk.AMGroupContainer
-
Deprecated.
Creates sub group containers and initializes their attributes.
- createSubject(SSOToken) - Static method in class com.sun.identity.entitlement.opensso.SubjectUtils
-
- createSubject(String) - Static method in class com.sun.identity.entitlement.opensso.SubjectUtils
-
Create the subject from the SSOToken ID.
- createSubject() - Method in interface com.sun.identity.rest.ISubjectable
-
Returns javax.security.auth.Subject.
- createSubject() - Method in class com.sun.identity.rest.SSOTokenPrincipal
-
- createSubject(Element) - Method in class com.sun.identity.saml.assertion.AttributeStatement
-
- createSubject(Element) - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
-
- createSubject(Element) - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
-
- createSubject(Element) - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
-
Creates appropriate Subject Instance
- createSubject() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of Subject.
- createSubject(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of Subject.
- createSubject(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of Subject.
- createSubject() - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Subject.
- createSubject(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Subject.
- createSubject(String) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Subject.
- createSubject(String, String) - Method in class org.forgerock.openam.uma.rest.ResourceSetService
-
- createSubject(AMIdentity) - Static method in class org.forgerock.openam.uma.UmaUtils
-
Creates a Subject using the universal ID from the provided
AMIdentity.
- createSubjectConfirmation(Element) - Method in class com.sun.identity.saml.assertion.Subject
-
- createSubjectConfirmation() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of SubjectConfirmation.
- createSubjectConfirmation(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of SubjectConfirmation.
- createSubjectConfirmation(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of SubjectConfirmation.
- createSubjectConfirmationData() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of SubjectConfirmationData.
- createSubjectConfirmationData(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of SubjectConfirmationData.
- createSubjectConfirmationData(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of SubjectConfirmationData.
- createSubjectConfirmationDataElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of SubjectConfirmationDataElement
- createSubjectConfirmationDataType() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of SubjectConfirmationDataType
- createSubjectConfirmationElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of SubjectConfirmationElement
- createSubjectConfirmationType() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of SubjectConfirmationType
- createSubjectElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of SubjectElement
- createSubjectLocality(Element) - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
-
- createSubjectLocality() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of SubjectLocality.
- createSubjectLocality(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of SubjectLocality.
- createSubjectLocality(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of SubjectLocality.
- createSubjectLocalityElement() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of SubjectLocalityElement
- createSubjectLocalityType() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of SubjectLocalityType
- createSubjectType() - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Create an instance of SubjectType
- createSubOrganization(String, Map) - Method in class com.sun.identity.sm.OrganizationConfigManager
-
Creates a sub-organization under the current
organization and sets the specified attributes.
- createSubOrganizationalUnits(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Creates sub-organizational units.
- createSubOrganizationalUnits(Map) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Creates sub-organizational units and initializes their attributes.
- createSubOrganizations(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Creates sub-organizations.
- createSubOrganizations(Map) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Creates sub-organizations and initializes their attributes.
- createSubPeopleContainers(Set) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Creates sub people containers in this people container.
- createSubPeopleContainers(Map) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Creates sub people containers and initializes their attributes.
- createSubTransactionIdValue() - Static method in class org.forgerock.openam.audit.context.AuditRequestContext
-
Creates a sub transaction id from the transaction id of the current
thread, for propagation to another process.
- createSubtreeEvaluationMBean(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.policy.FORGEROCK_OPENAM_POLICY_MIB
-
Factory method for "SubtreeEvaluation" group MBean.
- createSubtreeEvaluationMBean(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.policy.FORGEROCK_OPENAM_POLICY_MIBImpl
-
Factory method for "SubtreeEvaluation" MBean.
- createSubtreeEvaluationMetaNode(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.policy.FORGEROCK_OPENAM_POLICY_MIB
-
Factory method for "SubtreeEvaluation" group metadata class.
- createSubtreeTimingMBean(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.policy.FORGEROCK_OPENAM_POLICY_MIB
-
Factory method for "SubtreeTiming" group MBean.
- createSubtreeTimingMBean(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.policy.FORGEROCK_OPENAM_POLICY_MIBImpl
-
Factory method for "SubtreeTiming" MBean.
- createSubtreeTimingMetaNode(String, String, ObjectName, MBeanServer) - Method in class org.forgerock.openam.monitoring.policy.FORGEROCK_OPENAM_POLICY_MIB
-
Factory method for "SubtreeTiming" group metadata class.
- createSuperAdminSubject() - Static method in class com.sun.identity.entitlement.opensso.SubjectUtils
-
- createSupportingTokensElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of SupportingTokensElement
- createSurNameElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of SurNameElement
- createSurNameElement(String) - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of SurNameElement
- createSymmetricBindingElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of SymmetricBindingElement
- createTarget() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createTarget(Target) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- CreateTask - Class in org.forgerock.openam.sm.datalayer.impl.tasks
-
Responsible for creating a Token in persistence layer.
- CreateTask(Token, Options, ResultHandler<Token, ?>) - Constructor for class org.forgerock.openam.sm.datalayer.impl.tasks.CreateTask
-
- createTelephoneNumberElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of TelephoneNumberElement
- createTelephoneNumberElement(String) - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of TelephoneNumberElement
- createTemplate(int, String, Map) - Method in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Creates a Template with no priority for the given service associated with
this AMObject.
- createTemplate(int, String, Map, int) - Method in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Creates a Template with a priority for the given service associated with
this AMObject.
- createTemplate() - Method in class org.forgerock.openam.core.rest.sms.SmsResourceProvider
-
Creates json response with attribute defaults when the service has global or default/realm schema.
- createTemplate() - Method in class org.forgerock.openam.core.rest.sms.SmsSingletonProvider
-
Enriches the json response received from the super class with dynamic attribute defaults.
- createThreadPool(int, int, long, TimeUnit, BlockingQueue<Runnable>, String) - Method in interface org.forgerock.openam.audit.context.AMExecutorServiceFactory
-
Generates a ThreadPoolExecutor with the provided values, and registers that executor as listening for
shutdown messages.
- createThreadPool(int, int, long, TimeUnit, BlockingQueue<Runnable>, String) - Method in class org.forgerock.openam.audit.context.AuditRequestContextPropagatingExecutorServiceFactory
-
- createThreads(int) - Method in class com.iplanet.am.util.ThreadPool
-
Create thread for the pool.
- createTimestampElement() - Method in class com.sun.identity.wsfederation.jaxb.wsu.ObjectFactory
-
Create an instance of TimestampElement
- createTimestampType() - Method in class com.sun.identity.wsfederation.jaxb.wsu.ObjectFactory
-
Create an instance of TimestampType
- createToElement() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.ObjectFactory
-
Create an instance of ToElement
- createToken(Subject, JSONObject) - Method in interface com.sun.identity.coretoken.spi.CoreTokenStore
-
Creates a token.
- createToken(Subject, JSONObject) - Method in class com.sun.identity.coretoken.spi.OpenSSOCoreTokenStore
-
- createToken(String, String) - Method in class com.sun.identity.log.spi.DefaultTokenProvider
-
Return Object
Given paramers are not used.
- createToken(String, String) - Method in interface com.sun.identity.log.spi.ITokenProvider
-
Return Object with given user name and password
- createToken(String, String) - Method in class com.sun.identity.log.spi.SSOTokenProvider
-
Return SSOToken that is casted to Object
Given parameters are used to get SSOToken.
- createToken(String, String) - Static method in class com.sun.identity.log.spi.Token
-
Generates internal token given a name.
- createToken(HttpHeaders, HttpServletRequest, String) - Method in class com.sun.identity.rest.CoreTokenResource
-
Creates a token.
- createToken(Node) - Static method in class com.sun.identity.wsfederation.profile.RequestedSecurityTokenFactory
-
Creates a RequestedSecurityToken based on the supplied DOM Node.
- createToken(RestTokenProviderParameters<OpenIdConnectTokenCreationState>) - Method in class org.forgerock.openam.sts.rest.token.provider.oidc.RestOpenIdConnectTokenProvider
-
- createToken(RestTokenProviderParameters<T>) - Method in interface org.forgerock.openam.sts.rest.token.provider.RestTokenProvider
-
Creates a token using the specified RestTokenProviderParameters
- createToken(RestTokenProviderParameters<Saml2TokenCreationState>) - Method in class org.forgerock.openam.sts.rest.token.provider.saml.RestSamlTokenProvider
-
- createToken(TokenProviderParameters) - Method in class org.forgerock.openam.sts.soap.token.provider.oidc.SoapOpenIdConnectTokenProvider
-
- createToken(TokenProviderParameters) - Method in class org.forgerock.openam.sts.soap.token.provider.saml2.SoapSamlTokenProvider
-
- createTokenAssertionType() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of TokenAssertionType
- createTokenEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Long) - Method in class org.forgerock.openam.monitoring.cts.TableTokenTable
-
Factory method for "TokenEntry" entry MBean class.
- createTokenEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class org.forgerock.openam.monitoring.cts.TokenTableMeta
-
Factory method for "TokenEntry" entry metadata class.
- createTokenIssuerEndpointElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of TokenIssuerEndpointElement
- createTokenIssuerNameElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of TokenIssuerNameElement
- createTokenKeyInfoType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of TokenKeyInfoType
- createTokenKeyTransferKeyInfoElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of TokenKeyTransferKeyInfoElement
- createTokenSigningKeyInfoElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of TokenSigningKeyInfoElement
- createTokenTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoringMeta
-
Factory method for "TokenTable" table metadata class.
- createTokenType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of TokenType
- createTokenTypesOfferedElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of TokenTypesOfferedElement
- createTokenTypesOfferedType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of TokenTypesOfferedType
- createTopOrganization(String, Map) - Method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Bootstraps the Organization tree by creating the Top Organization tree.
- createTransformationParametersElement() - Method in class com.sun.identity.wsfederation.jaxb.wsse.ObjectFactory
-
Create an instance of TransformationParametersElement
- createTransformationParametersType() - Method in class com.sun.identity.wsfederation.jaxb.wsse.ObjectFactory
-
Create an instance of TransformationParametersType
- createTransformElement() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of TransformElement
- createTransformElement() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of TransformElement
- createTransformsElement() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of TransformsElement
- createTransformsElement() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of TransformsElement
- createTransformsType() - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Create an instance of TransformsType
- createTransformsType() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of TransformsType
- createTransformsType() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of TransformsType
- createTransformType() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of TransformType
- createTransformType() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of TransformType
- createTransformTypeXPath() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of TransformTypeXPath
- createTransformTypeXPath(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of TransformTypeXPath
- createTransformTypeXPath() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of TransformTypeXPath
- createTransformTypeXPath(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of TransformTypeXPath
- createTransportBindingElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of TransportBindingElement
- createTransportTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of TransportTokenElement
- createTree(String, Debug) - Static method in class com.sun.identity.sm.flatfile.SMSFlatFileTreeNode
-
Creates directory tree from a XML.
- createTripleDesElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of TripleDesElement
- createTripleDesRsa15Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of TripleDesRsa15Element
- createTripleDesSha256Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of TripleDesSha256Element
- createTripleDesSha256Rsa15Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of TripleDesSha256Rsa15Element
- createTrust10Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of Trust10Element
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ActionElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ActionTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AdviceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AdviceTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionIDRefElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionURIRefElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeStatementElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeStatementTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeValueElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AudienceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AudienceRestrictionElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AudienceRestrictionTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthenticatingAuthorityElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextClassRefElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextDeclElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextDeclRefElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthzDecisionStatementElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthzDecisionStatementTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.BaseIDAbstractTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.BaseIDElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionAbstractTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionsElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionsTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EncryptedAssertionElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EncryptedAttributeElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EncryptedElementTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EncryptedIDElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EvidenceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EvidenceTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.IssuerElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.KeyInfoConfirmationDataTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.NameIDElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.NameIDTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.OneTimeUseElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.OneTimeUseTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ProxyRestrictionElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ProxyRestrictionTypeImpl
-
- createUnmarshaller() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.DefaultJAXBContextImpl
-
Create an Unmarshaller object that can be used to convert XML
data into a java content-tree.
- createUnmarshaller(String, String, UnmarshallingContext) - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.GrammarInfo
-
Creates an unmarshaller that can unmarshal a given element.
- createUnmarshaller(String, String, UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.GrammarInfoImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallableObject
-
Creates an unmarshaller that will unmarshall this object.
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.StatementAbstractTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.StatementElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationDataElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationDataTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AffiliationConfigElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeAuthorityConfigElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeQueryConfigElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AuthnAuthorityConfigElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.BaseConfigTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.EntityConfigElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.EntityConfigTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.IDPSSOConfigElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.PDPConfigElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.SPSSOConfigElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.ValueElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.XACMLAuthzDecisionQueryConfigElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.XACMLPDPConfigElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AdditionalMetadataLocationElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AdditionalMetadataLocationTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliateMemberElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ArtifactResolutionServiceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AssertionConsumerServiceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AssertionIDRequestServiceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeAuthorityDescriptorElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeAuthorityDescriptorTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeProfileElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeServiceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeServiceTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AuthnAuthorityDescriptorElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AuthnAuthorityDescriptorTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AuthnQueryServiceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AuthzServiceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.CompanyElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ContactPersonElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ContactTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EmailAddressElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EncryptionMethodElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EndpointTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntitiesDescriptorElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntitiesDescriptorTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ExtensionsElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ExtensionsTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.GivenNameElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IndexedEndpointTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.KeyDescriptorElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.KeyDescriptorTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.LocalizedNameTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.LocalizedURITypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ManageNameIDServiceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.NameIDFormatElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.NameIDMappingServiceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationDisplayNameElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationNameElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationURLElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.PDPDescriptorElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.PDPDescriptorTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.QueryDescriptorElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.QueryDescriptorTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RequestedAttributeElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RequestedAttributeTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ServiceDescriptionElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ServiceNameElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SingleLogoutServiceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SingleSignOnServiceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SSODescriptorTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SurNameElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.TelephoneNumberElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLAuthzDecisionQueryDescriptorElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLAuthzDecisionQueryDescriptorTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLAuthzServiceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLPDPDescriptorElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLPDPDescriptorTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadataattr.impl.EntityAttributesElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadataattr.impl.EntityAttributesTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.ActionNamespaceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.AttributeQueryDescriptorElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.AttributeQueryDescriptorTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.AuthnQueryDescriptorTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.AuthzDecisionQueryDescriptorTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.QueryDescriptorTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.metadataidpdiscovery.impl.DiscoveryResponseElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.schema.impl.AnyTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl.KANonceImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl.OriginatorKeyInfoImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl.RecipientKeyInfoImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherDataElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherDataTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherReferenceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherReferenceTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedDataElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedDataTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedKeyElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedKeyTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl.KeySizeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl.OAEPparamsImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertiesElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertiesTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListTypeImpl.DataReferenceImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListTypeImpl.KeyReferenceImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.TransformsTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.CanonicalizationMethodElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.CanonicalizationMethodTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DigestMethodElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DigestMethodTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DigestValueElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DSAKeyValueElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyInfoElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyInfoTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyNameElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyValueElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyValueTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ManifestElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ManifestTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.MgmtDataElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ObjectElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ObjectTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.PGPDataElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.PGPDataTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ReferenceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RetrievalMethodElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RetrievalMethodTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RSAKeyValueElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RSAKeyValueTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureMethodElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureMethodTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureMethodTypeImpl.HMACOutputLengthImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertiesElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertiesTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertyElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertyTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureValueElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureValueTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignedInfoElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignedInfoTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SPKIDataElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SPKIDataTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SPKIDataTypeImpl.SPKISexpImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformsElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformsTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformTypeImpl.XPathImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509CertificateImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509CRLImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509IssuerSerialImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509SKIImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509SubjectNameImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509IssuerSerialTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.AttributeElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.AttributeTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.BaseConfigTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.FederationConfigElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.FederationConfigTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.IDPSSOConfigElementImpl
-
- createUnmarshaller() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.DefaultJAXBContextImpl
-
Create an Unmarshaller object that can be used to convert XML
data into a java content-tree.
- createUnmarshaller(String, String, UnmarshallingContext) - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.GrammarInfo
-
Creates an unmarshaller that can unmarshal a given element.
- createUnmarshaller(String, String, UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.GrammarInfoImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallableObject
-
Creates an unmarshaller that will unmarshall this object.
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.SPSSOConfigElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.ValueElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ActionElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.AttributedQNameTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.AttributedUnsignedLongTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.AttributedURITypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.EndpointReferenceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.EndpointReferenceTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.FaultToElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.FromElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.MessageIDElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.MetadataElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.MetadataTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ProblemActionElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ProblemActionTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ProblemHeaderQNameElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ProblemIRIElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ReferenceParametersElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ReferenceParametersTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.RelatesToElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.RelatesToTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ReplyToElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.RetryAfterElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ToElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AdditionalContextProcessedElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AssertionTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AttributeExtensibleStringImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AttributeExtensibleURIImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AttributeServiceEndpointElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AuthenticationTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AutomaticPseudonymsElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClaimTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClientPseudonymElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClientPseudonymTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.DescriptionTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.DisplayNameTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationIDElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationMetadataElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationMetadataHandlerElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationMetadataHandlerTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationMetadataTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FilterPseudonymsElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FilterPseudonymsTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FreshnessElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FreshnessImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuerNamesOfferedElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuerNamesOfferedTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuerNameTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuesSpecificPolicyFaultElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ProofTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ProofTokenTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymBasisElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymBasisTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PsuedonymServiceEndpointElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RealmElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceDigestTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceToken11ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceTokenTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RelativeToElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RelativeToTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestProofTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestProofTokenTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestPseudonymElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestPseudonymTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequireBearerTokensElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequireReferenceTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequiresGenericClaimDialectElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequireSharedCookiesElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequireSignedTokensElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SecurityTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SecurityTokenTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutBasisTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SingleSignOutNotificationEndpointElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SingleSignOutSubscriptionEndpointElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenIssuerEndpointElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenIssuerNameElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenKeyInfoTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenKeyTransferKeyInfoElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenSigningKeyInfoElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenTypesOfferedElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenTypesOfferedTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.UriNamedClaimTypesOfferedElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.UriNamedClaimTypesOfferedTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.WebBindingElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.AllElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.AppliesToElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.AppliesToTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.ExactlyOneElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.OperatorContentTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyAttachmentElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyAttachmentTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyReferenceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyReferenceTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.AttributedStringImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.BinarySecurityTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.BinarySecurityTokenTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.EmbeddedElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.EmbeddedTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.EncodedStringImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.KeyIdentifierElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.KeyIdentifierTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.NonceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.PasswordElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.PasswordStringImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.ReferenceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.ReferenceTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityHeaderTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityTokenReferenceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityTokenReferenceTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.TransformationParametersElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.TransformationParametersTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.UsernameTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.UsernameTokenTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.AbsXPathElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.AlgorithmSuiteElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.AsymmetricBindingElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic128ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic128Rsa15ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic128Sha256ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic128Sha256Rsa15ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic192ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic192Rsa15ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic192Sha256ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic192Sha256Rsa15ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic256ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic256Rsa15ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic256Sha256ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic256Sha256Rsa15ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.BootstrapPolicyElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EmptyTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptBeforeSigningElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptedElementsElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptedPartsElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptionTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptSignatureElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EndorsingEncryptedSupportingTokensElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EndorsingSupportingTokensElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HashPasswordElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HeaderTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HttpBasicAuthenticationElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HttpDigestAuthenticationElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HttpsTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.IncludeTimestampElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.InclusiveC14NElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.InitiatorEncryptionTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.InitiatorSignatureTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.InitiatorTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.IssuedTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.IssuedTokenTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.KerberosTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.LaxElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.LaxTsFirstElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.LaxTsLastElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.LayoutElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportClientChallengeElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportIssuedTokensElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefEmbeddedTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefEncryptedKeyElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefExternalURIElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefIssuerSerialElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefKeyIdentifierElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefThumbprintElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportServerChallengeElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.NestedPolicyTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.NoPasswordElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.OnlySignEntireHeadersAndBodyElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.ProtectionTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.ProtectTokensElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.QNameAssertionTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RecipientEncryptionTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RecipientSignatureTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RecipientTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RelTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequestSecurityTokenTemplateTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireClientCertificateElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireClientEntropyElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequiredElementsElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireDerivedKeysElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireEmbeddedTokenReferenceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireExplicitDerivedKeysElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireExternalReferenceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireExternalUriReferenceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireImplicitDerivedKeysElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireInternalReferenceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireIssuerSerialReferenceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireKeyIdentifierReferenceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireRequestSecurityTokenCollectionElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireServerEntropyElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireSignatureConfirmationElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireThumbprintReferenceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SamlTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SC200502SecurityContextTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SecureConversationTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SecureConversationTokenTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SecurityContextTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SePartsTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SerElementsTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignatureTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedElementsElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedEncryptedSupportingTokensElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedEndorsingEncryptedSupportingTokensElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedEndorsingSupportingTokensElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedPartsElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedSupportingTokensElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SOAPNormalization10ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SpnegoContextTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SpnegoContextTokenTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.StrictElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.STRTransform10ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SupportingTokensElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SymmetricBindingElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TokenAssertionTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TransportBindingElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TransportTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TripleDesElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TripleDesRsa15ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TripleDesSha256ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TripleDesSha256Rsa15ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Trust10ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.UsernameTokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Wss10ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Wss11ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssGssKerberosV5ApReqToken11ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssKerberosV5ApReqToken11ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssRelV10Token10ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssRelV10Token11ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssRelV20Token10ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssRelV20Token11ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssSamlV11Token10ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssSamlV11Token11ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssSamlV20Token11ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssUsernameToken10ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssUsernameToken11ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509Pkcs7Token10ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509Pkcs7Token11ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509PkiPathV1Token10ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509PkiPathV1Token11ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509V1Token11ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509V3Token10ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509V3Token11ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.X509TokenElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.XPath10ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.XPathFilter20ElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.AttributedDateTimeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.AttributedURIImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.CreatedElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.ExpiresElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.TimestampElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.TimestampTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.CanonicalizationMethodElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.CanonicalizationMethodTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DigestMethodElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DigestMethodTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DigestValueElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DSAKeyValueElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyInfoElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyInfoTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyNameElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyValueElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyValueTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ManifestElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ManifestTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.MgmtDataElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ObjectElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ObjectTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.PGPDataElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.PGPDataTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ReferenceElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RetrievalMethodElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RetrievalMethodTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RSAKeyValueElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RSAKeyValueTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureMethodElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureMethodTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureMethodTypeImpl.HMACOutputLengthImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertiesElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertiesTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertyElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertyTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureValueElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureValueTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignedInfoElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignedInfoTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SPKIDataElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SPKIDataTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SPKIDataTypeImpl.SPKISexpImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformsElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformsTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformTypeImpl.XPathImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataElementImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509CertificateImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509CRLImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509IssuerSerialImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509SKIImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509SubjectNameImpl
-
- createUnmarshaller(UnmarshallingContext) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509IssuerSerialTypeImpl
-
- createUpdateKrb5ConfigFile() - Method in class com.sun.identity.authentication.modules.windowsdesktopsso.WindowsDesktopSSO
-
- createUriNamedClaimTypesOfferedElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of UriNamedClaimTypesOfferedElement
- createUriNamedClaimTypesOfferedType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of UriNamedClaimTypesOfferedType
- createURLStreamHandler(String) - Method in class com.sun.identity.protocol.AMURLStreamHandlerFactory
-
Returns configured https protocol handler.
- createUser(String, Map, Map) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Create user and initializes the attributes.
- createUser(String, Map, Map) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Create user and initializes the attributes.
- createUser(String, Map<String, Set<String>>) - Method in interface com.sun.identity.idm.plugins.database.DaoInterface
-
- createUser(String, Map<String, Set<String>>) - Method in class com.sun.identity.idm.plugins.database.JdbcSimpleUserDao
-
- createUserIdentity(String, Map, Set) - Method in class com.sun.identity.authentication.service.LoginState
-
Creates AMIdentity in the repository.
- createUsernameTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsse.ObjectFactory
-
Create an instance of UsernameTokenElement
- createUsernameTokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of UsernameTokenElement
- createUsernameTokenType() - Method in class com.sun.identity.wsfederation.jaxb.wsse.ObjectFactory
-
Create an instance of UsernameTokenType
- createUsers(Set) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Creates users in this organization.
- createUsers(Map) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Creates users and initializes their attributes.
- createUsers(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Creates users and initializes their attributes.
- createUsers(Map) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Creates users and initializes their attributes.For each user the, object
classes specified by organization type attribute
iplanet-am-required-services of the service
iPlanetAMAdminConsoleService template are added.
- createUsers(Set) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Creates users in this people container.
- createUsers(Map) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Creates users and initializes their attributes.
- createUsers(Map, Set) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Creates users and initializes their attributes.
- createValidator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.DefaultJAXBContextImpl
-
Create a Validator object that can be used to validate a
java content-tree.
- createValidator() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.DefaultJAXBContextImpl
-
Create a Validator object that can be used to validate a
java content-tree.
- createValueElement() - Method in class com.sun.identity.saml2.jaxb.entityconfig.ObjectFactory
-
Create an instance of ValueElement
- createValueElement(String) - Method in class com.sun.identity.saml2.jaxb.entityconfig.ObjectFactory
-
Create an instance of ValueElement
- createValueElement() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.ObjectFactory
-
Create an instance of ValueElement
- createValueElement(String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.ObjectFactory
-
Create an instance of ValueElement
- createVariableDefinition() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createVariableDefinition(VariableDefinition) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createVariableReference() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createVariableReference(VariableReference) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createVersion() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createVersionMatch() - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- createWebBindingElement() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Create an instance of WebBindingElement
- createWriter(Writer, String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.MarshallerImpl
-
- createWriter(Writer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.MarshallerImpl
-
- createWriter(OutputStream) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.MarshallerImpl
-
- createWriter(OutputStream, String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.MarshallerImpl
-
- createWriter(Writer, String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.MarshallerImpl
-
- createWriter(Writer) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.MarshallerImpl
-
- createWriter(OutputStream) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.MarshallerImpl
-
- createWriter(OutputStream, String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.MarshallerImpl
-
- CreateWSFedMetaDataTemplate - Class in com.sun.identity.workflow
-
Create WS Federation Meta Template.
- createWss10Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of Wss10Element
- createWss11Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of Wss11Element
- createWssGssKerberosV5ApReqToken11Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of WssGssKerberosV5ApReqToken11Element
- createWssKerberosV5ApReqToken11Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of WssKerberosV5ApReqToken11Element
- createWssRelV10Token10Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of WssRelV10Token10Element
- createWssRelV10Token11Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of WssRelV10Token11Element
- createWssRelV20Token10Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of WssRelV20Token10Element
- createWssRelV20Token11Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of WssRelV20Token11Element
- createWssSamlV11Token10Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of WssSamlV11Token10Element
- createWssSamlV11Token11Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of WssSamlV11Token11Element
- createWssSamlV20Token11Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of WssSamlV20Token11Element
- createWssUsernameToken10Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of WssUsernameToken10Element
- createWssUsernameToken11Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of WssUsernameToken11Element
- createWssX509Pkcs7Token10Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of WssX509Pkcs7Token10Element
- createWssX509Pkcs7Token11Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of WssX509Pkcs7Token11Element
- createWssX509PkiPathV1Token10Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of WssX509PkiPathV1Token10Element
- createWssX509PkiPathV1Token11Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of WssX509PkiPathV1Token11Element
- createWssX509V1Token11Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of WssX509V1Token11Element
- createWssX509V3Token10Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of WssX509V3Token10Element
- createWssX509V3Token11Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of WssX509V3Token11Element
- createX509DataElement() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of X509DataElement
- createX509DataElement() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of X509DataElement
- createX509DataType() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of X509DataType
- createX509DataType() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of X509DataType
- createX509DataTypeX509Certificate() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of X509DataTypeX509Certificate
- createX509DataTypeX509Certificate(byte[]) - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of X509DataTypeX509Certificate
- createX509DataTypeX509Certificate() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of X509DataTypeX509Certificate
- createX509DataTypeX509Certificate(byte[]) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of X509DataTypeX509Certificate
- createX509DataTypeX509CRL() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of X509DataTypeX509CRL
- createX509DataTypeX509CRL(byte[]) - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of X509DataTypeX509CRL
- createX509DataTypeX509CRL() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of X509DataTypeX509CRL
- createX509DataTypeX509CRL(byte[]) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of X509DataTypeX509CRL
- createX509DataTypeX509IssuerSerial() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of X509DataTypeX509IssuerSerial
- createX509DataTypeX509IssuerSerial() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of X509DataTypeX509IssuerSerial
- createX509DataTypeX509SKI() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of X509DataTypeX509SKI
- createX509DataTypeX509SKI(byte[]) - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of X509DataTypeX509SKI
- createX509DataTypeX509SKI() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of X509DataTypeX509SKI
- createX509DataTypeX509SKI(byte[]) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of X509DataTypeX509SKI
- createX509DataTypeX509SubjectName() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of X509DataTypeX509SubjectName
- createX509DataTypeX509SubjectName(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of X509DataTypeX509SubjectName
- createX509DataTypeX509SubjectName() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of X509DataTypeX509SubjectName
- createX509DataTypeX509SubjectName(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of X509DataTypeX509SubjectName
- createX509IssuerSerialType() - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Create an instance of X509IssuerSerialType
- createX509IssuerSerialType() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Create an instance of X509IssuerSerialType
- createX509TokenElement() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of X509TokenElement
- CreateXACML - Class in com.sun.identity.cli.entitlement
-
Converts access policies read from XACML XML into Entitlement Framework Privileges
and then imports these into the specified realm.
- CreateXACML() - Constructor for class com.sun.identity.cli.entitlement.CreateXACML
-
- createXACMLAuthzDecisionQuery() - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of XACMLAuthzDecisionQuery.
- createXACMLAuthzDecisionQuery(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of XACMLAuthzDecisionQuery.
- createXACMLAuthzDecisionQuery(String) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of XACMLAuthzDecisionQuery.
- createXACMLAuthzDecisionQueryConfigElement() - Method in class com.sun.identity.saml2.jaxb.entityconfig.ObjectFactory
-
Create an instance of XACMLAuthzDecisionQueryConfigElement
- createXACMLAuthzDecisionQueryDescriptorElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of XACMLAuthzDecisionQueryDescriptorElement
- createXACMLAuthzDecisionQueryDescriptorType() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of XACMLAuthzDecisionQueryDescriptorType
- createXACMLAuthzDecisionStatement() - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of XACMLAuthzDecisionStatement.
- createXACMLAuthzDecisionStatement(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of XACMLAuthzDecisionStatement.
- createXACMLAuthzDecisionStatement(String) - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of XACMLAuthzDecisionStatement.
- createXACMLAuthzServiceElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of XACMLAuthzServiceElement
- createXACMLPDPConfigElement() - Method in class com.sun.identity.saml2.jaxb.entityconfig.ObjectFactory
-
Create an instance of XACMLPDPConfigElement
- createXACMLPDPDescriptorElement() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of XACMLPDPDescriptorElement
- createXACMLPDPDescriptorType() - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Create an instance of XACMLPDPDescriptorType
- createXMLErrorString() - Method in class com.sun.identity.authentication.server.AuthXMLResponse
-
Returns error XML string
- CreateXmlTree - Class in com.iplanet.services.util
-
- CreateXmlTree() - Constructor for class com.iplanet.services.util.CreateXmlTree
-
- createXPath10Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of XPath10Element
- createXPathFilter20Element() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Create an instance of XPathFilter20Element
- createXPathVersion(String) - Method in class com.sun.identity.entitlement.xacml3.core.ObjectFactory
-
- CREATION_DATE_ATTRIBUTE - Static variable in class com.sun.identity.entitlement.Application
-
Creation date index key
- CREATION_DATE_ATTRIBUTE - Static variable in class com.sun.identity.entitlement.Privilege
-
Creation date index key
- CREATION_DATE_SEARCH_ATTRIBUTE - Static variable in class com.sun.identity.entitlement.Privilege
-
Creation date index key
- CreationTemplate - Class in com.iplanet.ums
-
Represents templates for creating objects in UMS.
- CreationTemplate() - Constructor for class com.iplanet.ums.CreationTemplate
-
Default constructor for deserialization
- CreationTemplate(String, AttrSet, AttrSet, ArrayList) - Constructor for class com.iplanet.ums.CreationTemplate
-
Creates a template with required and optional attributes.
- CreationTemplate(String, AttrSet, AttrSet, Class) - Constructor for class com.iplanet.ums.CreationTemplate
-
Creates a template with required and optional attributes.
- CreationTemplate(String, AttrSet, AttrSet) - Constructor for class com.iplanet.ums.CreationTemplate
-
Creates a template with required and optional attributes.
- creationtemplateMap - Static variable in class com.iplanet.am.sdk.AMCommonUtils
-
Deprecated.
- Credential(Element, Date) - Constructor for class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader.Credential
-
Constructor.
- CREDENTIALS - Static variable in class com.sun.identity.liberty.ws.disco.common.DiscoSDKUtils
-
Key for credentials.
- CREDENTIALS_OBJ - Static variable in class com.sun.identity.liberty.ws.disco.common.DiscoSDKUtils
-
Key for credential objects.
- CREST_VERSION_AGENTS_PROFILE_SERVICE - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
Used in context of a @Named annotation to identify the String identifying the version of targeted CREST services.
- CREST_VERSION_AUDIT_SERVICE - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
Used in context of a @Named annotation to identify the String identifying the version of targeted CREST services.
- CREST_VERSION_AUTHN_SERVICE - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
Used in context of a @Named annotation to identify the String identifying the version of targeted CREST services.
- CREST_VERSION_HEADER_KEY - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
The name of the CREST header identifying the version of a targeted service.
- CREST_VERSION_HEADER_KEY - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
The name of the CREST header identifying the version of a targeted service.
- CREST_VERSION_SESSION_SERVICE - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
Used in context of a @Named annotation to identify the String identifying the version of targeted CREST services.
- CREST_VERSION_SOAP_STS_PUBLISH_SERVICE - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
Used in context of a @Named annotation to identify the String identifying the version of targeted CREST services.
- CREST_VERSION_TOKEN_GEN_SERVICE - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
Used in context of a @Named annotation to identify the String identifying the version of targeted CREST services.
- CREST_VERSION_USERS_SERVICE - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
Used in context of a @Named annotation to identify the String identifying the version of targeted CREST services.
- CrestAuditorFactory - Class in org.forgerock.openam.rest.fluent
-
Factory for creation of CrestAuditor objects.
- CrestAuditorFactory(Debug, AuditEventPublisher, AuditEventFactory) - Constructor for class org.forgerock.openam.rest.fluent.CrestAuditorFactory
-
- CrestLoggingFilter - Class in org.forgerock.openam.rest.fluent
-
CREST Filter which will audit any requests that pass through it.
- CrestLoggingFilter(Debug, RestLog) - Constructor for class org.forgerock.openam.rest.fluent.CrestLoggingFilter
-
- CrestNoPathDetailsAuditor - Class in org.forgerock.openam.rest.fluent
-
The sole purpose of this class is to modify the audit event object just before it is logged such that there is no
reference to the session id in the http path.
- CrestPrivilegeAuthzModule - Class in org.forgerock.openam.rest.authz
-
A CREST authorization module for performing privilege checking,
PrivilegeAuthzModule for more detail.
- CrestPrivilegeAuthzModule(DelegationEvaluator, Map<String, PrivilegeDefinition>, DelegationPermissionFactory, CoreWrapper, SSOTokenManager) - Constructor for class org.forgerock.openam.rest.authz.CrestPrivilegeAuthzModule
-
- crestProtocolVersion(Context) - Static method in class org.forgerock.openam.rest.RestUtils
-
Get the CREST protocol version from the content.
- CrestQuery - Class in org.forgerock.openam.utils
-
This class was created to handle queries made via CREST that can provide either a _queryID (String) or a
_queryFilter (QueryFilter<JsonPointer>) to search for.
- CrestQuery(String) - Constructor for class org.forgerock.openam.utils.CrestQuery
-
Constructs a new CrestQuery instance with the specified query id.
- CrestQuery(QueryFilter<JsonPointer>) - Constructor for class org.forgerock.openam.utils.CrestQuery
-
Constructs a new CrestQuery instance with the specified query filter.
- CrestQuery(String, QueryFilter<JsonPointer>, List<JsonPointer>) - Constructor for class org.forgerock.openam.utils.CrestQuery
-
Constructs a new CrestQuery instance with the specified query filter.
- CrestQuery(String, QueryFilter<JsonPointer>, List<JsonPointer>, boolean) - Constructor for class org.forgerock.openam.utils.CrestQuery
-
Constructs a new CrestQuery instance with the specified query filter.
- CRL_CACHE_DIR_HOST - Static variable in interface com.sun.identity.shared.Constants
-
LDAP server host name for saml2 crl cache
- CRL_CACHE_DIR_PASSWD - Static variable in interface com.sun.identity.shared.Constants
-
LDAP Server bind password for saml2 crl cache
- CRL_CACHE_DIR_PORT - Static variable in interface com.sun.identity.shared.Constants
-
LDAP server port number for saml2 crl cache
- CRL_CACHE_DIR_SEARCH_ATTR - Static variable in interface com.sun.identity.shared.Constants
-
LDAP attribute name for searching crl entry
- CRL_CACHE_DIR_SEARCH_LOC - Static variable in interface com.sun.identity.shared.Constants
-
LDAP Server search base dn for saml2 crl cache
- CRL_CACHE_DIR_SSL_ENABLED - Static variable in interface com.sun.identity.shared.Constants
-
LDAP server ssl config for saml2 crl cache
- CRL_CACHE_DIR_USER - Static variable in interface com.sun.identity.shared.Constants
-
LDAP Server bind user name for saml2 crl cache
- CRLF - Static variable in class com.sun.identity.log.LogConstants
-
Defines CarriageReturn/LineFeed characters.
- CRLValidator - Class in com.sun.identity.security.cert
-
This interface is for CRLValidator that is representing
configued X509CRLValidator
- CRLValidator() - Constructor for class com.sun.identity.security.cert.CRLValidator
-
- Crypt - Class in com.iplanet.services.util
-
The class Crypt provides generic methods to encryt and decrypt
data.
- Crypt() - Constructor for class com.iplanet.services.util.Crypt
-
- cryptoContextType - Variable in class org.forgerock.openam.authentication.modules.oidc.JwtHandlerConfig
-
- cryptoContextValue - Variable in class org.forgerock.openam.authentication.modules.oidc.JwtHandlerConfig
-
- CsrfException - Exception in org.forgerock.oauth2.core.exceptions
-
Thrown when a CSRF attack is detected.
- CsrfException() - Constructor for exception org.forgerock.oauth2.core.exceptions.CsrfException
-
Constructs a new CsrfException.
- CsrfProtection - Class in org.forgerock.oauth2.core
-
This class provides methods for checking if a request is a part of a cross-site request forgery attack (CSRF).
- CsrfProtection(ResourceOwnerSessionValidator) - Constructor for class org.forgerock.oauth2.core.CsrfProtection
-
- css_ie5win - Static variable in class com.sun.identity.tools.logdoc.LogHtmlTemplate
-
css_ie5win.css
- css_ie6up - Static variable in class com.sun.identity.tools.logdoc.LogHtmlTemplate
-
css_ie6up.css
- css_ns4sol - Static variable in class com.sun.identity.tools.logdoc.LogHtmlTemplate
-
css_ns4sol.css
- css_ns4win - Static variable in class com.sun.identity.tools.logdoc.LogHtmlTemplate
-
css_ns4win.css
- css_ns6up - Static variable in class com.sun.identity.tools.logdoc.LogHtmlTemplate
-
css_ns6up.css
- CsvAuditEventHandlerFactory - Class in org.forgerock.openam.audit.events.handlers
-
This factory is responsible for creating an instance of the CsvAuditEventHandler.
- CsvAuditEventHandlerFactory() - Constructor for class org.forgerock.openam.audit.events.handlers.CsvAuditEventHandlerFactory
-
- CSVHelper - Class in org.forgerock.openam.cors.utils
-
Used to switch CSVs between Strings and Lists, while trimming spaces.
- CSVHelper() - Constructor for class org.forgerock.openam.cors.utils.CSVHelper
-
- csvStringToList(String, boolean) - Method in class org.forgerock.openam.cors.utils.CSVHelper
-
Converts a String with CSV values in it to a set of strings,
having trimmed any whitespace from the CSVs.
- CTS_ASYNC_DEBUG - Static variable in class org.forgerock.openam.cts.api.CoreTokenConstants
-
Debug instance name for the CTS Async processing.
- CTS_ASYNC_QUEUE_SIZE - Static variable in class org.forgerock.openam.cts.api.CoreTokenConstants
-
The size of each asynchronous work queue.
- CTS_ASYNC_QUEUE_TIMEOUT - Static variable in class org.forgerock.openam.cts.api.CoreTokenConstants
-
The maximum duration in seconds to wait whilst placing tasks on the asynchronous work queue.
- CTS_DEBUG - Static variable in class org.forgerock.openam.cts.api.CoreTokenConstants
-
Debug instance name for all CTS debugging.
- CTS_MONITOR_DEBUG - Static variable in class org.forgerock.openam.cts.api.CoreTokenConstants
-
Debug instance name for all CTS Monitor debugging
- CTS_REAPER_DEBUG - Static variable in class org.forgerock.openam.cts.api.CoreTokenConstants
-
Debug instance name for the CTS Reaper.
- CTS_ROOT_SUFFIX - Static variable in class org.forgerock.openam.cts.api.CoreTokenConstants
-
The fully qualified name of the suffix where the tokens will be created.
- CTS_SMS_CONFIGURATION - Static variable in class org.forgerock.openam.cts.api.CoreTokenConstants
-
- CTS_STORE_AFFINITY_ENABLED - Static variable in class org.forgerock.openam.cts.api.CoreTokenConstants
-
Enable/disable the OpenDJ SDK's affinity based load balancing feature.
- CTS_STORE_HOSTNAME - Static variable in class org.forgerock.openam.cts.api.CoreTokenConstants
-
Hostname where the CTS token store may be reached.
- CTS_STORE_LOCATION - Static variable in class org.forgerock.openam.cts.api.CoreTokenConstants
-
The CTS token store can be either embedded or external.
- CTS_STORE_MAX_CONNECTIONS - Static variable in class org.forgerock.openam.cts.api.CoreTokenConstants
-
Maximum number of connections to the token store.
- CTS_STORE_MAX_CONNECTIONS_DEFAULT - Static variable in class org.forgerock.openam.cts.api.CoreTokenConstants
-
Default maximum number of connections to the token store.
- CTS_STORE_PASSWORD - Static variable in class org.forgerock.openam.cts.api.CoreTokenConstants
-
Password for connecting to the token store.
- CTS_STORE_SSL_ENABLED - Static variable in class org.forgerock.openam.cts.api.CoreTokenConstants
-
Enable/disable SSL for the CTS token store connections.
- CTS_STORE_USERNAME - Static variable in class org.forgerock.openam.cts.api.CoreTokenConstants
-
Username for the token store connection.
- CTS_TOKEN_FIELD_STS_ID - Static variable in interface org.forgerock.openam.sts.tokengeneration.CTSTokenPersistence
-
- CTS_TOKEN_FIELD_STS_TOKEN_TYPE - Static variable in interface org.forgerock.openam.sts.tokengeneration.CTSTokenPersistence
-
- CTS_WORKER_POOL - Static variable in class org.forgerock.openam.cts.api.CoreTokenConstants
-
The name of the general purpose worker pool for the CTS.
- CTSAsyncConnectionModule - Class in org.forgerock.openam.cts.impl
-
- CTSAsyncConnectionModule() - Constructor for class org.forgerock.openam.cts.impl.CTSAsyncConnectionModule
-
- CTSAsyncConnectionModule - Class in org.openidentityplatform.openam.cassandra
-
- CTSAsyncConnectionModule() - Constructor for class org.openidentityplatform.openam.cassandra.CTSAsyncConnectionModule
-
- CTSBlacklist<T extends Blacklistable> - Class in org.forgerock.openam.blacklist
-
Entry blacklist that stores blacklisted entries in the CTS until they expire.
- CTSBlacklist(CTSPersistentStore, TokenType, ScheduledExecutorService, ThreadMonitor, WebtopNamingQuery, long, long) - Constructor for class org.forgerock.openam.blacklist.CTSBlacklist
-
- CtsConnectionFailureRate - Class in org.forgerock.openam.monitoring.cts
-
The class is used for implementing the "CtsConnectionFailureRate" group.
- CtsConnectionFailureRate(SnmpMib) - Constructor for class org.forgerock.openam.monitoring.cts.CtsConnectionFailureRate
-
Constructor for the "CtsConnectionFailureRate" group.
- CtsConnectionFailureRate(SnmpMib, MBeanServer) - Constructor for class org.forgerock.openam.monitoring.cts.CtsConnectionFailureRate
-
Constructor for the "CtsConnectionFailureRate" group.
- CtsConnectionFailureRateImpl - Class in org.forgerock.openam.monitoring.cts
-
Implementation of the endpoint created by the monitoring framework.
- CtsConnectionFailureRateImpl(SnmpMib) - Constructor for class org.forgerock.openam.monitoring.cts.CtsConnectionFailureRateImpl
-
Constructs an instance of the CtsConnectionFailureRateImpl
- CtsConnectionFailureRateMBean - Interface in org.forgerock.openam.monitoring.cts
-
This interface is used for representing the remote management interface for the "CtsConnectionFailureRate" MBean.
- CtsConnectionFailureRateMeta - Class in org.forgerock.openam.monitoring.cts
-
The class is used for representing SNMP metadata for the "CtsConnectionFailureRate" group.
- CtsConnectionFailureRateMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class org.forgerock.openam.monitoring.cts.CtsConnectionFailureRateMeta
-
Constructor for the metadata associated to "CtsConnectionFailureRate".
- CTSConnectionModule - Class in org.forgerock.openam.cts.impl
-
- CTSConnectionModule(Class<? extends TaskExecutor>, boolean) - Constructor for class org.forgerock.openam.cts.impl.CTSConnectionModule
-
- CTSConnectionModule() - Constructor for class org.forgerock.openam.cts.impl.CTSConnectionModule
-
- CTSConnectionModule - Class in org.openidentityplatform.openam.cassandra
-
- CTSConnectionModule(Class<? extends TaskExecutor>, boolean) - Constructor for class org.openidentityplatform.openam.cassandra.CTSConnectionModule
-
- CTSConnectionModule() - Constructor for class org.openidentityplatform.openam.cassandra.CTSConnectionModule
-
- CTSConnectionMonitoringStore - Interface in org.forgerock.openam.cts.monitoring
-
A data structure for storing monitoring information about CTS connections.
- CtsConnectionSuccessRate - Class in org.forgerock.openam.monitoring.cts
-
The class is used for implementing the "CtsConnectionSuccessRate" group.
- CtsConnectionSuccessRate(SnmpMib) - Constructor for class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRate
-
Constructor for the "CtsConnectionSuccessRate" group.
- CtsConnectionSuccessRate(SnmpMib, MBeanServer) - Constructor for class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRate
-
Constructor for the "CtsConnectionSuccessRate" group.
- CtsConnectionSuccessRateImpl - Class in org.forgerock.openam.monitoring.cts
-
Implementation of the endpoint created by the monitoring framework.
- CtsConnectionSuccessRateImpl(SnmpMib) - Constructor for class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRateImpl
-
Constructs an instance of the CtsConnectionSuccessRateImpl
- CtsConnectionSuccessRateMBean - Interface in org.forgerock.openam.monitoring.cts
-
This interface is used for representing the remote management interface for the "CtsConnectionSuccessRate" MBean.
- CtsConnectionSuccessRateMeta - Class in org.forgerock.openam.monitoring.cts
-
The class is used for representing SNMP metadata for the "CtsConnectionSuccessRate" group.
- CtsConnectionSuccessRateMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRateMeta
-
Constructor for the metadata associated to "CtsConnectionSuccessRate".
- CtsCRUDOperationsEntry - Class in org.forgerock.openam.monitoring.cts
-
The class is used for implementing the "CtsCRUDOperationsEntry" group.
- CtsCRUDOperationsEntry(SnmpMib) - Constructor for class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntry
-
Constructor for the "CtsCRUDOperationsEntry" group.
- CtsCRUDOperationsEntryImpl - Class in org.forgerock.openam.monitoring.cts
-
Implementation of the monitoring endpoints for CTS CRUDL operations (query and delete).
- CtsCRUDOperationsEntryImpl(SnmpMib, Debug) - Constructor for class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryImpl
-
Constructs an instance of the CtsCRUDOperationsEntryImpl.
- CtsCRUDOperationsEntryMBean - Interface in org.forgerock.openam.monitoring.cts
-
This interface is used for representing the remote management interface for the "CtsCRUDOperationsEntry" MBean.
- CtsCRUDOperationsEntryMeta - Class in org.forgerock.openam.monitoring.cts
-
The class is used for representing SNMP metadata for the "CtsCRUDOperationsEntry" group.
- CtsCRUDOperationsEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryMeta
-
Constructor for the metadata associated to "CtsCRUDOperationsEntry".
- CtsCRUDOperationsPerTokenTypeEntry - Class in org.forgerock.openam.monitoring.cts
-
The class is used for implementing the "CtsCRUDOperationsPerTokenTypeEntry" group.
- CtsCRUDOperationsPerTokenTypeEntry(SnmpMib) - Constructor for class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntry
-
Constructor for the "CtsCRUDOperationsPerTokenTypeEntry" group.
- CtsCRUDOperationsPerTokenTypeEntryImpl - Class in org.forgerock.openam.monitoring.cts
-
Implementation of the monitoring endpoints for CTS CRUDL operations (except query and delete)
for specific token type.
- CtsCRUDOperationsPerTokenTypeEntryImpl(SnmpMib, Debug) - Constructor for class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntryImpl
-
Constructs an instance of the CtsCRUDOperationsPerTokenTypeEntryImpl.
- CtsCRUDOperationsPerTokenTypeEntryMBean - Interface in org.forgerock.openam.monitoring.cts
-
This interface is used for representing the remote management interface for the "CtsCRUDOperationsPerTokenTypeEntry" MBean.
- CtsCRUDOperationsPerTokenTypeEntryMeta - Class in org.forgerock.openam.monitoring.cts
-
The class is used for representing SNMP metadata for the "CtsCRUDOperationsPerTokenTypeEntry" group.
- CtsCRUDOperationsPerTokenTypeEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntryMeta
-
Constructor for the metadata associated to "CtsCRUDOperationsPerTokenTypeEntry".
- CtsCRUDOperationsPerTokenTypeTable - Variable in class org.forgerock.openam.monitoring.cts.CtsMonitoring
-
Variable for storing the value of "CtsCRUDOperationsPerTokenTypeTable".
- CtsCRUDOperationsPerTokenTypeTableMeta - Class in org.forgerock.openam.monitoring.cts
-
The class is used for implementing the "CtsCRUDOperationsPerTokenTypeTable" group.
- CtsCRUDOperationsPerTokenTypeTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeTableMeta
-
Constructor for the table.
- CtsCRUDOperationsTable - Variable in class org.forgerock.openam.monitoring.cts.CtsMonitoring
-
Variable for storing the value of "CtsCRUDOperationsTable".
- CtsCRUDOperationsTableMeta - Class in org.forgerock.openam.monitoring.cts
-
The class is used for implementing the "CtsCRUDOperationsTable" group.
- CtsCRUDOperationsTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsTableMeta
-
Constructor for the table.
- CTSDataLayer - Class in com.sun.identity.sm.ldap
-
Protected Static Helper Accessor class to Access the protected SMDataLayer.
- CTSDataLayerConfiguration - Class in org.forgerock.openam.cts.impl
-
- CTSDataLayerConfiguration(String) - Constructor for class org.forgerock.openam.cts.impl.CTSDataLayerConfiguration
-
- CTSDJLDAPv3PersistentSearch - Class in org.forgerock.openam.sm.datalayer.impl.ldap
-
This class will execute persistent search request against the configured datastore.
- CTSDJLDAPv3PersistentSearch(int, DN, Filter, SearchScope, ConnectionFactory, String...) - Constructor for class org.forgerock.openam.sm.datalayer.impl.ldap.CTSDJLDAPv3PersistentSearch
-
Generate a new CTSDJLDAPv3PersistentSearch, providing the connection factory to use to produce
connections.
- CTSDJLDAPv3PersistentSearchBuilder - Class in org.forgerock.openam.sm.datalayer.impl.ldap
-
- CTSDJLDAPv3PersistentSearchBuilder(ConnectionFactory) - Constructor for class org.forgerock.openam.sm.datalayer.impl.ldap.CTSDJLDAPv3PersistentSearchBuilder
-
Generates a new builder.
- CtsMonitoring - Class in org.forgerock.openam.monitoring.cts
-
The class is used for implementing the "CtsMonitoring" group.
- CtsMonitoring(SnmpMib) - Constructor for class org.forgerock.openam.monitoring.cts.CtsMonitoring
-
Constructor for the "CtsMonitoring" group.
- CtsMonitoring(SnmpMib, MBeanServer) - Constructor for class org.forgerock.openam.monitoring.cts.CtsMonitoring
-
Constructor for the "CtsMonitoring" group.
- CtsMonitoringImpl<E extends Enum<E>,F extends Enum<F>> - Class in org.forgerock.openam.monitoring.cts
-
This class acts as the implementation of the root node of the monitoring tree structure
that is exposed by the monitoring service.
- CtsMonitoringImpl(SnmpMib, Class<E>, Class<F>) - Constructor for class org.forgerock.openam.monitoring.cts.CtsMonitoringImpl
-
Constructor with the MBeanServer not being set to null.
- CtsMonitoringMBean - Interface in org.forgerock.openam.monitoring.cts
-
This interface is used for representing the remote management interface for the "CtsMonitoring" MBean.
- CtsMonitoringMeta - Class in org.forgerock.openam.monitoring.cts
-
The class is used for representing SNMP metadata for the "CtsMonitoring" group.
- CtsMonitoringMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class org.forgerock.openam.monitoring.cts.CtsMonitoringMeta
-
Constructor for the metadata associated to "CtsMonitoring".
- CTSMonitoringStoreImpl - Class in org.forgerock.openam.cts.monitoring.impl
-
An implementation of the CTSOperationsMonitoringStore that stores the CTS monitoring information
in internal data structure based on the type of monitoring information being stored.
- CTSMonitoringStoreImpl(ExecutorService, TokenOperationsStore, ReaperMonitor, ConnectionStore, Debug) - Constructor for class org.forgerock.openam.cts.monitoring.impl.CTSMonitoringStoreImpl
-
Constructs an instance of the CTSMonitoringStoreImpl.
- CTSNotificationBroker - Class in org.forgerock.openam.notifications.integration.brokers
-
Uses the CTS to propagate notifications across an OpenAM cluster.
- CTSNotificationBroker(CTSPersistentStore, NotificationBroker, int, long, long, AMExecutorServiceFactory) - Constructor for class org.forgerock.openam.notifications.integration.brokers.CTSNotificationBroker
-
Constructs a new broker.
- CTSObjectMapperProvider - Class in org.forgerock.openam.core.guice
-
CTS Jackson Object Mapper.
- CTSObjectMapperProvider() - Constructor for class org.forgerock.openam.core.guice.CTSObjectMapperProvider
-
- CTSOperation - Enum in org.forgerock.openam.cts
-
An Enum which contains constants for each of the possible CTS operations.
- CTSOperationsMonitoringStore - Interface in org.forgerock.openam.cts.monitoring
-
A data structure for storing monitoring information about CTS operations.
- CTSOptions - Class in org.forgerock.openam.cts.api
-
Options are intended to provide guidance to the CTS as to how it should perform the requested
operation.
- CtsPersistenceOperationsDelegate - Class in org.forgerock.openam.cts.monitoring.impl.persistence
-
Used to query the CTS persistence store and return data to the monitoring service
- CtsPersistenceOperationsDelegate(CTSPersistentStore) - Constructor for class org.forgerock.openam.cts.monitoring.impl.persistence.CtsPersistenceOperationsDelegate
-
- CtsPersistenceOperationsMonitor - Class in org.forgerock.openam.cts.monitoring.impl.persistence
-
This acts to control the interaction between the exposed monitoring endpoints and the CTS persistence
store for queries based on a
TokenType
- CtsPersistenceOperationsMonitor(CtsPersistenceOperationsDelegate) - Constructor for class org.forgerock.openam.cts.monitoring.impl.persistence.CtsPersistenceOperationsMonitor
-
CtsPersistenceOperationsMonitor allows us to quickly query the CTS for information that we expose across
our monitoring services.
- CTSPersistentStore - Interface in org.forgerock.openam.cts
-
Core Token Service Persistent Store is responsible for the storage and retrieval of Tokens from a persistent store.
- CTSPersistentStoreImpl - Class in org.forgerock.openam.cts
-
Implementation of the CTS (Core Token Store) persistence layer.
- CTSPersistentStoreImpl(CoreTokenAdapter, Debug) - Constructor for class org.forgerock.openam.cts.CTSPersistentStoreImpl
-
Creates a default implementation of the CTSPersistentStoreImpl.
- CTSPersistentStoreProxy - Class in org.forgerock.openam.rest.router
-
A proxy implementation of the CTSPersistentStore, which delegates all its calls to the "real" implementation.
- CTSPersistentStoreProxy() - Constructor for class org.forgerock.openam.rest.router.CTSPersistentStoreProxy
-
- CTSQueryFilterVisitor - Class in org.forgerock.openam.cts.api.filter
-
A QueryFilterVisitor implementation that transforms CREST Query filters to CTS
attribute query filters.
- CTSQueryFilterVisitor() - Constructor for class org.forgerock.openam.cts.api.filter.CTSQueryFilterVisitor
-
- CTSQueueConfiguration - Class in org.forgerock.openam.cts.impl.queue.config
-
The CTS asynchronous feature has a number of configuration properties which allow an
administrator to size and adjust the asynchronous queue and queue processors.
- CTSQueueConfiguration(ConnectionConfigFactory, Debug) - Constructor for class org.forgerock.openam.cts.impl.queue.config.CTSQueueConfiguration
-
- CTSReaperMonitoringStore - Interface in org.forgerock.openam.cts.monitoring
-
A data structure for storing monitoring information about the CTS Reaper.
- CtsSessions - Class in org.forgerock.openam.monitoring.session
-
The class is used for implementing the "CtsSessions" group.
- CtsSessions(SnmpMib) - Constructor for class org.forgerock.openam.monitoring.session.CtsSessions
-
Constructor for the "CtsSessions" group.
- CtsSessions(SnmpMib, MBeanServer) - Constructor for class org.forgerock.openam.monitoring.session.CtsSessions
-
Constructor for the "CtsSessions" group.
- CtsSessionsImpl - Class in org.forgerock.openam.monitoring.session
-
Implementation for hooking the SNMP
CtsSessions class in to OpenAM to report on our stats.
- CtsSessionsImpl(CtsPersistenceOperationsMonitor, SnmpMib, SessionMonitoringStore) - Constructor for class org.forgerock.openam.monitoring.session.CtsSessionsImpl
-
- CtsSessionsMBean - Interface in org.forgerock.openam.monitoring.session
-
This interface is used for representing the remote management interface for the "CtsSessions" MBean.
- CtsSessionsMeta - Class in org.forgerock.openam.monitoring.session
-
The class is used for representing SNMP metadata for the "CtsSessions" group.
- CtsSessionsMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class org.forgerock.openam.monitoring.session.CtsSessionsMeta
-
Constructor for the metadata associated to "CtsSessions".
- ctsTokenIdGenerator - Variable in class org.forgerock.openam.sts.rest.token.canceller.RestOpenIdConnectIssuedTokenCanceller
-
- ctsTokenIdGenerator - Variable in class org.forgerock.openam.sts.rest.token.canceller.RestSAML2IssuedTokenCanceller
-
- ctsTokenIdGenerator - Variable in class org.forgerock.openam.sts.rest.token.validator.RestOpenIdConnectIssuedTokenValidator
-
- ctsTokenIdGenerator - Variable in class org.forgerock.openam.sts.rest.token.validator.RestSAML2IssuedTokenValidator
-
- ctsTokenIdGenerator - Variable in class org.forgerock.openam.sts.soap.token.validator.SimpleTokenValidatorBase
-
- CTSTokenIdGenerator - Interface in org.forgerock.openam.sts.token
-
STS-issued tokens which are persisted to the CTS require an identifier.
- CTSTokenIdGeneratorImpl - Class in org.forgerock.openam.sts.token
-
- CtsTokenOperationsEntry - Class in org.forgerock.openam.monitoring.cts
-
The class is used for implementing the "CtsTokenOperationsEntry" group.
- CtsTokenOperationsEntry(SnmpMib) - Constructor for class org.forgerock.openam.monitoring.cts.CtsTokenOperationsEntry
-
Constructor for the "CtsTokenOperationsEntry" group.
- CtsTokenOperationsEntryImpl - Class in org.forgerock.openam.monitoring.cts
-
This class represents those operations which only take a token type as the input.
- CtsTokenOperationsEntryImpl(SnmpMib, Debug, CtsPersistenceOperationsMonitor) - Constructor for class org.forgerock.openam.monitoring.cts.CtsTokenOperationsEntryImpl
-
Constructor allows us to pass in the CtsPersistenceOperationsMonitor as well as appropriate
debugger.
- CtsTokenOperationsEntryMBean - Interface in org.forgerock.openam.monitoring.cts
-
This interface is used for representing the remote management interface for the "CtsTokenOperationsEntry" MBean.
- CtsTokenOperationsEntryMeta - Class in org.forgerock.openam.monitoring.cts
-
The class is used for representing SNMP metadata for the "CtsTokenOperationsEntry" group.
- CtsTokenOperationsEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class org.forgerock.openam.monitoring.cts.CtsTokenOperationsEntryMeta
-
Constructor for the metadata associated to "CtsTokenOperationsEntry".
- CtsTokenOperationsTable - Variable in class org.forgerock.openam.monitoring.cts.CtsMonitoring
-
Variable for storing the value of "CtsTokenOperationsTable".
- CtsTokenOperationsTableMeta - Class in org.forgerock.openam.monitoring.cts
-
The class is used for implementing the "CtsTokenOperationsTable" group.
- CtsTokenOperationsTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class org.forgerock.openam.monitoring.cts.CtsTokenOperationsTableMeta
-
Constructor for the table.
- CTSTokenPersistence - Interface in org.forgerock.openam.sts.tokengeneration
-
An interface to encapsulate the concerns of persisting issued tokens to the CTS, and of retrieving persisted instances
(performed during token validate), and of removing persisted instances (performed during token cancellation).
- CTSTokenPersistenceException - Exception in org.forgerock.openam.sts
-
An instance of this exception is thrown for errors encountered during CTS token persistence
- CTSTokenPersistenceException(int, String) - Constructor for exception org.forgerock.openam.sts.CTSTokenPersistenceException
-
- CTSTokenPersistenceException(int, String, Throwable) - Constructor for exception org.forgerock.openam.sts.CTSTokenPersistenceException
-
- CTSTokenPersistenceImpl - Class in org.forgerock.openam.sts.tokengeneration
-
- CTSWorkerBaseProcess - Class in org.forgerock.openam.cts.worker.process
-
CTSWorkerProcess base class handling repeated steps such as paging through query results,
thread interruption and waiting for each page of results to be processed.
- CTSWorkerBaseProcess() - Constructor for class org.forgerock.openam.cts.worker.process.CTSWorkerBaseProcess
-
- CTSWorkerBaseQuery<C> - Class in org.forgerock.openam.cts.impl.query.worker.queries
-
Abstract class for the performing of queries related to the CTS Worker Framework.
- CTSWorkerBaseQuery(ConnectionFactory<C>) - Constructor for class org.forgerock.openam.cts.impl.query.worker.queries.CTSWorkerBaseQuery
-
- CTSWorkerConstants - Class in org.forgerock.openam.cts.impl.query.worker
-
- CTSWorkerDeleteProcess - Class in org.forgerock.openam.cts.worker.process
-
A process which defines the deletion of tokens returned from a CTS worker query, having applied the provided
filter to them.
- CTSWorkerDeleteProcess(CTSWorkerDeleteProcess.TokenDeletion, CTSReaperMonitoringStore, Debug) - Constructor for class org.forgerock.openam.cts.worker.process.CTSWorkerDeleteProcess
-
- CTSWorkerDeleteProcess.TokenDeletion - Class in org.forgerock.openam.cts.worker.process
-
Deletes batches of Token IDs from the persistence layer.
- CTSWorkerFilter - Interface in org.forgerock.openam.cts.worker
-
Interface defining how to filter a set of partial tokens, which have been returned from the data
layer in response to a query by a
CTSWorkerQuery.
- CTSWorkerManager - Class in org.forgerock.openam.cts.worker
-
Responsible for starting and when required restarting the CTS Worker and coordinating the required
dependencies.
- CTSWorkerPastExpiryDateQuery<C> - Class in org.forgerock.openam.cts.impl.query.worker.queries
-
A query that selects all CTS tokens whose expiry date field is prior to the current timestamp (e.g. who have
exceeded their maximum expiry time).
- CTSWorkerPastExpiryDateQuery(ConnectionFactory, QueryFactory, CoreTokenConfig) - Constructor for class org.forgerock.openam.cts.impl.query.worker.queries.CTSWorkerPastExpiryDateQuery
-
- CTSWorkerProcess - Interface in org.forgerock.openam.cts.worker
-
- CTSWorkerProcessGuiceModule - Class in org.forgerock.openam.cts.worker.process
-
Guice Module for configuring bindings for the CTS Work Process classes.
- CTSWorkerProcessGuiceModule() - Constructor for class org.forgerock.openam.cts.worker.process.CTSWorkerProcessGuiceModule
-
- CTSWorkerQuery - Interface in org.forgerock.openam.cts.impl.query.worker
-
Defines the ability to perform a paged query.
- CTSWorkerSelectAllFilter - Class in org.forgerock.openam.cts.worker.filter
-
Basic filter that will return all partial tokens passed in.
- CTSWorkerSelectAllFilter() - Constructor for class org.forgerock.openam.cts.worker.filter.CTSWorkerSelectAllFilter
-
- CTSWorkerTask - Class in org.forgerock.openam.cts.worker
-
Class defining the base elements of a CTS worker task which may be executed by the
CTSWorkerManager.
- CTSWorkerTask(CTSWorkerQuery, CTSWorkerProcess, CTSWorkerFilter, String) - Constructor for class org.forgerock.openam.cts.worker.CTSWorkerTask
-
Worker task constructor, requiring a query which selects elements to be processed,
a process defining the strategy for those elements, and a filter to remove elements to which the strategy
should not be applied.
- CTSWorkerTaskProvider - Class in org.forgerock.openam.cts.worker
-
Provides CTSWorkerTasks to be executed.
- CTSWorkerTaskProvider(Collection<CTSWorkerTask>) - Constructor for class org.forgerock.openam.cts.worker.CTSWorkerTaskProvider
-
Constructs a new ReaperTaskProvider which will supply the provided tasks to the
CTSWorkerManager service.
- CumulativeValResult - Class in com.sun.identity.install.tools.configurator
-
- CumulativeValResult() - Constructor for class com.sun.identity.install.tools.configurator.CumulativeValResult
-
- CumulativeValResult(boolean, HashMap) - Constructor for class com.sun.identity.install.tools.configurator.CumulativeValResult
-
- CURRENT_PLATFORM - Static variable in interface com.sun.identity.tools.bundles.SetupConstants
-
- currentConfig - Variable in class com.sun.identity.authentication.modules.datastore.DataStore
-
- currentConfig - Variable in class com.sun.identity.authentication.modules.hotp.HOTP
-
- currentConfig - Variable in class com.sun.identity.authentication.modules.ldap.LDAP
-
- currentEntityId - Variable in class com.sun.identity.federation.services.logout.FSPreLogoutHandler
-
- currentState - Variable in class com.sun.identity.authentication.spi.AMLoginModule
-
- currentTimeMillis() - Static method in enum org.forgerock.openam.utils.Time
-
Get the current time in milliseconds from the TimeService - this replaces
System.currentTimeMillis().
- currentUnixTime() - Static method in class org.forgerock.openam.utils.TimeUtils
-
Generates the current timestamp in Unix time format.
- currentYear - Variable in class com.sun.identity.config.util.TemplatedPage
-
- Custom() - Constructor for class org.forgerock.openam.oauth2.OAuth2Constants.Custom
-
- CUSTOM_CALLBACK - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- CUSTOM_CALLBACK_BEGIN - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- CUSTOM_CALLBACK_END - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- CUSTOM_DELEGATION_HANDLER_AM_SESSION_ID - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
For soap-sts instance which support token delegation (ActAs/OnBehalfOf elements), users have the option to publish
a soap-sts instance which specifies custom implementations of org.apache.cxf.sts.token.delegation.TokenDelegationHandler.
- CUSTOM_DELEGATION_HANDLER_INVALIDATE_AM_SESSION - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
For soap-sts instance which support token delegation (ActAs/OnBehalfOf elements), users have the option to publish
a soap-sts instance which specifies custom implementations of org.apache.cxf.sts.token.delegation.TokenDelegationHandler.
- CUSTOM_DELEGATION_TOKEN_HANDLERS - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
Corresponds to entries in propertySoapSecurityTokenService.xml and soapSTS.xml which specify custom
TokenDelegationHandler implementations which will validate token elements included as ActAs/OnBehalfOf elements
in a RST.
- CUSTOM_PORT_QNAME - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
Name of configuration key referencing a custom service port specified in a custom wsdl file.
- CUSTOM_SERVICE_QNAME - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
Name of configuration key referencing a custom service name specified in a custom wsdl file.
- CUSTOM_SOAP_STS_WSDL_FILE_INDICATOR - Static variable in class org.forgerock.openam.sts.soap.config.user.SoapDeploymentConfig
-
- CUSTOM_TOKEN - Static variable in class com.sun.identity.wss.security.WSSConstants
-
- CUSTOM_TOKEN_PROVIDERS - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
This field referenced in RestSTSInstanceConfig.CUSTOM_TOKEN_PROVIDERS It is the name of the key of the json
field referencing the set of custom token providers, which also matches the name of the AttributeSchema element
defined in restSTS.xml.
- CUSTOM_TOKEN_PROVIDERS - Static variable in class org.forgerock.openam.sts.rest.config.user.RestSTSInstanceConfig
-
- CUSTOM_TOKEN_TRANSFORMS - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
This field referenced in RestSTSInstanceConfig.CUSTOM_TOKEN_TRANSFORMS It is the name of the key of the json
field referencing the set of custom token translations, which also matches the name of the AttributeSchema
element defined in restSTS.xml.
- CUSTOM_TOKEN_TRANSFORMS - Static variable in class org.forgerock.openam.sts.rest.config.user.RestSTSInstanceConfig
-
- CUSTOM_TOKEN_VALIDATORS - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
This field referenced in RestSTSInstanceConfig.CUSTOM_TOKEN_VALIDATORS It is the name of the key of the json
field referencing the set of custom token validators, which also matches the name of the AttributeSchema
element defined in restSTS.xml.
- CUSTOM_TOKEN_VALIDATORS - Static variable in class org.forgerock.openam.sts.rest.config.user.RestSTSInstanceConfig
-
- CUSTOM_WSDL_FILE_INDICATOR - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
One of the possible selections defined in propertySoapSecurityTokenService.xml, under the
deployment-wsdl-location property, which allows the user to indicate that they wish to specify a custom wsdl
location.
- CUSTOM_WSDL_LOCATION - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
Name of configuration key referencing a custom wsdl file.
- customAdminToken - Static variable in class com.sun.identity.wss.provider.ProviderConfig
-
- customAdminToken - Static variable in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
- customAttributeMapperClassName(String) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
-
Sets the CustomAttributeMapper classname on the SAML2ConfigBuilder.
- customAttributeStatementsProviderClassName(String) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
-
Sets the CustomAttributeStatementsProvider classname on the SAML2ConfigBuilder.
- customAuthenticationContextMapperClass(String) - Method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig.OIDCIdTokenConfigBuilder
-
Sets a custom implementation of the org.forgerock.openam.sts.rest.token.provider.oidc.OpenIdConnectTokenAuthnContextMapper
interface, to be consulted when obtaining the optional acr claim to be included in issued OIDC tokens.
- customAuthenticationMethodReferencesMapperClass(String) - Method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig.OIDCIdTokenConfigBuilder
-
Sets a custom implementation of the org.forgerock.openam.sts.rest.token.provider.oidc.OpenIdConnectTokenAuthModeReferencesMapper
interface, to be consulted when obtaining the optional acr claim to be included in issued OIDC tokens.
- customAuthenticationStatementsProviderClassName(String) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
-
Sets the CustomAuthenticationStatementsProvider classname on the SAML2ConfigBuilder.
- customAuthNContextMapperClassName(String) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
-
Sets the CustomAuthNContextMapper classname on the SAML2ConfigBuilder.
- customAuthzDecisionStatementsProviderClassName(String) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
-
Sets the CustomAuthzDecisionStatementsProvider classname on the SAML2ConfigBuilder.
- customClaimMapperClass(String) - Method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig.OIDCIdTokenConfigBuilder
-
Sets a custom implementation of the org.forgerock.openam.sts.tokengeneration.oidc.OpenIdConnectTokenClaimMapper
interface, which will be referenced when performing the claim mapping for custom claims to be included in issued
OIDC tokens.
- customConditionsProviderClassName(String) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
-
Sets the CustomConditionsProvider classname on the SAML2ConfigBuilder.
- CustomDelegationHandlerWrapper - Class in org.forgerock.openam.sts.soap.token.delegation
-
If a published soap-sts instance supports OnBehalfOf/ActAs tokens (i.e. delegation relationships), then the associated
soap-sts configuration supports the ability to specify a custom org.apache.cxf.sts.token.delegation.TokenDelegationHandler
implementation(s) which are responsible for approving/validating the ActAs/OnBehalfOf token.
- CustomDelegationHandlerWrapper(TokenDelegationHandler, ThreadLocalAMTokenCache, boolean, Logger) - Constructor for class org.forgerock.openam.sts.soap.token.delegation.CustomDelegationHandlerWrapper
-
- CustomInstallDriver - Class in com.sun.identity.install.tools.configurator
-
- CustomInstallDriver() - Constructor for class com.sun.identity.install.tools.configurator.CustomInstallDriver
-
- CustomInstallHandler - Class in com.sun.identity.install.tools.handler
-
- CustomInstallHandler() - Constructor for class com.sun.identity.install.tools.handler.CustomInstallHandler
-
- CustomRestTokenProviderParameters - Interface in org.forgerock.openam.sts.rest.token.provider
-
A RestTokenProviderParameters subclass which adds additional state in support of custom RestTokenProvider implementations.
- CustomRestTokenProviderParametersImpl - Class in org.forgerock.openam.sts.rest.operation.translate
-
This is an implementation of the RestTokenProviderParameters specific for custom RestTokenProvider implementations.
- CustomRestTokenProviderParametersImpl(JsonValue, TokenTypeId, JsonValue) - Constructor for class org.forgerock.openam.sts.rest.operation.translate.CustomRestTokenProviderParametersImpl
-
- customSubjectProviderClassName(String) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
-
Sets the CustomSubjectProvider classname on the SAML2ConfigBuilder.
- CustomTokenOperation - Class in org.forgerock.openam.sts.config.user
-
This class encapsulates state necessary to configure a token validator or a token provider for a custom token type.
- CustomTokenOperation(String, String) - Constructor for class org.forgerock.openam.sts.config.user.CustomTokenOperation
-
- CWRITE - Static variable in class com.sun.identity.monitoring.SsoServerSAML1SvcImpl
-
- CWRITE - Static variable in interface com.sun.identity.plugin.monitoring.FedMonSAML1Svc
-
- G11NSettings - Class in com.iplanet.services.cdm
-
G11NSettings service identifies the list of valid charsets to be used for any
given locale.It is a helper class to identify suitable charset to be used for
a client.
- G3_FAX - Static variable in class org.forgerock.openam.radius.common.packet.NASPortTypeAttribute
-
The G.3 Fax type.
- GANDALF - Static variable in class org.forgerock.openam.radius.common.packet.FramedProtocolAttribute
-
Framing value for specifying GANDALF framing.
- Gateway - Class in com.sun.identity.policy.util
-
The class determines the authentication module required for an URL
and forwards the request to the login URL
- Gateway() - Constructor for class com.sun.identity.policy.util.Gateway
-
- GatewayServletUtils - Class in com.sun.identity.policy.util
-
- GatewayServletUtils(ServiceConfigManager, String) - Constructor for class com.sun.identity.policy.util.GatewayServletUtils
-
- GBL_ATT_LISTENER_ENABLED - Static variable in class org.forgerock.openam.radius.server.config.RadiusServerConstants
-
Name of the global radius service attribute whose value indicates if RADIUS server features should be turned on
allowing RADIUS clients to use openAM as a RADIUS server for authentication.
- GBL_ATT_LISTENER_PORT - Static variable in class org.forgerock.openam.radius.server.config.RadiusServerConstants
-
Name of the global radius service attribute whose value indicates the port on which to listen for RADIUS
access-request requests.
- GBL_ATT_QUEUE_SIZE - Static variable in class org.forgerock.openam.radius.server.config.RadiusServerConstants
-
Name of the global radius service attribute whose value indicates the number of items that can be queued up for
the thread pool before additional items will be dropped and not processed.
- GBL_ATT_THREADS_CORE_SIZE - Static variable in class org.forgerock.openam.radius.server.config.RadiusServerConstants
-
Name of the global radius service attribute whose value indicates the core pool size for the executor thread pool
that processes incoming RADIUS requests.
- GBL_ATT_THREADS_KEEPALIVE_SECONDS - Static variable in class org.forgerock.openam.radius.server.config.RadiusServerConstants
-
Name of the global radius service attribute whose value indicates the number of seconds idle threads should be
kept in the pool when the number of threads are greater than the core pool size.
- GBL_ATT_THREADS_MAX_SIZE - Static variable in class org.forgerock.openam.radius.server.config.RadiusServerConstants
-
Name of the global radius service attribute whose value indicates the max pool size for the executor thread pool
that processes incoming RADIUS requests.
- GCM - Static variable in class org.forgerock.openam.services.push.PushNotificationConstants
-
Google Cloud Messenger.
- GE - Static variable in class com.sun.identity.log.QueryElement
-
Greater Than or Equal Relationship.
- GENDER_ELEMENT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- GENDER_ELEMENT_INT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- GENERAL_ACCESS_DENIED - Static variable in class org.forgerock.openam.errors.IdentityResourceExceptionMappingHandler
-
- GENERAL_ACCESS_DENIED - Static variable in class org.forgerock.openam.errors.IdentityServicesException
-
- GENERAL_ADMIN_ROLE - Static variable in interface com.iplanet.am.sdk.AMRole
-
Deprecated.
Represents a General Administrative Role
- GENERAL_OBJECT_NOT_FOUND - Static variable in class org.forgerock.openam.errors.IdentityResourceExceptionMappingHandler
-
- GENERAL_OBJECT_NOT_FOUND - Static variable in class org.forgerock.openam.errors.IdentityServicesException
-
- GeneralAccessDeniedError - Exception in com.sun.identity.idsvcs.opensso
-
- GeneralAccessDeniedError(String) - Constructor for exception com.sun.identity.idsvcs.opensso.GeneralAccessDeniedError
-
- GeneralFailure - Exception in com.sun.identity.idsvcs
-
- GeneralFailure(String) - Constructor for exception com.sun.identity.idsvcs.GeneralFailure
-
- GeneralFailure_LiteralSerializer - Class in com.sun.identity.idsvcs
-
- GeneralFailure_LiteralSerializer(QName, String) - Constructor for class com.sun.identity.idsvcs.GeneralFailure_LiteralSerializer
-
- GeneralFailure_LiteralSerializer(QName, String, boolean) - Constructor for class com.sun.identity.idsvcs.GeneralFailure_LiteralSerializer
-
- GeneralFileFilter - Class in com.sun.identity.tools.bundles
-
- GeneralFileFilter(String) - Constructor for class com.sun.identity.tools.bundles.GeneralFileFilter
-
File names filter.
- GeneralFileFilter(String, char) - Constructor for class com.sun.identity.tools.bundles.GeneralFileFilter
-
File names filter.
- GeneralFileFilter - Class in com.sun.identity.tools.manifest
-
- GeneralFileFilter(LinkedList) - Constructor for class com.sun.identity.tools.manifest.GeneralFileFilter
-
- GeneralFileFilter(LinkedList, char) - Constructor for class com.sun.identity.tools.manifest.GeneralFileFilter
-
Constructor accepts a list of pattern and a wildcard character for the
pattern.
- GeneralNamesException - Exception in com.iplanet.security.x509
-
Generic General Names Exception.
- GeneralNamesException() - Constructor for exception com.iplanet.security.x509.GeneralNamesException
-
Constructs a GeneralNamesException with no detail message.
- GeneralNamesException(String) - Constructor for exception com.iplanet.security.x509.GeneralNamesException
-
Constructs the exception with the specified error message.
- GeneralTaskRunnable - Class in com.sun.identity.common
-
An abstract class which works as a base class of scheduleable unit with the
implementations of some functions of TaskRunnable interface.
- GeneralTaskRunnable() - Constructor for class com.sun.identity.common.GeneralTaskRunnable
-
- generate(String) - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSessionManager
-
Generates a StatelessSession based on the String which is assumed to contain
a Jwt token.
- generate(SessionInfo) - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSessionManager
-
Generates a StatelessSession by converting the SessionInfo into a JWT token
which can then be used to build up the StatelessSession.
- generate(InternalSession) - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSessionManager
-
- generate(SessionID) - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSessionManager
-
- generate(SSOToken, STSInstanceState, TokenGenerationServiceInvocationState) - Method in interface org.forgerock.openam.sts.tokengeneration.oidc.OpenIdConnectTokenGeneration
-
- generate(SSOToken, STSInstanceState, TokenGenerationServiceInvocationState) - Method in class org.forgerock.openam.sts.tokengeneration.oidc.OpenIdConnectTokenGenerationImpl
-
- generate(SSOToken, STSInstanceState, TokenGenerationServiceInvocationState) - Method in interface org.forgerock.openam.sts.tokengeneration.saml2.SAML2TokenGeneration
-
- generate(SSOToken, STSInstanceState, TokenGenerationServiceInvocationState) - Method in class org.forgerock.openam.sts.tokengeneration.saml2.SAML2TokenGenerationImpl
-
- GENERATE_BEARER_TOKEN - Static variable in class com.sun.identity.liberty.ws.disco.Directive
-
DirectiveType GenerateBearerToken.
- GENERATE_BOOTSTRAPPING - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Generate Bootstrapping in Single Sign-on Assertion
- GENERATE_REGISTRATION_ACCESS_TOKENS - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2ProviderService
-
- generateAccessToken(OAuth2ProviderSettings, String, String, String, String, Set<String>, String, String, String, OAuth2Request) - Method in class org.forgerock.oauth2.core.GrantTypeAccessTokenGenerator
-
- generateAllSessions() - Method in class org.forgerock.openam.core.rest.session.SessionResourceUtil
-
- generateAmCtxID(SessionServerConfig) - Static method in class com.iplanet.dpro.session.SessionID
-
- generateAnonymousToken(HttpServletResponse) - Method in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
Generates an anonymous token for onetime case.
- generateAssertionHandle() - Static method in class com.sun.identity.federation.common.FSUtils
-
Generates assertion handle.
- generateAssertionHandle() - Static method in class com.sun.identity.saml.common.SAMLUtils
-
Generates assertion handle.
- generateAssertionID() - Static method in class com.sun.identity.saml.common.SAMLUtils
-
Generates an ID String with length of SAMLConstants.ID_LENGTH.
- generateAssertionID() - Static method in class com.sun.identity.saml.common.SAMLUtilsCommon
-
Generates an ID String with length of SAMLConstants.ID_LENGTH.
- generateBadRequestException() - Static method in class org.forgerock.openam.rest.RestUtils
-
Signals to the handler that the request was invalid for this endpoint.
- generateBadRequestException(String) - Static method in class org.forgerock.openam.rest.RestUtils
-
Signals to the handler that the request was invalid for this endpoint.
- generateCode(CodeGeneratorSource, int) - Method in class org.forgerock.openam.utils.RecoveryCodeGenerator
-
Generates a code of the supplied length, using the provided alphabet as its
source of random characters.
- generateCodes(int, CodeGeneratorSource, boolean) - Method in class org.forgerock.openam.utils.RecoveryCodeGenerator
-
Generate a set of codes using the provided alphabet of the default length.
- generateCodes(int, CodeGeneratorSource, int, boolean) - Method in class org.forgerock.openam.utils.RecoveryCodeGenerator
-
Generate a set of codes using the provided alphabet of the provided length.
- generateConfig(Subject, Map, Map) - Method in class org.forgerock.openam.authentication.modules.common.JaspiAuthLoginModule
-
Initialises the underlying JASPI ServerAuthModule with the required configuration.
- generateConfig(HttpServletRequest, HttpServletResponse, SSOToken) - Method in class org.forgerock.openam.authentication.modules.common.JaspiAuthLoginModulePostAuthenticationPlugin
-
Generates the required configuration to initialise the underlying JASPI ServerAuthModule.
- generateConfig(Subject, Map, Map) - Method in class org.forgerock.openam.authentication.modules.persistentcookie.PersistentCookieAuthModule
-
Initialises the JwtSessionModule for use by the AM Login Module.
- generateConfig(HttpServletRequest, HttpServletResponse, SSOToken) - Method in class org.forgerock.openam.authentication.modules.persistentcookie.PersistentCookieAuthModulePostAuthenticationPlugin
-
Initialises the JwtSessionModule for use by the Post Authentication Process.
- generateConfig(String, String, boolean, String, boolean, boolean, String, Collection<String>, String) - Method in class org.forgerock.openam.authentication.modules.persistentcookie.PersistentCookieModuleWrapper
-
Creates a Map of configuration information required to configure the JwtSessionModule.
- generateDelimitedCode(CodeGeneratorSource, char, int...) - Method in class org.forgerock.openam.utils.RecoveryCodeGenerator
-
Generates a code of the supplied length, using the provided alphabet as its
source of random characters.
- generateDelimitedCodes(int, CodeGeneratorSource, char, boolean, int...) - Method in class org.forgerock.openam.utils.RecoveryCodeGenerator
-
Generates a code of the supplied length, using the provided alphabet as its
source of random characters.
- generateDelimitedCodesWithSpecifics(int, CodeGeneratorSource, char, Map<Integer, Character>, boolean, int...) - Method in class org.forgerock.openam.utils.RecoveryCodeGenerator
-
Generates a code of the supplied length, using the provided alphabet as its
source of random characters.
- generateDelimitedCodeWithSpecifics(CodeGeneratorSource, char, Map<Integer, Character>, int...) - Method in class org.forgerock.openam.utils.RecoveryCodeGenerator
-
Generates a code of the supplied length, using the provided alphabet as its
source of random characters.
- generateDetailedUpgradeReport(SSOToken, boolean) - Method in class org.forgerock.openam.upgrade.UpgradeServices
-
Generates a detailed upgrade report suitable for reviewing changes.
- generateID() - Static method in class com.sun.identity.federation.common.FSUtils
-
Generates an ID String with length of IFSConstants.ID_LENGTH.
- generateID() - Static method in class com.sun.identity.saml.common.SAMLSiteID
-
Returns an ID String with length of
SAMLConstants.ID_LENGTH.
- generateID() - Static method in class com.sun.identity.saml.common.SAMLUtilsCommon
-
Generates an ID String with length of SAMLConstants.ID_LENGTH.
- generateID() - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
-
Generates ID.
- generateId() - Method in class org.forgerock.openam.scripting.service.ScriptConfiguration.Builder
-
Generate a universally unique identifier for the ScriptConfiguration.
- generateIdFromValidateTarget(ReceivedToken) - Method in class org.forgerock.openam.sts.soap.token.canceller.OpenIdConnectTokenCanceller
-
- generateIdFromValidateTarget(ReceivedToken) - Method in class org.forgerock.openam.sts.soap.token.canceller.SAML2TokenCanceller
-
- generateIdFromValidateTarget(ReceivedToken) - Method in class org.forgerock.openam.sts.soap.token.validator.SimpleOpenIdConnectTokenValidator
-
- generateIdFromValidateTarget(ReceivedToken) - Method in class org.forgerock.openam.sts.soap.token.validator.SimpleSAML2TokenValidator
-
- generateIdFromValidateTarget(ReceivedToken) - Method in class org.forgerock.openam.sts.soap.token.validator.SimpleTokenValidatorBase
-
- generateIDWithServerID() - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Generates ID with server id at the end.
- generateImportSteps() - Method in class org.forgerock.openam.xacml.v3.ImportStepGenerator
-
Generates Import Steps for Application, ResourceType and Privilege.
- generateInstFinderData(Map, ArrayList) - Method in class com.sun.identity.install.tools.configurator.InstFinderStore
-
- generateLogEntryMAC(String) - Method in class com.sun.identity.log.secure.SecureLogHelper
-
Returns the current key from secure storage, generates the MAC and
also generates a new key and stores it back in the secure storage.
- generateLogField(String, Object[]) - Method in class com.sun.identity.log.secure.MACGenerator
-
Computes the MAC of the given data and converts it to string and
returns it back.
- generateLogField(String, Object[]) - Method in interface com.sun.identity.log.spi.IGenerator
-
Compute a value based on the data provided.
- generateMessageHandle() - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
-
Generates message handle used in an Artifact.
- generateMessageHandleWithServerID() - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Generates message handle with server id used in an Artifact.
- generateNamedServerSession(String) - Method in class org.forgerock.openam.core.rest.session.SessionResourceUtil
-
- generateNotFoundException(Request) - Static method in class org.forgerock.openam.rest.RestUtils
-
Signals to the handler that the requested resource was not found.
- generateOTP(byte[], long, int, boolean, int) - Static method in class com.sun.identity.authentication.modules.hotp.HOTPAlgorithm
-
This method generates an OTP value for the given
set of parameters.
- generatePassword(AMIdentity) - Method in interface com.sun.identity.password.plugins.PasswordGenerator
-
Returns new password for user.
- generatePassword(AMIdentity) - Method in class com.sun.identity.password.plugins.RandomPasswordGenerator
-
Generates new password for user.
- generateProxyResponse(HttpServletRequest, HttpServletResponse, PrintWriter, String, ResponseInfo, Object, SAML2EventLogger) - Static method in class com.sun.identity.saml2.profile.IDPProxyUtil
-
Generates the AuthnResponse by the IDP Proxy and send to the service provider.
- generatePublicKeyInfo(X509Certificate) - Method in interface org.forgerock.openam.sts.tokengeneration.saml2.xmlsig.KeyInfoFactory
-
- generatePublicKeyInfo(X509Certificate) - Method in class org.forgerock.openam.sts.tokengeneration.saml2.xmlsig.KeyInfoFactoryImpl
-
- generateRandomString() - Static method in class com.sun.identity.install.tools.util.EncryptionKeyGenerator
-
- generateRelatedSessionID(SessionServerConfig) - Method in class com.iplanet.dpro.session.SessionID
-
- generateResourceTypeDummyUuid() - Static method in class org.forgerock.openam.xacml.v3.XACMLResourceTypeUtils
-
Generates a dummy unique Id which can be used as resource type uuid.
- generateResponse(Status, String, Issuer, String, String, String) - Static method in class com.sun.identity.saml2.profile.LogoutUtil
-
Builds the LogoutResponse to be sent to IDP.
- generateSecretKey(String, int) - Method in class com.sun.identity.xmlenc.AMEncryptionProvider
-
Generates secret key for a given algorithm and key strength.
- generateSession(HttpServletRequest, HttpServletResponse, Map) - Static method in class com.sun.identity.saml.common.SAMLUtils
-
Creates Session
- generateSessionHandle(SessionServerConfig) - Method in class com.iplanet.dpro.session.SessionID
-
- generateSessionID(SessionServerConfig, String) - Static method in class com.iplanet.dpro.session.SessionID
-
Generates new SessionID
- generateShortUpgradeReport(SSOToken, boolean) - Method in class org.forgerock.openam.upgrade.UpgradeServices
-
Generates a short upgrade report suitable for the upgrade screen.
- generateSourceID(String) - Static method in class com.sun.identity.federation.common.FSUtils
-
Generates source ID String
- generateSourceID(String) - Static method in class com.sun.identity.saml.common.SAMLSiteID
-
Returns SAML site ID based on siteURL, this will return a
Base64 encoded SHA-1 digest.
- generateSourceID(String) - Static method in class com.sun.identity.saml.common.SAMLUtils
-
Generates sourceID of a site.
- generateSourceID(String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Generates provider Source ID based on provider Entity ID.
- generateStatelessSessionID(SessionServerConfig, String, String) - Static method in class com.iplanet.dpro.session.SessionID
-
Generates a new stateless session ID.
- generateStatus(String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Generates SAMLv2 Status object
- generateStatus(String, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Generates SAMLv2 Status object
- generateSuccinctID(String, boolean) - Method in class com.sun.identity.saml2.idpdiscovery.CookieWriterServlet
-
- generateToken(NameIdentifier, int, NameIdentifier, Map) - Method in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
- generateToken(IssuedTokenContext) - Method in class com.sun.identity.wss.sts.spi.FAMSTSTokenProvider
-
- generateTokenDN(Token) - Method in class org.forgerock.openam.cts.utils.LdapTokenAttributeConversion
-
- generateTokenDN(String) - Method in class org.forgerock.openam.cts.utils.LdapTokenAttributeConversion
-
- generateTokenId(String) - Method in class org.forgerock.openam.cts.api.tokens.TokenIdFactory
-
Checks that the given id is not null, if so will generate an unique id, and then returns the non-null id.
- generateTokenId(String) - Method in interface org.forgerock.openam.cts.api.tokens.TokenIdGenerator
-
The method should generate a new token ID if the existing one is null.
- generateTokenId(String) - Method in class org.forgerock.openam.sm.datalayer.utils.ThreadSafeTokenIdGenerator
-
- generateTokenId(TokenType, String) - Method in interface org.forgerock.openam.sts.token.CTSTokenIdGenerator
-
- generateTokenId(TokenType, String) - Method in class org.forgerock.openam.sts.token.CTSTokenIdGeneratorImpl
-
- generateTOTP(String, String, String) - Static method in class org.forgerock.openam.authentication.modules.fr.oath.TOTPAlgorithm
-
This method generates a TOTP value for the given
set of parameters.
- generateTOTP(String, String, String, String) - Static method in class org.forgerock.openam.authentication.modules.fr.oath.TOTPAlgorithm
-
This method generates a TOTP value for the given
set of parameters.
- generateTOTP(byte[], String, String) - Static method in class org.forgerock.openam.authentication.modules.oath.TOTPAlgorithm
-
This method generates a TOTP value for the given
set of parameters.
- generateTOTP(byte[], String, String, String) - Static method in class org.forgerock.openam.authentication.modules.oath.TOTPAlgorithm
-
This method generates a TOTP value for the given
set of parameters.
- generateTOTP256(String, String, String) - Static method in class org.forgerock.openam.authentication.modules.fr.oath.TOTPAlgorithm
-
This method generates a TOTP value for the given
set of parameters.
- generateTOTP256(byte[], String, String) - Static method in class org.forgerock.openam.authentication.modules.oath.TOTPAlgorithm
-
This method generates a TOTP value for the given
set of parameters.
- generateTOTP512(String, String, String) - Static method in class org.forgerock.openam.authentication.modules.fr.oath.TOTPAlgorithm
-
This method generates a TOTP value for the given
set of parameters.
- generateTOTP512(byte[], String, String) - Static method in class org.forgerock.openam.authentication.modules.oath.TOTPAlgorithm
-
This method generates a TOTP value for the given
set of parameters.
- generateUnsupportedOperation() - Static method in class org.forgerock.openam.rest.RestUtils
-
Signals to the handler that the current operation is unsupported.
- generateUserIDs(String, Map, int) - Method in class com.sun.identity.authentication.spi.DefaultUserIDGenerator
-
Generates a set of user IDs.
- generateUserIDs(String, Map, int) - Method in interface com.sun.identity.authentication.spi.UserIDGenerator
-
Generates a set of user IDs.
- generateUUID() - Method in class org.forgerock.openam.entitlement.ResourceType.Builder
-
Generate a universally unique identifier for the resource type.
- generateZip(String, String) - Static method in class org.forgerock.openam.utils.file.ZipUtils
-
Generate a zip
Due to a bug in Java 7 corrected in Java 8 http://bugs.java.com/bugdatabase/view_bug.do?
- GenerationUtils - Class in org.forgerock.openam.utils.qr
-
Provides functionality to generate QR codes within the AM UI.
- GENERIC_SCHEMA - Static variable in class com.sun.identity.sm.SMSUtils
-
- GENERIC_SOAP_REST_AUTHENTICATION_EXCEPTION - Static variable in interface com.sun.identity.shared.Constants
-
Switch to allow for a generic Authentication Exception rather than
the more specific InvalidPassword Exception from the SOAP and REST API
- genericCompare(T, T) - Static method in class org.forgerock.openam.utils.CollectionUtils
-
Compares any two arbitrary objects - including collections, for equality.
- GenericNode - Class in com.iplanet.dpro.parser
-
A generic implementation of ParseOutput.
- GenericNode() - Constructor for class com.iplanet.dpro.parser.GenericNode
-
- GenericNode - Class in com.iplanet.services.util
-
Generic node is the default node type if the client does not implement
ParseOutput.
- GenericNode() - Constructor for class com.iplanet.services.util.GenericNode
-
- GenericTransform - Class in com.sun.identity.liberty.ws.authnsvc.protocol
-
- GenericTransform(String) - Constructor for class com.sun.identity.liberty.ws.authnsvc.protocol.GenericTransform
-
Deprecated.
Constructs GenericTransform with the value of 'name'
attribute.
- genMethod(StringBuffer) - Method in class com.sun.identity.federation.cli.tools.WebHelperMethodCreator
-
- genUI(SubCommand, String, boolean, StringBuffer) - Method in class com.sun.identity.cli.WebCLIHelper
-
- geServerBaseURL(HttpServletRequest) - Static method in class com.sun.identity.multiprotocol.MultiProtocolUtils
-
Returns base URL for the server, the URL contains the protocol, server
name, server port and deployment URI.
- get(Object) - Method in class com.iplanet.am.util.Cache
-
Returns the value to which the specified key is mapped in this Cache.
- get(String) - Static method in class com.iplanet.am.util.SystemProperties
-
This method lets you query for a system property whose value is same as
String key.
- get(String, String) - Static method in class com.iplanet.am.util.SystemProperties
-
This method lets you query for a system property whose value is same as
String key.
- get(String) - Method in class com.iplanet.dpro.session.DynamicSessionIDExtensions
-
Defers to the delegated instance for get.
- get(String) - Method in class com.iplanet.dpro.session.LegacySessionIDExtensions
-
- get(String) - Method in interface com.iplanet.dpro.session.SessionIDExtensions
-
- get(String) - Method in class com.iplanet.ums.SearchControl
-
Gets internal attribute defined in SearchControl
- get(String) - Method in class com.iplanet.ums.SearchResults
-
Get search result attributes related to the search operation performed.
- get(int) - Static method in enum com.sun.identity.authentication.modules.membership.ModuleState
-
- get(Object) - Method in class com.sun.identity.common.CaseInsensitiveHashMap
-
- get(Object) - Method in class com.sun.identity.common.CaseInsensitiveProperties
-
- get(Object) - Method in class com.sun.identity.common.PeriodicGroupMap
-
Gets the element assoicated with the key.
- get(String) - Method in class com.sun.identity.configuration.FedLibSystemProperties
-
Returns system properties.
- get(String) - Method in class com.sun.identity.configuration.FedSystemProperties
-
Returns system properties.
- get(String) - Method in class com.sun.identity.configuration.SystemProperties
-
Returns system properties.
- get(Object) - Method in class com.sun.identity.entitlement.opensso.Cache
-
Returns the value to which the specified key is mapped in this Cache.
- get(String) - Static method in class com.sun.identity.install.tools.configurator.InteractionResultStatus
-
- get(int) - Static method in class com.sun.identity.install.tools.configurator.InteractionResultStatus
-
- get(String) - Method in interface com.sun.identity.install.tools.configurator.IStateAccess
-
- get(String) - Method in class com.sun.identity.install.tools.configurator.PersistentStateAccess
-
Gets the data (value) corresponding to the specified key.
- get(String) - Method in class com.sun.identity.install.tools.configurator.StateData
-
- get(String) - Method in class com.sun.identity.install.tools.configurator.TransientStateAccess
-
- get(String) - Static method in class com.sun.identity.install.tools.util.LocalizedMessage
-
- get(String, Object[]) - Static method in class com.sun.identity.install.tools.util.LocalizedMessage
-
- get(String, String) - Static method in class com.sun.identity.install.tools.util.LocalizedMessage
-
- get(String, String, Object[]) - Static method in class com.sun.identity.install.tools.util.LocalizedMessage
-
- get() - Method in class com.sun.identity.install.tools.util.RESTEndpoint.RESTEndpointBuilder
-
Set the HTTP method to GET.
- get(int, ResultStatus[]) - Static method in class com.sun.identity.install.tools.util.ResultStatus
-
- get(String, ResultStatus[]) - Static method in class com.sun.identity.install.tools.util.ResultStatus
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerAuthModulesEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerAuthModulesEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerAuthModulesTableMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerAuthSvcMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerAuthSvcMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerConnPoolSvcMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerConnPoolSvcMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsTableMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerEntitlementSvcMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerEntitlementSvcMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerFedCOTMemberEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerFedCOTMemberEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerFedCOTMemberTableMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsEntryMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsTableMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesEntryMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesTableMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerIDFFSvcMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerIDFFSvcMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerIdRepoSvcMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerIdRepoSvcMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerInstanceMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerInstanceMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrTableMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerLoggingSvcMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerLoggingSvcMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicy22AgentEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerPolicy22AgentEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerPolicy22AgentTableMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicyAgentsMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyAgentsMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentTableMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupTableMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicySvcMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerPolicySvcMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebAgentEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebAgentEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebAgentTableMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebGroupEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebGroupEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebGroupTableMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerRealmEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerRealmEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerRealmTableMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML1CacheEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1CacheEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1CacheTableMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointTableMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML1SvcMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1SvcMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsTableMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPTableMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML2SPEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSAML2SPEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerSAML2SPTableMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML2SvcMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSAML2SvcMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerServerEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerServerEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerServerTableMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerSessSvcMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSessSvcMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerSiteMapEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSiteMapEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerSiteMapTableMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerSitesEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSitesEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerSitesTableMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerSvcMgmtSvcMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSvcMgmtSvcMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerTopologyMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerTopologyMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentTableMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpTableMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentTableMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpTableMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentTableMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpTableMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentTableMeta
-
- get(long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpTableMeta
-
- GET - Static variable in class com.sun.identity.sae.api.Utils
-
Http GET
- get(String) - Static method in class com.sun.identity.saml2.idpdiscovery.SystemProperties
-
Returns system property of a given key.
- get(String) - Method in interface com.sun.identity.shared.configuration.ISystemProperties
-
Returns system properties.
- get(String) - Static method in class com.sun.identity.shared.configuration.SystemPropertiesManager
-
Returns property string.
- get(String, String) - Static method in class com.sun.identity.shared.configuration.SystemPropertiesManager
-
Returns property string.
- get(int) - Method in class com.sun.identity.shared.datastruct.OrderedSet
-
Returns the object of an given index.
- get(String, OAuth2Request) - Method in interface org.forgerock.oauth2.core.ClientRegistrationStore
-
Gets the client registration for the given client id.
- get(String, String, Context) - Method in interface org.forgerock.oauth2.core.ClientRegistrationStore
-
Gets the client registration for the given client id.
- get(Context) - Method in class org.forgerock.oauth2.core.OAuth2ProviderSettingsFactory
-
Gets the instance of the OAuth2ProviderSettings.
- get(OAuth2Request) - Method in class org.forgerock.oauth2.core.OAuth2ProviderSettingsFactory
-
Gets the instance of the OAuth2ProviderSettings
- get() - Static method in class org.forgerock.openam.audit.context.AuditRequestContext
-
Gets the thread local RequestContext.
- get() - Method in class org.forgerock.openam.core.guice.CTSObjectMapperProvider
-
- get(SchemaType) - Method in class org.forgerock.openam.core.rest.sms.ExcludedServicesFactory
-
- get() - Method in class org.forgerock.openam.entitlement.rest.XacmlRouterProvider
-
- get(String, Subject) - Method in class org.forgerock.openam.entitlement.service.DefaultPrivilegeManagerFactory
-
- get(String, Subject) - Method in interface org.forgerock.openam.entitlement.service.PrivilegeManagerFactory
-
Gets a privilege manager for the given realm and admin subject.
- get(ContextKey<T>) - Method in class org.forgerock.openam.entitlement.utils.indextree.nodecontext.MapSearchContext
-
- get(ContextKey<T>) - Method in interface org.forgerock.openam.entitlement.utils.indextree.nodecontext.SearchContext
-
Get data from the context.
- Get - Annotation Type in org.forgerock.openam.http.annotations
-
Specify a GET HTTP method endpoint.
- get() - Method in interface org.forgerock.openam.http.HttpRouteProvider
-
Gets the HTTP routes that should be registered on the root HTTP
Router.
- get(long, Object) - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionFailureRateMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionFailureRateMeta
-
- get(long, Object) - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRateMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRateMeta
-
- get(long, Object) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryMeta
-
- get(long, Object) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeTableMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsTableMeta
-
- get(long, Object) - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoringMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoringMeta
-
- get(long, Object) - Method in class org.forgerock.openam.monitoring.cts.CtsTokenOperationsEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.cts.CtsTokenOperationsEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class org.forgerock.openam.monitoring.cts.CtsTokenOperationsTableMeta
-
- get(long, Object) - Method in class org.forgerock.openam.monitoring.cts.OperationEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.cts.OperationEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class org.forgerock.openam.monitoring.cts.OperationTableMeta
-
- get(long, Object) - Method in class org.forgerock.openam.monitoring.cts.TokenEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.cts.TokenEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class org.forgerock.openam.monitoring.cts.TokenTableMeta
-
- get(long, Object) - Method in class org.forgerock.openam.monitoring.policy.PolicyEvaluationMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.policy.PolicyEvaluationMeta
-
- get(long, Object) - Method in class org.forgerock.openam.monitoring.policy.SelfEvaluationMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.policy.SelfEvaluationMeta
-
- get(long, Object) - Method in class org.forgerock.openam.monitoring.policy.SelfTimingMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.policy.SelfTimingMeta
-
- get(long, Object) - Method in class org.forgerock.openam.monitoring.policy.SubtreeEvaluationMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.policy.SubtreeEvaluationMeta
-
- get(long, Object) - Method in class org.forgerock.openam.monitoring.policy.SubtreeTimingMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.policy.SubtreeTimingMeta
-
- get(long, Object) - Method in class org.forgerock.openam.monitoring.session.CtsSessionsMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.session.CtsSessionsMeta
-
- get(long, Object) - Method in class org.forgerock.openam.monitoring.session.InternalSessionsMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.session.InternalSessionsMeta
-
- get(long, Object) - Method in class org.forgerock.openam.monitoring.session.RemoteSessionsMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.session.RemoteSessionsMeta
-
- get(long, Object) - Method in class org.forgerock.openam.monitoring.session.StatelessSessionsMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.session.StatelessSessionsMeta
-
- get(Class<T>) - Method in class org.forgerock.openam.notifications.integration.GuiceObjectFactory
-
- get(Class<T>) - Method in interface org.forgerock.openam.notifications.ObjectFactory
-
Given the class provides a corresponding instance.
- get(Class<T>) - Method in enum org.forgerock.openam.notifications.ServiceLoaderObjectFactory
-
- get(String) - Static method in enum org.forgerock.openam.oauth2.OAuth2Constants.EndpointType
-
Get EndpointType from the resource path.
- get(OAuth2Request) - Method in class org.forgerock.openam.oauth2.OAuth2UrisFactory
-
Gets a OAuth2Uris instance.
- get(Context, Realm) - Method in class org.forgerock.openam.oauth2.OAuth2UrisFactory
-
Gets a OAuth2Uris instance.
- get(OAuth2Request, Realm) - Method in class org.forgerock.openam.oauth2.OAuth2UrisFactory
-
- get(String, OAuth2Request) - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistrationStore
-
Gets the client registration for the given client id.
- get(String, String, Context) - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistrationStore
-
Gets the client registration for the given client id.
- get() - Method in class org.forgerock.openam.oauth2.rest.OAuth2RestHttpRouteProvider
-
- get() - Method in class org.forgerock.openam.oauth2.rest.OAuth2RouterProvider
-
- get(String) - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolderCache
-
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
- get() - Method in class org.forgerock.openam.rest.RestHttpRouteProvider
-
- get(String, Map<String, List<Map<String, String>>>) - Method in class org.forgerock.openam.scripting.api.http.GroovyHttpClient
-
Deprecated.
- get(String, NativeObject) - Method in class org.forgerock.openam.scripting.api.http.JavaScriptHttpClient
-
Deprecated.
- get(Object) - Method in class org.forgerock.openam.scripting.ChainedBindings
- get(String) - Method in class org.forgerock.openam.scripting.service.ScriptConfigurationService
-
- get(QueryFilter<String>) - Method in class org.forgerock.openam.scripting.service.ScriptConfigurationService
-
- get(QueryFilter<String>) - Method in interface org.forgerock.openam.scripting.service.ScriptingService
-
Retrieve the stored configuration.
- get(String) - Method in interface org.forgerock.openam.scripting.service.ScriptingService
-
Retrieve the stored configuration.
- get(String) - Method in class org.forgerock.openam.services.baseurl.BaseURLProviderFactory
-
Get the BaseURLProvider for a realm.
- get(String) - Method in class org.forgerock.openam.services.RestSecurityProvider
-
Deprecated.
Retrieve cached realm's RestSecurity instance
- get() - Method in class org.forgerock.openam.shared.guice.CloseableHttpClientHandlerProvider
-
Creates an instance of HttpClientHandler, assuring that underlying commitments are observer, i.e. listening for shutdown.
- get() - Method in class org.forgerock.openam.shared.guice.CloseableHttpClientProvider
-
Creates an instance of Client, assuring that underlying commitments are observer, i.e. listening for shutdown.
- get() - Method in class org.forgerock.openam.sm.datalayer.impl.ldap.ExternalConnectionConfigProvider
-
- get() - Method in class org.forgerock.openam.sm.datalayer.providers.DataLayerConnectionFactoryCache
-
Get the requested ConnectionFactory.
- GET - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- get() - Method in class org.forgerock.openam.sts.publish.service.STSPublishServiceHttpRouteProvider
-
- get() - Method in class org.forgerock.openam.sts.rest.service.RestSTSServiceHttpRouteProvider
-
- get() - Method in class org.forgerock.openam.sts.soap.token.config.TokenCancelOperationProvider
-
- get() - Method in class org.forgerock.openam.sts.soap.token.config.TokenIssueOperationProvider
-
- get() - Method in class org.forgerock.openam.sts.soap.token.config.TokenRenewOperationProvider
-
- get() - Method in class org.forgerock.openam.sts.soap.token.config.TokenValidateOperationProvider
-
- get() - Method in class org.forgerock.openam.sts.soap.token.delegation.TokenDelegationHandlersProvider
-
- get(SSOToken, SAML2Config, AttributeMapper) - Method in interface org.forgerock.openam.sts.tokengeneration.saml2.statements.AttributeStatementsProvider
-
Invoked to obtain the List of AttributeStatement instances to be included in the generated SAML2 assertion.
- get(SAML2Config, String) - Method in interface org.forgerock.openam.sts.tokengeneration.saml2.statements.AuthenticationStatementsProvider
-
Invoked to obtain the List of AuthnStatement instances to be included in the generated SAML2 assertion.
- get(SSOToken, SAML2Config) - Method in interface org.forgerock.openam.sts.tokengeneration.saml2.statements.AuthzDecisionStatementsProvider
-
- get(SAML2Config, Date, SAML2SubjectConfirmation) - Method in interface org.forgerock.openam.sts.tokengeneration.saml2.statements.ConditionsProvider
-
Called to obtain the Conditions instance to be included in the generated SAML2 assertion
- get(SSOToken, SAML2Config, AttributeMapper) - Method in class org.forgerock.openam.sts.tokengeneration.saml2.statements.DefaultAttributeStatementsProvider
-
- get(SAML2Config, String) - Method in class org.forgerock.openam.sts.tokengeneration.saml2.statements.DefaultAuthenticationStatementsProvider
-
- get(SSOToken, SAML2Config) - Method in class org.forgerock.openam.sts.tokengeneration.saml2.statements.DefaultAuthzDecisionStatementsProvider
-
- get(SAML2Config, Date, SAML2SubjectConfirmation) - Method in class org.forgerock.openam.sts.tokengeneration.saml2.statements.DefaultConditionsProvider
-
- get(String, String, SAML2Config, SAML2SubjectConfirmation, Date, ProofTokenState) - Method in class org.forgerock.openam.sts.tokengeneration.saml2.statements.DefaultSubjectProvider
-
- get(String, String, SAML2Config, SAML2SubjectConfirmation, Date, ProofTokenState) - Method in interface org.forgerock.openam.sts.tokengeneration.saml2.statements.SubjectProvider
-
Called to obtain the Subject instance to be included in the generated SAML2 assertion
- get() - Method in class org.forgerock.openam.sts.tokengeneration.service.TokenGenerationServiceHttpRouteProvider
-
- get() - Method in class org.forgerock.openam.uma.rest.UmaRouterProvider
-
- get(OAuth2Request) - Method in class org.forgerock.openam.uma.UmaProviderSettingsFactory
-
- get(String) - Method in class org.forgerock.openam.uma.UmaProviderSettingsFactory
-
Gets the instance of the UmaProviderSettings.
- get(OAuth2Request) - Method in class org.forgerock.openam.uma.UmaUrisFactory
-
- get(OAuth2Request, Realm) - Method in class org.forgerock.openam.uma.UmaUrisFactory
-
Gets the instance of the UmaUris.
- get(Context, Realm) - Method in class org.forgerock.openam.uma.UmaUrisFactory
-
Gets the instance of the UmaProviderSettings.
- get() - Method in interface org.forgerock.openam.utils.Config
-
Retrieves the config.
- get() - Method in class org.forgerock.openam.utils.ModifiedProperty
-
- get(K) - Method in class org.forgerock.openam.utils.SingleValueMapper
-
Gets the value corresponding to the specified key.
- get() - Method in interface org.forgerock.openam.xacml.v3.PersistableImportStep
-
Gets the instance being imported.
- get(String, OAuth2Request) - Method in interface org.forgerock.openidconnect.OpenIdConnectClientRegistrationStore
-
Gets the client registration for the given client id.
- get(String, String, Context) - Method in interface org.forgerock.openidconnect.OpenIdConnectClientRegistrationStore
-
Gets the client registration for the given client id.
- GET_ALL_ENTITIES_FAILED - Static variable in class com.sun.identity.federation.common.LogUtil
-
Failed to get all Entities.
- GET_ALL_ENTITIES_SUCCEEDED - Static variable in class com.sun.identity.federation.common.LogUtil
-
All Entities returned successfully.
- GET_ALL_TYPES - Static variable in class org.forgerock.openam.rest.RestConstants
-
The action ID to return all possible subschema types.
- GET_COMPLETE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
GetComplete
- GET_COMPLETE - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- GET_CREATABLE_TYPES - Static variable in class org.forgerock.openam.rest.RestConstants
-
The action ID to return all creatable subschema types.
- GET_ENTITY_CONFIG_FAILED - Static variable in class com.sun.identity.federation.common.LogUtil
-
Failed to get Entity configuration.
- GET_ENTITY_CONFIG_SUCCEEDED - Static variable in class com.sun.identity.federation.common.LogUtil
-
Entity configuration returned successfully.
- GET_ENTITY_FAILED - Static variable in class com.sun.identity.federation.common.LogUtil
-
Failed to get Entity.
- GET_ENTITY_NAMES_FAILED - Static variable in class com.sun.identity.federation.common.LogUtil
-
Failed to get all Entity names.
- GET_ENTITY_NAMES_SUCCEEDED - Static variable in class com.sun.identity.federation.common.LogUtil
-
All Entity names returned successfully.
- GET_ENTITY_SUCCEEDED - Static variable in class com.sun.identity.federation.common.LogUtil
-
Entity returned successfully.
- GET_HOSTED_ENTITIES_FAILED - Static variable in class com.sun.identity.federation.common.LogUtil
-
Failed to get all hosted Entities.
- GET_HOSTED_ENTITIES_SUCCEEDED - Static variable in class com.sun.identity.federation.common.LogUtil
-
All hosted Entities returned successfully.
- GET_HOSTED_IDENTITY_PROVIDERS_SUCCEEDED - Static variable in class com.sun.identity.federation.common.LogUtil
-
All hosted identity providers returned successfully.
- GET_HOSTED_SERVICE_PROVIDERS_SUCCEEDED - Static variable in class com.sun.identity.federation.common.LogUtil
-
All hosted service providers returned successfully.
- GET_IDLE_ACTION_ID - Static variable in class org.forgerock.openam.core.rest.session.SessionResource
-
- GET_MAX_IDLE_ACTION_ID - Static variable in class org.forgerock.openam.core.rest.session.SessionResource
-
- GET_MAX_SESSION_TIME_ACTION_ID - Static variable in class org.forgerock.openam.core.rest.session.SessionResource
-
- GET_MAX_SESSION_TIME_ID - Static variable in class org.forgerock.openam.core.rest.session.SessionResource
-
- GET_MAX_TIME_ACTION_ID - Static variable in class org.forgerock.openam.core.rest.session.SessionResource
-
- GET_OAUTH_TOKEN_STATE - Static variable in class org.forgerock.openam.authentication.modules.oauth2.OAuthParam
-
- GET_PROPERTY_ACTION_ID - Static variable in class org.forgerock.openam.core.rest.session.SessionResource
-
- GET_PROPERTY_NAMES_ACTION_ID - Static variable in class org.forgerock.openam.core.rest.session.SessionResource
-
- GET_RECORD_COUNT - Static variable in class org.forgerock.openam.session.model.AMRootEntity
-
Represents the record count such as data record count
- GET_REMOTE_ENTITIES_FAILED - Static variable in class com.sun.identity.federation.common.LogUtil
-
Failed to get all remote Entities.
- GET_REMOTE_ENTITIES_SUCCEEDED - Static variable in class com.sun.identity.federation.common.LogUtil
-
All remote Entities returned successfully.
- GET_REMOTE_IDENTITY_PROVIDERS_SUCCEEDED - Static variable in class com.sun.identity.federation.common.LogUtil
-
All remote identity providers returned successfully.
- GET_REMOTE_SERVICE_PROVIDERS_SUCCEEDED - Static variable in class com.sun.identity.federation.common.LogUtil
-
All remote service providers returned successfully.
- GET_REQ - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- GET_REQS_BEGIN - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- GET_REQS_END - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- get_return() - Method in class com.sun.identity.idsvcs.AttributesResponse
-
- get_return() - Method in class com.sun.identity.idsvcs.GetCookieNameForTokenResponse
-
- get_return() - Method in class com.sun.identity.idsvcs.GetCookieNamesToForwardResponse
-
- get_return() - Method in class com.sun.identity.idsvcs.ReadResponse
-
- GET_SESSION_INFO_ACTION_ID - Static variable in class org.forgerock.openam.core.rest.session.SessionResourceV2
-
- GET_SESSION_PROPERTIES_ACTION_ID - Static variable in class org.forgerock.openam.core.rest.session.SessionResourceV2
-
- GET_TIME_LEFT_ACTION_ID - Static variable in class org.forgerock.openam.core.rest.session.SessionResource
-
- GET_TYPE - Static variable in class org.forgerock.openam.rest.RestConstants
-
The action ID to return the type of an endpoint.
- getAbsolutePath(String, String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Returns the absolute path of service schema xml file.
- getAbstract() - Method in class com.sun.identity.liberty.ws.disco.ResourceOffering
-
Gets abstract of the resource offering
- getAcceptedIssuers() - Method in class com.sun.identity.security.keystore.AMX509TrustManager
-
- getAccessKey() - Method in class org.forgerock.openam.services.push.PushNotificationServiceConfig
-
Get the api key to allow access to the remote service.
- getAccessor() - Static method in class com.sun.identity.saml.SAMLStatsAccessor
-
Gets the singleton class
- getAccessRequestHandler(RadiusRequestContext) - Method in class org.forgerock.openam.radius.server.AccessRequestHandlerFactory
-
Factory that creates and returns and instance of the AccessRequestHandler class defined in the config for a
specific radius client.
- getAccessRequestHandlerClass() - Method in class org.forgerock.openam.radius.server.config.ClientConfig
-
Get the class declared for this client to handle requests and that implements the AccessRequestHandler interface.
- getAccessRequestHandlerClassname() - Method in class org.forgerock.openam.radius.server.config.ClientConfig
-
Get the declared classname for the client.
- getAccessRight() - Method in class com.iplanet.ums.BaseRole
-
Returns the attribute access rights associated with the role.
- getAccessRight(Guid) - Method in class com.iplanet.ums.Resource
-
Get the access rights associated with the user; this will return an
aggregation of all the attribute access rights granted by each of the
user's roles.
- getAccessRight(Guid) - Method in class com.iplanet.ums.User
-
Get the access rights associated with the user; this will return an
aggregation of all the attribute access rights granted by each of the
user's roles.
- getAccessToken() - Method in interface org.forgerock.openam.sts.soap.bootstrap.SoapSTSAccessTokenProvider
-
- getAccessToken() - Method in class org.forgerock.openam.sts.soap.bootstrap.SoapSTSAccessTokenProviderImpl
-
- getAccessToken() - Method in class org.forgerock.openidconnect.Client
-
Gets the registration access token of the OAuth2Client.
- getAccessTokenLifetime() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getAccessTokenLifetime() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Gets the lifetime an access token will have before it expires.
- getAccessTokenLifetime() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getAccessTokenLifeTime(OAuth2ProviderSettings) - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
- getAccessTokenLifeTime(OAuth2ProviderSettings) - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
Gets the access token life time in milliseconds.
- getAccessTokenLifeTime() - Method in class org.forgerock.openidconnect.Client
-
Gets the access token lifetime of the OAuth2Client.
- getAccessTokenLifeTime(OAuth2ProviderSettings) - Method in interface org.forgerock.openidconnect.OpenIdConnectClientRegistration
-
Gets the access token life time in milliseconds.
- getAccessTokens(AMIdentity) - Method in class org.forgerock.openam.session.service.access.persistence.SessionPersistenceStore
-
- getAccessTokenType() - Method in interface org.forgerock.oauth2.core.ClientRegistration
-
Gets the type of access token the client requires.
- getAccessTokenType() - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
- getAccessTokenType() - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
Gets the type of access token the client requires.
- getAccessTokenWithRetry() - Method in interface org.forgerock.openam.sts.soap.bootstrap.SoapSTSAccessTokenProvider
-
Retrieves soap-sts agent token with retry.
- getAccessTokenWithRetry() - Method in class org.forgerock.openam.sts.soap.bootstrap.SoapSTSAccessTokenProviderImpl
-
- getAccountFederation(String, String, String) - Static method in class com.sun.identity.saml2.common.AccountUtils
-
Returns the account federation information of a user for the given
identity provider and a service provider.
- getAccountFederation(String, String, String) - Static method in class com.sun.identity.wsfederation.common.AccountUtils
-
Returns the account federation information of a user for the given
identity provider and a service provider.
- getAccountFedInfo() - Method in class com.sun.identity.federation.services.FSSession
-
Returns account federation info.
- getAccountFedInfo(HttpServletRequest, String) - Static method in class com.sun.liberty.LibertyManager
-
- getAccountFedInfo(HttpServletRequest, String, String, String) - Static method in class com.sun.liberty.LibertyManager
-
Returns the federation information associated with current liberty
session.
- getAccountMapper() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getAccountMapperConfig() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getAccountProvider() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getAccountTerminationURL() - Method in class com.sun.identity.workflow.ValidateSAML2
-
- getACI() - Method in class com.iplanet.ums.PersistentObject
-
Returns all the ACIs of this object.
- getACI(String) - Method in class com.iplanet.ums.PersistentObject
-
Returns all the ACIs of this object with the given name.
- getAcInfo(String, AMIdentity) - Method in class com.sun.identity.common.ISAccountLockout
-
- getACIText() - Method in class com.iplanet.services.ldap.aci.ACI
-
Get the ACI text.
- getAcrMapping() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getAcrMapping() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Returns a mapping from Authentication Context Class Reference (ACR) values (typically a Level of Assurance
value) to concrete authentication methods.
- getAcrMapping() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getAcrValues() - Method in class org.forgerock.oauth2.core.DeviceCode
-
Gets the ACR Values parameter.
- getACSurl(String, String, AuthnRequest, HttpServletRequest, StringBuffer) - Static method in class com.sun.identity.saml2.profile.IDPSSOUtil
-
Returns the assertion consumer service URL
- getACSurl(String, String, String, String, Integer, HttpServletRequest, StringBuffer) - Static method in class com.sun.identity.saml2.profile.IDPSSOUtil
-
Returns the assertion consumer service URL.
- getACSurl(String, String, String) - Static method in class com.sun.identity.wsfederation.profile.IDPSSOUtil
-
Returns the assertion consumer service (ACS) URL for the entity.
- getACSurlFromMetaByBinding(String, String, String, StringBuffer) - Static method in class com.sun.identity.saml2.profile.IDPSSOUtil
-
Returns the assertion consumer service URL from
meta data by binding
- getACSurlFromMetaByIndex(String, String, int, StringBuffer) - Static method in class com.sun.identity.saml2.profile.IDPSSOUtil
-
Returns the assertion consumer service URL from
meta data by binding
- getAction() - Method in class com.sun.identity.saml.assertion.Action
-
Gets the action string
- getAction() - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
-
Returns the action(s) from AuthorizationStatement.
- getAction() - Method in class com.sun.identity.saml.protocol.AuthorizationDecisionQuery
-
Returns the List of Actions.
- getAction() - Method in interface com.sun.identity.saml2.assertion.AuthzDecisionStatement
-
Returns the Action(s) of the statement.
- getAction() - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthzDecisionStatementType
-
Gets the value of the Action property.
- getAction() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthzDecisionStatementTypeImpl
-
- getAction() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ProblemActionTypeImpl
-
- getAction() - Method in interface com.sun.identity.wsfederation.jaxb.wsaddr.ProblemActionType
-
Gets the value of the action property.
- getAction() - Method in class com.sun.identity.xacml.context.impl.RequestImpl
-
Returns the instance of Action element
- getAction() - Method in interface com.sun.identity.xacml.context.Request
-
Returns the instance of Action
- getAction(String) - Static method in enum org.forgerock.openam.entitlement.rest.PolicyAction
-
Maps the action string to an actual action instance.
- getAction() - Method in class org.forgerock.openam.radius.common.packet.TerminationActionAttribute
-
Returns the action indicator.
- getActionDecisions() - Method in class com.sun.identity.policy.PolicyDecision
-
Deprecated.
Gets the Map of action decisions associated
with this policy decision.
- getActionMapper() - Method in class com.sun.identity.saml.common.SAMLServiceManager.SOAPEntry
-
Returns ActionMapper for handling
AuthorizationDecisionQuery sent by the partner site.
- getActionName() - Method in class com.sun.identity.policy.ActionDecision
-
Deprecated.
Gets the name of the action
- getActionNames() - Method in class com.sun.identity.policy.Rule
-
Deprecated.
Returns the action names that have been set for the rule.
- getActionNames() - Method in class com.sun.identity.policy.ServiceType
-
Returns the actions supported by the service.
- getActionNamespace() - Method in interface com.sun.identity.saml2.jaxb.metadataextquery.AuthzDecisionQueryDescriptorType
-
Gets the value of the ActionNamespace property.
- getActionNamespace() - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.AuthzDecisionQueryDescriptorTypeImpl
-
- getActions() - Method in class com.sun.identity.cli.entitlement.ApplicationPrivilegeBase
-
- getActions() - Method in class com.sun.identity.delegation.DelegationPermission
-
Returns the action names in the permission
- getActions() - Method in class com.sun.identity.entitlement.ApplicationType
-
Returns supported action names and its default values.
- getActions() - Method in class com.sun.identity.entitlement.EntitlementCombiner
-
Returns action names.
- getActions() - Method in class com.sun.identity.policy.jaas.ISPermission
-
returns a comma separated list of actions associated with this
ISPermission.
- getActions() - Method in class com.sun.identity.security.ISSecurityPermission
-
- getActions(Map<String, Set<String>>) - Method in class org.forgerock.openam.cli.entitlement.ApplicationTypeImpl
-
- getActions() - Method in class org.forgerock.openam.entitlement.ResourceType
-
Get the actions available for the resource type and their default values.
- getActions() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonDecision
-
- getActions() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationTypeWrapper
-
- getActions() - Method in class org.forgerock.openam.entitlement.rest.wrappers.JsonResourceType
-
- getActions(Map<String, Set<String>>) - Static method in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
Converts the set of actions in key=value format to an actual map.
- getActions(Set<String>) - Static method in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
Transforms the set of action strings to its corresponding map of actions to boolean outcomes.
- getActionSchema(String) - Method in class com.sun.identity.policy.ServiceType
-
Returns the schema associated with the action name.
- getActionSchemas() - Method in class com.sun.identity.policy.ServiceType
-
Returns the action schemas for all the actions supported by
the service.
- getActionSet(Map<String, Boolean>) - Static method in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
Converts the map of actions into a set format where the map's key->value combinations are separated by an equals
character.
- getActionString(ActionRequest) - Static method in class org.forgerock.openam.forgerockrest.utils.ServerContextUtils
-
Generates for logging a String in the form ACTION | actionId from the CreateRequest.
- getActionSuccessDetail(ActionRequest, ActionResponse) - Method in class org.forgerock.openam.rest.fluent.AuditFilter
-
Provides additional details (e.g. failure description or summary of the payload) relating to an
ActionResponse to a successful ActionRequest.
- getActionSuccessDetail(ActionRequest, ActionResponse) - Method in class org.forgerock.openam.rest.fluent.PoliciesAuditFilter
-
Provides additional details (e.g. failure description or summary of the payload) relating to an
ActionResponse to a successful ActionRequest.
- getActionValue(String) - Method in class com.sun.identity.entitlement.Entitlement
-
Returns action value.
- getActionValue(String) - Method in class com.sun.identity.entitlement.JSONEntitlement
-
- getActionValueI18NKey(String) - Method in class com.sun.identity.policy.ActionSchema
-
Returns the I18N key for the action value.
- getActionValues() - Method in class com.sun.identity.entitlement.ApplicationPrivilege
-
- getActionValues() - Method in class com.sun.identity.entitlement.Entitlement
-
Returns action values.
- getActionValues(String) - Method in class com.sun.identity.entitlement.Entitlement
-
Returns action values.
- getActionValues() - Method in class com.sun.identity.entitlement.JSONEntitlement
-
- getActionValues() - Method in class com.sun.identity.policy.ActionSchema
-
Returns a Set of possible action values if the action
schema is of choice type ie SINGLE_CHOICE or
MULTIPLE_CHOICE in the service schema definition.
- getActionValues(String) - Method in class com.sun.identity.policy.Rule
-
Deprecated.
Returns a set of action values that have been set for the
specified action name.
- getActionValues() - Method in class com.sun.identity.policy.Rule
-
Deprecated.
Returns a Map of all action names and their
corresponding action values that have been set in the rule.
- getActionValues() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlement
-
Gets the set of action values defined for this entitlement.
- getActionValuesFromPolicy(Policy) - Static method in class com.sun.identity.entitlement.xacml3.XACMLPrivilegeUtils
-
Gets the action values from the policy.
- getActivatedSessionTrackingId() - Method in class com.sun.identity.authentication.service.LoginState
-
Gets the external ID of the activated session.
- getActiveStatus() - Method in class com.iplanet.services.ldap.Server
-
Get the server's active Status
- getActiveStatus() - Method in class com.iplanet.services.ldap.ServerInstance
-
Get the status of server instance.
- getActor() - Method in class com.sun.identity.liberty.ws.paos.PAOSRequest
-
Returns value of actor attribute.
- getActor() - Method in class com.sun.identity.liberty.ws.paos.PAOSResponse
-
Returns value of actor attribute.
- getActor() - Method in class com.sun.identity.liberty.ws.soapbinding.ConsentHeader
-
Returns value of actor attribute.
- getActor() - Method in class com.sun.identity.liberty.ws.soapbinding.CorrelationHeader
-
Returns value of actor attribute.
- getActor() - Method in class com.sun.identity.liberty.ws.soapbinding.ProcessingContextHeader
-
Returns value of actor attribute.
- getActor() - Method in class com.sun.identity.liberty.ws.soapbinding.ProviderHeader
-
Returns value of actor attribute.
- getActor() - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
-
Returns value of actor attribute.
- getActor() - Method in class com.sun.identity.liberty.ws.soapbinding.UsageDirectiveHeader
-
Returns value of actor attribute.
- getActor() - Method in interface com.sun.identity.saml2.ecp.ECPRelayState
-
Returns value of actor attribute.
- getActor() - Method in interface com.sun.identity.saml2.ecp.ECPRequest
-
Returns value of actor attribute.
- getActor() - Method in interface com.sun.identity.saml2.ecp.ECPResponse
-
Returns value of actor attribute.
- getActor() - Method in class com.sun.identity.saml2.ecp.impl.ECPRelayStateImpl
-
Returns value of actor attribute.
- getActor() - Method in class com.sun.identity.saml2.ecp.impl.ECPRequestImpl
-
Returns value of actor attribute.
- getActor() - Method in class com.sun.identity.saml2.ecp.impl.ECPResponseImpl
-
Returns value of actor attribute.
- getActualLockoutDuration() - Method in class com.sun.identity.common.AccountLockoutInfo
-
Returns the actual time the user needs be locked out.
- getAdditionalInfo() - Method in interface com.sun.identity.saml2.assertion.Advice
-
Returns a list of additional information
- getAdditionalInfo() - Method in class com.sun.identity.saml2.assertion.impl.AdviceImpl
-
Returns a list of additional information
- getAdditionalMetadataLocation() - Method in interface com.sun.identity.saml2.jaxb.metadata.EntityDescriptorType
-
Gets the value of the AdditionalMetadataLocation property.
- getAdditionalMetadataLocation() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl
-
- getAdditionalProperties() - Method in class com.iplanet.services.cdm.Client
-
used by the console plug-in (only) to get the additional properties.
- getAdditionalState() - Method in class org.forgerock.openam.sts.rest.operation.translate.CustomRestTokenProviderParametersImpl
-
- getAdditionalState() - Method in interface org.forgerock.openam.sts.rest.token.provider.CustomRestTokenProviderParameters
-
- getAdditionalState() - Method in class org.forgerock.openam.sts.rest.token.validator.RestTokenTransformValidatorResult
-
- getAddress() - Method in class com.sun.identity.authentication.internal.AuthSSOToken
-
- getAddress() - Method in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationDataImpl
-
Returns the network address/location from which an attesting
entity can present the assertion
- getAddress() - Method in class com.sun.identity.saml2.assertion.impl.SubjectLocalityImpl
-
Returns the value of the Address attribute.
- getAddress() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
-
Returns the network address/location from which an attesting
entity can present the assertion
- getAddress() - Method in interface com.sun.identity.saml2.assertion.SubjectLocality
-
Returns the value of the Address attribute.
- getAddress() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationDataTypeImpl
-
- getAddress() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityTypeImpl
-
- getAddress() - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectConfirmationDataType
-
Gets the value of the address property.
- getAddress() - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectLocalityType
-
Gets the value of the address property.
- getAddress() - Method in interface com.sun.identity.wsfederation.jaxb.wsaddr.EndpointReferenceType
-
Gets the value of the address property.
- getAddress() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.EndpointReferenceTypeImpl
-
- getAddress() - Method in class org.forgerock.openam.radius.common.packet.FramedIPAddressAttribute
-
Returns the Ip address.
- getAdmin() - Method in class com.sun.identity.idsvcs.Read
-
- getAdminDN() - Static method in class com.iplanet.am.util.AdminUtils
-
Returns the DN of the Top Level Administrator.
- getAdminID() - Method in class com.sun.identity.cli.AuthenticatedCommand
-
- getAdminPassword() - Static method in class com.iplanet.am.util.AdminUtils
-
Returns the password of the Top Level Administrator.
- getAdminPassword() - Method in class com.sun.identity.cli.AuthenticatedCommand
-
- getAdminPort(String, String, String, String) - Static method in class com.sun.identity.setup.EmbeddedOpenDS
-
Get admin port of the OpenDJ server
- getAdminServiceGlobalSchema() - Method in class com.iplanet.am.sdk.common.DCTreeServicesHelper
-
- getAdminSSOToken() - Method in class com.sun.identity.cli.AuthenticatedCommand
-
- getAdminSubject() - Method in class com.sun.identity.cli.entitlement.ApplicationImpl
-
- getAdminSubject() - Static method in class com.sun.identity.coretoken.CoreTokenUtils
-
- getAdminSubject() - Method in class com.sun.identity.entitlement.PrivilegeIndexStore
-
- getAdminSubject() - Method in class com.sun.identity.entitlement.PrivilegeManager
-
- getAdminSubject() - Method in class org.forgerock.openam.cli.entitlement.ApplicationTypeImpl
-
- getAdminSubject() - Method in class org.forgerock.openam.upgrade.steps.AbstractUpgradeStep
-
Return an admin subject built out of the admin token.
- getAdminToken() - Static method in class com.sun.identity.session.util.SessionUtils
-
Helper method to get admin token.
- getAdminToken() - Static method in class com.sun.identity.wss.security.WSSUtils
-
- getAdminToken() - Method in class org.forgerock.openam.core.CoreServicesWrapper
-
Gets the admin SSO Token.
- getAdminToken() - Method in class org.forgerock.openam.core.CoreWrapper
-
Returns a cached instance AdminTokenAction.
- getAdminToken() - Method in class org.forgerock.openam.core.rest.sms.CoreRestSmsGuiceModule
-
- getAdminToken() - Static method in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
Returns an admin SSO token for administrative actions.
- getAdminToken() - Method in class org.forgerock.openam.rest.SSOTokenFactory
-
Gets a SSOToken for the Super User.
- getAdminToken() - Method in class org.forgerock.openam.sts.rest.token.canceller.RestOpenIdConnectIssuedTokenCanceller
-
- getAdminToken() - Method in class org.forgerock.openam.sts.rest.token.canceller.RestSAML2IssuedTokenCanceller
-
- getAdminToken() - Method in class org.forgerock.openam.sts.rest.token.provider.RestTokenProviderBase
-
- getAdminToken() - Method in class org.forgerock.openam.sts.rest.token.validator.RestOpenIdConnectIssuedTokenValidator
-
- getAdminToken() - Method in class org.forgerock.openam.sts.rest.token.validator.RestSAML2IssuedTokenValidator
-
- getAdminToken() - Method in class org.forgerock.openam.upgrade.steps.AbstractUpgradeStep
-
Returns a valid admin SSOToken.
- getAdminTokenId() - Method in interface com.sun.identity.security.AdminTokenId
-
Returns an admin token Id
- getAdminTokenId() - Method in class com.sun.identity.security.AdminTokenIdImpl
-
Returns an admin token Id
- getAdminTool() - Static method in class com.sun.identity.install.tools.admin.ToolsConfiguration
-
- getAdvice() - Method in class com.sun.identity.entitlement.ConditionDecision
-
Advices associated with this ConditionDecision.
- getAdvice() - Method in class com.sun.identity.entitlement.xacml3.core.AssociatedAdvice
-
Gets the value of the advice property.
- getAdvice() - Method in class com.sun.identity.saml.assertion.Assertion
-
Returns the advice of an assertion.
- getAdvice() - Method in interface com.sun.identity.saml2.assertion.Assertion
-
Returns the advice of the assertion
- getAdvice() - Method in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
Returns the advice of the assertion
- getAdvice() - Method in interface com.sun.identity.saml2.jaxb.assertion.AssertionType
-
Gets the value of the advice property.
- getAdvice() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionTypeImpl
-
- getAdvice() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlement
-
Returns any advice associated with this entitlement decision.
- getAdvice() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlementPattern
-
- getAdviceExpression() - Method in class com.sun.identity.entitlement.xacml3.core.AdviceExpressions
-
Gets the value of the adviceExpression property.
- getAdviceExpressions() - Method in class com.sun.identity.entitlement.xacml3.core.Policy
-
Gets the value of the adviceExpressions property.
- getAdviceExpressions() - Method in class com.sun.identity.entitlement.xacml3.core.PolicySet
-
Gets the value of the adviceExpressions property.
- getAdviceExpressions() - Method in class com.sun.identity.entitlement.xacml3.core.Rule
-
Gets the value of the adviceExpressions property.
- getAdviceId() - Method in class com.sun.identity.entitlement.xacml3.core.Advice
-
Gets the value of the adviceId property.
- getAdviceId() - Method in class com.sun.identity.entitlement.xacml3.core.AdviceExpression
-
Gets the value of the adviceId property.
- getAdvices() - Method in class com.sun.identity.entitlement.Entitlement
-
Returns advices.
- getAdvices() - Method in class com.sun.identity.entitlement.JSONEntitlement
-
- getAdvices() - Method in class com.sun.identity.entitlement.SubjectDecision
-
Advices associated with this SubjectDecision.
- getAdvices() - Method in class com.sun.identity.policy.ActionDecision
-
Deprecated.
Returns a Map of advices associated with this
object.
- getAdvices() - Method in class com.sun.identity.policy.ConditionDecision
-
Deprecated.
Gets advices associated with this object
- getAdvices() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonDecision
-
- getAdvicesHandleableByAM(boolean) - Method in class com.sun.identity.policy.client.PolicyEvaluator
-
Gets names of policy advices that could be handled by OpenAM
if PEP redirects user agent to OpenAM.
- getAdvicesHandleableByAM() - Static method in class com.sun.identity.policy.PolicyConfig
-
Returns names of policy advices that could be handled by OpenSSO
Enterprise if PEP redirects the user agent to OpenSSO.
- getAdvicesHandleableByAM() - Method in class com.sun.identity.policy.remote.AdvicesHandleableByAMResponse
-
Returns the advices to be handled by OpenAM.
- getAdvicesHandleableByAMResponse() - Method in class com.sun.identity.policy.remote.PolicyResponse
-
Returns the AdvicesHandleableByAMResponse object.
- getAdvisoryAuthnID() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
-
Deprecated.
Returns value of advisoryAuthnID attribute.
- getAffiliateEntity(String, String) - Method in class com.sun.identity.federation.meta.IDFFMetaManager
-
Returns a set of Affiliation Entity Descriptors of which the
provider identifier is a member of.
- getAffiliateMember() - Method in interface com.sun.identity.saml2.jaxb.metadata.AffiliationDescriptorType
-
Gets the value of the AffiliateMember property.
- getAffiliateMember() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorTypeImpl
-
- getAffiliation() - Method in class com.sun.identity.federation.accountmgmt.FSAccountFedInfo
-
Deprecated.
Gets the affiliation federation type.
- getAffiliationConfig() - Method in interface com.sun.identity.saml2.jaxb.entityconfig.EntityConfigType
-
Gets the value of the affiliationConfig property.
- getAffiliationConfig() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.EntityConfigTypeImpl
-
- getAffiliationConfig(String, String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns affiliation configuration in an entity under the realm.
- getAffiliationDescriptor(String, String) - Method in class com.sun.identity.federation.meta.IDFFMetaManager
-
Returns the Affiliation Descriptor for the entity identifier.
- getAffiliationDescriptor() - Method in interface com.sun.identity.saml2.jaxb.metadata.EntityDescriptorType
-
Gets the value of the affiliationDescriptor property.
- getAffiliationDescriptor() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl
-
- getAffiliationDescriptor(String, String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns affiliation descriptor in an entity under the realm.
- getAffiliationDescriptorConfig(String, String) - Method in class com.sun.identity.federation.meta.IDFFMetaManager
-
Returns Affiliation Configuration for the entity identifier.
- getAffiliationID() - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Returns the Affliation Identifier.
- getAffiliationID(String, String) - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
Gets the Affiliation ID for the provider that it belongs.
- getAffiliationID() - Method in class com.sun.identity.liberty.ws.soapbinding.ProviderHeader
-
Returns value of affiliationID attribute.
- getAffiliationOwnerID() - Method in interface com.sun.identity.saml2.jaxb.metadata.AffiliationDescriptorType
-
Gets the value of the affiliationOwnerID property.
- getAffiliationOwnerID() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorTypeImpl
-
- getAgent() - Static method in class com.sun.identity.plugin.monitoring.MonitorManager
-
Returns an instance of the FedMonAgent object.
- getAgentAttributes(SSOToken, String, String) - Static method in class com.sun.identity.common.configuration.AgentConfiguration
-
Returns agent's attribute values.
- getAgentAttributes(SSOToken, String, String, boolean) - Static method in class com.sun.identity.common.configuration.AgentConfiguration
-
Returns agent's attribute values.
- getAgentAttributes(AMIdentity, boolean) - Static method in class com.sun.identity.common.configuration.AgentConfiguration
-
Returns agent's attribute values.
- getAgentAttributes(String, Set, String) - Static method in class com.sun.identity.wss.security.WSSUtils
-
- getAgentAttributes(String, String, Set, String) - Static method in class com.sun.identity.wss.sts.STSUtils
-
Returns the WSP agent attributes for a given end point.
- getAgentAttributeSchema(String, String) - Static method in class com.sun.identity.common.configuration.AgentConfiguration
-
Returns attribute schema of a given agent type.
- getAgentAttributeSchemas(String) - Static method in class com.sun.identity.common.configuration.AgentConfiguration
-
Returns a set of attribute schemas of a given agent type.
- getAgentConfigFilePathMessage() - Method in class com.sun.identity.install.tools.configurator.CustomInstallDriver
-
- getAgentConfigFilePathMessage() - Method in class com.sun.identity.install.tools.configurator.InstallDriver
-
- getAgentGroupAttributes(SSOToken, String, String) - Static method in class com.sun.identity.common.configuration.AgentConfiguration
-
Returns agent group's attribute values.
- getAgentMigratePropertiesFile(IStateAccess, Map) - Method in class com.sun.identity.install.tools.configurator.ConfigurePropertiesTask
-
- getAgentPassword() - Method in interface org.forgerock.openam.sts.soap.bootstrap.SoapSTSAgentCredentialsAccess
-
- getAgentPassword() - Method in class org.forgerock.openam.sts.soap.bootstrap.SoapSTSAgentCredentialsAccessImpl
-
- getAgentRepoPlugin(String) - Method in class com.sun.identity.idm.server.IdRepoPluginsCache
-
- getAgentsResource(MailServerLoader, IdentityServicesImpl, CoreWrapper, RestSecurityProvider, ConsoleConfigHandler, BaseURLProviderFactory, Set<UiRolePredicate>) - Method in class org.forgerock.openam.core.rest.CoreRestIdentityGuiceModule
-
- getAgentsResourceV1(MailServerLoader, IdentityServicesImpl, CoreWrapper, RestSecurityProvider, ConsoleConfigHandler, Set<UiRolePredicate>) - Method in class org.forgerock.openam.core.rest.CoreRestIdentityGuiceModule
-
- getAgentsResourceV2(MailServerLoader, IdentityServicesImpl, CoreWrapper, RestSecurityProvider, ConsoleConfigHandler, BaseURLProviderFactory, Set<UiRolePredicate>) - Method in class org.forgerock.openam.core.rest.CoreRestIdentityGuiceModule
-
- getAgentSvrInfo() - Static method in class com.sun.identity.monitoring.Agent
-
- getAgentType(AMIdentity) - Static method in class com.sun.identity.common.configuration.AgentConfiguration
-
For the given Agent identity, return the value that represents the agent type.
- getAgentTypes() - Static method in class com.sun.identity.common.configuration.AgentConfiguration
-
Returns a set of supported agent types.
- getAgentUsername() - Method in interface org.forgerock.openam.sts.soap.bootstrap.SoapSTSAgentCredentialsAccess
-
- getAgentUsername() - Method in class org.forgerock.openam.sts.soap.bootstrap.SoapSTSAgentCredentialsAccessImpl
-
- getAlgorithm() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.AgreementMethodType
-
Gets the value of the algorithm property.
- getAlgorithm() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType
-
Gets the value of the algorithm property.
- getAlgorithm() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl
-
- getAlgorithm() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl
-
- getAlgorithm() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.CanonicalizationMethodType
-
Gets the value of the algorithm property.
- getAlgorithm() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.DigestMethodType
-
Gets the value of the algorithm property.
- getAlgorithm() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.CanonicalizationMethodTypeImpl
-
- getAlgorithm() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DigestMethodTypeImpl
-
- getAlgorithm() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureMethodTypeImpl
-
- getAlgorithm() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformTypeImpl
-
- getAlgorithm() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignatureMethodType
-
Gets the value of the algorithm property.
- getAlgorithm() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.TransformType
-
Gets the value of the algorithm property.
- getAlgorithm() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.CanonicalizationMethodType
-
Gets the value of the algorithm property.
- getAlgorithm() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.DigestMethodType
-
Gets the value of the algorithm property.
- getAlgorithm() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.CanonicalizationMethodTypeImpl
-
- getAlgorithm() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DigestMethodTypeImpl
-
- getAlgorithm() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureMethodTypeImpl
-
- getAlgorithm() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformTypeImpl
-
- getAlgorithm() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignatureMethodType
-
Gets the value of the algorithm property.
- getAlgorithm() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.TransformType
-
Gets the value of the algorithm property.
- getAlgorithmURI(String) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Return algorithm URI for the given algorithm.
- getAll() - Static method in class com.iplanet.am.util.SystemProperties
-
This method lets you get all the properties defined and their values.
- getAll() - Method in class org.forgerock.openam.scripting.service.ScriptConfigurationService
-
- getAll() - Method in interface org.forgerock.openam.scripting.service.ScriptingService
-
Retrieve the stored configuration.
- getAllActiveCirclesOfTrust(String) - Method in class com.sun.identity.cot.CircleOfTrustManager
-
Returns a set of names of all active circle of trusts.
- getAllAttributeValueFromSSOConfig(String, String, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns all values of specified attribute from SSOConfig.
- getAllAuthModules(SSOToken) - Static method in class com.sun.identity.authentication.config.AMAuthConfigUtils
-
Returns all supported authentication modules
- getAllAuthModules(String, SSOToken) - Static method in class com.sun.identity.authentication.config.AMAuthConfigUtils
-
Returns all supported authentication modules in an Organization
If there are not modules configured at the Organization level
then the authentication modules set at Global level will be returned.
- getAllAvailableTrackingIds() - Static method in class org.forgerock.openam.audit.AMAuditEventBuilderUtils
-
- getAllCirclesOfTrust(String) - Method in class com.sun.identity.cot.CircleOfTrustManager
-
Returns a set of names of all circle of trusts.
- getAllClientInstances() - Method in interface com.iplanet.services.cdm.ClientTypesManager
-
Gets all client instance as Map.
- getAllClientInstances() - Method in class com.iplanet.services.cdm.DefaultClientTypesManager
-
- getAllClientInstances() - Method in class org.forgerock.openam.services.cdm.BasicClientTypesManager
-
Gets all client instance as Map.
- getAllClientTypes() - Method in interface com.iplanet.services.cdm.ClientTypesManager
-
Get names of all client types
- getAllClientTypes() - Method in class com.iplanet.services.cdm.DefaultClientTypesManager
-
- getAllClientTypes() - Method in class org.forgerock.openam.services.cdm.BasicClientTypesManager
-
Get names of all client types
- getAllConfigurationNames(String) - Method in interface com.sun.identity.plugin.configuration.ConfigurationInstance
-
Returns all service configuration name for this components.
- getAllConfigurationNames(String) - Method in class com.sun.identity.plugin.configuration.impl.ConfigurationInstanceImpl
-
Returns all service config name for this components.
- getAllConfigurationNames(String) - Method in class com.sun.identity.plugin.configuration.impl.FedletConfigurationImpl
-
Returns all service config name for this components.
- getAllDeclaredPrefixes() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- getAllDeclaredPrefixes() - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext
-
Returns a list of all in-scope prefixes.
- getAllDeclaredPrefixes() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- getAllDeclaredPrefixes() - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallingContext
-
Returns a list of all in-scope prefixes.
- getAllDiscoveryConfig() - Static method in class com.sun.identity.wss.provider.ProviderUtils
-
- getAllEntities(String) - Method in class com.sun.identity.federation.meta.IDFFMetaManager
-
Returns all entities under the realm.
- getAllEntities(String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns all entities under the realm.
- getAllEntities(String) - Method in class com.sun.identity.wsfederation.meta.WSFederationMetaManager
-
Returns all entities under the realm.
- getAllFields() - Method in class com.sun.identity.log.LogManager
-
Return the array of all LogRecord fields available for selection.
- getAllHashMessageIDs() - Method in interface com.sun.identity.log.messageid.LogMessageProvider
-
Returns a map of message names to IDs
- getAllHashMessageIDs() - Method in class com.sun.identity.log.messageid.LogMessageProviderBase
-
Returns all hash message IDs.
- getAllHostedEntities(String) - Method in class com.sun.identity.federation.meta.IDFFMetaManager
-
Returns all remote entities under the realm.
- getAllHostedEntities(String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns all hosted entities under the realm.
- getAllHostedEntities(String) - Method in class com.sun.identity.wsfederation.meta.WSFederationMetaManager
-
Returns all hosted entities under the realm.
- getAllHostedIdentityProviderEntities(String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns all hosted identity provider entities under the realm.
- getAllHostedIdentityProviderEntities(String) - Method in class com.sun.identity.wsfederation.meta.WSFederationMetaManager
-
Returns all hosted identity provider entities under the realm.
- getAllHostedIdentityProviderIDs(String) - Method in class com.sun.identity.federation.meta.IDFFMetaManager
-
Returns all hosted Identity Provider Entity Identifiers under the
realm.
- getAllHostedIdentityProviderMetaAliases(String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns metaAliases of all hosted identity providers under the realm.
- getAllHostedIdentityProviderMetaAliases(String) - Method in class com.sun.identity.wsfederation.meta.WSFederationMetaManager
-
Returns metaAliases of all hosted identity providers under the realm.
- getAllHostedMetaAliasesByRealm(String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns all the hosted entity metaAliases for a realm.
- getAllHostedMetaAliasesByRealm(String) - Method in class com.sun.identity.wsfederation.meta.WSFederationMetaManager
-
Returns all the hosted entity metaAliases for a realm.
- getAllHostedPolicyDecisionPointEntities(String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns all hosted policy decision point entities under the realm.
- getAllHostedPolicyDecisionPointMetaAliases(String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns meta aliases of all hosted policy decision point under the realm.
- getAllHostedPolicyEnforcementPointEntities(String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns all hosted policy enforcement point entities under the realm.
- getAllHostedPolicyEnforcementPointMetaAliases(String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns meta aliases of all hosted policy enforcement point under the
realm.
- getAllHostedServiceProviderEntities(String) - Method in class com.sun.identity.federation.meta.IDFFMetaManager
-
Returns all hosted Service Provider Entity Identifiers under the
realm.
- getAllHostedServiceProviderEntities(String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns all hosted service provider entities under the realm.
- getAllHostedServiceProviderEntities(String) - Method in class com.sun.identity.wsfederation.meta.WSFederationMetaManager
-
Returns all hosted service provider entities under the realm.
- getAllHostedServiceProviderMetaAliases(String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns metaAliases of all hosted service providers under the realm.
- getAllHostedServiceProviderMetaAliases(String) - Method in class com.sun.identity.wsfederation.meta.WSFederationMetaManager
-
Returns metaAliases of all hosted service providers under the realm.
- getAllIDPList(String) - Static method in class com.sun.liberty.LibertyManager
-
Returns a list of all trusted Identity Providers under the realm.
- getAllImportSteps() - Method in class org.forgerock.openam.xacml.v3.ImportStepGenerator
-
Returns all import steps.
- getAllInstances() - Static method in class com.iplanet.services.cdm.Client
-
- getAllInstances(SSOToken) - Static method in class com.iplanet.services.cdm.Client
-
- getAllInstances() - Static method in class com.iplanet.services.cdm.ClientsManager
-
Returns an iterator of Client objects for all known client types.
- getAllListedProperties(String) - Method in class org.forgerock.openam.session.SessionPropertyWhitelist
-
Get the properties listed for the provided realm, using the caller token to check
they have permission to see this result.
- getAllMessageIDs() - Method in interface com.sun.identity.log.messageid.LogMessageProvider
-
Returns all message IDs.
- getAllMessageIDs() - Method in class com.sun.identity.log.messageid.LogMessageProviderBase
-
Returns all message IDs.
- getAllMessageLevelSecurityMech() - Static method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the list of message level security mechanism objects.
- getAllNamedConfig(String, SSOToken) - Static method in class com.sun.identity.authentication.config.AMAuthConfigUtils
-
Returns all the authentication configurations defined in
iPlanetAMAuthConfiguration service.
- getAllOf() - Method in class com.sun.identity.entitlement.xacml3.core.AnyOf
-
Gets the value of the allOf property.
- getAllowAccess() - Method in class org.forgerock.openam.sts.user.invocation.OpenIdConnectTokenCreationState
-
- getAllowedDashboard(SSOToken) - Static method in class org.forgerock.openam.dashboard.Dashboard
-
- getAllowedGrantScopes() - Method in class org.forgerock.openidconnect.Client
-
Gets the allowed scopes of the OAuth2Client.
- GetAllowedIdOperations - Class in com.sun.identity.cli.idrepo
-
This command gets the allowed operations of a identity type.
- GetAllowedIdOperations() - Constructor for class com.sun.identity.cli.idrepo.GetAllowedIdOperations
-
- getAllowedIdOperations(IdType) - Method in class com.sun.identity.idm.AMIdentityRepository
-
Returns the set of Operations for a given IdType,
IdOperations that can be performed on an Identity.
- getAllowedModuleNames() - Method in class com.sun.identity.authentication.config.AMAuthenticationManager
-
Returns a Set of module instance names that is allowed for this
organization.
- getAllowedResponseTypes() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getAllowedResponseTypes() - Method in interface org.forgerock.oauth2.core.ClientRegistration
-
Gets the allowed response types.
- getAllowedResponseTypes() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Gets the response types allowed by the OAuth2 provider.
- getAllowedResponseTypes() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getAllowedResponseTypes() - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
- getAllowedResponseTypes() - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
Gets the allowed response types.
- getAllowedScopes() - Method in interface org.forgerock.oauth2.core.ClientRegistration
-
Gets the allowed scopes configured for the client.
- getAllowedScopes() - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
- getAllowedScopes() - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
Gets the allowed scopes configured for the client.
- getAllProductDetails(ArrayList) - Method in class com.sun.identity.install.tools.configurator.InstFinderStore
-
- getAllProductDetails(ArrayList) - Method in class com.sun.identity.install.tools.configurator.MigrateFromInstFinderStore
-
get all instances' instance finder data.
- getAllPublishedInstances() - Method in class org.forgerock.openam.sts.publish.common.STSInstanceConfigStoreBase
-
- getAllPublishedInstances() - Method in interface org.forgerock.openam.sts.publish.STSInstanceConfigStore
-
This method will be called by some startup context in the {locally|remotely} deployed {REST|SOAP} STS context
to obtain all of the previously-published STS instances.
- getAllReceivedCallbacks() - Method in class com.sun.identity.authentication.service.LoginState
-
Get all the received Callbacks.
- getAllRemoteEntities(String) - Method in class com.sun.identity.federation.meta.IDFFMetaManager
-
Returns all remote entities under the realm.
- getAllRemoteEntities(String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns all remote entities under the realm.
- getAllRemoteEntities(String) - Method in class com.sun.identity.wsfederation.meta.WSFederationMetaManager
-
Returns all remote entities under the realm.
- getAllRemoteIdentityProviderEntities(String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns all remote identity provider entities under the realm.
- getAllRemoteIdentityProviderEntities(String) - Method in class com.sun.identity.wsfederation.meta.WSFederationMetaManager
-
Returns all remote identity provider entities under the realm.
- getAllRemoteIdentityProviderIDs(String) - Method in class com.sun.identity.federation.meta.IDFFMetaManager
-
Returns all remote Identity Provider Identifiers under the realm.
- getAllRemotePolicyDecisionPointEntities(String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns all remote policy decision point entities under the realm.
- getAllRemotePolicyEnforcementPointEntities(String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns all remote policy enforcement point entities under the realm.
- getAllRemoteServiceProviderEntities(String) - Method in class com.sun.identity.federation.meta.IDFFMetaManager
-
Returns all remote Service Provider Entity Identifiers under the
realm.
- getAllRemoteServiceProviderEntities(String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns all remote service provider entities under the realm.
- getAllRemoteServiceProviderEntities(String) - Method in class com.sun.identity.wsfederation.meta.WSFederationMetaManager
-
Returns all remote service provider entities under the realm.
- getAllResourceTypes(ResourceTypeService, Subject, String) - Static method in class org.forgerock.openam.xacml.v3.XACMLResourceTypeUtils
-
Gets all resource types using the resource type service instance.
- getAllRoleDNs() - Method in interface com.iplanet.am.sdk.AMUser
-
Deprecated.
Gets all the static and filtered roles the user is in.
- getAllServerIDs() - Method in class com.iplanet.dpro.session.service.SessionServerConfig
-
Returns all server IDs.
- getAllServerIDs() - Static method in class com.iplanet.services.naming.WebtopNaming
-
Returns all server IDs.
- getAllServerIDs() - Method in class com.iplanet.services.naming.WebtopNamingQuery
-
- getAllServerIds() - Method in class org.forgerock.openam.core.rest.session.SessionResource
-
Returns a collection of all Server ID that are known to the OpenAM instance.
- getAllServerIds() - Method in class org.forgerock.openam.core.rest.session.SessionResourceUtil
-
Returns a collection of all Server ID that are known to the OpenAM instance.
- getAllSessions() - Method in class org.forgerock.openam.core.rest.session.query.impl.RemoteSessionQuery
-
Generates a SessionRequest and uses this to query the remote server.
- getAllSessions(Collection<String>) - Method in class org.forgerock.openam.core.rest.session.query.SessionQueryManager
-
Query all servers allocated to this SessionQueryManager for their Sessions.
- getAllSessions() - Method in interface org.forgerock.openam.core.rest.session.query.SessionQueryType
-
Query a server and return all the Sessions that are stored on the server.
- getAllSessionsByUUID(String) - Method in class org.forgerock.openam.session.service.access.persistence.SessionPersistenceStore
-
Returns the expiration information of all sessions belonging to a user
(uuid).
- getAllSessionsByUUID(String) - Method in class org.forgerock.openam.session.service.access.SessionQueryManager
-
Returns the expiration information of all sessions belonging to a user
(uuid).
- getAllSPList(String) - Static method in class com.sun.liberty.LibertyManager
-
Returns a list of all trusted Service Providers under the realm.
- getAllSTSConfig() - Static method in class com.sun.identity.wss.provider.ProviderUtils
-
- getAllSupportedOptions() - Method in class com.sun.identity.install.tools.admin.BaseToolsResolver
-
- getAllSupportedSecurityMech() - Static method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the list of all available security mechanism objects.
- getAllTrustedProviders(String) - Method in class com.sun.identity.federation.meta.IDFFMetaManager
-
Returns a set of remote providers trusted by the hosted providers.
- getAllValidFields(Class) - Static method in class org.forgerock.openam.cts.utils.blob.strategies.AttributeCompressionStrategy
-
Examines the class using reflection for all declared fields which are suitable
for serialisation.
- getAllWSCSecurityMechanisms() - Static method in class com.sun.identity.wss.security.SecurityMechanism
-
Returns all the list of SecurityMechanisms supported
by the Web Services Client.
- getAllWSPSecurityMechanisms() - Static method in class com.sun.identity.wss.security.SecurityMechanism
-
Returns all the list of SecurityMechanisms supported
by the Web Services Provider.
- getAlternateEndPoint() - Method in class com.sun.identity.liberty.ws.idpp.IDPPServiceManager
-
Gets the Alternate end point.
- getAlternateSecurityMechs() - Method in class com.sun.identity.liberty.ws.idpp.IDPPServiceManager
-
Gets Alternate Security Mechanisms.
- getAmCookieName() - Static method in class com.iplanet.services.util.CookieUtils
-
Deprecated.
Gets property value of "com.iplanet.am.cookie.name"
- getAmCookieName() - Static method in class com.sun.identity.shared.encode.CookieUtils
-
Gets property value of "com.iplanet.am.cookie.name"
- getAmDeploymentUrl() - Method in class org.forgerock.openam.sts.soap.config.user.SoapDeploymentConfig
-
- getAMEntity(String, String, String, String) - Method in class com.sun.identity.entity.EntityObjectImpl
-
Method to get the AMEntity object from the storeconnection.
- getAmIdentityName() - Method in class org.forgerock.openam.entitlement.conditions.environment.AMIdentityMembershipCondition
-
- getAMIdentityRepository(String) - Method in class com.sun.identity.authentication.service.AuthD
-
Returns the OpenAM Identity Repository for an organization.
- getAMIdentityRepository(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Returns AMIdentityRepostiory handle for an organization.
- getAMIdentityRepository(String) - Static method in class com.sun.identity.idm.IdUtils
-
Returns AMIdentityRepostiory handle for an organization.
- getAMObject(Debug, String, AMStoreConnection) - Static method in class com.sun.identity.common.admin.AdminInterfaceUtils
-
Returns the AMObject of a given DN and a store connection.
- getAMObjectName(int) - Method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Take a supported type, and returns the matching name of the supported
managed type.
- getAMObjectType(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Returns the type of the object given its DN.
- getAmPCookieName() - Static method in class com.iplanet.services.util.CookieUtils
-
Deprecated.
Gets property value of "com.iplanet.am.pcookie.name"
- getAmPCookieName() - Static method in class com.sun.identity.shared.encode.CookieUtils
-
Returns property value of "com.iplanet.am.pcookie.name"
- getAMRAuthModuleMappings() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getAMRAuthModuleMappings() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
The mappings between amr values and auth module names.
- getAMRAuthModuleMappings() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getAMRepoPlugin(String) - Method in class com.sun.identity.idm.server.IdRepoPluginsCache
-
- getAMResourceBundleCache() - Method in class org.forgerock.openam.core.rest.sms.CoreRestSmsGuiceModule
-
- getAMSdkBaseDN() - Static method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Returns the root suffix for user management node.
- getAMSdkBaseDN() - Method in class com.sun.identity.sm.jaxrpc.SMSJAXRPCObject
-
Returns the root suffix (i.e., base DN) for the UMS objects.
- getAMSdkBaseDN() - Method in class com.sun.identity.sm.jaxrpc.SMSJAXRPCObjectImpl
-
Returns the root suffix (i.e., amsdkbase DN) for the UMS objects.
- getAMSdkBaseDN() - Method in interface com.sun.identity.sm.jaxrpc.SMSObjectIF
-
- getAMSdkBaseDN() - Static method in class com.sun.identity.sm.SMSEntry
-
- getAMSdkBaseDN() - Method in class com.sun.identity.sm.SMSObject
-
Returns the AMSDK BaseDN for the UM objects.
- getAMSdkBaseDN() - Method in class com.sun.identity.sm.SMSObjectDB
-
Returns the AMSDK BaseDN for the UM objects.
- getAmsdkdn(SSOToken, OrganizationConfigManagerImpl) - Static method in class com.sun.identity.sm.OrgConfigViaAMSDK
-
- getAMServerID() - Static method in class com.iplanet.dpro.session.service.SessionService
-
Gets the AM Server ID.
- getAMServerID() - Static method in class com.iplanet.services.naming.WebtopNaming
-
Returns the server ID.
- getAMServerID() - Method in class com.iplanet.services.naming.WebtopNamingQuery
-
- getAMServerInstances() - Static method in class com.sun.identity.sm.ServiceManager
-
Returns all AM Server instance.
- getAMSessionId() - Method in class org.forgerock.openam.sts.rest.token.validator.RestTokenTransformValidatorResult
-
- getAMSessionIdCookieNameForDeployment() - Method in class com.sun.identity.workflow.CreateSoapSTSDeployment
-
- getAMSessionIdFromTokenValidation() - Method in class org.forgerock.openam.sts.rest.operation.translate.CustomRestTokenProviderParametersImpl
-
- getAMSessionIdFromTokenValidation() - Method in interface org.forgerock.openam.sts.rest.token.provider.CustomRestTokenProviderParameters
-
Added to support custom RestTokenProvider implementations.
- getAMTemplateDN(SSOToken, String, int, String, int) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Get the AMTemplate DN (COSTemplateDN)
- getAMTemplateDN(SSOToken, String, int, String, int) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
Get the AMTemplate DN (COSTemplateDN)
- getAMTemplateDN(String, String, int, String, int) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getAMTemplateDN(String, String, int, String, int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- getAMTemplateDN(SSOToken, String, int, String, int) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
Get the AMTemplate DN (COSTemplateDN)
- getAnalyzedName(Map) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPBaseContainer
-
Gets AnalyzedName JAXB Object.
- getAnalyzedNameAttributes() - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPBaseContainer
-
Creates required set of attributes.
- getAnalyzedNameMap(Object, Map) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPBaseContainer
-
Gets analzedname attributes in a hashmap.
- getAnchor() - Method in class com.sun.identity.authentication.UI.taglib.DSAMEHrefTag
-
- getAndClear() - Static method in class org.forgerock.openam.session.util.AppTokenHandler
-
Returns the stored application token and then clears the ThreadLocal
- getAndDecodeParameter(HttpServletRequest, String) - Method in class org.forgerock.openam.shared.security.whitelist.RedirectUrlValidator
-
Helper function to retrieve a field from the provided request's query parameters.
- getAnonymousUser() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getAnswer() - Method in class org.forgerock.openam.services.push.dispatch.PushMessageChallengeResponsePredicate
-
Reads the answer out.
- getAnswers() - Method in class com.sun.identity.password.ui.PWResetQuestionTiledView
-
Gets the users answers to the secret questions
- getAny() - Method in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
Method to get service specific attributes.
- getAny() - Method in class com.sun.identity.entitlement.xacml3.core.StatusDetail
-
Gets the value of the any property.
- getAny() - Method in class com.sun.identity.liberty.ws.disco.InsertEntry
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.saml2.jaxb.metadata.EndpointType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.saml2.jaxb.metadata.ExtensionsType
-
Gets the value of the Any property.
- getAny() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EndpointTypeImpl
-
- getAny() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ExtensionsTypeImpl
-
- getAny() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceTypeImpl
-
- getAny() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.ReferenceType
-
Gets the value of the Any property.
- getAny() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.PGPDataTypeImpl
-
- getAny() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.PGPDataType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.saml2.protocol.ArtifactResponse
-
Gets the any element of the response.
- getAny() - Method in interface com.sun.identity.saml2.protocol.Extensions
-
Returns the list of Extensions object.
- getAny() - Method in class com.sun.identity.saml2.protocol.impl.ArtifactResponseImpl
-
Gets the any element of the response.
- getAny() - Method in class com.sun.identity.saml2.protocol.impl.ExtensionsImpl
-
Returns the list of Extensions object.
- getAny() - Method in class com.sun.identity.saml2.protocol.impl.StatusDetailImpl
-
Returns the list of StatusDetail object.
- getAny() - Method in interface com.sun.identity.saml2.protocol.StatusDetail
-
Returns the value of the Any property.
- getAny() - Method in class com.sun.identity.sm.AttributeSchema
-
Method to get service specific attributes.
- getAny() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Method to get service specific attributes.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsaddr.EndpointReferenceType
-
Gets the value of the Any property.
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.EndpointReferenceTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.MetadataTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ReferenceParametersTypeImpl
-
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsaddr.MetadataType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsaddr.ReferenceParametersType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.AssertionType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.ClaimType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.ClientPseudonymType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.FederationMetadataType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.FederationType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.FilterPseudonymsType
-
Gets the value of the Any property.
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AssertionTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClaimTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClientPseudonymTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationMetadataTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FilterPseudonymsTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ProofTokenTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymBasisTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceTokenTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RelativeToTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestProofTokenTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestPseudonymTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SecurityTokenTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutBasisTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenTypesOfferedTypeImpl
-
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.ProofTokenType
-
Gets the value of the any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.PseudonymBasisType
-
Gets the value of the any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.PseudonymType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.ReferenceTokenType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.RelativeToType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.RequestProofTokenType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.RequestPseudonymType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.SecurityTokenType
-
Gets the value of the any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.SignOutBasisType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.SignOutType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.TokenType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.TokenTypesOfferedType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wspolicy.AppliesToType
-
Gets the value of the Any property.
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.AppliesToTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyAttachmentTypeImpl
-
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wspolicy.PolicyAttachmentType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsse.EmbeddedType
-
Gets the value of the Any property.
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.EmbeddedTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityHeaderTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityTokenReferenceTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.TransformationParametersTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.UsernameTokenTypeImpl
-
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsse.SecurityHeaderType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsse.SecurityTokenReferenceType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsse.TransformationParametersType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsse.UsernameTokenType
-
Gets the value of the Any property.
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.IssuedTokenTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.NestedPolicyTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequestSecurityTokenTemplateTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SecureConversationTokenTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SePartsTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SerElementsTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SpnegoContextTokenTypeImpl
-
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TokenAssertionTypeImpl
-
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.IssuedTokenType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.NestedPolicyType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.RequestSecurityTokenTemplateType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.SecureConversationTokenType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.SePartsType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.SerElementsType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.SpnegoContextTokenType
-
Gets the value of the Any property.
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.TokenAssertionType
-
Gets the value of the Any property.
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.TimestampTypeImpl
-
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.wsu.TimestampType
-
Gets the value of the Any property.
- getAny() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.PGPDataTypeImpl
-
- getAny() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.PGPDataType
-
Gets the value of the Any property.
- getAnyAttribute() - Method in interface com.sun.identity.saml2.assertion.Attribute
-
Returns the anyAttribute of the attribute.
- getAnyAttribute() - Method in class com.sun.identity.saml2.assertion.impl.AttributeImpl
-
Returns the anyAttribute of the attribute.
- getAnyOf() - Method in class com.sun.identity.entitlement.xacml3.core.Target
-
Gets the value of the anyOf property.
- getApp() - Method in class com.sun.identity.idsvcs.Log
-
- getAppConfigurationEntry(String) - Method in class com.sun.identity.authentication.config.AMConfiguration
-
Retrieve an array of AppConfigurationEntries which
corresponds to the configuration of LoginModules for this
application.
- getAppConfigurationEntry(String) - Method in class com.sun.identity.authentication.modules.windowsdesktopsso.WindowsDesktopSSOConfig
-
Returns AppConfigurationEntry array for the application appName
using Kerberos module.
- getAppConfigurationEntry(String) - Method in class com.sun.identity.wss.security.KerberosConfiguration
-
Returns AppConfigurationEntry array for the application
using Kerberos module.
- getAppleEndpoint() - Method in class org.forgerock.openam.services.push.PushNotificationServiceConfig
-
Get the endpoint for this notification service to connect to.
- getApplication(Subject, String) - Method in class com.sun.identity.entitlement.Entitlement
-
Returns application for this entitlement.
- getApplication(String) - Method in interface com.sun.identity.entitlement.EntitlementConfiguration
-
Returns the application with the specified name.
- getApplication(String) - Method in class com.sun.identity.entitlement.opensso.EntitlementService
-
- getApplication() - Method in class com.sun.identity.entitlement.xacml3.PrivilegeSet
-
Obtain list of Application objects held by this class.
- getApplication() - Method in class org.forgerock.openam.entitlement.rest.model.json.PolicyRequest
-
- getApplication() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- getApplication(String) - Method in interface org.forgerock.openam.entitlement.service.ApplicationService
-
Retrieves an application instance for the passed name.
- getApplication(String) - Method in class org.forgerock.openam.entitlement.service.ApplicationServiceImpl
-
- getApplicationAttributeNames(String, String) - Method in class com.sun.identity.entitlement.SubjectAttributesManager
-
Returns application attribute names.
- getApplicationClass() - Method in class com.sun.identity.entitlement.ApplicationType
-
Returns application class
- getApplicationClassName() - Method in class com.sun.identity.entitlement.ApplicationType
-
Returns application class name.
- getApplicationClassName() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationTypeWrapper
-
- getApplicationIdleTimeout() - Method in class org.forgerock.openam.entitlement.conditions.environment.AuthSchemeCondition
-
- getApplicationIndexes() - Method in class com.sun.identity.entitlement.Privilege
-
- getApplicationMaxCachingTime() - Method in class com.iplanet.dpro.session.service.SessionServiceConfig
-
Returns value of SystemProperty "com.sun.identity.session.application.maxCacheTime" (minutes).
- getApplicationName() - Method in class com.sun.identity.authentication.internal.AuthContext
-
- getApplicationName() - Method in class com.sun.identity.entitlement.Entitlement
-
Returns application name.
- getApplicationName() - Method in class com.sun.identity.entitlement.Evaluator
-
Returns application name.
- getApplicationName() - Method in class com.sun.identity.policy.Rule
-
Deprecated.
Returns application name.
- getApplicationName() - Method in class org.forgerock.openam.entitlement.conditions.environment.AuthSchemeCondition
-
- getApplicationName() - Method in class org.forgerock.openam.entitlement.PrivilegeEvaluatorContext
-
Return the application name
- getApplicationName() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlement
-
Gets the name of the application that this entitlement refers to.
- getApplicationNameFromPolicy(Policy) - Static method in class com.sun.identity.entitlement.xacml3.XACMLPrivilegeUtils
-
Gets the name of the application to which this policy belongs.
- getApplicationNameFromPolicy(Policy) - Static method in class org.forgerock.openam.xacml.v3.XACMLApplicationUtils
-
Gets application name from the policy.
- getApplicationNames() - Method in class com.sun.identity.entitlement.ApplicationPrivilege
-
- getApplicationNames() - Method in interface org.forgerock.openam.entitlement.service.ApplicationService
-
Returns all the application names in a realm.
- getApplicationNames() - Method in class org.forgerock.openam.entitlement.service.ApplicationServiceImpl
-
- getApplicationResourcesMap(RequestContext, String) - Method in class com.sun.identity.cli.entitlement.ApplicationPrivilegeBase
-
- getApplications(ApplicationPrivilege.Action) - Method in class com.sun.identity.entitlement.ApplicationPrivilegeManager
-
Returns application names for a given action.
- getApplications() - Method in interface com.sun.identity.entitlement.EntitlementConfiguration
-
Returns a set of registered applications.
- getApplications() - Method in class com.sun.identity.entitlement.opensso.EntitlementService
-
Returns a set of registered applications.
- getApplications(ApplicationPrivilege.Action) - Method in class com.sun.identity.entitlement.opensso.OpenSSOApplicationPrivilegeManager
-
- getApplications() - Method in interface org.forgerock.openam.entitlement.service.ApplicationService
-
Returns all the applications in a realm.
- getApplications() - Method in class org.forgerock.openam.entitlement.service.ApplicationServiceImpl
-
- getApplicationService(Subject, String) - Static method in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
- getApplicationToResources(ApplicationPrivilege) - Method in class com.sun.identity.cli.entitlement.ApplicationPrivilegeBase
-
- getApplicationType(String) - Method in class com.sun.identity.cli.entitlement.ApplicationImpl
-
- getApplicationType() - Method in class com.sun.identity.entitlement.Application
-
Returns application type.
- getApplicationType(Subject, String) - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationTypeManagerWrapper
-
Returns the
ApplicationType appropriate to the
requested name, validating that the given user has
authorization to get that ApplicationType.
- getApplicationType() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- getApplicationType() - Method in enum org.forgerock.openam.xacml.v3.model.ContentType
-
- getApplicationType(Subject, String) - Method in class org.forgerock.openam.xacml.v3.XACMLApplicationUtils.ApplicationTypeService
-
Get the application type already present in the system.
- getApplicationType() - Method in class org.forgerock.openidconnect.Client
-
Gets the application type of the OAuth2Client.
- getApplicationTypeNames(Subject) - Static method in class com.sun.identity.entitlement.ApplicationTypeManager
-
Returns application type names.
- getApplicationTypeNames(Subject, String) - Method in class com.sun.identity.entitlement.ReferralPrivilege
-
Deprecated.
- getApplicationTypeNames(Subject) - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationTypeManagerWrapper
-
- getApplicationTypes() - Method in interface com.sun.identity.entitlement.EntitlementConfiguration
-
Returns a set of registered application type.
- getApplicationTypes() - Method in class com.sun.identity.entitlement.opensso.EntitlementService
-
Returns a set of registered application type.
- getAppliesTo() - Method in class com.sun.identity.entitlement.xacml3.core.AdviceExpression
-
Gets the value of the appliesTo property.
- getAppliesTo() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyAttachmentTypeImpl
-
- getAppliesTo() - Method in interface com.sun.identity.wsfederation.jaxb.wspolicy.PolicyAttachmentType
-
Gets the value of the appliesTo property.
- getAppliesTo() - Method in class com.sun.identity.wsfederation.profile.RequestSecurityTokenResponse
-
This method returns the intended consumer of the RSTR
- getAppliesTo() - Method in class com.sun.identity.wss.security.AssertionTokenSpec
-
Returns the name of the service for which assertion needs to be issued
- getAppliesTo() - Method in class com.sun.identity.wss.security.SAML2TokenSpec
-
Returns the name of the service for which assertion needs to be issued
- getAppliesTo(Element) - Static method in class com.sun.identity.wss.sts.STSUtils
-
- getAppliesTo() - Method in class com.sun.identity.wss.trust.RequestSecurityToken
-
Returns the appliesTo attribute.
- getAppliesTo() - Method in class com.sun.identity.wss.trust.RequestSecurityTokenResponse
-
Returns the AppliesTo attribute.
- getAppplicationType(Subject, String) - Static method in class com.sun.identity.entitlement.ApplicationTypeManager
-
Returns application type.
- getAppSSOToken() - Method in class com.sun.identity.policy.remote.PolicyRequest
-
Returns the single sign on token of the application who sends the
request.
- getAppSSOToken() - Method in interface com.sun.identity.security.AppSSOTokenProvider
-
Returns application single sign on token.
- getAppSSOToken() - Method in class com.sun.identity.security.SystemAppTokenProvider
-
Returns Application single sign on token.
- getAppSSOTokenID() - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Returns the Application SSO Token id as set by
setAppSSOTokenID
- getAppSSOTokenRefreshTime() - Static method in class org.forgerock.openam.session.SessionMeta
-
How long before an appSSOToken must refresh (in minutes).
- getAppTokenID() - Method in class com.sun.identity.wss.security.FAMSecurityToken
-
Returns the Application/Client token value.
- getAppTokenID() - Method in class com.sun.identity.wss.sts.STSClientUserToken
-
Returns the Application/Client token value.
- getArchiver(String) - Static method in class com.sun.identity.log.handlers.SecureFileHandler
-
This method takes in a logger name and returns a archiver object
corresponding to that logger name.
- getArray(ServletRequest) - Method in class com.sun.identity.idsvcs.rest.IdentityServicesHandler.SecurityParameter
-
- getArrayOfString_13() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- getArtIdMap() - Method in class com.sun.identity.federation.services.FSAssertionManager
-
Returns artifact to assertion ID map.
- getArtifact() - Method in interface com.sun.identity.saml2.protocol.ArtifactResolve
-
Gets the Artifact of the request.
- getArtifact() - Method in class com.sun.identity.saml2.protocol.impl.ArtifactResolveImpl
-
Gets the Artifact of the request.
- getArtifactResolutionService() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SSODescriptorTypeImpl
-
- getArtifactResolutionService() - Method in interface com.sun.identity.saml2.jaxb.metadata.SSODescriptorType
-
Gets the value of the ArtifactResolutionService property.
- getArtifactValue() - Method in interface com.sun.identity.saml2.protocol.Artifact
-
Returns the artifact.
- getArtifactValue() - Method in class com.sun.identity.saml2.protocol.impl.ArtifactImpl
-
Returns the artifact.
- getAsBoolean(String) - Static method in class com.iplanet.am.util.SystemProperties
-
Returns the property value as a boolean
- getAsBoolean(String, boolean) - Static method in class com.iplanet.am.util.SystemProperties
-
Returns the property value as a boolean
- getAsBoolean(String) - Static method in class com.sun.identity.shared.configuration.SystemPropertiesManager
-
Returns the property value as a boolean
- getAsBoolean(String, boolean) - Static method in class com.sun.identity.shared.configuration.SystemPropertiesManager
-
Returns the property value as a boolean.
- getAsInt(String, int) - Static method in class com.iplanet.am.util.SystemProperties
-
- getAsInt(String, int) - Method in class com.iplanet.am.util.SystemPropertiesWrapper
-
- getAsInt(String, int) - Static method in class com.sun.identity.shared.configuration.SystemPropertiesManager
-
Returns property as an integer, returning the default if the property is not set or cannot be parsed as an
integer.
- getAsLong(String, long) - Static method in class com.iplanet.am.util.SystemProperties
-
- getAssertion(AssertionArtifact, String) - Method in class com.sun.identity.federation.services.FSAssertionManager
-
Retrieves the assertion associated with an artifact.
- getAssertion(AssertionArtifact, String) - Method in class com.sun.identity.federation.services.FSAssertionManagerClient
-
Returns assertion associated with the AssertionArtifact.
- getAssertion(String, String, String) - Method in interface com.sun.identity.federation.services.FSAssertionManagerIF
-
Returns assertion associated with the artifact.
- getAssertion(String, String, String) - Method in class com.sun.identity.federation.services.FSAssertionManagerImpl
-
Returns assertion associated with the artifact.
- getAssertion() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Returns the SAML assertion used for signing.
- getAssertion() - Method in class com.sun.identity.saml.assertion.AdviceBase
-
Gets access to the Assertion in this Advice element
- getAssertion() - Method in class com.sun.identity.saml.assertion.EvidenceBase
-
Get java.util.Set of Assertion
objects in the Evidence
- getAssertion(String) - Method in class com.sun.identity.saml.AssertionManager
-
This method gets the Assertion based on the Assertion ID.
- getAssertion(AssertionArtifact, String) - Method in class com.sun.identity.saml.AssertionManager
-
Gets assertion associated with the AssertionArtifact.
- getAssertion(AssertionArtifact, Set) - Method in class com.sun.identity.saml.AssertionManager
-
Gets assertion associated with the AssertionArtifact.
- getAssertion(AssertionArtifact) - Method in class com.sun.identity.saml.AssertionManager
-
Gets assertion associated with the AssertionArtifact.
- getAssertion(Query, String) - Method in class com.sun.identity.saml.AssertionManager
-
Gets assertion created from the query.
- getAssertion(AssertionIDReference) - Method in class com.sun.identity.saml.AssertionManager
-
Gets the Assertion referenced by an AssertionIDReference.
- getAssertion(AssertionIDReference, Object) - Method in class com.sun.identity.saml.AssertionManager
-
Gets the Assertion referenced by an AssertionIDReference.
- getAssertion(AssertionIDReference, String) - Method in class com.sun.identity.saml.AssertionManager
-
Gets the Assertion referenced by an AssertionIDReference.
- getAssertion(AssertionIDReference, Set) - Method in class com.sun.identity.saml.AssertionManager
-
Gets the Assertion referenced by an AssertionIDReference.
- getAssertion(AssertionIDReference, Set) - Method in class com.sun.identity.saml.AssertionManagerClient
-
Returns the Assertion based on the
AssertionIDReference.
- getAssertion(AssertionIDReference, String) - Method in class com.sun.identity.saml.AssertionManagerClient
-
Returns the Assertion based on the
AssertionIDReference
- getAssertion(AssertionArtifact, Set) - Method in class com.sun.identity.saml.AssertionManagerClient
-
Returns assertion associated with the AssertionArtifact.
- getAssertion(AssertionArtifact, String) - Method in class com.sun.identity.saml.AssertionManagerClient
-
Returns assertion associated with the AssertionArtifact.
- getAssertion(AssertionIDReference, Object) - Method in class com.sun.identity.saml.AssertionManagerClient
-
Returns the Assertion based on the
AssertionIDReference.
- getAssertion(String, Set) - Method in interface com.sun.identity.saml.AssertionManagerIF
-
- getAssertion(String, Set) - Method in class com.sun.identity.saml.AssertionManagerImpl
-
- getAssertion() - Method in class com.sun.identity.saml.protocol.Response
-
This method returns the set of Assertions that is the content of
the response.
- getAssertion() - Method in interface com.sun.identity.saml2.assertion.Evidence
-
Returns the Assertion(s) in the element.
- getAssertion() - Method in class com.sun.identity.saml2.profile.ResponseInfo
-
Returns the authn assertion
- getAssertion() - Method in class com.sun.identity.saml2.protocol.impl.ResponseImpl
-
Returns Assertion(s) of the response.
- getAssertion() - Method in interface com.sun.identity.saml2.protocol.Response
-
Returns Assertion(s) of the response.
- getAssertion() - Method in class com.sun.identity.wsfederation.profile.SAML11RequestedSecurityToken
-
- getAssertion(String, String, String) - Method in class com.sun.identity.wsfederation.servlet.WSFederationService
-
Returns the cached SAML Assertion for a given user session.
- getAssertion() - Method in class com.sun.identity.wss.security.AssertionToken
-
Returns the generated SAML Assertion.
- getAssertion() - Method in class com.sun.identity.wss.security.SAML2Token
-
- getAssertion() - Method in class org.forgerock.openam.authentication.modules.saml2.SAML2ResponseData
-
Get the assertion.
- getAssertion2(String, String) - Method in interface com.sun.identity.saml.AssertionManagerIF
-
- getAssertion2(String, String) - Method in class com.sun.identity.saml.AssertionManagerImpl
-
- getAssertionArtifact() - Method in class com.sun.identity.saml.protocol.AssertionArtifact
-
Gets the artifact.
- getAssertionArtifact() - Method in class com.sun.identity.saml.protocol.Request
-
Gets the AssertionArtifact(s) of the Request.
- getAssertionArtifactHandler(HttpServletRequest, HttpServletResponse, FSAuthnRequest, FSAuthnResponse, IDPDescriptorType, String) - Method in class com.sun.identity.federation.services.FSServiceManager
-
Returns handler at SP side which will handle fed/sso
profile.
- getAssertionArtifacts(Object) - Method in class com.sun.identity.saml.AssertionManager
-
This method gets all valid AssertionArtifacts
managed by this AssertionManager.
- getAssertionArtifacts(Object) - Method in class com.sun.identity.saml.AssertionManagerClient
-
Returns all valid AssertionArtifacts managed by
this instance (or the identified remote instance) of OpenAM.
- getAssertionArtifacts(String) - Method in interface com.sun.identity.saml.AssertionManagerIF
-
- getAssertionArtifacts(String) - Method in class com.sun.identity.saml.AssertionManagerImpl
-
- getAssertionByArtifact(AssertionArtifact) - Static method in class com.sun.identity.saml.SAMLClient
-
This method returns the Assertion for the corresponding artifact.
- getAssertionByArtifact(String) - Static method in class com.sun.identity.saml.SAMLClient
-
This method returns the Assertion for the corresponding artifact.
- getAssertionByIdRef(String, Set) - Method in interface com.sun.identity.saml.AssertionManagerIF
-
- getAssertionByIdRef(String, Set) - Method in class com.sun.identity.saml.AssertionManagerImpl
-
- getAssertionByIdRef2(String, String) - Method in interface com.sun.identity.saml.AssertionManagerIF
-
- getAssertionByIdRef2(String, String) - Method in class com.sun.identity.saml.AssertionManagerImpl
-
- getAssertionByIdRefToken(String, String) - Method in interface com.sun.identity.saml.AssertionManagerIF
-
- getAssertionByIdRefToken(String, String) - Method in class com.sun.identity.saml.AssertionManagerImpl
-
- getAssertionConsumerService() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorTypeImpl
-
- getAssertionConsumerService() - Method in interface com.sun.identity.saml2.jaxb.metadata.SPSSODescriptorType
-
Gets the value of the AssertionConsumerService property.
- getAssertionConsumerServiceID() - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Returns the Assertion Consumer Service Identifier.
- getAssertionConsumerServiceIndex() - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
-
Returns the value of the AssertionConsumerServiceIndex
attribute.
- getAssertionConsumerServiceIndex() - Method in class com.sun.identity.saml2.protocol.impl.AuthnRequestImpl
-
Returns the value of the AssertionConsumerServiceIndex
attribute.
- getAssertionConsumerServiceURL() - Method in class com.sun.identity.federation.message.FSAuthnRequestEnvelope
-
Deprecated.
Returns the value of AssertionConsumerServiceURL attribute.
- getAssertionConsumerServiceURL() - Method in class com.sun.identity.federation.message.FSAuthnResponseEnvelope
-
Deprecated.
Returns the Assertion Consumer Service URL.
- getAssertionConsumerServiceURL(SPDescriptorType, String) - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
Finds approriate assertion consumer service URL.
- getAssertionConsumerServiceURL() - Method in interface com.sun.identity.saml2.ecp.ECPResponse
-
Returns the value of the AssertionConsumerServiceURL
attribute.
- getAssertionConsumerServiceURL() - Method in class com.sun.identity.saml2.ecp.impl.ECPResponseImpl
-
Returns the value of the AssertionConsumerServiceURL
attribute.
- getAssertionConsumerServiceURL() - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
-
Returns the value of the AssertionConsumerServiceURL
attribute.
- getAssertionConsumerServiceURL() - Method in class com.sun.identity.saml2.protocol.impl.AuthnRequestImpl
-
Returns the value of the AssertionConsumerServiceURL
attribute.
- getAssertionHandle() - Method in class com.sun.identity.saml.protocol.AssertionArtifact
-
Gets the AssertionHandle of the artifact.
- getAssertionID() - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Returns the assertion ID.
- getAssertionID() - Method in class com.sun.identity.wss.security.AssertionTokenSpec
-
Returns the assertion identifier.
- getAssertionID() - Method in class com.sun.identity.wss.security.SAML2TokenSpec
-
Returns the assertion identifier.
- getAssertionIDRef() - Method in interface com.sun.identity.saml2.assertion.Evidence
-
Returns the AssertionIDRef in the element.
- getAssertionIDReference() - Method in class com.sun.identity.saml.assertion.AdviceBase
-
Returns access to the AssertionIDReference in this
Advice element.
- getAssertionIDReference() - Method in class com.sun.identity.saml.assertion.AssertionIDReference
-
Returns a String representing the Assertion id.
- getAssertionIDReference() - Method in class com.sun.identity.saml.assertion.EvidenceBase
-
Get java.util.Set of AssertionIDReference
objects in the Evidence
- getAssertionIDReference() - Method in class com.sun.identity.saml.protocol.Request
-
Gets the AssertionIDReference(s) of the Request.
- getAssertionIDRefOrAssertionURIRefOrAssertion() - Method in interface com.sun.identity.saml2.jaxb.assertion.AdviceType
-
Gets the value of the AssertionIDRefOrAssertionURIRefOrAssertion property.
- getAssertionIDRefOrAssertionURIRefOrAssertion() - Method in interface com.sun.identity.saml2.jaxb.assertion.EvidenceType
-
Gets the value of the AssertionIDRefOrAssertionURIRefOrAssertion property.
- getAssertionIDRefOrAssertionURIRefOrAssertion() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AdviceTypeImpl
-
- getAssertionIDRefOrAssertionURIRefOrAssertion() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EvidenceTypeImpl
-
- getAssertionIDRefs() - Method in interface com.sun.identity.saml2.assertion.Advice
-
Returns a list of AssertionIDRef
- getAssertionIDRefs() - Method in class com.sun.identity.saml2.assertion.impl.AdviceImpl
-
Returns a list of AssertionIDRef
- getAssertionIDRefs() - Method in interface com.sun.identity.saml2.protocol.AssertionIDRequest
-
Returns a list of AssertionIDRef objects.
- getAssertionIDRefs() - Method in class com.sun.identity.saml2.protocol.impl.AssertionIDRequestImpl
-
Returns a list of AssertionIDRef objects.
- getAssertionIDRequestService() - Method in interface com.sun.identity.saml2.jaxb.metadata.AttributeAuthorityDescriptorType
-
Gets the value of the AssertionIDRequestService property.
- getAssertionIDRequestService() - Method in interface com.sun.identity.saml2.jaxb.metadata.AuthnAuthorityDescriptorType
-
Gets the value of the AssertionIDRequestService property.
- getAssertionIDRequestService() - Method in interface com.sun.identity.saml2.jaxb.metadata.IDPSSODescriptorType
-
Gets the value of the AssertionIDRequestService property.
- getAssertionIDRequestService() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeAuthorityDescriptorTypeImpl
-
- getAssertionIDRequestService() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AuthnAuthorityDescriptorTypeImpl
-
- getAssertionIDRequestService() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorTypeImpl
-
- getAssertionIDRequestService() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.PDPDescriptorTypeImpl
-
- getAssertionIDRequestService() - Method in interface com.sun.identity.saml2.jaxb.metadata.PDPDescriptorType
-
Gets the value of the AssertionIDRequestService property.
- getAssertionInterval() - Method in class com.sun.identity.wss.security.AssertionTokenSpec
-
Returns the assertion interval
- getAssertionInterval() - Method in class com.sun.identity.wss.security.SAML2TokenSpec
-
Returns the assertion interval
- getAssertions(Object) - Method in class com.sun.identity.saml.AssertionManager
-
This method gets all valid Assertions managed by this
AssertionManager.
- getAssertions(Object) - Method in class com.sun.identity.saml.AssertionManagerClient
-
Returns all valid Assertions managed by this instance
(or the identified remote instance) of OpenAM.
- getAssertions(String) - Method in interface com.sun.identity.saml.AssertionManagerIF
-
- getAssertions(String) - Method in class com.sun.identity.saml.AssertionManagerImpl
-
- getAssertions() - Method in interface com.sun.identity.saml2.assertion.Advice
-
Returns a list of Assertion
- getAssertions() - Method in class com.sun.identity.saml2.assertion.impl.AdviceImpl
-
Returns a list of Assertion
- getAssertionURIRef() - Method in interface com.sun.identity.saml2.assertion.Evidence
-
Returns the AssertionURIRef(s) in the element.
- getAssertionURIRefs() - Method in interface com.sun.identity.saml2.assertion.Advice
-
Returns a list of AssertionURIRef
- getAssertionURIRefs() - Method in class com.sun.identity.saml2.assertion.impl.AdviceImpl
-
Returns a list of AssertionURIRef
- getAsSet(String, String, Set<String>) - Static method in class com.iplanet.am.util.SystemProperties
-
Parses a system property as a set of strings by splitting the value on the given delimiter expression.
- getAsSet(String, String) - Static method in class com.iplanet.am.util.SystemProperties
-
Parses a system property as a set of strings by splitting the value on the given delimiter expression.
- getAsSet(String) - Static method in class com.iplanet.am.util.SystemProperties
-
Parses a system property as a set of strings by splitting the value on white space characters.
- getAssignableDynamicGroup(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Returns the handle to the AMAssignableDynamicGroup object
represented by DN.
- getAssignableDynamicGroupDNs() - Method in interface com.iplanet.am.sdk.AMUser
-
Deprecated.
Gets all the assignable dynamic groups the user is in.
- getAssignableDynamicGroups(int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Returns the assignable dynamic groups within the specified level.
- getAssignableDynamicGroups(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Returns the assignable dynamic groups within the specified level.
- GetAssignableServices - Class in com.sun.identity.cli.idrepo
-
This command gets the assignable services of an identity.
- GetAssignableServices() - Constructor for class com.sun.identity.cli.idrepo.GetAssignableServices
-
- getAssignableServices() - Method in class com.sun.identity.idm.AMIdentity
-
Returns all services which can be assigned to this entity.
- getAssignableServices() - Method in class com.sun.identity.sm.OrganizationConfigManager
-
Returns a set of service names that can be assigned
to a realm.
- getAssignedDashboard(SSOToken) - Static method in class org.forgerock.openam.dashboard.Dashboard
-
- getAssignedPolicyDNs() - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Gets all the assigned policies for this Organization
- getAssignedPolicyDNs() - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Returns all the assigned policies for this organizational unit.
- getAssignedPolicyDNs() - Method in interface com.iplanet.am.sdk.AMRole
-
Deprecated.
Gets all the assigned policies created for this role
- getAssignedServices() - Method in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Returns all service names that are assigned to the
user/group/organization/organizational unit.
- getAssignedServices(SSOToken, IdType, String, Map) - Method in class com.iplanet.am.sdk.AMSDKRepo
-
- getAssignedServices() - Method in interface com.iplanet.am.sdk.AMUser
-
Deprecated.
Gets all service names that are assigned to the user.
- GetAssignedServices - Class in com.sun.identity.cli.idrepo
-
This command gets the assigned services of an identity.
- GetAssignedServices() - Constructor for class com.sun.identity.cli.idrepo.GetAssignedServices
-
- getAssignedServices() - Method in class com.sun.identity.idm.AMIdentity
-
Returns the set of services already assigned to this identity.
- getAssignedServices(SSOToken, IdType, String, Map<String, Set<String>>) - Method in class com.sun.identity.idm.IdRepo
-
Returns the set of services assigned to this identity.
- getAssignedServices(SSOToken, IdType, String, Map, String, String) - Method in interface com.sun.identity.idm.IdServices
-
- getAssignedServices(SSOToken, IdType, String, Map) - Method in class com.sun.identity.idm.plugins.database.DatabaseRepo
-
- getAssignedServices(SSOToken, IdType, String, Map) - Method in class com.sun.identity.idm.plugins.files.FilesRepo
-
- getAssignedServices(SSOToken, IdType, String, Map) - Method in class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- getAssignedServices(SSOToken, IdType, String, Map) - Method in class com.sun.identity.idm.plugins.internal.SpecialRepo
-
- getAssignedServices(SSOToken, IdType, String, Map, String, String) - Method in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
- getAssignedServices(SSOToken, IdType, String, Map, String, String) - Method in class com.sun.identity.idm.server.IdCachedServicesImpl
-
- getAssignedServices(SSOToken, IdType, String, Map, String, String) - Method in class com.sun.identity.idm.server.IdServicesImpl
-
- getAssignedServices() - Method in class com.sun.identity.sm.OrganizationConfigManager
-
Returns a set of service names that are assigned to
a realm.
- getAssignedServices(boolean) - Method in class com.sun.identity.sm.OrganizationConfigManager
-
Returns a set of service names that are assigned to a realm.
- getAssignedServices(SSOToken, IdType, String, Map, String, String) - Method in class org.forgerock.openam.idm.IdServicesDecorator
- getAssignedServices(SSOToken, IdType, String, Map<String, Set<String>>) - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
Returns the currently assigned to the given identity.
- getAssignedServices(SSOToken, IdType, String, Map<String, Set<String>>) - Method in class org.openidentityplatform.openam.cassandra.Repo
-
- getAssignedServices_idrepo(String, String, String, Map, String, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getAssignedServices_idrepo(String, String, String, Map, String, String) - Method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- getAssociatedAdvice() - Method in class com.sun.identity.entitlement.xacml3.core.Result
-
Gets the value of the associatedAdvice property.
- getAssociatedOrganizationGuid() - Method in class com.iplanet.ums.dctree.DomainComponent
-
Get the domain mapping from this dc entry.
- getAsyncContext() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
- getATTR_VALUE_PAIR_NODE() - Method in class com.sun.identity.shared.xml.XMLUtils
-
- getAttribute(String) - Method in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Returns attribute value.
- getAttribute(String) - Method in class com.iplanet.services.ldap.AttrSet
-
Gets the attribute contained in the set.
- getAttribute(String) - Method in class com.iplanet.services.naming.share.NamingResponse
-
Gets the attribute.
- getAttribute(String) - Method in class com.iplanet.ums.CreationTemplate
-
Gets the value of a given attribute in the template.
- getAttribute(Principal, Guid, String) - Method in class com.iplanet.ums.DataLayer
-
Returns Attr from the given attribute name.
- getAttribute(String) - Method in class com.iplanet.ums.PersistentObject
-
Gets an attribute of the object.
- getAttribute(String, Locale) - Method in class com.iplanet.ums.PersistentObject
-
Gets an attribute value with a given locale
- getAttribute() - Method in class com.sun.identity.authentication.service.PagePropertiesCallback
-
Deprecated.
Returns attribute
- getAttribute(int, int) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Returns the attribute name for the specified callback in the
specified login state.
- getAttribute() - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
-
Returns the list of authentication module data store specific attributes.
- getAttribute(String, String) - Method in class com.sun.identity.config.util.AjaxPage
-
- getAttribute() - Method in class com.sun.identity.entitlement.xacml3.core.Attributes
-
Gets the value of the attribute property.
- getAttribute() - Method in class com.sun.identity.entitlement.xacml3.core.PolicyIssuer
-
Gets the value of the attribute property.
- getAttribute(String) - Method in class com.sun.identity.federation.services.FSSession
-
Returns value of an attribute from the session.
- getAttribute(String) - Method in class com.sun.identity.idm.AMIdentity
-
Returns the values of the requested attribute.
- getAttribute(String, String) - Method in interface com.sun.identity.plugin.datastore.DataStoreProvider
-
Gets user attribute.
- getAttribute(String, String) - Method in class com.sun.identity.plugin.datastore.impl.FedletDataStoreProvider
-
Returns values for a given attribute.
- getAttribute(String, String) - Method in class com.sun.identity.plugin.datastore.impl.IdRepoDataStoreProvider
-
Returns values for a given attribute.
- getAttribute() - Method in class com.sun.identity.saml.assertion.AttributeStatement
-
Gets attribute from Attribute statement
- getAttribute(String) - Static method in class com.sun.identity.saml.common.SAMLServiceManager
-
Retrieves current value of an AttributeSchema in the SAML
ServiceSchema.
- getAttribute() - Method in interface com.sun.identity.saml2.assertion.AttributeStatement
-
Returns Attribute(s) of the statement.
- getAttribute() - Method in class com.sun.identity.saml2.assertion.impl.AttributeStatementImpl
-
Returns Attribute(s) of the statement.
- getAttribute(String) - Static method in class com.sun.identity.saml2.common.SAML2ConfigService
-
Retrieves current value of an AttributeSchema in the SAML2Config
ServiceSchema.
- getAttribute(String, String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- getAttribute(String, String) - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext
-
Gets the index of the attribute with the specified name.
- getAttribute() - Method in interface com.sun.identity.saml2.jaxb.entityconfig.BaseConfigType
-
Gets the value of the Attribute property.
- getAttribute() - Method in interface com.sun.identity.saml2.jaxb.entityconfig.EntityConfigType
-
Gets the value of the Attribute property.
- getAttribute() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.BaseConfigTypeImpl
-
- getAttribute() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.EntityConfigTypeImpl
-
- getAttribute() - Method in interface com.sun.identity.saml2.jaxb.metadata.AttributeAuthorityDescriptorType
-
Gets the value of the Attribute property.
- getAttribute() - Method in interface com.sun.identity.saml2.jaxb.metadata.IDPSSODescriptorType
-
Gets the value of the Attribute property.
- getAttribute() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeAuthorityDescriptorTypeImpl
-
- getAttribute() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorTypeImpl
-
- getAttribute(String, String, String) - Method in class com.sun.identity.saml2.plugins.DefaultAccountMapper
-
Returns the attribute value configured in the given entity
SP or IDP configuration.
- getAttribute() - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.BaseConfigType
-
Gets the value of the Attribute property.
- getAttribute() - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.FederationConfigType
-
Gets the value of the Attribute property.
- getAttribute() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.BaseConfigTypeImpl
-
- getAttribute() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.FederationConfigTypeImpl
-
- getAttribute(String, String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- getAttribute(String, String) - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallingContext
-
Gets the index of the attribute with the specified name.
- getAttribute(BaseConfigType, String) - Static method in class com.sun.identity.wsfederation.meta.WSFederationMetaUtils
-
Gets a single attribute value from BaseConfigType
- getAttribute(BaseConfigType, String, String) - Static method in class com.sun.identity.wsfederation.meta.WSFederationMetaUtils
-
Gets a single attribute value from BaseConfigType.
- getAttribute(String, String, String) - Method in class com.sun.identity.wsfederation.plugins.DefaultAccountMapper
-
Returns the attribute value configured in the given entity
SP or IDP configuration.
- getAttribute(String) - Method in class org.forgerock.openam.authentication.modules.deviceprint.AMIdentityWrapper
-
Delegates to the getAttribute method on the AMIdentity instance.
- getAttribute(String, String) - Method in class org.forgerock.openam.authentication.modules.scripted.ScriptIdentityRepository
-
Returns a particular attribute for a particular user
- getAttribute(String) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
The default behavior of this method is to call getAttribute(String name)
on the wrapped request object.
- getAttribute(String) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteSession
-
Fetch the value of a given session attribute, either from local object
pre serialization or the stored value post serialization.
- getAttribute(CoreTokenField) - Method in class org.forgerock.openam.cts.api.tokens.Token
-
Accessor for the CoreTokenField attributes.
- getAttribute(String) - Method in class org.forgerock.openam.entitlement.PrivilegeEvaluatorContext
-
Fetch an attribute from the map
- getAttribute(Map<String, Set<String>>, String) - Static method in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
Returns the first attribute value for the corresponding attributeName in the data map.
- getAttribute(Map<String, Set<String>>, String, String) - Static method in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
Returns the first attribute value for the corresponding attributeName in the data map.
- getAttribute(Class) - Method in class org.forgerock.openam.radius.server.RadiusRequest
-
Get an attribute that was sent in the requestPacket, or return null if no attribute of the requested type was in
the packet.
- getAttribute(String) - Method in class org.forgerock.openam.scripting.api.ScriptedIdentity
-
Retrieves a particular attribute's value
- getAttributeArray(ServletRequest) - Method in class com.sun.identity.idsvcs.rest.IdentityServicesHandler.SecurityParameter
-
- getAttributeAssignment() - Method in class com.sun.identity.entitlement.xacml3.core.Advice
-
Gets the value of the attributeAssignment property.
- getAttributeAssignment() - Method in class com.sun.identity.entitlement.xacml3.core.Obligation
-
Gets the value of the attributeAssignment property.
- getAttributeAssignmentExpression() - Method in class com.sun.identity.entitlement.xacml3.core.AdviceExpression
-
Gets the value of the attributeAssignmentExpression property.
- getAttributeAssignmentExpression() - Method in class com.sun.identity.entitlement.xacml3.core.ObligationExpression
-
Gets the value of the attributeAssignmentExpression property.
- getAttributeAssignments() - Method in class com.sun.identity.xacml.policy.impl.ObligationImpl
-
Returns XML elements corresponding to
AttributeAssignment elements for this obligation.
- getAttributeAssignments() - Method in interface com.sun.identity.xacml.policy.Obligation
-
Returns XML elements corresponding to
AttributeAssignment elements for this obligation.
- getAttributeAt(int) - Method in class org.forgerock.openam.radius.common.AttributeSet
-
Returns the attribute instance at the indicated index location.
- getAttributeAt(int) - Method in class org.forgerock.openam.radius.common.Packet
-
Returns the attribute instance at the indicated insertion order or location order on the wire.
- getAttributeAuthorityConfig(String, String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns first attribute authority configuration in an entity under
the realm.
- getAttributeAuthorityDescriptor(String, String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns attribute authority descriptor in an entity under the
realm.
- getAttributeAuthorityDescriptor(EntityDescriptorElement) - Static method in class com.sun.identity.saml2.meta.SAML2MetaUtils
-
Returns attribute authority descriptor in an entity descriptor.
- getAttributeByteArray(String) - Method in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Returns attribute value.
- getAttributeByType(AttributeType) - Method in class org.forgerock.openam.radius.common.AttributeSet
-
Returns the first occurrence of an attribute instance of the specified type code.
- getAttributeConsumingService() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorTypeImpl
-
- getAttributeConsumingService() - Method in interface com.sun.identity.saml2.jaxb.metadata.SPSSODescriptorType
-
Gets the value of the AttributeConsumingService property.
- getAttributeConsumingService() - Method in interface com.sun.identity.saml2.jaxb.metadataextquery.AttributeQueryDescriptorType
-
Gets the value of the AttributeConsumingService property.
- getAttributeConsumingService() - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.AttributeQueryDescriptorTypeImpl
-
- getAttributeConsumingServiceIndex() - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
-
Returns the value of the AttributeConsumingServiceIndex
attribute.
- getAttributeConsumingServiceIndex() - Method in class com.sun.identity.saml2.protocol.impl.AuthnRequestImpl
-
Returns the value of the AttributeConsumingServiceIndex
attribute.
- GetAttributeDefaults - Class in com.sun.identity.cli.schema
-
Gets default attribute values of schema.
- GetAttributeDefaults() - Constructor for class com.sun.identity.cli.schema.GetAttributeDefaults
-
- getAttributeDefaults() - Method in class com.sun.identity.sm.ServiceSchema
-
Returns a map of all the attribute and their default values in this
schema.
- getAttributeDesignator() - Method in class com.sun.identity.entitlement.xacml3.core.Match
-
Gets the value of the attributeDesignator property.
- getAttributeDesignator() - Method in class com.sun.identity.saml.protocol.AttributeQuery
-
Returns the AttributeDesignators.
- getAttributeExamples() - Method in class com.sun.identity.sm.ServiceSchema
-
Returns a map of all the attribute and their example values in this
schema.
- getAttributeFilename(String, String) - Method in class com.sun.identity.sm.flatfile.SMSFlatFileTreeNode
-
Returns the attribute file name of a node.
- getAttributeFilename(String) - Method in class com.sun.identity.sm.flatfile.SMSFlatFileTreeNode
-
Returns the attribute file name of this node.
- getAttributeId() - Method in class com.sun.identity.entitlement.xacml3.core.Attribute
-
Gets the value of the attributeId property.
- getAttributeId() - Method in class com.sun.identity.entitlement.xacml3.core.AttributeAssignment
-
Gets the value of the attributeId property.
- getAttributeId() - Method in class com.sun.identity.entitlement.xacml3.core.AttributeAssignmentExpression
-
Gets the value of the attributeId property.
- getAttributeId() - Method in class com.sun.identity.entitlement.xacml3.core.AttributeDesignator
-
Gets the value of the attributeId property.
- getAttributeId() - Method in class com.sun.identity.entitlement.xacml3.core.MissingAttributeDetail
-
Gets the value of the attributeId property.
- getAttributeId() - Method in interface com.sun.identity.xacml.context.Attribute
-
Returns the AttributeId of the Attribute
which the attribute identifier.
- getAttributeId() - Method in class com.sun.identity.xacml.context.impl.AttributeImpl
-
Returns the AttributeId of the Attribute
which the attribute identifier.
- getAttributeId() - Method in interface com.sun.identity.xacml.context.MissingAttributeDetail
-
Returns the AttributeIds of this object
- getAttributeListValueFromIDPSSOConfig(String, String, String) - Method in class com.sun.identity.saml2.plugins.SAML2IDPProxyFRImpl
-
- getAttributeMap() - Static method in class com.iplanet.am.util.SystemProperties
-
Returns the property name to service attribute schema name mapping.
- getAttributeMap() - Method in class com.sun.identity.federation.message.common.Extension
-
Deprecated.
- getAttributeMap(String, Object, Map) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPBaseContainer
-
Returns the caller map with updated attribute and the value from the
given data object.
- getAttributeMap(SAMLServiceManager.SOAPEntry, List, Subject, String) - Static method in class com.sun.identity.saml.common.SAMLUtils
-
Gets Attribute Map to be set in the Session.
- getAttributeMap() - Method in class com.sun.identity.saml2.profile.ResponseInfo
-
Returns the map of the atrributes
- getAttributeMap() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
-
Gets the attribute map.
- getAttributeMapForFedlet(String, String, String, List<String>, String, String) - Static method in class com.sun.identity.saml2.profile.AttributeQueryUtil
-
- getAttributeMapper() - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPBaseContainer
-
Gets Attribute Mapper
- getAttributeMapper() - Method in class com.sun.identity.liberty.ws.idpp.IDPPServiceManager
-
Gets IDPP Attribute Mapper.
- getAttributeMapper() - Method in class com.sun.identity.saml.common.SAMLServiceManager.SOAPEntry
-
Returns AttributeMapper for handling
AttributeQuery sent by the partner site.
- getAttributeMapper(SAML2Config) - Method in interface org.forgerock.openam.sts.tokengeneration.saml2.StatementProvider
-
- getAttributeMapper(SAML2Config) - Method in class org.forgerock.openam.sts.tokengeneration.saml2.StatementProviderImpl
-
- getAttributeMapperConfig() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getAttributeMappers() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getAttributeMapping(Map) - Method in class com.sun.identity.workflow.Task
-
- getAttributeName() - Method in class com.sun.identity.entitlement.NumericAttributeCondition
-
- getAttributeName() - Method in class com.sun.identity.entitlement.StringAttributeCondition
-
- getAttributeName() - Method in class com.sun.identity.entitlement.util.SearchAttribute
-
Get the policy framework attribute name.
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerAuthModulesEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerAuthSvcMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerConnPoolSvcMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerEntitlementSvcMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerFedCOTMemberEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerIDFFSvcMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerIdRepoSvcMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerInstanceMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerLoggingSvcMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerPolicy22AgentEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerPolicyAgentsMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerPolicySvcMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebAgentEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebGroupEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerRealmEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerSAML1CacheEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerSAML1SvcMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerSAML2SPEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerSAML2SvcMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerServerEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerSessSvcMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerSiteMapEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerSitesEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerSvcMgmtSvcMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerTopologyMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(Node) - Static method in class com.sun.identity.policy.PolicyUtils
-
Parses an XML node which represents an
AttributeValuePair and returns the attribute name.
- getAttributeName() - Method in class com.sun.identity.saml.assertion.AttributeDesignator
-
Returns attribute name from the AttributeDesignator.
- getAttributeName() - Method in class com.sun.identity.sm.ChoiceValues
-
Returns the name of the attribute for which the choice values will be
returned.
- getAttributeName() - Method in class com.sun.identity.sm.DefaultValues
-
Returns the name of the attribute for which the default values will be
returned.
- getAttributeName(ResourceAttribute) - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
-
Returns the short name that the given attribute is registered under.
- getAttributeName(long) - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionFailureRateMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRateMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoringMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class org.forgerock.openam.monitoring.cts.CtsTokenOperationsEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class org.forgerock.openam.monitoring.cts.OperationEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class org.forgerock.openam.monitoring.cts.TokenEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class org.forgerock.openam.monitoring.policy.PolicyEvaluationMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class org.forgerock.openam.monitoring.policy.SelfEvaluationMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class org.forgerock.openam.monitoring.policy.SelfTimingMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class org.forgerock.openam.monitoring.policy.SubtreeEvaluationMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class org.forgerock.openam.monitoring.policy.SubtreeTimingMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class org.forgerock.openam.monitoring.session.CtsSessionsMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class org.forgerock.openam.monitoring.session.InternalSessionsMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class org.forgerock.openam.monitoring.session.RemoteSessionsMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class org.forgerock.openam.monitoring.session.StatelessSessionsMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeNames(String, AMSchema.Type) - Method in class com.iplanet.am.sdk.AMStoreConnection
-
- getAttributeNames() - Method in class com.iplanet.services.ldap.AttrSet
-
Get names of attributes.
- getAttributeNames() - Method in class com.iplanet.ums.PersistentObject
-
Gets names for all available attributes for this entity
- getAttributeNames() - Method in class com.iplanet.ums.SearchTemplate
-
Gets a list of attribute names defined in the object.
- getAttributeNames() - Method in class com.sun.identity.authentication.config.AMAuthenticationSchema
-
Returns a set of all the attribute names.
- getAttributeNames() - Method in class com.sun.identity.entitlement.Application
-
Return attribute names.
- getAttributeNames() - Method in class com.sun.identity.sm.SMSObject
-
Returns all the SMS attribute names
- getAttributeNames() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
The default behavior of this method is to return getAttributeNames()
on the wrapped request object.
- getAttributeNames() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteSession
-
Returns a list of attribute names, either from local object
pre serialization or the stored value post serialization.
- getAttributeNames() - Method in class org.forgerock.openam.cts.api.tokens.Token
-
The Token supports being accessed in a generic way allowing a caller to iterate
over all fields that are assigned in this token.
- getAttributeNames() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- getAttributeNamespace() - Method in class com.sun.identity.saml.assertion.AttributeDesignator
-
Returns attribute name space from the
AttributeDesignator.
- getAttributeNameToSection() - Method in class org.forgerock.openam.core.rest.sms.SmsJsonConverter
-
- getAttributeNameToSection(ServiceSchema) - Method in class org.forgerock.openam.core.rest.sms.SmsResourceProvider
-
- getAttributeOrAssertion() - Method in interface com.sun.identity.saml2.jaxb.metadataattr.EntityAttributesType
-
Gets the value of the AttributeOrAssertion property.
- getAttributeOrAssertion() - Method in class com.sun.identity.saml2.jaxb.metadataattr.impl.EntityAttributesTypeImpl
-
- getAttributeOrEncryptedAttribute() - Method in interface com.sun.identity.saml2.jaxb.assertion.AttributeStatementType
-
Gets the value of the AttributeOrEncryptedAttribute property.
- getAttributeOrEncryptedAttribute() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeStatementTypeImpl
-
- getAttributeProfile() - Method in interface com.sun.identity.saml2.jaxb.metadata.AttributeAuthorityDescriptorType
-
Gets the value of the AttributeProfile property.
- getAttributeProfile() - Method in interface com.sun.identity.saml2.jaxb.metadata.IDPSSODescriptorType
-
Gets the value of the AttributeProfile property.
- getAttributeProfile() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeAuthorityDescriptorTypeImpl
-
- getAttributeProfile() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorTypeImpl
-
- getAttributeQueryConfig(String, String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns first attribute query configuration in an entity under
the realm.
- getAttributeQueryDescriptor(String, String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns attribute query descriptor in an entity under the
realm.
- getAttributeQueryDescriptor(EntityDescriptorElement) - Static method in class com.sun.identity.saml2.meta.SAML2MetaUtils
-
Returns attribute query descriptor in an entity descriptor.
- getAttributeQueryProfile(String) - Static method in class com.sun.identity.saml2.profile.AttributeQueryUtil
-
Converts attribute query profile alias to attribute query profile.
- getAttributes(SSOToken, String, Set) - Method in class com.iplanet.am.sdk.AMCallBack
-
Deprecated.
This method provides a mechanism for applications to obtain attributes
external to the Access Manager data store.
- getAttributes() - Method in interface com.iplanet.am.sdk.AMEntity
-
Deprecated.
Returns Map of all attributes.
- getAttributes(Set) - Method in interface com.iplanet.am.sdk.AMEntity
-
Deprecated.
Returns Map of specified attributes.
- getAttributes() - Method in class com.iplanet.am.sdk.AMEntityImpl
-
- getAttributes(Set) - Method in class com.iplanet.am.sdk.AMEntityImpl
-
- getAttributes() - Method in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Returns Map of all attributes.
- getAttributes(Set) - Method in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Returns Map of specified attributes.
- getAttributes(SSOToken, IdType, String, Set) - Method in class com.iplanet.am.sdk.AMSDKRepo
-
- getAttributes(SSOToken, IdType, String) - Method in class com.iplanet.am.sdk.AMSDKRepo
-
- getAttributes(boolean) - Method in class com.iplanet.am.sdk.common.CacheBlockBase
-
- getAttributes(Set, boolean) - Method in class com.iplanet.am.sdk.common.CacheBlockBase
-
- getAttributes(SSOToken, String, int) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Returns a Map with attribute-values requested from the directory.
- getAttributes(SSOToken, String, Set, int) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Returns a Map with attribute-values requested from the directory.
- getAttributes(SSOToken, String, boolean, boolean, int) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Returns a map of attribute-values for requested attributes.
- getAttributes(SSOToken, String, Set, boolean, boolean, int) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Returns a map of attribute-values for requested attributes.
- getAttributes(SSOToken, String, int) - Method in class com.iplanet.am.sdk.ldap.CachedDirectoryServicesImpl
-
- getAttributes(SSOToken, String, Set, int) - Method in class com.iplanet.am.sdk.ldap.CachedDirectoryServicesImpl
-
- getAttributes(SSOToken, String, boolean, boolean, int) - Method in class com.iplanet.am.sdk.ldap.CachedDirectoryServicesImpl
-
Gets all attributes corresponding to the entryDN.
- getAttributes(SSOToken, String, Set, boolean, boolean, int) - Method in class com.iplanet.am.sdk.ldap.CachedDirectoryServicesImpl
-
Gets the specific attributes corresponding to the entryDN.
- getAttributes(SSOToken, String, Set, String) - Method in class com.iplanet.am.sdk.ldap.CallBackHelper
-
- getAttributes(SSOToken, String, int) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
- getAttributes(SSOToken, String, Set, int) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
- getAttributes(SSOToken, String, boolean, boolean, int) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
Gets all attributes corresponding to the entryDN.
- getAttributes(SSOToken, String, Set, boolean, boolean, int) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
- getAttributes(SSOToken, String, int) - Method in class com.iplanet.am.sdk.remote.CachedRemoteServicesImpl
-
- getAttributes(SSOToken, String, Set, int) - Method in class com.iplanet.am.sdk.remote.CachedRemoteServicesImpl
-
- getAttributes(SSOToken, String, boolean, boolean, int) - Method in class com.iplanet.am.sdk.remote.CachedRemoteServicesImpl
-
Gets all attributes corresponding to the entryDN.
- getAttributes(SSOToken, String, Set, boolean, boolean, int) - Method in class com.iplanet.am.sdk.remote.CachedRemoteServicesImpl
-
Gets the specific attributes corresponding to the entryDN.
- getAttributes(SSOToken, String, int) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
- getAttributes(SSOToken, String, Set, int) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
- getAttributes(SSOToken, String, boolean, boolean, int) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
Gets all attributes corresponding to the entryDN.
- getAttributes(SSOToken, String, Set, boolean, boolean, int) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
Gets the specific attributes corresponding to the entryDN.
- getAttributes() - Method in class com.iplanet.services.ldap.AttrSet
-
Enumerate the attributes contained in the attribute
set
- getAttributes() - Method in class com.iplanet.ums.CreationTemplate
-
Gets enumeration of attributes for object creation.
- getAttributes(Principal, Guid, Collection<String>) - Method in class com.iplanet.ums.DataLayer
-
Returns attributes for the given attribute names.
- getAttributes(String[]) - Method in class com.iplanet.ums.PersistentObject
-
Gets attribute values
- getAttributes(String[], boolean) - Method in class com.iplanet.ums.PersistentObject
-
Gets attribute values
- getAttributes(String[], Locale) - Method in class com.iplanet.ums.PersistentObject
-
Returns attribute values with a specified locale.
- getAttributes(SearchTemplate) - Method in class com.iplanet.ums.Resource
-
Return attribute set according to a supplied search template.
- getAttributes(String) - Method in class com.iplanet.ums.SchemaManager
-
Returns a collection of the names of the required and optional attributes
for this object class.
- getAttributes(SearchTemplate) - Method in class com.iplanet.ums.User
-
Return attribute set according to a supplied search template.
- GetAttributes - Class in com.sun.identity.cli.idrepo
-
This command gets attribute values of an identity.
- GetAttributes() - Constructor for class com.sun.identity.cli.idrepo.GetAttributes
-
- getAttributes() - Method in class com.sun.identity.cot.CircleOfTrustDescriptor
-
Returns attributes of this object into a map.
- getAttributes() - Method in class com.sun.identity.entitlement.Entitlement
-
Returns attributes.
- getAttributes() - Method in class com.sun.identity.entitlement.JSONEntitlement
-
- getAttributes(Subject, Set<String>) - Method in class com.sun.identity.entitlement.opensso.OpenSSOSubjectAttributesCollector
-
- getAttributes(Subject, String, Subject, String, Map<String, Set<String>>) - Method in class com.sun.identity.entitlement.Privilege
-
- getAttributes(Subject, Set<String>) - Method in interface com.sun.identity.entitlement.SubjectAttributesCollector
-
Returns the attribute values of the given user represented by
Subject object.
- getAttributes(Subject, Set<String>) - Method in class com.sun.identity.entitlement.SubjectAttributesManager
-
Returns the attribute values of the given user represented by
Subject object.
- getAttributes() - Method in class com.sun.identity.entitlement.xacml3.core.Request
-
Gets the value of the attributes property.
- getAttributes() - Method in class com.sun.identity.entitlement.xacml3.core.Result
-
Gets the value of the attributes property.
- getAttributes(BaseConfigType) - Static method in class com.sun.identity.federation.meta.IDFFMetaUtils
-
Gets attribute value pairs from BaseConfigType and
put in a Map.
- getAttributes(List, String, String, Object) - Method in interface com.sun.identity.federation.services.FSAttributeMapper
-
Deprecated.
Returns the map of local attributes for the given list of attribute
statements.
- getAttributes(List, String, String, Object) - Method in class com.sun.identity.federation.services.FSDefaultAttributeMapper
-
Returns the attribute map for the given list of
AttributeStatements.
- getAttributes(List, String, String, String, Object) - Method in class com.sun.identity.federation.services.FSDefaultRealmAttributeMapper
-
Returns the attribute map for the given list of
AttributeStatements.
- getAttributes(List, String, String, String, Object) - Method in interface com.sun.identity.federation.services.FSRealmAttributeMapper
-
Deprecated.
Returns the map of local attributes for the given list of attribute
statements.
- getAttributes() - Method in class com.sun.identity.idm.AMIdentity
-
Returns all attributes and values of this identity.
- getAttributes(Set) - Method in class com.sun.identity.idm.AMIdentity
-
Returns requested attributes and values of this object.
- getAttributes(SSOToken, IdType, String) - Method in class com.sun.identity.idm.IdRepo
-
Returns all attributes and values of name object
- getAttributes(SSOToken, IdType, String, Set<String>) - Method in class com.sun.identity.idm.IdRepo
-
Returns requested attributes and values of name object.
- getAttributes(SSOToken, IdType, String, Set, String, String, boolean) - Method in interface com.sun.identity.idm.IdServices
-
- getAttributes(SSOToken, IdType, String, String, String) - Method in interface com.sun.identity.idm.IdServices
-
- getAttributes(String, String, Set<String>) - Method in interface com.sun.identity.idm.plugins.database.DaoInterface
-
- getAttributes(SSOToken, IdType, String, Set) - Method in class com.sun.identity.idm.plugins.database.DatabaseRepo
-
- getAttributes(SSOToken, IdType, String) - Method in class com.sun.identity.idm.plugins.database.DatabaseRepo
-
- getAttributes(String, String, Set<String>) - Method in class com.sun.identity.idm.plugins.database.JdbcSimpleUserDao
-
gets values for the user attributes specified in the atributesToFetch
set.
- getAttributes(SSOToken, IdType, String, Set) - Method in class com.sun.identity.idm.plugins.files.FilesRepo
-
- getAttributes(SSOToken, IdType, String) - Method in class com.sun.identity.idm.plugins.files.FilesRepo
-
- getAttributes(SSOToken, IdType, String, Set) - Method in class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- getAttributes(SSOToken, IdType, String) - Method in class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- getAttributes(SSOToken, IdType, String, Set) - Method in class com.sun.identity.idm.plugins.internal.SpecialRepo
-
- getAttributes(SSOToken, IdType, String) - Method in class com.sun.identity.idm.plugins.internal.SpecialRepo
-
- getAttributes(SSOToken, IdType, String, Set, String, String, boolean) - Method in class com.sun.identity.idm.remote.IdRemoteCachedServicesImpl
-
- getAttributes(SSOToken, IdType, String, String, String) - Method in class com.sun.identity.idm.remote.IdRemoteCachedServicesImpl
-
- getAttributes(SSOToken, IdType, String, Set, String, String, boolean) - Method in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
- getAttributes(SSOToken, IdType, String, String, String) - Method in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
- getAttributes(SSOToken, IdType, String, Set, String, String, boolean) - Method in class com.sun.identity.idm.server.IdCachedServicesImpl
-
- getAttributes(SSOToken, IdType, String, String, String) - Method in class com.sun.identity.idm.server.IdCachedServicesImpl
-
- getAttributes(SSOToken, IdType, String, Set, String, String, boolean) - Method in class com.sun.identity.idm.server.IdServicesImpl
-
- getAttributes(SSOToken, IdType, String, String, String) - Method in class com.sun.identity.idm.server.IdServicesImpl
-
- getAttributes() - Method in class com.sun.identity.idsvcs.AttributesRequest
-
- getAttributes() - Method in class com.sun.identity.idsvcs.IdentityDetails
-
- getAttributes() - Method in class com.sun.identity.idsvcs.Read
-
- getAttributes() - Method in class com.sun.identity.idsvcs.UserDetails
-
- getAttributes(NameIdentifier, Object, String) - Method in interface com.sun.identity.liberty.ws.security.SecurityAttributePlugin
-
Returns the list of SAML Attribute objects.
- getAttributes(String, Set<String>) - Method in interface com.sun.identity.plugin.datastore.DataStoreProvider
-
Gets user attributes.
- getAttributes(String, Set<String>) - Method in class com.sun.identity.plugin.datastore.impl.FedletDataStoreProvider
-
Returns attribute values for a user.
- getAttributes(String, Set<String>) - Method in class com.sun.identity.plugin.datastore.impl.IdRepoDataStoreProvider
-
Returns attribute values for a user.
- getAttributes(AttributeQuery, String, Object) - Method in interface com.sun.identity.saml.plugins.AttributeMapper
-
Returns Attributes for the user.
- getAttributes(Object, HttpServletRequest, HttpServletResponse, String) - Method in interface com.sun.identity.saml.plugins.ConsumerSiteAttributeMapper
-
Returns List of Attribute objects
- getAttributes(AttributeQuery, String, Object) - Method in class com.sun.identity.saml.plugins.DefaultAttributeMapper
-
This method first mapps the Subject in the query to a local site
account using the AccountMapper defined in the SAML Service.
- getAttributes(Object, HttpServletRequest, HttpServletResponse, String) - Method in class com.sun.identity.saml.plugins.DefaultSiteAttributeMapper
-
Returns List of Attribute objects
- getAttributes(Object, String) - Method in interface com.sun.identity.saml.plugins.PartnerSiteAttributeMapper
-
Deprecated.
Returns List of Attribute objects
- getAttributes(Object) - Method in interface com.sun.identity.saml.plugins.SiteAttributeMapper
-
Deprecated.
Returns List of Attribute objects
- getAttributes(BaseConfigType) - Static method in class com.sun.identity.saml2.meta.SAML2MetaUtils
-
Gets attribute value pairs from BaseConfigType and
put in a Map.
- getAttributes(Object, AttributeQuery, String, String) - Method in interface com.sun.identity.saml2.plugins.AttributeAuthorityMapper
-
Returns attributes of the specifed identity.
- getAttributes(Object, AttributeQuery, String, String) - Method in class com.sun.identity.saml2.plugins.DefaultAttributeAuthorityMapper
-
Returns attributes of the specifed identity.
- getAttributes(Object, String, String, String) - Method in class com.sun.identity.saml2.plugins.DefaultLibraryIDPAttributeMapper
-
Returns list of SAML Attribute objects for the
IDP framework to insert into the generated Assertion.
- getAttributes(List<Attribute>, String, String, String, String) - Method in class com.sun.identity.saml2.plugins.DefaultSPAttributeMapper
-
Returns attribute map for the given list of Attribute
objects.
- getAttributes(Object, String, String, String) - Method in interface com.sun.identity.saml2.plugins.IDPAttributeMapper
-
Returns list of SAML Attribute objects for an
authenticated user local attributes.
- getAttributes(List<Attribute>, String, String, String, String) - Method in interface com.sun.identity.saml2.plugins.SPAttributeMapper
-
Returns the map of user attribute values for the corresponding
SAML Attributes.
- getAttributes(Object, AttributeQuery, String, String) - Method in class com.sun.identity.saml2.plugins.X509SubjectAttributeAuthorityMapper
-
Returns attributes of the specifed identity.
- getAttributes() - Method in interface com.sun.identity.saml2.protocol.AttributeQuery
-
Returns Attribute objects.
- getAttributes() - Method in class com.sun.identity.saml2.protocol.impl.AttributeQueryImpl
-
Returns Attribute objects.
- getAttributes() - Method in class com.sun.identity.sm.AbstractUpgradeHelper
-
- getAttributes(String) - Method in class com.sun.identity.sm.OrganizationConfigManager
-
Returns the organization creation attributes for
the service.
- getAttributes() - Method in class com.sun.identity.sm.PluginConfig
-
Returns the service plugin parameters.
- getAttributes() - Method in class com.sun.identity.sm.ServiceConfig
-
Returns the service configuration parameters.
- getAttributes() - Method in class com.sun.identity.sm.ServiceInstance
-
Returns the attributes that are associated with the service's instances.
- getAttributes() - Method in class com.sun.identity.sm.SMSEntry
-
Returns the read attributes
- getAttributes(BaseConfigType) - Static method in class com.sun.identity.wsfederation.meta.WSFederationMetaUtils
-
Gets attribute value pairs from BaseConfigType and
put in a Map.
- getAttributes(BaseConfigType, String) - Static method in class com.sun.identity.wsfederation.meta.WSFederationMetaUtils
-
Returns all attribute values associated with they key provided.
- getAttributes(Object, String, String, String) - Method in class com.sun.identity.wsfederation.plugins.DefaultIDPAttributeMapper
-
Returns list of SAML Attribute objects for the
IDP framework to insert into the generated Assertion.
- getAttributes(List, String, String, String, String) - Method in class com.sun.identity.wsfederation.plugins.DefaultSPAttributeMapper
-
Returns attribute map for the given list of Attribute
objects.
- getAttributes(Object, String, String, String) - Method in interface com.sun.identity.wsfederation.plugins.IDPAttributeMapper
-
Returns list of SAML Attribute objects for an
authenticated user local attributes.
- getAttributes(List, String, String, String, String) - Method in interface com.sun.identity.wsfederation.plugins.SPAttributeMapper
-
Returns the map of user attribute values for the corresponding
SAML Attributes.
- getAttributes() - Method in interface com.sun.identity.wsfederation.profile.RequestedSecurityToken
-
- getAttributes() - Method in class com.sun.identity.wsfederation.profile.SAML11RequestedSecurityToken
-
- getAttributes() - Method in class com.sun.identity.wss.security.SAML11AssertionValidator
-
- getAttributes() - Method in class com.sun.identity.wss.security.SAML2AssertionValidator
-
- getAttributes() - Method in interface com.sun.identity.xacml.context.Action
-
Returns zero to many Attribute elements of this object
If no attributes and present, empty List will be returned.
- getAttributes() - Method in interface com.sun.identity.xacml.context.Environment
-
Returns zero to many Attribute elements of this object.
- getAttributes() - Method in class com.sun.identity.xacml.context.impl.ActionImpl
-
- getAttributes() - Method in class com.sun.identity.xacml.context.impl.EnvironmentImpl
-
- getAttributes() - Method in class com.sun.identity.xacml.context.impl.ResourceImpl
-
Returns zero to many Attribute elements of this object
If no attributes and present, empty List will be returned.
- getAttributes() - Method in class com.sun.identity.xacml.context.impl.SubjectImpl
-
Returns zero to many Attribute elements of this object
If no attributes and present, empty List will be returned.
- getAttributes() - Method in interface com.sun.identity.xacml.context.Resource
-
Returns zero to many Attribute elements of this object
If no attributes and present, empty List will be returned.
- getAttributes() - Method in interface com.sun.identity.xacml.context.ResourceContent
-
Returns zero to many Attribute elements of this object
If no attributes and present, empty List will be returned.
- getAttributes() - Method in interface com.sun.identity.xacml.context.Subject
-
Returns zero to many Attribute elements of this object
If no attributes and present, empty List will be returned.
- getAttributes() - Method in class org.forgerock.openam.audit.configuration.AuditEventHandlerConfiguration
-
The configuration attributes retrieved from the SMS.
- getAttributes(Map<String, String>, T) - Method in interface org.forgerock.openam.authentication.modules.common.mapping.AttributeMapper
-
Maps from values found in the source to a map of keys in the result, according to a provided map of keys in the
source to keys in the result.
- getAttributes(Map<String, String>, String) - Method in class org.forgerock.openam.authentication.modules.common.mapping.JsonAttributeMapper
-
Maps from values found in the source to a map of keys in the result, according to a provided map of keys in the
source to keys in the result.
- getAttributes(Map<String, String>, JwtClaimsSet) - Method in class org.forgerock.openam.authentication.modules.oidc.JwtAttributeMapper
-
Maps from values found in the source to a map of keys in the result, according to a provided map of keys in the
source to keys in the result.
- getAttributes() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonDecision
-
- getAttributes() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlement
-
Returns any attributes associated with this entitlement decision.
- getAttributes() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlementPattern
-
- getAttributes(SSOToken, IdType, String, Set, String, String, boolean) - Method in class org.forgerock.openam.idm.IdServicesDecorator
- getAttributes(SSOToken, IdType, String, String, String) - Method in class org.forgerock.openam.idm.IdServicesDecorator
- getAttributes(SSOToken, IdType, String, Set, String, String, boolean) - Method in class org.forgerock.openam.idm.LowerCaseIdCachedServicesDecorator
- getAttributes(SSOToken, IdType, String, String, String) - Method in class org.forgerock.openam.idm.LowerCaseIdCachedServicesDecorator
- getAttributes(SSOToken, IdType, String, Set, String, String, boolean) - Method in class org.forgerock.openam.idm.LowerCaseIdServicesDecorator
- getAttributes(SSOToken, IdType, String, String, String) - Method in class org.forgerock.openam.idm.LowerCaseIdServicesDecorator
- getAttributes(SSOToken, IdType, String) - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
Returns all the attributes that are defined in the configuration for the given identity.
- getAttributes(SSOToken, IdType, String, Set<String>) - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
Returns all the requested attributes that are defined in the configuration for this given identity.
- getAttributes() - Method in class org.forgerock.openam.radius.common.AttributeSet
-
Returns a legacy
Enumeration for enumerating over the the contained attribute instances.
- getAttributes(SSOToken, Map<String, String>) - Method in interface org.forgerock.openam.sts.tokengeneration.saml2.statements.AttributeMapper
-
Gets a list of populated SAML2 Attribute instances.
- getAttributes(SSOToken, Map<String, String>) - Method in class org.forgerock.openam.sts.tokengeneration.saml2.statements.DefaultAttributeMapper
-
- getAttributes() - Method in class org.forgerock.openam.upgrade.ServiceSchemaModificationWrapper
-
Returns the set of modified attributes associated with this wrapper
- getAttributes() - Method in interface org.forgerock.openam.upgrade.UpgradeHelper
-
Return the Set of attributes that are to be upgrade by this service helper
- getAttributes(SSOToken, IdType, String) - Method in class org.openidentityplatform.openam.cassandra.Repo
-
- getAttributes(SSOToken, IdType, String, Set<String>) - Method in class org.openidentityplatform.openam.cassandra.Repo
-
- getAttributes1(String, String, int) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getAttributes1(String, String, int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- getAttributes1_idrepo(String, String, String, Set, String, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getAttributes1_idrepo(String, String, String, Set, String, String) - Method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- getAttributes2(String, String, Set, int) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getAttributes2(String, String, Set, int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- getAttributes2_idrepo(String, String, String, String, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getAttributes2_idrepo(String, String, String, String, String) - Method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- getAttributes3(String, String, boolean, boolean, int) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getAttributes3(String, String, boolean, boolean, int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- getAttributes4(String, String, Set, boolean, boolean, int) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getAttributes4(String, String, Set, boolean, boolean, int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- getAttributesAdded() - Method in class org.forgerock.openam.upgrade.ServiceSchemaUpgradeWrapper
-
Return the wrapper for the attributes added
- getAttributesByteArray() - Method in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Returns Map of all attributes.
- getAttributesByteArray(Set) - Method in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Returns Map of specified attributes.
- getAttributesByteValues(SSOToken, String, int) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Returns a map of attribute-values for binary attributes.
- getAttributesByteValues(SSOToken, String, Set, int) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Returns a map of attribute-values for binary attributes.
- getAttributesByteValues(SSOToken, String, int) - Method in class com.iplanet.am.sdk.ldap.CachedDirectoryServicesImpl
-
- getAttributesByteValues(SSOToken, String, Set, int) - Method in class com.iplanet.am.sdk.ldap.CachedDirectoryServicesImpl
-
- getAttributesByteValues(SSOToken, String, int) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
- getAttributesByteValues(SSOToken, String, Set, int) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
- getAttributesByteValues(SSOToken, String, int) - Method in class com.iplanet.am.sdk.remote.CachedRemoteServicesImpl
-
- getAttributesByteValues(SSOToken, String, Set, int) - Method in class com.iplanet.am.sdk.remote.CachedRemoteServicesImpl
-
- getAttributesByteValues(SSOToken, String, int) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
- getAttributesByteValues(SSOToken, String, Set, int) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
- getAttributesByteValues1(String, String, int) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getAttributesByteValues1(String, String, int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- getAttributesByteValues2(String, String, Set, int) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getAttributesByteValues2(String, String, Set, int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- getAttributeSchema(String) - Method in class com.iplanet.services.cdm.clientschema.AMClientCapData
-
Returns the schema for an property given the name.
- getAttributeSchema(String) - Method in class com.sun.identity.authentication.config.AMAuthenticationSchema
-
Returns an AttributeSchema of the specified attribute name.
- getAttributeSchema(String) - Method in class com.sun.identity.sm.PluginSchema
-
Returns the schema for an attribute given the name of the attribute,
defined for this plugin.
- getAttributeSchema(String) - Method in class com.sun.identity.sm.ServiceSchema
-
Returns the schema for an attribute given the name of the attribute,
defined for this service.
- GetAttributeSchemaChoiceValues - Class in org.forgerock.openam.cli.schema
-
- GetAttributeSchemaChoiceValues() - Constructor for class org.forgerock.openam.cli.schema.GetAttributeSchemaChoiceValues
-
- getAttributeSchemaNames() - Method in class com.sun.identity.sm.PluginSchema
-
Returns the names of the schema attribute defined for the plugin.
- getAttributeSchemaNames() - Method in class com.sun.identity.sm.ServiceSchema
-
Returns the names of the schema attributes defined for the service.
- getAttributeSchemaNode() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
- getAttributeSchemaNode() - Method in class com.sun.identity.sm.ChoiceValues
-
Returns the XML AttributeSchema node associated with this
attribute
- getAttributeSchemaNode() - Method in class com.sun.identity.sm.DefaultValues
-
Returns the XML AttributeSchema node associated with this
attribute
- getAttributeSchemas() - Method in interface com.iplanet.am.sdk.AMTemplate
-
Deprecated.
Returns a set of Attribute Schemas that defines the schema (metadata) of
this template.
- getAttributeSchemas() - Method in class com.sun.identity.authentication.config.AMAuthenticationSchema
-
Returns a Set which contains all the AttributeSchemas.
- getAttributeSchemas(String, Collection) - Static method in class com.sun.identity.common.configuration.AgentConfiguration
-
Returns attribute schema for a given set of attribute names.
- getAttributeSchemas() - Method in class com.sun.identity.sm.ServiceSchema
-
Returns the attribute schemas defined for the service.
- getAttributesDeleted() - Method in class org.forgerock.openam.upgrade.ServiceSchemaUpgradeWrapper
-
Return the wrapper for the attributes deleted
- getAttributeSelector() - Method in class com.sun.identity.entitlement.xacml3.core.Match
-
Gets the value of the attributeSelector property.
- getAttributeService() - Method in interface com.sun.identity.saml2.jaxb.metadata.AttributeAuthorityDescriptorType
-
Gets the value of the AttributeService property.
- getAttributeService() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeAuthorityDescriptorTypeImpl
-
- getAttributeSet() - Method in exception com.sun.identity.authentication.modules.radius.client.ChallengeException
-
Returns the set of attributes in this packet.
- getAttributeSet() - Method in exception com.sun.identity.authentication.modules.radius.client.RejectException
-
Returns the attribute set of the contained AccessReject response packet.
- getAttributeSet() - Method in class org.forgerock.openam.radius.common.Packet
-
Returns the object that holds the attributes for the packet and maintains insertion order.
- getAttributesForFedlet(String, String, String, List<String>, String, String) - Static method in class com.sun.identity.saml2.profile.AttributeQueryUtil
-
Sends the AttributeQuery to specified attribute authority,
validates the response and returns the attribute map
Map<String, Set<String>> to the Fedlet
- getAttributesForRead() - Method in class com.sun.identity.sm.ServiceConfig
-
Returns the service configuration parameters for read only,
modification cannot be performed on the return Map.
- getAttributesForSchema(String) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Returns the attributes in the directory schema, associated with the given
objectclass.
- getAttributesForSchema(String) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
Returns the set of attributes (both optional and required) needed for an
objectclass based on the LDAP schema
- getAttributesForSchema(String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getAttributesForSchema(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- getAttributesForSchema(String) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
Returns the set of attributes (both optional and required) needed for an
objectclass based on the LDAP schema
- getAttributesFromDataStore() - Method in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Returns Map of all attributes directly from data store.
- getAttributesFromDataStore(Set) - Method in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Returns Map of specified attributes directly from data store.
- getAttributesFromDS(SSOToken, String, Set, int) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Returns a Map with attribute-values fetched directly from the Directory.
- getAttributesFromDS(SSOToken, String, Set, int) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
- getAttributesFromDS(SSOToken, String, Set, boolean, boolean, int) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
Gets the specific attributes corresponding to the entryDN.
- getAttributesFromDS(SSOToken, String, Set, int) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
- getAttributesModified() - Method in class org.forgerock.openam.upgrade.ServiceSchemaUpgradeWrapper
-
Return the wrapper for the attributes modified
- getAttributesReference() - Method in class com.sun.identity.entitlement.xacml3.core.RequestReference
-
Gets the value of the attributesReference property.
- getAttributesSchemaNames(AMIdentity, AttributeSchema.Syntax) - Static method in class com.sun.identity.common.configuration.AgentConfiguration
-
Returns a set of attribute schema names whose schema match a given
syntax.
- getAttributesSchemaNames(String, AttributeSchema.Type) - Static method in class com.sun.identity.common.configuration.AgentConfiguration
-
Returns a set of attribute schema names whose schema match a given
type.
- getAttributesShortNames() - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
-
- getAttributesString() - Method in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
- getAttributeStatements(String, String, FSSubject, Object) - Method in interface com.sun.identity.federation.services.FSAttributePlugin
-
- getAttributeStatements(String, String, FSSubject, Object) - Method in class com.sun.identity.federation.services.FSDefaultAttributePlugin
-
- getAttributeStatements(String, String, String, FSSubject, Object) - Method in class com.sun.identity.federation.services.FSDefaultAttributePlugin
-
Returns list of AttributeStatements by using attribute
map defined in the configuration.
- getAttributeStatements(String, String, String, FSSubject, Object) - Method in class com.sun.identity.federation.services.FSDefaultRealmAttributePlugin
-
Returns list of AttributeStatements by using attribute
map defined in the configuration.
- getAttributeStatements(String, String, String, FSSubject, Object) - Method in interface com.sun.identity.federation.services.FSRealmAttributePlugin
-
Gets the list of AttributeStatements.
- getAttributeStatements() - Method in class com.sun.identity.federation.services.FSSession
-
Gets Attribute Statements.
- getAttributeStatements() - Method in interface com.sun.identity.saml2.assertion.Assertion
-
Returns the attribute statements of the assertion
- getAttributeStatements() - Method in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
Returns the attribute statements of the assertion
- getAttributeStatementsProvider(SAML2Config) - Method in interface org.forgerock.openam.sts.tokengeneration.saml2.StatementProvider
-
- getAttributeStatementsProvider(SAML2Config) - Method in class org.forgerock.openam.sts.tokengeneration.saml2.StatementProviderImpl
-
- getAttributeString(Principal, Guid, String) - Method in class com.iplanet.ums.DataLayer
-
Returns String values of the attribute.
- getAttributeString(String, Map) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Returns value of an attribute.
- getAttributeString(String, Map, String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Returns value of an attribute.
- getAttributesWithoutDefaults() - Method in class com.sun.identity.sm.ServiceConfig
-
Returns the service configuration parameters without inheriting the
default values from service's schema.
- getAttributesWithoutDefaultsForRead() - Method in class com.sun.identity.sm.ServiceConfig
-
Returns the service configuration parameters for read only without
inheriting the default values from service's schema.
- getAttributeType(String) - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
-
Returns the attribute type associated with the given short name, or null if no such attribute is registered.
- getAttributeType() - Method in enum org.forgerock.openam.tokens.CoreTokenField
-
Gets the core token field attribute type.
- getAttributeValue(X500Principal, String) - Static method in class com.iplanet.security.x509.CertUtils
-
Retrieves a given attribute value from the provided
X500Principal even if the attribute was enclosed in
a multi-valued RDN.
- getAttributeValue() - Method in class com.sun.identity.entitlement.xacml3.core.Attribute
-
Gets the value of the attributeValue property.
- getAttributeValue() - Method in class com.sun.identity.entitlement.xacml3.core.CombinerParameter
-
Gets the value of the attributeValue property.
- getAttributeValue() - Method in class com.sun.identity.entitlement.xacml3.core.Match
-
Gets the value of the attributeValue property.
- getAttributeValue() - Method in class com.sun.identity.entitlement.xacml3.core.MissingAttributeDetail
-
Gets the value of the attributeValue property.
- getAttributeValue(String) - Method in class com.sun.identity.install.tools.util.xml.XMLElement
-
Returns the value of the attribute with the given name as present in the
current element.
- getAttributeValue(String, String) - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
- getAttributeValue() - Method in class com.sun.identity.saml.assertion.Attribute
-
Returns AttributeValue from the Attribute.
- getAttributeValue() - Method in interface com.sun.identity.saml2.assertion.Attribute
-
Returns the AttributeValue(s) of the Attribute.
- getAttributeValue() - Method in class com.sun.identity.saml2.assertion.impl.AttributeImpl
-
Returns the AttributeValue(s) of the Attribute.
- getAttributeValue() - Method in interface com.sun.identity.saml2.jaxb.assertion.AttributeType
-
Gets the value of the AttributeValue property.
- getAttributeValue() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeTypeImpl
-
- getAttributeValue(String) - Method in class com.sun.identity.sm.SMSDataEntry
-
- getAttributeValue(String) - Method in class org.forgerock.openam.upgrade.UpgradeUtils
-
- getAttributeValue(String, String, String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Returns a set of values of an attribute.
- getAttributeValue(String, String, String, boolean) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Returns a set of values of an attribute.
- getAttributeValueFromConfig(BaseConfigType, String) - Static method in class com.sun.identity.federation.meta.IDFFMetaUtils
-
- getAttributeValueFromIDPSSOConfig(String, String, String) - Static method in class com.sun.identity.saml2.profile.IDPSSOUtil
-
- getAttributeValueFromSPSSOConfig(SPSSOConfigElement, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Retrieves attribute value for a given attribute name from
SPSSOConfig.
- getAttributeValueFromSSOConfig(String, String, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns single value of specified attribute from SSOConfig.
- getAttributeValueFromXACMLConfig(String, String, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns the value of attribute from entity configuration.
- getAttributeValuePair(Node) - Static method in class com.sun.identity.shared.xml.XMLUtils
-
Method to get Values within AttributeValuePair as a java.util.Set
- getAttributeValuePair(Node, boolean) - Static method in class com.sun.identity.shared.xml.XMLUtils
-
Method to get Values within AttributeValuePair as a java.util.Set
If unescape is set to false, xml escaped chars will not
be unescaped.
- getAttributeValuePairs(Node) - Static method in class com.sun.identity.sm.CreateServiceConfig
-
- getAttributeValuePairs(Node, boolean) - Static method in class com.sun.identity.sm.CreateServiceConfig
-
- getAttributeValues() - Method in class com.sun.identity.authentication.config.AMAuthenticationInstance
-
Returns the configuration attributes of the module instance.
- getAttributeValues(Set) - Method in class com.sun.identity.authentication.config.AMAuthenticationInstance
-
Returns the configuration attribute values for the specified attributes.
- getAttributeValues() - Method in class com.sun.identity.authentication.config.AMAuthenticationSchema
-
Returns the default values for all the attributes.
- getAttributeValues(Set) - Method in class com.sun.identity.authentication.config.AMAuthenticationSchema
-
Returns the default values for the specified attributes.
- getAttributeValues(String, String) - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
- getAttributeValues(Node) - Static method in class com.sun.identity.policy.PolicyUtils
-
Parses an XML node which represents an
AttributeValuePair and returns the attribute values.
- getAttributeValues(String) - Method in class com.sun.identity.sm.SMSDataEntry
-
- getAttributeValues(String) - Method in class com.sun.identity.sm.SMSEntry
-
Returns the attribute values for the given attribute name.
- getAttributeValues(String, boolean) - Method in class com.sun.identity.sm.SMSEntry
-
- getAttributeValues() - Method in interface com.sun.identity.xacml.context.Attribute
-
Returns one to many AttributeValue elements for this object
each attribite value MAY have empty contents, occur once or occur
multiple times.
- getAttributeValues() - Method in class com.sun.identity.xacml.context.impl.AttributeImpl
-
Returns one to many values in the AttributeValue elements
of this object
- getAttributeValues() - Method in interface com.sun.identity.xacml.context.MissingAttributeDetail
-
Returns the AttributeValues of this object
- getAttributeValuesAsStringSet(Attribute) - Static method in class org.forgerock.openam.ldap.LDAPUtils
-
Converts all the attribute values to a String Set.
- getAttributeValueString() - Method in interface com.sun.identity.saml2.assertion.Attribute
-
Returns the AttributeValue(s) of the Attribute.
- getAttributeValueString() - Method in class com.sun.identity.saml2.assertion.impl.AttributeImpl
-
Returns the AttributeValue(s) of the Attribute.
- getAttributeValueString(String, String, String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Returns a value of an attribute.
- getAttrList() - Method in class com.sun.identity.sm.model.TokenDataEntry
-
- getAttrMapForAuthenticationModule(Subject) - Method in interface com.sun.identity.authentication.service.AuthenticationPrincipalDataRetriever
-
Returns the attribute map from the required Authentication module
Principal, to be set in the SSOToken.
- getAttrMapWithoutPasswordAttrs(Map<String, ?>, Set<String>) - Static method in class com.sun.identity.idm.common.IdRepoUtils
-
Returns an attribute map with all the password attributes being masked.
- getAttrRuleValue(String) - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets the collections of values for the given attrRuleName
- getAttrs(Assertion, boolean, Set<PrivateKey>) - Static method in class com.sun.identity.saml2.profile.SPACSUtils
-
Gets the attributes for this assertion in a new List.
- getAttrSet() - Method in class com.iplanet.ums.PersistentObject
-
Gets the attribute set as a reference, not a deep copy
- getAttrsMapForAuthnReq(String, String) - Static method in class com.sun.identity.saml2.profile.SPSSOFederate
-
Gets the Configuration attributes for the given sp entity id in the given realm.
- getAttrsToUpgrade() - Static method in class org.forgerock.openam.upgrade.ServerUpgrade
-
- getAttrValueFromMap(Map, String) - Static method in class com.sun.identity.saml2.profile.SPSSOFederate
-
Returns value of an boolean parameter in the SP SSO Config.
- getAudience() - Method in class com.sun.identity.saml.assertion.AudienceRestrictionCondition
-
Returns list of Audience held within this Condition element
- getAudience() - Method in interface com.sun.identity.saml2.assertion.AudienceRestriction
-
Returns a list of String represented audiences
- getAudience() - Method in class com.sun.identity.saml2.assertion.impl.AudienceRestrictionImpl
-
Returns a list of String represented audiences
- getAudience() - Method in class com.sun.identity.saml2.assertion.impl.ProxyRestrictionImpl
-
Returns the list of audiences to whom the asserting party
permits new assertions to be issued on the basis of this
assertion.
- getAudience() - Method in interface com.sun.identity.saml2.assertion.ProxyRestriction
-
Returns the list of audiences to whom the asserting party permits
new assertions to be issued on the basis of this assertion.
- getAudience() - Method in interface com.sun.identity.saml2.jaxb.assertion.AudienceRestrictionType
-
Gets the value of the Audience property.
- getAudience() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AudienceRestrictionTypeImpl
-
- getAudience() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ProxyRestrictionTypeImpl
-
- getAudience() - Method in interface com.sun.identity.saml2.jaxb.assertion.ProxyRestrictionType
-
Gets the value of the Audience property.
- getAudience() - Method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig
-
- getAudienceRestrictionCondition() - Method in class com.sun.identity.saml.assertion.Conditions
-
Returns a set of the AudienceRestrictionCondition elements
held within this Conditions element.
- getAudienceRestrictions() - Method in interface com.sun.identity.saml2.assertion.Conditions
-
Returns a list of AudienceRestriction
- getAudienceRestrictions() - Method in class com.sun.identity.saml2.assertion.impl.ConditionsImpl
-
Returns a list of AudienceRestriction
- getAuditEntryAdapter(TokenIdGenerator) - Method in class org.forgerock.openam.uma.UmaGuiceModule
-
- getAuditEntryDetail() - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Supply the additional detail to be logged with this module's completion event.
- getAuditEntryDetail() - Method in class org.forgerock.openam.authentication.modules.deviceprint.DeviceIdMatch
-
- getAuditLogConfig() - Method in interface org.forgerock.openam.uma.UmaSettings
-
Gets the config file to be used to store Uma audit
- getAuditLogConfig() - Method in class org.forgerock.openam.uma.UmaSettingsImpl
-
Gets the config file to be used to store Uma audit
- getAuditLogFileName() - Method in class com.sun.identity.install.tools.util.Audit
-
- getAuditService(String) - Method in interface org.forgerock.openam.audit.AuditServiceProvider
-
Get the audit service for the specified realm.
- getAuditService(String) - Method in class org.forgerock.openam.audit.AuditServiceProviderImpl
-
- getAuditTrackingId() - Method in interface org.forgerock.oauth2.core.AccessToken
-
Gets the token's audit tracking id.
- getAuditTrackingId() - Method in class org.forgerock.oauth2.core.AuthorizationCode
-
- getAuditTrackingId() - Method in class org.forgerock.oauth2.core.DeviceCode
-
- getAuditTrackingId() - Method in interface org.forgerock.oauth2.core.RefreshToken
-
Gets the token's audit tracking id.
- getAuditTrackingId() - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Gets the audit id.
- getAuditTrackingId() - Method in class org.forgerock.oauth2.core.StatefulRefreshToken
-
Gets the audit id.
- getAuditTrackingId() - Method in class org.forgerock.oauth2.core.StatefulToken
-
- getAuditTrackingId() - Method in interface org.forgerock.oauth2.core.Token
-
Get the audit tracking ID for this token.
- getAuditTrackingId() - Method in class org.forgerock.openam.oauth2.StatelessToken
-
- getAuditTrackingId() - Method in class org.forgerock.openidconnect.OpenIdConnectToken
-
- getAuditTrackingIdKey() - Method in class org.forgerock.oauth2.core.AuthorizationCode
-
- getAuditTrackingIdKey() - Method in class org.forgerock.oauth2.core.DeviceCode
-
- getAuditTrackingIdKey() - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
- getAuditTrackingIdKey() - Method in class org.forgerock.oauth2.core.StatefulRefreshToken
-
- getAuditTrackingIdKey() - Method in interface org.forgerock.oauth2.core.Token
-
Get the audit tracking ID key for this token.
- getAuditTrackingIdKey() - Method in class org.forgerock.openam.oauth2.StatelessAccessToken
-
- getAuditTrackingIdKey() - Method in class org.forgerock.openam.oauth2.StatelessRefreshToken
-
- getAuditTrackingIdKey() - Method in class org.forgerock.openidconnect.OpenIdConnectToken
-
- getAuth() - Static method in class com.sun.identity.authentication.service.AuthD
-
Returns Authenticator singleton instance.
- getAuthConfigInfo(String) - Method in class com.sun.identity.policy.util.GatewayServletUtils
-
- getAuthConfigName(AuthContext.IndexType, String, String, String) - Static method in class com.sun.identity.authentication.config.AMAuthConfigUtils
-
Returns the authentication configuration name given the
AuthContext.IndexType and indexName.
- getAuthConfigName(String, String) - Static method in class com.sun.identity.authentication.config.AMAuthConfigUtils
-
Returns the authentication configuration name for the organization based
authentication.
- GetAuthConfigurationEntries - Class in com.sun.identity.cli.authentication
-
- GetAuthConfigurationEntries() - Constructor for class com.sun.identity.cli.authentication.GetAuthConfigurationEntries
-
- getAuthContext() - Method in class com.iplanet.dpro.session.service.InternalSession
-
Get the authentication context associated with this session.
- getAuthContext() - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Returns the authentication context for this request.
- getAuthContext(HttpServletRequest, HttpServletResponse, SessionID, boolean, boolean) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
Returns the authentication context for a request.
- getAuthContext(HttpServletRequest, HttpServletResponse, SessionID, boolean, boolean, boolean, boolean) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
Returns the authentication context for a request.
- getAuthContext(String) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- getAuthContext(String, String) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- getAuthContext(String, HttpServletRequest) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- getAuthContext(String, String, boolean) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- getAuthContext(HttpServletRequest, String) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- getAuthContext(String, String, boolean, HttpServletRequest) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
Returns the AuthContext Handle for the Request.
- getAuthContext(String, String, boolean, HttpServletRequest, String, AuthXMLRequest) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- getAuthContext(String, String, boolean, HttpServletRequest, String, AuthXMLRequest, boolean) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- getAuthContext() - Method in interface org.forgerock.openam.core.rest.authn.core.AuthenticationContext
-
Returns the wrapped AuthContextLocal.
- getAuthContext() - Method in class org.forgerock.openam.core.rest.authn.core.CompletedLoginProcess
-
Returns the underlying AuthContextLocal.
- getAuthContext() - Method in class org.forgerock.openam.core.rest.authn.core.LoginProcess
-
Returns the underlying AuthContextLocal.
- getAuthContext() - Method in class org.forgerock.openam.core.rest.authn.core.wrappers.AuthContextLocalWrapper
-
Returns the wrapped AuthContextLocal.
- getAuthContext(HttpServletRequest, HttpServletResponse, SessionID, boolean, boolean) - Method in class org.forgerock.openam.core.rest.authn.core.wrappers.CoreServicesWrapper
-
Will either create or retrieve an existing AuthContextLocal.
- getAuthContext() - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolder
-
get the auth context.
- getAuthContext(String) - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.OpenAMAuthFactory
-
Return on OpenAM auth context for the requested realm.
- getAuthContextCompType() - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Returns the value of AuthContext Comparison attribute.
- getAuthContextLocal() - Method in class com.sun.identity.authentication.AuthContext
-
- getAuthContextRef() - Method in class com.sun.identity.federation.services.FSAuthContextResult
-
Returns authentication context reference.
- getAuthCookieName() - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Returns the Auth Cookie Name.
- getAuthCookieValue(HttpServletRequest) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- getAuthDomainURL(String) - Static method in class com.sun.identity.federation.common.FSUtils
-
- getAuthenticaionMethod() - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
-
Returns AuthenticationMethod from authentication statement
- getAuthenticatedLevels(SSOToken) - Static method in class com.sun.identity.authentication.util.AMAuthUtils
-
Returns the set of all authenticated levels.
- getAuthenticatedLevels(SSOToken) - Method in class org.forgerock.openam.core.CoreWrapper
-
Returns the set of all authenticated levels.
- getAuthenticatedPrincipals() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns a list of the authenticated principals in the current authentication process.
- getAuthenticatedPrincipals() - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Returns the principals authenticated in the current authentication process or an empty set if login state is
unavailable or no authenticated principals are present.
- getAuthenticatedRealms(SSOToken) - Static method in class com.sun.identity.authentication.util.AMAuthUtils
-
Returns the set of all authenticated Realm names.
- getAuthenticatedRealms(SSOToken) - Method in class org.forgerock.openam.core.CoreWrapper
-
Returns the set of all authenticated Realm names.
- getAuthenticatedRoles(SSOToken) - Static method in class com.sun.identity.authentication.util.AMAuthUtils
-
Returns the set of all authenticated roles.
- getAuthenticatedSchemes(SSOToken) - Static method in class com.sun.identity.authentication.util.AMAuthUtils
-
Returns the set of all authenticated Scheme names.
- getAuthenticatedSchemes(SSOToken) - Method in class org.forgerock.openam.core.CoreWrapper
-
Returns the set of all authenticated Scheme names.
- getAuthenticatedSchemes(SSOToken) - Method in class org.forgerock.openam.entitlement.conditions.environment.EntitlementCoreWrapper
-
Returns the set of all authenticated Scheme names.
- getAuthenticatedServices(SSOToken) - Static method in class com.sun.identity.authentication.util.AMAuthUtils
-
Returns the set of all authenticated Service names.
- getAuthenticateToRealm() - Method in class org.forgerock.openam.entitlement.conditions.environment.AuthenticateToRealmCondition
-
- getAuthenticateToService() - Method in class org.forgerock.openam.entitlement.conditions.environment.AuthenticateToServiceCondition
-
- getAuthenticatingAuthority() - Method in interface com.sun.identity.saml2.assertion.AuthnContext
-
Returns the value of the AuthenticatingAuthority property.
- getAuthenticatingAuthority() - Method in class com.sun.identity.saml2.assertion.impl.AuthnContextImpl
-
Returns the value of the AuthenticatingAuthority property.
- getAuthenticatingAuthority() - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthnContextType
-
Gets the value of the AuthenticatingAuthority property.
- getAuthenticatingAuthority() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextTypeImpl
-
- getAuthenticatingUserName() - Method in class org.forgerock.openam.authentication.modules.common.AbstractLoginModuleBinder
-
- getAuthenticatingUserName() - Method in interface org.forgerock.openam.authentication.modules.common.AMLoginModuleBinder
-
Returns the username of the currently authenticating user, if known.
- getAuthenticatingUserName() - Method in class org.forgerock.openam.authentication.modules.common.AuthLoginModule
-
- getAuthenticationCallbackIndex(Callback[], int) - Method in interface com.sun.identity.authentication.share.AuthenticationCallbackXMLHelper
-
Returns the Authentication Callback index in the
Callback array.
- getAuthenticationCallbackXML(Callback) - Method in interface com.sun.identity.authentication.share.AuthenticationCallbackXMLHelper
-
Returns the XML string representing the Authentication Callback.
- getAuthenticationChain() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the authentication chain mechanism to be used.
- getAuthenticationChain() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Returns authentication chain used for authenticating sts clients.
- getAuthenticationChain() - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Returns authentication chain used for authenticating sts clients.
- getAuthenticationContext() - Method in class com.sun.identity.federation.services.FSIDPAuthenticationContextInfo
-
Returns authentication context.
- getAuthenticationContext() - Method in class com.sun.identity.federation.services.FSSPAuthenticationContextInfo
-
Returns the authentication context.
- getAuthenticationContextClassReference() - Method in class org.forgerock.oauth2.core.AuthorizationCode
-
Get the Authentication Context Class Reference (acr).
- getAuthenticationContextClassReference() - Method in interface org.forgerock.oauth2.core.RefreshToken
-
Gets the token's Authentication Context Class reference.
- getAuthenticationContextClassReference() - Method in class org.forgerock.oauth2.core.StatefulRefreshToken
-
Get the Authentication Context Class Reference (acr).
- getAuthenticationContextClassReference() - Method in class org.forgerock.openam.oauth2.StatelessRefreshToken
-
- getAuthenticationContextClassReference() - Method in class org.forgerock.openam.sts.service.invocation.OpenIdConnectTokenGenerationState
-
- getAuthenticationContextMapperState(TokenProviderParameters) - Method in class org.forgerock.openam.sts.soap.token.provider.SoapTokenProviderBase
-
- getAuthenticationFailureCount() - Method in class com.sun.identity.monitoring.SsoServerAuthSvc
-
Getter for the "AuthenticationFailureCount" variable.
- getAuthenticationFailureCount() - Method in interface com.sun.identity.monitoring.SsoServerAuthSvcMBean
-
Getter for the "AuthenticationFailureCount" variable.
- getAuthenticationFailureRate() - Method in class com.sun.identity.monitoring.SsoServerAuthSvc
-
Getter for the "AuthenticationFailureRate" variable.
- getAuthenticationFailureRate() - Method in interface com.sun.identity.monitoring.SsoServerAuthSvcMBean
-
Getter for the "AuthenticationFailureRate" variable.
- getAuthenticationFilter(HttpServletRequest) - Method in class com.sun.identity.rest.RestServiceManager
-
- getAuthenticationHandle(Document) - Method in class com.sun.identity.authentication.AuthContext
-
- getAuthenticationInstance(String) - Method in class com.sun.identity.authentication.config.AMAuthenticationManager
-
Returns the AMAuthenticationInstance object whose name is
as specified.
- getAuthenticationInstances() - Method in class com.sun.identity.authentication.config.AMAuthenticationManager
-
Returns the authentication module instances that are available to this
realm except the Application instance which is for internal use only.
- getAuthenticationInstant() - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
-
Returns AuthenticationInstant from authentication statement.
- getAuthenticationLevel() - Method in class com.sun.identity.federation.services.FSSPAuthenticationContextInfo
-
Returns authentication level.
- getAuthenticationMechanism() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Gets authentication mechanism.
- getAuthenticationMessagePredicates() - Method in interface org.forgerock.openam.services.push.PushNotificationDelegate
-
Returns a set of authentication message predicates required by this delegate.
- getAuthenticationMessagePredicates() - Method in class org.forgerock.openam.services.push.sns.SnsHttpDelegate
-
- getAuthenticationMessagePredicatesFor(String) - Method in class org.forgerock.openam.services.push.PushNotificationService
-
Retrieve the message predicates (if any) specific to the delegate implementation for the given realm,
which must be passed during authentication message(s).
- getAuthenticationMethod() - Method in class com.sun.identity.saml.protocol.AuthenticationQuery
-
Returns the AuthenticationMethod.
- getAuthenticationMethod() - Method in class com.sun.identity.wss.security.AssertionTokenSpec
-
Returns the authentication method
- getAuthenticationModeReferences() - Method in class org.forgerock.openam.sts.service.invocation.OpenIdConnectTokenGenerationState
-
- getAuthenticationSchema(String) - Method in class com.sun.identity.authentication.config.AMAuthenticationManager
-
Returns an AMAuthenticationSchema object for the specified
authentication type.
- getAuthenticationServiceName(String) - Static method in class com.sun.identity.authentication.config.AMAuthenticationManager
-
Returns authentication service name of a module.
- getAuthenticationServiceNames() - Static method in class com.sun.identity.authentication.config.AMAuthenticationManager
-
Returns a Set contains all the module service names that are plugged in
this server.
- getAuthenticationServiceNames() - Method in interface com.sun.identity.sm.AuthenticationServiceNameProvider
-
Provides a collection of authentication module service names that are
loaded by default.
- getAuthenticationServiceNames() - Method in class com.sun.identity.sm.AuthenticationServiceNameProviderImpl
-
Provides a collection of authentication module service names that are
loaded by default.
- getAuthenticationServices() - Method in class org.forgerock.openam.core.rest.sms.CoreRestSmsGuiceModule
-
- getAuthenticationServiceURL(String, String, HttpServletRequest) - Static method in class com.sun.identity.saml2.profile.IDPSSOUtil
-
Returns the authentication service URL of the
identity provider
- getAuthenticationServiceURL(String, String, HttpServletRequest) - Static method in class com.sun.identity.wsfederation.profile.IDPSSOUtil
-
Returns the authentication service URL of the
identity provider
- getAuthenticationSession(String) - Method in class org.forgerock.openam.authentication.service.AuthSessionFactory
-
Returns the Internal Session used by the Auth Services.
- getAuthenticationStatementsProvider(SAML2Config) - Method in interface org.forgerock.openam.sts.tokengeneration.saml2.StatementProvider
-
- getAuthenticationStatementsProvider(SAML2Config) - Method in class org.forgerock.openam.sts.tokengeneration.saml2.StatementProviderImpl
-
- getAuthenticationSuccessCount() - Method in class com.sun.identity.monitoring.SsoServerAuthSvc
-
Getter for the "AuthenticationSuccessCount" variable.
- getAuthenticationSuccessCount() - Method in interface com.sun.identity.monitoring.SsoServerAuthSvcMBean
-
Getter for the "AuthenticationSuccessCount" variable.
- getAuthenticationSuccessRate() - Method in class com.sun.identity.monitoring.SsoServerAuthSvc
-
Getter for the "AuthenticationSuccessRate" variable.
- getAuthenticationSuccessRate() - Method in interface com.sun.identity.monitoring.SsoServerAuthSvcMBean
-
Getter for the "AuthenticationSuccessRate" variable.
- getAuthenticationTimeInSeconds() - Method in class org.forgerock.openam.sts.rest.token.provider.oidc.OpenIdConnectTokenCreationState
-
- getAuthenticationTimeInSeconds() - Method in class org.forgerock.openam.sts.service.invocation.OpenIdConnectTokenGenerationState
-
- getAuthenticationTypes() - Static method in class com.sun.identity.authentication.config.AMAuthenticationManager
-
Returns a Set contains all the authentication types that are plugged in
this server.
- getAuthenticationTypet() - Method in class com.sun.identity.wsfederation.plugins.IDPAuthenticationTypeInfo
-
Returns the returning AuthnContext
- getAuthenticationURL() - Static method in class com.sun.identity.common.SystemConfigurationUtil
-
Returns authentication URL.
- getAuthenticator() - Method in interface com.sun.identity.liberty.ws.soapbinding.SOAPProviderConfig
-
Returns Web service authenticator implementation.
- getAuthenticator() - Static method in class com.sun.identity.wss.security.handler.SOAPRequestHandler
-
Returns the configured message authenticator.
- getAuthenticator() - Method in class org.forgerock.openam.radius.common.Packet
-
Returns the authenticator for this packet.
- getAuthenticatorAppRegistrationUriForHOTP(int) - Method in class org.forgerock.openam.authentication.modules.fr.oath.AuthenticatorAppRegistrationURIBuilder
-
Obtain a URI for registering an OATH device with an OATH authentication module.
- getAuthenticatorAppRegistrationUriForTOTP(int) - Method in class org.forgerock.openam.authentication.modules.fr.oath.AuthenticatorAppRegistrationURIBuilder
-
Obtain a URI for registering an OATH device with an OATH authentication module.
- getAuthenticatorForName(String) - Method in class com.sun.identity.authentication.service.AuthD
-
Returns an Authenticator for a specific module name.
- getAuthenticators() - Method in class com.sun.identity.authentication.service.AuthD
-
Return configured Authenticators
- getAuthErrorCode() - Method in exception com.sun.identity.authentication.spi.AuthErrorCodeException
-
Get the error code which should be one of the codes in AMAuthErrorCode.
- getAuthGrantId() - Method in class org.forgerock.oauth2.core.AuthorizationCode
-
Gets the authorization grant id
- getAuthGrantId() - Method in interface org.forgerock.oauth2.core.RefreshToken
-
Gets the token's Auth Grant id.
- getAuthGrantId() - Method in class org.forgerock.oauth2.core.StatefulRefreshToken
-
- getAuthGrantId() - Method in class org.forgerock.openam.oauth2.StatelessRefreshToken
-
- getAuthGrantId() - Method in class org.forgerock.openam.oauth2.StatelessToken
-
- getAuthID() - Method in class com.iplanet.services.ldap.LDAPUser
-
Get the authentication ID of this user.
- getAuthID() - Method in class com.iplanet.services.ldap.ServerInstance
-
Get the Authentication ID i.e.
- getAuthIdentifier() - Method in class com.sun.identity.authentication.AuthContext
-
Returns the current Auth Identifier of the authentication
process as String Session ID.
- getAuthIdentifier() - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Returns the current 'authIdentifier' of the authentication process as
String Session ID.
- getAuthIdentifier() - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Returns the authentication Identifier - session ID
- getAuthIdentifier() - Method in class com.sun.identity.authentication.service.AMLoginContext
-
Returns the current authIdentifier of the authentication
process as String Session ID.
- getAuthIndexType(String) - Static method in enum org.forgerock.openam.core.rest.authn.core.AuthIndexType
-
Gets the AuthIndexType Enum when either given the corresponding AuthContext.IndexType String, or the
AuthIndexType Enum as string.
- getAuthIndexType() - Method in class org.forgerock.openam.sts.config.user.AuthTargetMapping.AuthTarget
-
- getAuthIndexValue() - Method in class org.forgerock.openam.sts.config.user.AuthTargetMapping.AuthTarget
-
- GetAuthInstance - Class in com.sun.identity.cli.authentication
-
- GetAuthInstance() - Constructor for class com.sun.identity.cli.authentication.GetAuthInstance
-
- getAuthInstanceType(String) - Method in class com.sun.identity.authentication.config.AMAuthenticationManager
-
Returns the type of the authentication module instance with the
specified instance name.
- getAuthInstant(SSOToken, String, String) - Static method in class com.sun.identity.authentication.util.AMAuthUtils
-
Returns time at which the particular authentication occured
- getAuthInstant() - Method in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
Gets AuthInstant.
- getAuthLevel() - Method in interface com.iplanet.sso.SSOToken
-
Returns the authentication level of the authentication method used for
authentication.
- getAuthLevel() - Method in class com.sun.identity.authentication.internal.AuthPrincipal
-
Return the AuthLevel for this AuthPrincipal.
- getAuthLevel() - Method in class com.sun.identity.authentication.internal.AuthSSOToken
-
- getAuthLevel() - Method in class com.sun.identity.authentication.internal.server.AuthSPrincipal
-
Return the AuthLevel for this AuthPrincipal.
- getAuthLevel() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns authentication level.
- getAuthLevel() - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Returns authentication level that has been set for the module
- getAuthLevel(String) - Method in class com.sun.identity.policy.util.GatewayServletUtils
-
- getAuthLevel() - Method in class com.sun.identity.rest.AuthSPrincipal
-
Return the AuthLevel for this AuthPrincipal.
- getAuthLevel(RequestedAuthnContext, AuthnContext, String, String, String) - Method in class com.sun.identity.saml2.plugins.DefaultSPAuthnContextMapper
-
Returns the auth level for the AuthContext
- getAuthLevel(RequestedAuthnContext, AuthnContext, String, String, String) - Method in interface com.sun.identity.saml2.plugins.SPAuthnContextMapper
-
Returns the Auth Level for the AuthContext.
- getAuthLevel() - Method in class org.forgerock.openam.entitlement.conditions.environment.AuthLevelCondition
-
- getAuthLevelAttribute(Map, String) - Static method in class com.sun.identity.authentication.config.AMAuthConfigUtils
-
Returns authentication level attribute name for module name.
- getAuthLoginExceptionResponseStatus(String) - Method in class org.forgerock.openam.core.rest.authn.AMAuthErrorCodeResponseStatusMapping
-
Returns the Http Status code for the given AMAuth error code.
- getAuthMethod() - Method in class com.sun.identity.authentication.internal.AuthPrincipal
-
Return the AuthMethod for this AuthPrincipal.
- getAuthMethod() - Method in class com.sun.identity.authentication.internal.server.AuthSPrincipal
-
Return the AuthMethod for this AuthPrincipal.
- getAuthMethod() - Method in class com.sun.identity.rest.AuthSPrincipal
-
Return the AuthMethod for this AuthPrincipal.
- getAuthMethods() - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets the authorization methods to which this ACI applies
- getAuthMethodURI(String) - Static method in class com.sun.identity.saml.common.SAMLServiceManager
-
Returns corresponding Authentication method URI to be set in Assertion.
- getAuthMethodURI(String) - Static method in class com.sun.identity.wss.security.WSSUtils
-
Returns corresponding Authentication method URI to be set in Assertion.
- getAuthModuleEntry(String) - Static method in class com.sun.identity.monitoring.Agent
-
- getAuthModuleFailureCount() - Method in class com.sun.identity.monitoring.SsoServerAuthModulesEntry
-
Getter for the "AuthModuleFailureCount" variable.
- getAuthModuleFailureCount() - Method in interface com.sun.identity.monitoring.SsoServerAuthModulesEntryMBean
-
Getter for the "AuthModuleFailureCount" variable.
- getAuthModuleIndex() - Method in class com.sun.identity.monitoring.SsoServerAuthModulesEntry
-
Getter for the "AuthModuleIndex" variable.
- getAuthModuleIndex() - Method in interface com.sun.identity.monitoring.SsoServerAuthModulesEntryMBean
-
Getter for the "AuthModuleIndex" variable.
- getAuthModuleName() - Method in class com.sun.identity.monitoring.SsoServerAuthModulesEntry
-
Getter for the "AuthModuleName" variable.
- getAuthModuleName() - Method in interface com.sun.identity.monitoring.SsoServerAuthModulesEntryMBean
-
Getter for the "AuthModuleName" variable.
- getAuthModuleNames() - Method in class com.sun.identity.authentication.service.LoginState
-
Get the auth module name(s).
- getAuthModules(int, String, String) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
Returns a set of authentication modules whose authentication
level equals to or greater than the specified authLevel.
- getAuthModules() - Method in class org.forgerock.oauth2.core.AuthorizationCode
-
Get the auth modules string.
- getAuthModules() - Method in interface org.forgerock.oauth2.core.RefreshToken
-
Gets the token's Auth Modules.
- getAuthModules() - Method in class org.forgerock.oauth2.core.StatefulRefreshToken
-
Gets the auth modules used for authentication.
- getAuthModules() - Method in class org.forgerock.openam.oauth2.StatelessRefreshToken
-
- getAuthModulesConfig() - Method in class com.sun.identity.authentication.service.AuthLevel
-
Returns auth modules configuration
- getAuthModuleSuccessCount() - Method in class com.sun.identity.monitoring.SsoServerAuthModulesEntry
-
Getter for the "AuthModuleSuccessCount" variable.
- getAuthModuleSuccessCount() - Method in interface com.sun.identity.monitoring.SsoServerAuthModulesEntryMBean
-
Getter for the "AuthModuleSuccessCount" variable.
- getAuthModuleType() - Method in class com.sun.identity.monitoring.SsoServerAuthModulesEntry
-
Getter for the "AuthModuleType" variable.
- getAuthModuleType() - Method in interface com.sun.identity.monitoring.SsoServerAuthModulesEntryMBean
-
Getter for the "AuthModuleType" variable.
- getAuthnAuthorityConfig(String, String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns first authentication authority configuration in an entity under
the realm.
- getAuthnAuthorityDescriptor(String, String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns authentication authority descriptor in an entity under the
realm.
- getAuthnAuthorityDescriptor(EntityDescriptorElement) - Static method in class com.sun.identity.saml2.meta.SAML2MetaUtils
-
Returns authentication authority descriptor in an entity descriptor.
- getAuthnChain() - Method in class org.forgerock.openam.core.rest.server.SocialAuthenticationImplementation
-
- getAuthnContext() - Method in class com.sun.identity.federation.message.FSAuthenticationStatement
-
Deprecated.
Returns the Authentication Context in this
authentication statement.
- getAuthnContext() - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Returns the RequestedAuthnContext object.
- getAuthnContext() - Method in class com.sun.identity.federation.services.FSSession
-
Returns authentication context.
- getAuthnContext() - Method in class com.sun.identity.liberty.ws.security.SessionContext
-
Returns the AuthnContext within the
SessionContext object.
- getAuthnContext() - Method in interface com.sun.identity.saml2.assertion.AuthnStatement
-
Returns the value of the AuthnContext property.
- getAuthnContext() - Method in class com.sun.identity.saml2.assertion.impl.AuthnStatementImpl
-
Returns the value of the AuthnContext property.
- getAuthnContext() - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthnStatementType
-
Gets the value of the authnContext property.
- getAuthnContext() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementTypeImpl
-
- getAuthnContext() - Method in class com.sun.identity.saml2.plugins.IDPAuthnContextInfo
-
Returns the returning AuthnContext
- getAuthnContext() - Method in class com.sun.identity.saml2.profile.IDPSession
-
Returns authentication context.
- getAuthnContext(HttpServletRequest, String) - Static method in class com.sun.liberty.LibertyManager
-
- getAuthnContext(HttpServletRequest, String, String) - Static method in class com.sun.liberty.LibertyManager
-
Returns the authentication context used in liberty single sign-on.
- getAuthnContext(TokenTypeId, JsonValue) - Method in interface org.forgerock.openam.sts.rest.token.provider.saml.Saml2JsonTokenAuthnContextMapper
-
Returns the AuthnContext value corresponding to the TokenType inputToken.
- getAuthnContext(TokenTypeId, JsonValue) - Method in class org.forgerock.openam.sts.rest.token.provider.saml.Saml2JsonTokenAuthnContextMapperImpl
-
- getAuthnContext(List<WSHandlerResult>) - Method in class org.forgerock.openam.sts.soap.token.provider.oidc.DefaultSoapOpenIdConnectTokenAuthnContextMapper
-
- getAuthnContext(List<WSHandlerResult>) - Method in interface org.forgerock.openam.sts.soap.token.provider.oidc.SoapOpenIdConnectTokenAuthnContextMapper
-
Returns the SAML2 AuthnContext class reference corresponding the the SupportingToken specified in the SecurityPolicy
bindings protecting a soap-sts instance.
- getAuthnContext(List<WSHandlerResult>) - Method in class org.forgerock.openam.sts.soap.token.provider.saml2.DefaultSaml2XmlTokenAuthnContextMapper
-
- getAuthnContext(List<WSHandlerResult>) - Method in interface org.forgerock.openam.sts.soap.token.provider.saml2.Saml2XmlTokenAuthnContextMapper
-
Returns the SAML2 AuthnContext class reference corresponding the the SupportingToken specified in the SecurityPolicy
bindings protecting a soap-sts instance.
- getAuthnContextClassRef() - Method in class com.sun.identity.federation.message.common.AuthnContext
-
Deprecated.
Returns the AuthnContext Class Reference URI.
- getAuthnContextClassRef() - Method in interface com.sun.identity.saml2.assertion.AuthnContext
-
Returns the value of the AuthnContextClassRef property.
- getAuthnContextClassRef() - Method in class com.sun.identity.saml2.assertion.impl.AuthnContextImpl
-
Returns the value of the AuthnContextClassRef property.
- getAuthnContextClassRef() - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthnContextType
-
Gets the value of the authnContextClassRef property.
- getAuthnContextClassRef() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextTypeImpl
-
- getAuthnContextClassRef() - Method in class com.sun.identity.saml2.protocol.impl.RequestedAuthnContextImpl
-
Returns the value of AuthnContextClassRef property.
- getAuthnContextClassRef() - Method in interface com.sun.identity.saml2.protocol.RequestedAuthnContext
-
Returns list of authentication context class references.
- getAuthnContextClassRef() - Method in class com.sun.identity.wss.security.SAML2TokenSpec
-
Returns the authentication context class ref
- getAuthnContextClassRef() - Method in class org.forgerock.openam.sts.service.invocation.SAML2TokenGenerationState
-
- getAuthnContextClassReference(TokenTypeId, JsonValue) - Method in class org.forgerock.openam.sts.rest.token.provider.oidc.DefaultOpenIdConnectTokenAuthnContextMapper
-
- getAuthnContextClassReference(TokenTypeId, JsonValue) - Method in interface org.forgerock.openam.sts.rest.token.provider.oidc.OpenIdConnectTokenAuthnContextMapper
-
Returns the AuthnContext value corresponding to the TokenType inputToken.
- getAuthnContextClassRefList() - Method in class com.sun.identity.federation.message.common.RequestAuthnContext
-
Deprecated.
Returns List of AuthnContext Class References.
- getAuthnContextComparison() - Method in class com.sun.identity.federation.message.common.RequestAuthnContext
-
Deprecated.
Returns the AuthnContext Comparison type.
- getAuthnContextDecl() - Method in interface com.sun.identity.saml2.assertion.AuthnContext
-
Returns the value of the AuthnContextDecl property.
- getAuthnContextDecl() - Method in class com.sun.identity.saml2.assertion.impl.AuthnContextImpl
-
Returns the value of the AuthnContextDecl property.
- getAuthnContextDecl() - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthnContextType
-
Gets the value of the authnContextDecl property.
- getAuthnContextDecl() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextTypeImpl
-
- getAuthnContextDeclRef() - Method in interface com.sun.identity.saml2.assertion.AuthnContext
-
Returns the value of the AuthnContextDeclRef property.
- getAuthnContextDeclRef() - Method in class com.sun.identity.saml2.assertion.impl.AuthnContextImpl
-
Returns the value of the AuthnContextDeclRef property.
- getAuthnContextDeclRef() - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthnContextType
-
Gets the value of the authnContextDeclRef property.
- getAuthnContextDeclRef() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextTypeImpl
-
- getAuthnContextDeclRef() - Method in class com.sun.identity.saml2.protocol.impl.RequestedAuthnContextImpl
-
Returns List of String representing authentication context
declaration reference.
- getAuthnContextDeclRef() - Method in interface com.sun.identity.saml2.protocol.RequestedAuthnContext
-
Returns list of authentication context declaration class references.
- getAuthnContextForDelegatedToken(List<WSHandlerResult>, ReceivedToken) - Method in class org.forgerock.openam.sts.soap.token.provider.oidc.DefaultSoapOpenIdConnectTokenAuthnContextMapper
-
- getAuthnContextForDelegatedToken(List<WSHandlerResult>, ReceivedToken) - Method in interface org.forgerock.openam.sts.soap.token.provider.oidc.SoapOpenIdConnectTokenAuthnContextMapper
-
Returns the SAML2 AuthnContext class reference for delegated tokens (specified as part of the ActAs/OnBehalfOf
element in the RequestSecurityToken).
- getAuthnContextForDelegatedToken(List<WSHandlerResult>, ReceivedToken) - Method in class org.forgerock.openam.sts.soap.token.provider.saml2.DefaultSaml2XmlTokenAuthnContextMapper
-
- getAuthnContextForDelegatedToken(List<WSHandlerResult>, ReceivedToken) - Method in interface org.forgerock.openam.sts.soap.token.provider.saml2.Saml2XmlTokenAuthnContextMapper
-
Returns the SAML2 AuthnContext class reference for delegated tokens (specified as part of the ActAs/OnBehalfOf
element in the RequestSecurityToken).
- getAuthnContextFromAuthLevel(String, String, String) - Method in class com.sun.identity.saml2.plugins.DefaultIDPAuthnContextMapper
-
Returns AuthnContext that matches the authenticated level.
- getAuthnContextFromAuthLevel(String, String, String) - Method in interface com.sun.identity.saml2.plugins.IDPAuthnContextMapper
-
Returns AuthnContext that matches the authenticated level.
- getAuthnContextStatementRef() - Method in class com.sun.identity.federation.message.common.AuthnContext
-
Deprecated.
Returns the AuthnContext Statement Reference URI.
- getAuthnContextStatementRefList() - Method in class com.sun.identity.federation.message.common.RequestAuthnContext
-
Deprecated.
Returns a List of AuthnContext Statement
References.
- getAuthnInstant() - Method in interface com.sun.identity.saml2.assertion.AuthnStatement
-
Returns the value of the AuthnInstant attribute.
- getAuthnInstant() - Method in class com.sun.identity.saml2.assertion.impl.AuthnStatementImpl
-
Returns the value of the AuthnInstant attribute.
- getAuthnInstant() - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthnStatementType
-
Gets the value of the authnInstant property.
- getAuthnInstant() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementTypeImpl
-
- getAuthnLevel() - Method in class com.sun.identity.saml2.plugins.IDPAuthnContextInfo
-
Returns the Authentication Level
- getAuthnLevel() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getAuthnMethodsReferences(TokenTypeId, JsonValue) - Method in class org.forgerock.openam.sts.rest.token.provider.oidc.DefaultOpenIdConnectTokenAuthMethodReferencesMapper
-
- getAuthnMethodsReferences(TokenTypeId, JsonValue) - Method in interface org.forgerock.openam.sts.rest.token.provider.oidc.OpenIdConnectTokenAuthMethodReferencesMapper
-
Returns the Set of authentication methods references corresponding to the TokenType inputToken.
- getAuthnMethodsReferences(List<WSHandlerResult>) - Method in class org.forgerock.openam.sts.soap.token.provider.oidc.DefaultSoapOpenIdConnectTokenAuthnMethodsReferencesMapper
-
- getAuthnMethodsReferences(List<WSHandlerResult>) - Method in interface org.forgerock.openam.sts.soap.token.provider.oidc.SoapOpenIdConnectTokenAuthnMethodsReferencesMapper
-
Returns the SAML2 AuthnContext class reference corresponding to the SupportingToken specified in the SecurityPolicy
bindings protecting a soap-sts instance.
- getAuthnMethodsReferencesForDelegatedToken(List<WSHandlerResult>, ReceivedToken) - Method in class org.forgerock.openam.sts.soap.token.provider.oidc.DefaultSoapOpenIdConnectTokenAuthnMethodsReferencesMapper
-
- getAuthnMethodsReferencesForDelegatedToken(List<WSHandlerResult>, ReceivedToken) - Method in interface org.forgerock.openam.sts.soap.token.provider.oidc.SoapOpenIdConnectTokenAuthnMethodsReferencesMapper
-
Returns the SAML2 AuthnContext class reference for delegated tokens (specified as part of the ActAs/OnBehalfOf
element in the RequestSecurityToken).
- getAuthnQueryService() - Method in interface com.sun.identity.saml2.jaxb.metadata.AuthnAuthorityDescriptorType
-
Gets the value of the AuthnQueryService property.
- getAuthnQueryService() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AuthnAuthorityDescriptorTypeImpl
-
- getAuthnRequest() - Method in class com.sun.identity.federation.message.FSAuthnRequestEnvelope
-
Deprecated.
Returns the FSAuthnRequest object.
- getAuthnRequest() - Method in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
Gets FSAuthnRequest object.
- getAuthnRequest(String) - Method in class com.sun.identity.federation.services.FSSessionManager
-
Returns authentication request associated with requestID.
- getAuthnRequest() - Method in class com.sun.identity.saml2.profile.AuthnRequestInfo
-
Returns the AuthnRequest Object.
- getAuthnRequest() - Method in class org.forgerock.openam.saml2.IDPSSOFederateRequest
-
Gets the authentication request.
- getAuthnRequestEnvelope(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
Returns Authentication Request Envelope from a HTTP servlet request.
- getAuthnRequestInfo(HttpServletRequest, HttpServletResponse) - Method in class com.sun.identity.saml2.profile.AuthnRequestInfoCopy
-
- getAuthnResponse() - Method in class com.sun.identity.federation.message.FSAuthnResponseEnvelope
-
Deprecated.
Returns the FSAuthnResponse object.
- getAuthnStatements() - Method in interface com.sun.identity.saml2.assertion.Assertion
-
Returns the AuthnStatements of the assertion
- getAuthnStatements() - Method in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
Returns the Authn statements of the assertion
- getAuthnTypeAndValues() - Method in class com.sun.identity.saml2.plugins.IDPAuthnContextInfo
-
Returns the set of authentication mechanism
- getAuthnTypeAndValues() - Method in class com.sun.identity.wsfederation.plugins.IDPAuthenticationTypeInfo
-
Returns the set of authentication mechanism
- getAuthorisationApiToken() - Method in class org.forgerock.openam.uma.AuthorizationRequestEndpoint
-
- getAuthorityBinding() - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
-
Returns the AuthorityBinding from
AuthenticationStatement.
- getAuthorityKind() - Method in class com.sun.identity.saml.assertion.AuthorityBinding
-
Returns the AuthorityKind.
- getAuthorization() - Method in class com.sun.identity.authentication.spi.HttpCallback
-
Returns the authorization string.
- getAuthorizationCodeLifetime() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getAuthorizationCodeLifetime() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Gets the lifetime an authorization code will have before it expires.
- getAuthorizationCodeLifetime() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getAuthorizationCodeLifeTime(OAuth2ProviderSettings) - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
- getAuthorizationCodeLifeTime(OAuth2ProviderSettings) - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
Gets the authorization code life time in milliseconds.
- getAuthorizationCodeLifeTime() - Method in class org.forgerock.openidconnect.Client
-
Gets the authorization code lifetime of the OAuth2Client.
- getAuthorizationCodeLifeTime(OAuth2ProviderSettings) - Method in interface org.forgerock.openidconnect.OpenIdConnectClientRegistration
-
Gets the authorization code life time in milliseconds.
- getAuthorizationDecision(Object, String, Object, Map) - Method in class com.sun.identity.liberty.ws.disco.plugins.DefaultDiscoAuthorizer
-
Returns authorization decision for the given action(query or modify)
and to the given select data.
- getAuthorizationDecision(Object, String, Object, Map) - Method in class com.sun.identity.liberty.ws.idpp.plugin.IDPPAuthorizer
-
Returns authorization decision to query or modify the select data
- getAuthorizationDecision(Object, String, Object, Map) - Method in interface com.sun.identity.liberty.ws.interfaces.Authorizer
-
Returns authorization decision for the given action(query or modify)
and to the given select data
- getAuthorizationDecisions(AuthorizationDecisionQuery, Object, String) - Method in interface com.sun.identity.saml.plugins.ActionMapper
-
Returns Action Decisions for the user.
- getAuthorizationDecisions(AuthorizationDecisionQuery, Object, String) - Method in class com.sun.identity.saml.plugins.DefaultActionMapper
-
This method first converts the AttributeStatements in Evidence to
OpenAM Policy API environment variables.
- getAuthorizationEndpoint() - Method in interface org.forgerock.oauth2.core.OAuth2Uris
-
Gets the URI for the OAuth2 authorize endpoint.
- getAuthorizationEndpoint() - Method in interface org.forgerock.openam.uma.UmaUris
-
Gets the URI for the OAuth2 authorize endpoint.
- getAuthorizationFilter(HttpServletRequest) - Method in class com.sun.identity.rest.RestServiceManager
-
- getAuthorizationHeader() - Method in class com.sun.identity.authentication.spi.HttpCallback
-
Returns the authorization header string.
- getAuthorizedParty() - Method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig
-
- getAuthorizer() - Static method in class com.sun.identity.liberty.ws.disco.common.DiscoServiceManager
-
Returns the Authorizer specified in the discovery service.
- getAuthorizer() - Method in class com.sun.identity.liberty.ws.idpp.IDPPServiceManager
-
Gets IDPPAuthorizer.
- getAuthorizer() - Static method in class com.sun.identity.wss.security.handler.SOAPRequestHandler
-
Returns the configured message authenticator.
- getAuthPhase() - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolder
-
get the auth phase of the context holder.
- getAuthPrincipal() - Method in class com.sun.identity.authentication.internal.AuthContext
-
- getAuthScheme() - Method in class org.forgerock.openam.entitlement.conditions.environment.AuthSchemeCondition
-
- getAuthServiceAddress(String) - Method in class org.forgerock.openam.services.push.PushNotificationService
-
Returns the relative location of the authentication service endpoint in this realm.
- getAuthServiceEndPoint() - Method in class com.sun.identity.wss.provider.DiscoveryConfig
-
Returns Authentication Web Service End point.
- getAuthServiceLocation() - Method in interface org.forgerock.openam.services.push.PushNotificationDelegate
-
Returns the (public, relative) authentication service location of this delegate - if appropriate.
- getAuthServiceLocation() - Method in class org.forgerock.openam.services.push.sns.SnsHttpDelegate
-
- getAuthServiceUrl() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getAuthServiceUrl(String, String) - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getAuthSvcGroup() - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
- getAuthSvcMBean() - Static method in class com.sun.identity.monitoring.Agent
-
Return the pointer to the authentication service mbean
- getAuthTargetMapping(TokenTypeId) - Method in class org.forgerock.openam.sts.config.user.AuthTargetMapping
-
- getAuthTargetMapping() - Method in class org.forgerock.openam.sts.config.user.DeploymentConfig
-
- getAuthTime() - Method in class org.forgerock.oauth2.core.ResourceOwner
-
Gets the time at which the user last performed an active auth, in seconds.
- getAuthTimeSeconds() - Method in interface org.forgerock.oauth2.core.IntrospectableToken
-
Gets the end user's authentication time in seconds.
- getAuthTimeSeconds() - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Gets the end user's authentication time in seconds.
- getAuthTimeSeconds() - Method in class org.forgerock.oauth2.core.StatefulRefreshToken
-
Gets the end user's authentication time in seconds.
- getAuthTimeSeconds() - Method in class org.forgerock.oauth2.core.StatefulToken
-
Gets the end user's authentication time in seconds.
- getAuthTimeSeconds() - Method in class org.forgerock.openam.oauth2.StatelessToken
-
- getAuthType() - Method in class com.iplanet.services.ldap.LDAPUser
-
Get the type of authentication of this user.
- getAuthType() - Method in class com.iplanet.services.ldap.ServerInstance
-
Get the authentication type of this server.
- getAuthType() - Method in interface com.iplanet.sso.SSOToken
-
Returns the authentication method used for authentication.
- getAuthType() - Method in class com.sun.identity.authentication.internal.AuthSSOToken
-
- getAuthType() - Method in class com.sun.identity.saml.common.SAMLServiceManager.SOAPEntry
-
Returns the authentication type used to protect the partner site's
soap receiver.
- getAuthType() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
The default behavior of this method is to return getAuthType()
on the wrapped request object.
- getAuthZAction(Object, String, String, Map) - Method in class com.sun.identity.liberty.ws.idpp.PersonalProfile
-
Gets Authorization map for the list of select expressions.
- getAuthzDecisionStatements() - Method in interface com.sun.identity.saml2.assertion.Assertion
-
Returns the AuthzDecisionStatements of the assertion
- getAuthzDecisionStatements() - Method in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
Returns the AuthzDecisionStatements of the assertion
- getAuthzDecisionStatementsProvider(SAML2Config) - Method in interface org.forgerock.openam.sts.tokengeneration.saml2.StatementProvider
-
- getAuthzDecisionStatementsProvider(SAML2Config) - Method in class org.forgerock.openam.sts.tokengeneration.saml2.StatementProviderImpl
-
- getAuthzID() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
-
Deprecated.
Returns value of authzID attribute.
- getAuthzService() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.PDPDescriptorTypeImpl
-
- getAuthzService() - Method in interface com.sun.identity.saml2.jaxb.metadata.PDPDescriptorType
-
Gets the value of the AuthzService property.
- getAuthZSubject(HttpServletRequest) - Method in class com.sun.identity.rest.RestServiceManager
-
- getAuthZSubject(HttpServletRequest) - Method in interface com.sun.identity.rest.spi.IAuthorization
-
Returns subject.
- getAuthZSubject(HttpServletRequest) - Method in class com.sun.identity.rest.spi.SSOTokenAuthZ
-
- getAutoFedAttributeStatement(String, String, FSSubject, Object) - Static method in class com.sun.identity.federation.services.util.FSAttributeStatementHelper
-
Gets a SAML AttributeStatement by using an
AutoFederate attribute that is configured in Local Provider.
- getAutoFedStatement() - Method in class com.sun.identity.federation.services.FSSession
-
Gets Auto Federate Statement.
- getAutoFedUser(String, String, Assertion, String, Set<PrivateKey>) - Method in class com.sun.identity.saml2.plugins.DefaultLibrarySPAccountMapper
-
Returns user for the auto federate attribute.
- getAutoStopFileSizeInKB() - Method in class org.forgerock.openam.core.rest.record.RecordProperties
-
Get auto stop file size in KB
NB: auto stop file size should be enable first
- getAutoStopTimeInMS() - Method in class org.forgerock.openam.core.rest.record.RecordProperties
-
Get auto stop time in milli-seconds
NB: auto stop time should be enable first
- getAutoSubmittingFormHtml(String) - Static method in class org.forgerock.openam.authentication.modules.saml2.SAML2Proxy
-
Returns the HTML for an auto submitting form that will be submitted to the provided Url.
- getAuxData() - Method in class org.forgerock.openam.session.model.AMRootEntity
-
- getAvailablePort(int) - Method in class com.sun.identity.config.util.AjaxPage
-
- getAvailableSubjectAttributeNames() - Method in class com.sun.identity.entitlement.opensso.OpenSSOSubjectAttributesCollector
-
- getAvailableSubjectAttributeNames() - Method in interface com.sun.identity.entitlement.SubjectAttributesCollector
-
Returns available subject attribute names.
- getAvailableSubjectAttributeNames() - Method in class com.sun.identity.entitlement.SubjectAttributesManager
-
Returns available subject attribute names.
- getAverageConnectionsPerPeriod(boolean) - Method in interface org.forgerock.openam.cts.monitoring.CTSConnectionMonitoringStore
-
Gets the average number of connections requested from the pool in a given interval.
- getAverageConnectionsPerPeriod(boolean) - Method in class org.forgerock.openam.cts.monitoring.impl.connections.ConnectionStore
-
Returns the average connections made in the customisable period.
- getAverageConnectionsPerPeriod(boolean) - Method in class org.forgerock.openam.cts.monitoring.impl.CTSMonitoringStoreImpl
-
- getAverageCTSDestroyTime() - Method in class org.forgerock.openam.monitoring.session.CtsSessions
-
Getter for the "AverageCTSDestroyTime" variable.
- getAverageCTSDestroyTime() - Method in class org.forgerock.openam.monitoring.session.CtsSessionsImpl
-
Getter for the "AverageRemoteDestroyTime" variable.
- getAverageCTSDestroyTime() - Method in interface org.forgerock.openam.monitoring.session.CtsSessionsMBean
-
Getter for the "AverageCTSDestroyTime" variable.
- getAverageCTSLogoutTime() - Method in class org.forgerock.openam.monitoring.session.CtsSessions
-
Getter for the "AverageCTSLogoutTime" variable.
- getAverageCTSLogoutTime() - Method in class org.forgerock.openam.monitoring.session.CtsSessionsImpl
-
Getter for the "AverageRemoteLogoutTime" variable.
- getAverageCTSLogoutTime() - Method in interface org.forgerock.openam.monitoring.session.CtsSessionsMBean
-
Getter for the "AverageCTSLogoutTime" variable.
- getAverageCTSRefreshTime() - Method in class org.forgerock.openam.monitoring.session.CtsSessions
-
Getter for the "AverageCTSRefreshTime" variable.
- getAverageCTSRefreshTime() - Method in class org.forgerock.openam.monitoring.session.CtsSessionsImpl
-
Getter for the "AverageRemoteRefreshTime" variable.
- getAverageCTSRefreshTime() - Method in interface org.forgerock.openam.monitoring.session.CtsSessionsMBean
-
Getter for the "AverageCTSRefreshTime" variable.
- getAverageCTSSetPropertyTime() - Method in class org.forgerock.openam.monitoring.session.CtsSessions
-
Getter for the "AverageCTSSetPropertyTime" variable.
- getAverageCTSSetPropertyTime() - Method in class org.forgerock.openam.monitoring.session.CtsSessionsImpl
-
Getter for the "AverageRemoteSetPropertyTime" variable.
- getAverageCTSSetPropertyTime() - Method in interface org.forgerock.openam.monitoring.session.CtsSessionsMBean
-
Getter for the "AverageCTSSetPropertyTime" variable.
- getAverageDestroyTime(SessionMonitorType) - Method in class com.iplanet.dpro.session.monitoring.SessionMonitoringStore
-
Gets the average value of entries in the destroyStore.
- getAverageDuration(TokenType) - Method in class org.forgerock.openam.cts.monitoring.impl.persistence.CtsPersistenceOperationsMonitor
-
Returns the average duration of the existing tokens of the supplied type
- getAverageDuration() - Method in class org.forgerock.openam.monitoring.cts.CtsTokenOperationsEntry
-
Getter for the "AverageDuration" variable.
- getAverageDuration() - Method in class org.forgerock.openam.monitoring.cts.CtsTokenOperationsEntryImpl
-
Returns the average (mean) duration of the length of a token type's lifetime
- getAverageDuration() - Method in interface org.forgerock.openam.monitoring.cts.CtsTokenOperationsEntryMBean
-
Getter for the "AverageDuration" variable.
- getAverageEvaluationTime(PolicyMonitoringType) - Method in interface org.forgerock.openam.entitlement.monitoring.PolicyMonitor
-
Average length of time an evaluation takes to complete.
- getAverageEvaluationTime(PolicyMonitoringType) - Method in class org.forgerock.openam.entitlement.monitoring.PolicyMonitorImpl
-
Average length of time an evaluation takes to complete.
- getAverageInternalDestroyTime() - Method in class org.forgerock.openam.monitoring.session.InternalSessions
-
Getter for the "AverageInternalDestroyTime" variable.
- getAverageInternalDestroyTime() - Method in class org.forgerock.openam.monitoring.session.InternalSessionsImpl
-
Getter for the "AverageInternalDestroyTime" variable.
- getAverageInternalDestroyTime() - Method in interface org.forgerock.openam.monitoring.session.InternalSessionsMBean
-
Getter for the "AverageInternalDestroyTime" variable.
- getAverageInternalLogoutTime() - Method in class org.forgerock.openam.monitoring.session.InternalSessions
-
Getter for the "AverageInternalLogoutTime" variable.
- getAverageInternalLogoutTime() - Method in class org.forgerock.openam.monitoring.session.InternalSessionsImpl
-
Getter for the "AverageInternalLogoutTime" variable.
- getAverageInternalLogoutTime() - Method in interface org.forgerock.openam.monitoring.session.InternalSessionsMBean
-
Getter for the "AverageInternalLogoutTime" variable.
- getAverageInternalRefreshTime() - Method in class org.forgerock.openam.monitoring.session.InternalSessions
-
Getter for the "AverageInternalRefreshTime" variable.
- getAverageInternalRefreshTime() - Method in class org.forgerock.openam.monitoring.session.InternalSessionsImpl
-
Getter for the "AverageInternalRefreshTime" variable.
- getAverageInternalRefreshTime() - Method in interface org.forgerock.openam.monitoring.session.InternalSessionsMBean
-
Getter for the "AverageInternalRefreshTime" variable.
- getAverageInternalSetPropertyTime() - Method in class org.forgerock.openam.monitoring.session.InternalSessions
-
Getter for the "AverageInternalSetPropertyTime" variable.
- getAverageInternalSetPropertyTime() - Method in class org.forgerock.openam.monitoring.session.InternalSessionsImpl
-
Getter for the "AverageInternalSetPropertyTime" variable.
- getAverageInternalSetPropertyTime() - Method in interface org.forgerock.openam.monitoring.session.InternalSessionsMBean
-
Getter for the "AverageInternalSetPropertyTime" variable.
- getAverageLogoutTime(SessionMonitorType) - Method in class com.iplanet.dpro.session.monitoring.SessionMonitoringStore
-
Gets the average value of entries in the logoutStore.
- getAverageOperationFailuresPerPeriod(CTSOperation) - Method in interface org.forgerock.openam.cts.monitoring.CTSOperationsMonitoringStore
-
Gets the average failure rate for the given operation in the current period.
- getAverageOperationFailuresPerPeriod(CTSOperation) - Method in class org.forgerock.openam.cts.monitoring.impl.CTSMonitoringStoreImpl
-
- getAverageOperationFailuresPerPeriod(CTSOperation) - Method in class org.forgerock.openam.cts.monitoring.impl.operations.TokenOperationsStore
-
Gets the average (mean) rate of operation failures in the current collection period for all token types.
- getAverageOperationsPerPeriod(TokenType, CTSOperation) - Method in interface org.forgerock.openam.cts.monitoring.CTSOperationsMonitoringStore
-
Gets the average rate of operations made in a given period.
- getAverageOperationsPerPeriod(TokenType, CTSOperation) - Method in class org.forgerock.openam.cts.monitoring.impl.CTSMonitoringStoreImpl
-
Gets the average rate of operations made in a given period.
- getAverageOperationsPerPeriod(TokenType, CTSOperation) - Method in class org.forgerock.openam.cts.monitoring.impl.operations.TokenOperationsStore
-
Gets the average rate of operations made in a given period.
- getAverageOperationsPerPeriod(CTSOperation) - Method in class org.forgerock.openam.cts.monitoring.impl.operations.TokenOperationsStore
-
Gets the average rate of operations made in a given period.
- getAverageRate() - Method in class org.forgerock.openam.shared.monitoring.RateWindow
-
Gets the average rate for the sample rate averaged across the whole window.
- getAverageRefreshTime(SessionMonitorType) - Method in class com.iplanet.dpro.session.monitoring.SessionMonitoringStore
-
Gets the average value of entries in the refreshStore.
- getAverageRemoteDestroyTime() - Method in class org.forgerock.openam.monitoring.session.RemoteSessions
-
Getter for the "AverageRemoteDestroyTime" variable.
- getAverageRemoteDestroyTime() - Method in class org.forgerock.openam.monitoring.session.RemoteSessionsImpl
-
Getter for the "AverageRemoteDestroyTime" variable.
- getAverageRemoteDestroyTime() - Method in interface org.forgerock.openam.monitoring.session.RemoteSessionsMBean
-
Getter for the "AverageRemoteDestroyTime" variable.
- getAverageRemoteLogoutTime() - Method in class org.forgerock.openam.monitoring.session.RemoteSessions
-
Getter for the "AverageRemoteLogoutTime" variable.
- getAverageRemoteLogoutTime() - Method in class org.forgerock.openam.monitoring.session.RemoteSessionsImpl
-
Getter for the "AverageRemoteLogoutTime" variable.
- getAverageRemoteLogoutTime() - Method in interface org.forgerock.openam.monitoring.session.RemoteSessionsMBean
-
Getter for the "AverageRemoteLogoutTime" variable.
- getAverageRemoteRefreshTime() - Method in class org.forgerock.openam.monitoring.session.RemoteSessions
-
Getter for the "AverageRemoteRefreshTime" variable.
- getAverageRemoteRefreshTime() - Method in class org.forgerock.openam.monitoring.session.RemoteSessionsImpl
-
Getter for the "AverageRemoteRefreshTime" variable.
- getAverageRemoteRefreshTime() - Method in interface org.forgerock.openam.monitoring.session.RemoteSessionsMBean
-
Getter for the "AverageRemoteRefreshTime" variable.
- getAverageRemoteSetPropertyTime() - Method in class org.forgerock.openam.monitoring.session.RemoteSessions
-
Getter for the "AverageRemoteSetPropertyTime" variable.
- getAverageRemoteSetPropertyTime() - Method in class org.forgerock.openam.monitoring.session.RemoteSessionsImpl
-
Getter for the "AverageRemoteSetPropertyTime" variable.
- getAverageRemoteSetPropertyTime() - Method in interface org.forgerock.openam.monitoring.session.RemoteSessionsMBean
-
Getter for the "AverageRemoteSetPropertyTime" variable.
- getAverageSetPropertyTime(SessionMonitorType) - Method in class com.iplanet.dpro.session.monitoring.SessionMonitoringStore
-
Gets the average value of entries in the propertyStore.
- getAverageStatelessDestroyTime() - Method in class org.forgerock.openam.monitoring.session.StatelessSessions
-
Getter for the "AverageStatelessDestroyTime" variable.
- getAverageStatelessDestroyTime() - Method in class org.forgerock.openam.monitoring.session.StatelessSessionsImpl
-
Getter for the "AverageStatelessDestroyTime" variable.
- getAverageStatelessDestroyTime() - Method in interface org.forgerock.openam.monitoring.session.StatelessSessionsMBean
-
Getter for the "AverageStatelessDestroyTime" variable.
- getAverageStatelessLogoutTime() - Method in class org.forgerock.openam.monitoring.session.StatelessSessions
-
Getter for the "AverageStatelessLogoutTime" variable.
- getAverageStatelessLogoutTime() - Method in class org.forgerock.openam.monitoring.session.StatelessSessionsImpl
-
Getter for the "AverageStatelessLogoutTime" variable.
- getAverageStatelessLogoutTime() - Method in interface org.forgerock.openam.monitoring.session.StatelessSessionsMBean
-
Getter for the "AverageStatelessLogoutTime" variable.
- getAverageStatelessRefreshTime() - Method in class org.forgerock.openam.monitoring.session.StatelessSessions
-
Getter for the "AverageStatelessRefreshTime" variable.
- getAverageStatelessRefreshTime() - Method in class org.forgerock.openam.monitoring.session.StatelessSessionsImpl
-
Getter for the "AverageStatelessRefreshTime" variable.
- getAverageStatelessRefreshTime() - Method in interface org.forgerock.openam.monitoring.session.StatelessSessionsMBean
-
Getter for the "AverageStatelessRefreshTime" variable.
- getAverageStatelessSetPropertyTime() - Method in class org.forgerock.openam.monitoring.session.StatelessSessions
-
Getter for the "AverageStatelessSetPropertyTime" variable.
- getAverageStatelessSetPropertyTime() - Method in class org.forgerock.openam.monitoring.session.StatelessSessionsImpl
-
Getter for the "AverageStatelessSetPropertyTime" variable.
- getAverageStatelessSetPropertyTime() - Method in interface org.forgerock.openam.monitoring.session.StatelessSessionsMBean
-
Getter for the "AverageStatelessSetPropertyTime" variable.
- getBackend() - Method in class com.sun.identity.log.LogManager
-
- GetBackendDataStore - Class in com.sun.identity.sm
-
Class that implements to get backend datastore based on the vendor
information in the schema of the respective ldapv3 based database.
- getBase() - Method in class com.iplanet.am.sdk.ldap.ACIEventListener
-
- getBase() - Method in class com.iplanet.am.sdk.ldap.EntryEventListener
-
- getBase() - Method in class com.iplanet.services.cdm.clientschema.AMClientCapData
-
- getBase() - Method in interface com.iplanet.services.ldap.event.IDSEventListener
-
- getBase() - Method in class com.sun.identity.sm.ldap.LDAPEventManager
-
Returns the base DN for the persistent searches.
- getBaseBuilder() - Method in class org.forgerock.openam.auditors.ConfigAuditor
-
Creates a builder which contains the elements common to all events.
- getBaseBuilder() - Method in class org.forgerock.openam.auditors.RepoAuditor
-
Creates a builder which contains the elements common to all events.
- getBaseConfig(String, String) - Method in class com.sun.identity.wsfederation.meta.WSFederationMetaManager
-
Returns first identity provider's SSO configuration in an entity under
the realm.
- getBaseDir(HttpServletRequest) - Method in class com.sun.identity.config.util.AjaxPage
-
- getBaseDir() - Static method in class com.sun.identity.setup.AMSetupServlet
-
- getBaseDN(ServiceConfig) - Method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
- getBaseDN() - Method in class com.iplanet.services.ldap.ServerInstance
-
The base DN that this server instance has defined.
- getBaseDN() - Method in class com.sun.identity.config.pojos.LDAPStore
-
- getBaseDN() - Method in class com.sun.identity.setup.BootstrapData
-
- getBaseDN() - Static method in class com.sun.identity.sm.ServiceManager
-
Returns the base DN (or root DN) that was set in
serverconfig.xml at install time.
- getBaseDN() - Method in class org.forgerock.openam.setup.ConfigStoreProperties
-
- getBaseID() - Method in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationImpl
-
Returns the base ID
- getBaseID() - Method in class com.sun.identity.saml2.assertion.impl.SubjectImpl
-
Returns the identifier in BaseID format
- getBaseID() - Method in interface com.sun.identity.saml2.assertion.Subject
-
Returns the identifier in BaseID format
- getBaseID() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmation
-
Returns the base ID
- getBaseID() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationTypeImpl
-
- getBaseID() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectTypeImpl
-
- getBaseID() - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectConfirmationType
-
Gets the value of the baseID property.
- getBaseID() - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectType
-
Gets the value of the baseID property.
- getBaseID() - Method in class com.sun.identity.saml2.protocol.impl.LogoutRequestImpl
-
Returns the value of the baseID property.
- getBaseID() - Method in class com.sun.identity.saml2.protocol.impl.NameIDMappingRequestImpl
-
Returns the value of the baseID property.
- getBaseID() - Method in interface com.sun.identity.saml2.protocol.LogoutRequest
-
Returns the value of the baseID property.
- getBaseID() - Method in interface com.sun.identity.saml2.protocol.NameIDMappingRequest
-
Returns the value of the baseID property.
- getBaseName() - Method in class com.iplanet.services.ldap.Attr
-
Get base name for the attribute. e.g, the base name
of "cn;lang-en" or "cn;lang-ja" is "cn"
- getBaseName(String) - Static method in class com.iplanet.services.ldap.Attr
-
Get base name for an attribute name. e.g, the base
name of "cn;lang-en" or "cn;lang-ja" is "cn"
- getBaseProfileNames() - Method in class com.iplanet.services.cdm.DefaultClientTypesManager
-
- getBaseUri() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.MSVValidator
-
- getBaseUri() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- getBaseUri() - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext
-
- getBaseUri() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.MSVValidator
-
- getBaseUri() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- getBaseUri() - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallingContext
-
- getBaseURL() - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
- getBaseURL(HttpServletRequest) - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
Returns base url of a request.
- getBaseURL(HttpServletRequest) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns the Request URL.
- getBaseURL(HttpServletRequest) - Method in class org.forgerock.openam.services.baseurl.BaseURLProvider
-
The implementation of getting the base URL without the context path, which will be added if configured.
- getBaseURL(HttpContext) - Method in class org.forgerock.openam.services.baseurl.BaseURLProvider
-
The implementation of getting the base URL without the context path, which will be added if configured.
- getBaseURL(HttpServletRequest) - Method in class org.forgerock.openam.services.baseurl.ExtensionBaseURLProvider
-
- getBaseURL(HttpContext) - Method in class org.forgerock.openam.services.baseurl.ExtensionBaseURLProvider
-
- getBaseURL(HttpServletRequest) - Method in class org.forgerock.openam.services.baseurl.FixedBaseURLProvider
-
- getBaseURL(HttpContext) - Method in class org.forgerock.openam.services.baseurl.FixedBaseURLProvider
-
- getBaseURL(HttpServletRequest) - Method in class org.forgerock.openam.services.baseurl.ForwardedHeaderBaseURLProvider
-
- getBaseURL(HttpContext) - Method in class org.forgerock.openam.services.baseurl.ForwardedHeaderBaseURLProvider
-
- getBaseURL(HttpServletRequest) - Method in class org.forgerock.openam.services.baseurl.RequestValuesBaseURLProvider
-
- getBaseURL(HttpContext) - Method in class org.forgerock.openam.services.baseurl.RequestValuesBaseURLProvider
-
- getBaseURL(HttpServletRequest) - Method in class org.forgerock.openam.services.baseurl.XForwardedHeadersBaseURLProvider
-
- getBaseURL(HttpContext) - Method in class org.forgerock.openam.services.baseurl.XForwardedHeadersBaseURLProvider
-
- getBaseURLs() - Static method in class com.iplanet.services.naming.WebtopNaming
-
The idea behind this function is to returns the base URLs of the OpenAM instances, without any of the extras
that getServiceAllURLs provides - i.e. we don't want a specific service, we just want the base URL.
- getBasicAuthPassword() - Method in class com.sun.identity.saml.common.SAMLServiceManager.SOAPEntry
-
Returns user password for basic authentication.
- getBasicAuthUserID() - Method in class com.sun.identity.saml.common.SAMLServiceManager.SOAPEntry
-
Returns user ID for basic authentication.
- getBatchPolicyRequest(Context, ActionRequest, SSOTokenManager) - Static method in class org.forgerock.openam.entitlement.rest.model.json.BatchPolicyRequest
-
Gets a batch policy request based on the context and action request.
- getBearerSubject() - Method in class com.sun.identity.liberty.ws.security.SecurityAssertion
-
Determines if the SecurityAssertion contains SAML Bearer
confirmation method.
- getBinaryAttribute(String, String) - Method in interface com.sun.identity.plugin.datastore.DataStoreProvider
-
Gets user binary attribute.
- getBinaryAttribute(String, String) - Method in class com.sun.identity.plugin.datastore.impl.FedletDataStoreProvider
-
Returns values for a given attribute.
- getBinaryAttribute(String, String) - Method in class com.sun.identity.plugin.datastore.impl.IdRepoDataStoreProvider
-
Returns binary values for a given attribute.
- getBinaryAttributes(SSOToken, IdType, String, Set) - Method in class com.iplanet.am.sdk.AMSDKRepo
-
- getBinaryAttributes(Set) - Method in class com.sun.identity.idm.AMIdentity
-
Returns requested attributes and values of this object.
- getBinaryAttributes(SSOToken, IdType, String, Set<String>) - Method in class com.sun.identity.idm.IdRepo
-
Returns requested binary attributes as an array of bytes.
- getBinaryAttributes(SSOToken, IdType, String, Set) - Method in class com.sun.identity.idm.plugins.database.DatabaseRepo
-
- getBinaryAttributes(SSOToken, IdType, String, Set) - Method in class com.sun.identity.idm.plugins.files.FilesRepo
-
- getBinaryAttributes(SSOToken, IdType, String, Set) - Method in class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- getBinaryAttributes(SSOToken, IdType, String, Set) - Method in class com.sun.identity.idm.plugins.internal.SpecialRepo
-
- getBinaryAttributes(String, Set<String>) - Method in interface com.sun.identity.plugin.datastore.DataStoreProvider
-
Gets user binary attributes.
- getBinaryAttributes(String, Set<String>) - Method in class com.sun.identity.plugin.datastore.impl.FedletDataStoreProvider
-
Returns attribute values for a user.
- getBinaryAttributes(String, Set<String>) - Method in class com.sun.identity.plugin.datastore.impl.IdRepoDataStoreProvider
-
Returns binary attribute values for a user.
- getBinaryAttributes(SSOToken, IdType, String, Set<String>) - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
Returns all the requested binary attributes that are defined in the configuration for this given identity.
- getBinaryAttributes(SSOToken, IdType, String, Set<String>) - Method in class org.openidentityplatform.openam.cassandra.Repo
-
- getBinaryAttributes_idrepo(String, String, String, Set<String>, String, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
Returns attributes in binary format for a given identity using the IdRepo API.
- getBinaryAttributes_idrepo(String, String, String, Set<String>, String, String) - Method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- getBinarySecurityToken() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Returns a binary security token used for signing.
- getBinaryServiceAttributes(SSOToken, IdType, String, String, Set) - Method in class com.iplanet.am.sdk.AMSDKRepo
-
- getBinaryServiceAttributes(String) - Method in class com.sun.identity.idm.AMIdentity
-
Returns attributes related to a service, if the service is assigned
to the identity.
- getBinaryServiceAttributes(SSOToken, IdType, String, String, Set<String>) - Method in class com.sun.identity.idm.IdRepo
-
Returns the requested binary attribute values of the service attributes
as an array of bytes.
- getBinaryServiceAttributes(SSOToken, IdType, String, String, Set, String, String) - Method in interface com.sun.identity.idm.IdServices
-
- getBinaryServiceAttributes(SSOToken, IdType, String, String, Set) - Method in class com.sun.identity.idm.plugins.database.DatabaseRepo
-
- getBinaryServiceAttributes(SSOToken, IdType, String, String, Set) - Method in class com.sun.identity.idm.plugins.files.FilesRepo
-
- getBinaryServiceAttributes(SSOToken, IdType, String, String, Set) - Method in class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- getBinaryServiceAttributes(SSOToken, IdType, String, String, Set) - Method in class com.sun.identity.idm.plugins.internal.SpecialRepo
-
- getBinaryServiceAttributes(SSOToken, IdType, String, String, Set, String, String) - Method in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
- getBinaryServiceAttributes(SSOToken, IdType, String, String, Set, String, String) - Method in class com.sun.identity.idm.server.IdServicesImpl
-
- getBinaryServiceAttributes(SSOToken, IdType, String, String, Set, String, String) - Method in class org.forgerock.openam.idm.IdServicesDecorator
- getBinaryServiceAttributes(SSOToken, IdType, String, String, Set<String>) - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
Returns the service attributes in binary format for the given identity.
- getBinaryServiceAttributes(SSOToken, IdType, String, String, Set<String>) - Method in class org.openidentityplatform.openam.cassandra.Repo
-
- getBinaryServiceAttributes_idrepo(String, String, String, String, Set, String, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getBinaryServiceAttributes_idrepo(String, String, String, String, Set, String, String) - Method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- getBindDN() - Method in interface org.forgerock.openam.sm.ConnectionConfig
-
The Bind DN to use for the connection.
- getBindDN() - Method in class org.forgerock.openam.sm.datalayer.impl.ldap.ExternalLdapConfig
-
- getBindDN() - Method in class org.forgerock.openam.sm.ServerGroupConfiguration
-
- getBinding() - Method in class com.sun.identity.saml.assertion.AuthorityBinding
-
Gets the binding URI
- getBinding() - Method in interface com.sun.identity.saml2.jaxb.metadata.EndpointType
-
Gets the value of the binding property.
- getBinding() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EndpointTypeImpl
-
- getBindingForAcsUrl(String, String, String) - Static method in class com.sun.identity.saml2.profile.IDPSSOUtil
-
Returns the assertion consumer service url binding from
the metadata.
- getBindings() - Method in class org.forgerock.openam.scripting.ScriptObject
-
Variable bindings that should be set when executing this script.
- getBinDirPath() - Static method in class com.sun.identity.install.tools.util.ConfigUtil
-
- getBindPassword() - Method in interface org.forgerock.openam.sm.ConnectionConfig
-
The Bind password to use for the connection.
- getBindPassword() - Method in class org.forgerock.openam.sm.datalayer.impl.ldap.ExternalLdapConfig
-
- getBindPassword() - Method in class org.forgerock.openam.sm.ServerGroupConfiguration
-
- getBlacklistCacheSize() - Method in class org.forgerock.openam.oauth2.OAuth2GlobalSettings
-
Maximum number of blacklisted tokens to cache in memory on each server.
- getBlacklistExpiryTime() - Method in class com.iplanet.dpro.session.Session
-
The time (in milliseconds from the UTC epoch) until this session can be removed from a session blacklist.
- getBlacklistExpiryTime() - Method in interface org.forgerock.openam.blacklist.Blacklistable
-
The expiry time of the object in the blacklist.
- getBlacklistExpiryTime() - Method in class org.forgerock.openam.oauth2.BlacklistItem
-
- getBlacklistPollInterval(TimeUnit) - Method in class org.forgerock.openam.oauth2.OAuth2GlobalSettings
-
The interval at which to poll for changes to the token blacklist.
- getBlacklistPurgeDelay(TimeUnit) - Method in class org.forgerock.openam.oauth2.OAuth2GlobalSettings
-
Amount of time to keep tokens in the blacklist beyond their expiry time to account for clock skew.
- getBlob() - Method in class org.forgerock.openam.cts.api.tokens.Token
-
A binary representation of the Token being stored can be placed in the Token.
- getBlob() - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaPendingRequest
-
- getBlobAsString(Token) - Method in class org.forgerock.openam.cts.utils.blob.TokenBlobUtils
-
Retrieve the blob data of the Token in String format.
- getBodies() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Returns a list of SOAP bodies.
- getBodies(String, String) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Returns a list of SOAP bodies.
- getBody() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SePartsTypeImpl
-
- getBody() - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.SePartsType
-
Gets the value of the body property.
- getBody() - Method in class org.forgerock.oauth2.core.OAuth2Request
-
Gets the body of the request.
- getBody() - Method in class org.forgerock.openam.services.push.PushMessage
-
Retrieve the contents of this message.
- getBodyContent() - Method in class com.sun.identity.authentication.UI.taglib.DSAMEHrefTag
-
- getBodyContent() - Method in class com.sun.identity.authentication.UI.taglib.DSAMEResBundleTag
-
- getBoolean(ServletRequest) - Method in class com.sun.identity.idsvcs.rest.IdentityServicesHandler.SecurityParameter
-
- getBooleanAttribute(ServiceConfig, String) - Static method in class org.forgerock.openam.utils.ServiceConfigUtils
-
- getBooleanAttributeValueFromConfig(BaseConfigType, String) - Static method in class com.sun.identity.federation.meta.IDFFMetaUtils
-
- getBooleanAttributeValueFromSSOConfig(String, String, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns boolean value of specified attribute from SSOConfig.
- getBooleanFlag() - Method in class com.iplanet.dpro.session.share.SessionResponse
-
Returns the flag.
- getBooleanMapAttr(Map, String, boolean) - Static method in class com.sun.identity.shared.datastruct.CollectionHelper
-
Gets a boolean attribute from a Map<String, Set<String>>, defaulting to the given default value if
the attribute is not present.
- getBooleanMapAttrThrows(Map, String) - Static method in class com.sun.identity.shared.datastruct.CollectionHelper
-
Gets a boolean attribute from a Map<String, Set<String>>, throwing an exception if no boolean value (case
insensitive comparisons against "true" or "false") is found for the given key.
- getBooleanResult() - Method in class com.sun.identity.entitlement.SubjectResult
-
Returns boolean result of the SubjectResult value
- getBooleanSetting(String, String) - Method in interface org.forgerock.openam.utils.OpenAMSettings
-
Gets the raw Set of the values of the specified attribute name in the given realm and gets the first
value and parses it to a Boolean.
- getBooleanSetting(String, String) - Method in class org.forgerock.openam.utils.OpenAMSettingsImpl
-
Gets the raw Set of the values of the specified attribute name in the given realm and gets the first
value and parses it to a Boolean.
- getBooleanValue(String, boolean) - Method in class com.iplanet.services.ldap.ServerInstance
-
- getBootStrapAttributeStatement() - Method in class com.sun.identity.federation.services.FSSession
-
Gets the boot strap attribute statement.
- getBootStrapCredential() - Method in class com.sun.identity.federation.services.FSSession
-
Gets the boot strap security credential assertion.
- getBootStrapFileName(ServletContext) - Static method in class com.sun.identity.shared.configuration.ConfigurationFileLocator
-
- getBootstrappingDiscoEntry() - Static method in class com.sun.identity.liberty.ws.disco.common.DiscoServiceManager
-
Returns the DiscoEntryElement of the discovery service
configured for bootstrapping.
- getBootStrapResourceOfferings() - Method in class com.sun.identity.federation.services.FSSession
-
Gets Discovery Service Boot strap resource offerings.
- getBootStrapStatement() - Method in class com.sun.identity.federation.services.FSDiscoveryBootStrap
-
Returns the bootstrap attribute statement.
- getBootstrapStatement() - Method in class com.sun.identity.saml2.profile.DiscoveryBootstrap
-
Gets the bootstrap attribute statement
- getBranchForAttribute(String, String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.InterleaveDispatcher
-
Returns the branch number that consumes the given attribute,
or -1 if the name is not recognized.
- getBranchForAttribute(String, String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.InterleaveDispatcher
-
Returns the branch number that consumes the given attribute,
or -1 if the name is not recognized.
- getBranchForElement(String, String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.InterleaveDispatcher
-
Returns the branch number that consumes the given element,
or -1 if the name is not recognized.
- getBranchForElement(String, String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.InterleaveDispatcher
-
Returns the branch number that consumes the given element,
or -1 if the name is not recognized.
- getBranchForText() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.InterleaveDispatcher
-
Returns the branch number that consumes the text events,
or -1 if no branch is expected to consume it.
- getBranchForText() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.InterleaveDispatcher
-
Returns the branch number that consumes the text events,
or -1 if no branch is expected to consume it.
- getBrowserArtifactHandler(HttpServletRequest, HttpServletResponse, String, String, FSRequest, String) - Method in class com.sun.identity.federation.services.FSServiceManager
-
Obtains handler at SP side that will handle browser
artifact profile.
- getBrowserArtifactSSOAndFedHandler(HttpServletRequest, HttpServletResponse, Request) - Method in class com.sun.identity.federation.services.FSServiceManager
-
Returns handler for IDP to handle browser artifact profile.
- getBuffer() - Method in class com.sun.identity.cli.BufferOutputWriter
-
Returns buffer.
- getBufferSize() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletResponse
-
The default behavior of this method is to return getBufferSize()
on the wrapped response object.
- getBundle(String, Locale) - Static method in class com.sun.identity.password.ui.model.PWResetResBundleCacher
-
Gets resource bundle
- getBundle(String, Locale) - Method in class org.forgerock.openam.core.rest.sms.AuthenticationModuleRealmSmsHandler
-
- getByHandle(String, InternalSessionStore) - Method in class org.forgerock.openam.session.service.access.persistence.AbstractInternalSessionStoreStep
-
- getByHandle(String, InternalSessionStore) - Method in class org.forgerock.openam.session.service.access.persistence.caching.InMemoryInternalSessionCacheStep
-
- getByHandle(String) - Method in class org.forgerock.openam.session.service.access.persistence.InternalSessionPersistenceStore
-
- getByHandle(String) - Method in interface org.forgerock.openam.session.service.access.persistence.InternalSessionStore
-
Gets a session from a given session handle.
- getByHandle(String) - Method in class org.forgerock.openam.session.service.access.persistence.InternalSessionStoreChain
-
- getByHandle(String, InternalSessionStore) - Method in interface org.forgerock.openam.session.service.access.persistence.InternalSessionStoreStep
-
Gets a session from a given session handle.
- getByHandle(String, InternalSessionStore) - Method in class org.forgerock.openam.session.service.access.persistence.SessionPersistenceManagerStep
-
- getByHandle(String, InternalSessionStore) - Method in class org.forgerock.openam.session.service.access.persistence.TimeOutSessionFilterStep
-
- getByRestrictedID(SessionID, InternalSessionStore) - Method in class org.forgerock.openam.session.service.access.persistence.AbstractInternalSessionStoreStep
-
- getByRestrictedID(SessionID, InternalSessionStore) - Method in class org.forgerock.openam.session.service.access.persistence.caching.InMemoryInternalSessionCacheStep
-
- getByRestrictedID(SessionID) - Method in class org.forgerock.openam.session.service.access.persistence.InternalSessionPersistenceStore
-
- getByRestrictedID(SessionID) - Method in interface org.forgerock.openam.session.service.access.persistence.InternalSessionStore
-
Gets a restricted session from a given SessionID.
- getByRestrictedID(SessionID) - Method in class org.forgerock.openam.session.service.access.persistence.InternalSessionStoreChain
-
- getByRestrictedID(SessionID, InternalSessionStore) - Method in interface org.forgerock.openam.session.service.access.persistence.InternalSessionStoreStep
-
Gets a restricted session from a given SessionID.
- getByRestrictedID(SessionID, InternalSessionStore) - Method in class org.forgerock.openam.session.service.access.persistence.SessionPersistenceManagerStep
-
- getByRestrictedID(SessionID) - Method in class org.forgerock.openam.session.service.access.persistence.SessionPersistenceStore
-
Get a restricted session from a given SessionID.
- getByRestrictedID(SessionID, InternalSessionStore) - Method in class org.forgerock.openam.session.service.access.persistence.TimeOutSessionFilterStep
-
- getByRestrictedID(SessionID) - Method in class org.forgerock.openam.session.service.SessionAccessManager
-
Get a restricted session from a given SessionID.
- getBySessionID(SessionID, InternalSessionStore) - Method in class org.forgerock.openam.session.service.access.persistence.AbstractInternalSessionStoreStep
-
- getBySessionID(SessionID, InternalSessionStore) - Method in class org.forgerock.openam.session.service.access.persistence.caching.InMemoryInternalSessionCacheStep
-
- getBySessionID(SessionID) - Method in class org.forgerock.openam.session.service.access.persistence.InternalSessionPersistenceStore
-
- getBySessionID(SessionID) - Method in interface org.forgerock.openam.session.service.access.persistence.InternalSessionStore
-
Gets a session from a given SessionID.
- getBySessionID(SessionID) - Method in class org.forgerock.openam.session.service.access.persistence.InternalSessionStoreChain
-
- getBySessionID(SessionID, InternalSessionStore) - Method in interface org.forgerock.openam.session.service.access.persistence.InternalSessionStoreStep
-
Gets a session from a given SessionID.
- getBySessionID(SessionID, InternalSessionStore) - Method in class org.forgerock.openam.session.service.access.persistence.SessionPersistenceManagerStep
-
- getBySessionID(SessionID, InternalSessionStore) - Method in class org.forgerock.openam.session.service.access.persistence.TimeOutSessionFilterStep
-
- getByteCopy() - Method in class com.sun.identity.security.keystore.AMPassword
-
Returns a null-terminated byte array that is the byte-encoding of
this password.
- getBytes(String) - Method in class com.sun.identity.sm.model.AMRecord
-
- getBytes(String) - Method in class com.sun.identity.sm.model.FAMRecord
-
- getByteValue() - Method in class com.iplanet.services.ldap.Attr
-
Get one byte[] value of the attribute Returning a
colletion would be better, but will not be consistent with the method
getStringValues()
- getByteValues() - Method in class com.iplanet.services.ldap.Attr
-
Get the byte[] values of the attribute
- getByValues() - Method in class org.forgerock.openam.utils.ForwardedHeader
-
- getCacheBasedPolling() - Method in class org.forgerock.openam.session.SessionPollerPool
-
- getCachedCookieString() - Method in class com.iplanet.dpro.session.service.InternalSession
-
Returns the cached cookie string for this InternalSession.
- getCacheDuration() - Method in interface com.sun.identity.saml2.jaxb.metadata.AffiliationDescriptorType
-
Gets the value of the cacheDuration property.
- getCacheDuration() - Method in interface com.sun.identity.saml2.jaxb.metadata.EntitiesDescriptorType
-
Gets the value of the cacheDuration property.
- getCacheDuration() - Method in interface com.sun.identity.saml2.jaxb.metadata.EntityDescriptorType
-
Gets the value of the cacheDuration property.
- getCacheDuration() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorTypeImpl
-
- getCacheDuration() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntitiesDescriptorTypeImpl
-
- getCacheDuration() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl
-
- getCacheDuration() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl
-
- getCacheDuration() - Method in interface com.sun.identity.saml2.jaxb.metadata.RoleDescriptorType
-
Gets the value of the cacheDuration property.
- getCachedValues(ConcurrentSkipListMap<Long, Set<String>>) - Static method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
Returns the cached notification XMLs for the current cacheIndex.
- getCacheIndex() - Static method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- getCacheIndex(String, String) - Static method in class com.sun.identity.sm.ServiceManager
-
- getCacheKey() - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolder
-
get the cache key of this context holder.
- getCacheTime() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns session cache time.
- getCalendarInstance() - Static method in enum org.forgerock.openam.utils.Time
-
Get a Calendar with current time in milliseconds from the TimeService - this replaces
Calendar.getInstance().
- getCalendarInstance(Locale) - Static method in enum org.forgerock.openam.utils.Time
-
Get a Calendar with current time in milliseconds from the TimeService - this replaces
Calendar.getInstance(Locale).
- getCalendarInstance(TimeZone) - Static method in enum org.forgerock.openam.utils.Time
-
Get a Calendar with current time in milliseconds from the TimeService - this replaces
Calendar.getInstance(TimeZone).
- getCalendarInstance(TimeZone, Locale) - Static method in enum org.forgerock.openam.utils.Time
-
Get a Calendar with current time in milliseconds from the TimeService - this replaces
Calendar.getInstance(TimeZone, Locale).
- getCallback(int) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Returns a Callback array for a specific state.
- getCallback(int, boolean) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Return a Callback array for a specific state.
- getCallbackClassName() - Method in interface org.forgerock.openam.core.rest.authn.callbackhandlers.JsonCallbackParser
-
Returns the class name of the Callback the implementation of this interface is for.
- getCallbackClassName() - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthChoiceCallbackHandler
-
Returns the class name of the Callback the implementation of this interface is for.
- getCallbackClassName() - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthConfirmationCallbackHandler
-
Returns the class name of the Callback the implementation of this interface is for.
- getCallbackClassName() - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthHiddenValueCallbackHandler
-
Returns the class name of the Callback the implementation of this interface is for.
- getCallbackClassName() - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthHttpCallbackHandler
-
Returns the class name of the Callback the implementation of this interface is for.
- getCallbackClassName() - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthLanguageCallbackHandler
-
Returns the class name of the Callback the implementation of this interface is for.
- getCallbackClassName() - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthNameCallbackHandler
-
Returns the class name of the Callback the implementation of this interface is for.
- getCallbackClassName() - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthNameValueOutputCallbackHandler
-
Returns the class name of the Callback the implementation of this interface is for.
- getCallbackClassName() - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthPasswordCallbackHandler
-
Returns the class name of the Callback the implementation of this interface is for.
- getCallbackClassName() - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthPollingWaitCallbackHandler
-
- getCallbackClassName() - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthRedirectCallbackHandler
-
Returns the class name of the Callback the implementation of this interface is for.
- getCallbackClassName() - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthTextInputCallbackHandler
-
Returns the class name of the Callback the implementation of this interface is for.
- getCallbackClassName() - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthTextOutputCallbackHandler
-
Returns the class name of the Callback the implementation of this interface is for.
- getCallbackClassName() - Method in class org.forgerock.openam.core.rest.authn.callbackhandlers.RestAuthX509CallbackHandler
-
Returns the class name of the Callback the implementation of this interface is for.
- getCallbackHandler() - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Returns the CallbackHandler object for the module.
- getCallbackHandler() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
- getCallbackHandler() - Method in interface org.forgerock.openam.authentication.modules.common.AMLoginModuleBinder
-
Returns the CallbackHandler object for the module.
- getCallbackHandler() - Method in class org.forgerock.openam.authentication.modules.common.AuthLoginModule
-
Returns the CallbackHandler object for the module.
- getCallbacks(Document, boolean) - Static method in class com.sun.identity.authentication.AuthContext
-
- getCallbacks(Callback[], boolean) - Static method in class com.sun.identity.authentication.server.AuthContextLocal
-
Returns the array of Callback requirements objects
- getCallbacks(Node, boolean) - Static method in class com.sun.identity.authentication.share.AuthXMLUtils
-
TODO-JAVADOC
- getCallbacks(Node, boolean, Callback[]) - Static method in class com.sun.identity.authentication.share.AuthXMLUtils
-
TODO-JAVADOC
- getCallbacks() - Method in class org.forgerock.openam.core.rest.authn.core.CompletedLoginProcess
-
Returns the array of Callbacks for the current step in the login process.
- getCallbacks() - Method in class org.forgerock.openam.core.rest.authn.core.LoginProcess
-
Returns the array of Callbacks for the current step in the login process.
- getCallbacks() - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolder
-
Gets the array of callback objects for the chain.
- getCallbackSetProps() - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolder
-
get the callback set properties.
- getCallbacksPerState(AuthContextLocal, String) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- getCallbackXMLHelper() - Static method in class com.sun.identity.authentication.share.AuthenticationCallbackXMLHelperFactory
-
Returns an instance of AuthenticationCallbackXMLHelper.
- getCaller(HttpServletRequest) - Method in class com.sun.identity.rest.ResourceBase
-
- getCallerSession() - Method in class org.forgerock.openam.rest.resource.SSOTokenContext
-
- getCallerSession() - Method in interface org.forgerock.openam.rest.resource.SubjectContext
-
Returns the session created from the session ID.
- getCallerSessionID() - Method in class org.forgerock.openam.rest.resource.SSOTokenContext
-
- getCallerSessionID() - Method in interface org.forgerock.openam.rest.resource.SubjectContext
-
Returns the session ID created from the token ID.
- getCallerSSOToken() - Method in class org.forgerock.openam.rest.resource.SSOTokenContext
-
- getCallerSSOToken() - Method in interface org.forgerock.openam.rest.resource.SubjectContext
-
Returns the authenticated subjects sso token associated with this request.
- getCallerSubject() - Method in class org.forgerock.openam.rest.resource.SSOTokenContext
-
- getCallerSubject() - Method in interface org.forgerock.openam.rest.resource.SubjectContext
-
Returns the authenticated subject associated with this request.
- getCancelledTokenState() - Method in class org.forgerock.openam.sts.user.invocation.RestSTSTokenCancellationInvocationState
-
- getCanonicalDomain(SSOToken, String) - Method in class com.iplanet.am.sdk.ldap.DCTreeServicesImpl
-
This is a public method to get canonical domain name for a given
organization.
- getCanonicalElement(Node) - Static method in class com.sun.identity.saml.common.SAMLUtils
-
Gets input Node Canonicalized
- getCanonicalElement(Node) - Static method in class com.sun.identity.wss.security.WSSUtils
-
Gets input Node Canonicalized
- getCanonicalForm(String) - Method in interface com.sun.identity.install.tools.configurator.IValueNormalizer
-
- getCanonicalForm(String) - Method in class com.sun.identity.install.tools.configurator.PathNormalizer
-
- getCanonicalizationAlgorithm() - Method in class com.sun.identity.wss.sts.STSClientConfiguration
-
- getCanonicalizationMethod() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignedInfoTypeImpl
-
- getCanonicalizationMethod() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignedInfoType
-
Gets the value of the canonicalizationMethod property.
- getCanonicalizationMethod() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignedInfoTypeImpl
-
- getCanonicalizationMethod() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignedInfoType
-
Gets the value of the canonicalizationMethod property.
- getCarriedKeyName() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptedKeyType
-
Gets the value of the carriedKeyName property.
- getCarriedKeyName() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedKeyTypeImpl
-
- getCarrierLdapAttributeName() - Method in class com.sun.identity.authentication.modules.hotp.HOTPParams
-
- getCategory() - Method in class com.sun.identity.entitlement.xacml3.core.AttributeAssignment
-
Gets the value of the category property.
- getCategory() - Method in class com.sun.identity.entitlement.xacml3.core.AttributeAssignmentExpression
-
Gets the value of the category property.
- getCategory() - Method in class com.sun.identity.entitlement.xacml3.core.AttributeDesignator
-
Gets the value of the category property.
- getCategory() - Method in class com.sun.identity.entitlement.xacml3.core.Attributes
-
Gets the value of the category property.
- getCategory() - Method in class com.sun.identity.entitlement.xacml3.core.AttributeSelector
-
Gets the value of the category property.
- getCategory() - Method in class com.sun.identity.entitlement.xacml3.core.MissingAttributeDetail
-
Gets the value of the category property.
- getCdssoCookiedomain() - Static method in class com.iplanet.services.util.CookieUtils
-
Deprecated.
Gets property value of "com.iplanet.services.cdsso.cookiedomain"
- getCdssoCookiedomain() - Static method in class com.sun.identity.shared.encode.CookieUtils
-
Returns property value of "com.iplanet.services.cdsso.cookiedomain"
- getCert(ProviderDescriptorType, String) - Static method in class com.sun.identity.federation.key.KeyUtil
-
Returns certificate stored in KeyDescriptorType in
ProviderDescriptorType.
- getCert(KeyDescriptorType) - Static method in class com.sun.identity.federation.key.KeyUtil
-
Returns certificate stored in KeyDescriptorType.
- getCert(KeyDescriptorType) - Static method in class com.sun.identity.saml2.key.KeyUtil
-
Returns certificate stored in KeyDescriptorType.
- getCert(FederationElement) - Static method in class com.sun.identity.wsfederation.key.KeyUtil
-
Returns certificate stored in FederationElement.
- getCertAlias() - Method in class com.sun.identity.saml.common.SAMLServiceManager.SOAPEntry
-
Returns certificate alias can be used to verify a signature signed
by the partner site.
- getCertAlias(String) - Static method in class com.sun.identity.wss.security.WSSUtils
-
Returns the trusted certificate alias from the issuer.
- getCertAlias() - Method in class com.sun.identity.wss.sts.config.FAMTrustSPMetadata
-
- getCertificate() - Method in class com.sun.identity.authentication.modules.cert.Cert
-
Return value of Certificate
- getCertificate() - Method in class com.sun.identity.authentication.spi.X509CertificateCallback
-
Returns the retrieved certificate.
- getCertificate(BinarySecurityToken) - Static method in class com.sun.identity.liberty.ws.security.SecurityUtils
-
Get Certificate from X509 Security Token Profile document.
- getCertificate(SecurityAssertion) - Static method in class com.sun.identity.liberty.ws.security.SecurityUtils
-
Gets the Certificate from the Assertion.
- getCertificate(String, String) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Get the X509Certificate from encoded cert string
- getCertificate(String) - Method in class com.sun.identity.saml.xmlsig.JKSKeyProvider
-
Get the Certificate named certAlias.
- getCertificate(PublicKey) - Method in class com.sun.identity.saml.xmlsig.JKSKeyProvider
-
Return Certificate for the specified PublicKey.
- getCertificate(PublicKey) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
-
Returns certificate corresponding to the specified
PublicKey.
- getCertificate(X509Certificate) - Method in class com.sun.identity.security.cert.AMCertStore
-
Return matched certificate from ldap certificate store
- getCertificate() - Method in class com.sun.identity.security.cert.AMCertStore
-
Return matched certificate from ldap certificate store
- getCertificate(AMLDAPCertStoreParameters, String, String) - Static method in class com.sun.identity.security.cert.AMCertStore
-
Return X509 Certificate if the ldap entry has one
- getCertificate(SecurityToken) - Static method in class com.sun.identity.wss.security.SAML2TokenUtils
-
Returns an X509Certificate from the security token if it
is of type SAML2 token holder of key.
- getCertificate(SecurityToken) - Static method in class com.sun.identity.wss.security.WSSUtils
-
Returns the certificate present in the security token.
- getCertificate(Element) - Static method in class com.sun.identity.wss.security.WSSUtils
-
- getCertificate(String) - Method in class org.forgerock.openam.utils.AMKeyProvider
-
Get the Certificate named certAlias.
- getCertificate(PublicKey) - Method in class org.forgerock.openam.utils.AMKeyProvider
-
Return Certificate for the specified PublicKey.
- getCertificateAlias(Certificate) - Method in class com.sun.identity.saml.xmlsig.JKSKeyProvider
-
Get the alias name of the first keystore entry whose certificate matches
the given certificate.
- getCertificateAlias(Certificate) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
-
Get the alias name of the first keystore entry whose certificate matches
the given certificate.
- getCertificateAlias(Certificate) - Method in class org.forgerock.openam.utils.AMKeyProvider
-
Get the alias name of the first keystore entry whose certificate matches
the given certificate.
- getCertificateChain(String) - Method in class com.sun.identity.liberty.ws.soapbinding.WSX509KeyManager
-
Returns the certificate chain associated with the given alias.
- getCertificateChain(String) - Method in class com.sun.identity.security.keystore.AMX509KeyManagerImpl
-
Returns the certificate chain associated with the given alias.
- getCertificateChain(String) - Method in class com.sun.identity.security.keystore.v_14.AMX509KeyManagerImpl
-
Returns the certificate chain associated with the given alias.
- getChainModuleIndex() - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolder
-
Get the chain module index.
- getChallengeRealm() - Method in exception org.forgerock.oauth2.core.exceptions.InvalidClientAuthZHeaderException
-
Gets the challenge realm for the WWW-Authenticate header.
- getChallengeResponse(Request) - Method in class org.forgerock.oauth2.restlet.RestletHeaderAccessTokenVerifier
-
Returns the authentication response sent by a client to an origin server
instead of org.restlet.engine.adapter.HttpRequest.
- getChallengeScheme() - Method in exception org.forgerock.oauth2.core.exceptions.InvalidClientAuthZHeaderException
-
Gets the challenge type for the WWW-Authenticate header.
- getChangedSince() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryItem
-
Gets changed since attribute
- getChangeType() - Method in class com.sun.identity.policy.PolicyEvent
-
Deprecated.
Gets the change type
The change type gives the type of policy change that triggered this
event indicating whether a policy was added, modified or removed.
- getChannel() - Method in class org.forgerock.openam.radius.server.RadiusRequestContext
-
Returns the datagram channel associated with the UDP request of this context.
- getCharacterEncoding() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
The default behavior of this method is to return getCharacterEncoding()
on the wrapped request object.
- getCharacterEncoding() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletResponse
-
The default behavior of this method is to return getCharacterEncoding()
on the wrapped response object.
- getChars() - Method in class com.sun.identity.security.keystore.AMPassword
-
Returns the char array underlying this password.
- getChars() - Method in enum org.forgerock.openam.utils.Alphabet
-
Get a String containing the characters which are valid for this alphabet.
- getChars() - Method in interface org.forgerock.openam.utils.CodeGeneratorSource
-
Retrieve a String containing the set of characters that can be generated by this code.
- getCharset(Locale) - Method in class com.iplanet.services.cdm.Client
-
- getCharset(String, Locale) - Method in class com.iplanet.services.cdm.G11NSettings
-
- getCharSet(String, Locale) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
return the charset associated with the clientType
- getCharsetAliasTable(String) - Method in class com.iplanet.services.cdm.G11NSettings
-
- getCharsetForLocale(String) - Method in class com.iplanet.services.cdm.G11NSettings
-
- getCheckSessionEndpoint() - Method in interface org.forgerock.oauth2.core.OAuth2Uris
-
Gets the URI for the OpenID Connect check session endpoint.
- getChecksumDigit() - Method in class org.forgerock.openam.core.rest.devices.oath.OathDeviceSettings
-
Get the checksum digit for this device.
- getChild() - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader.Credential
-
Returns the child element.
- getChild(String) - Method in class com.sun.identity.sm.flatfile.SMSFlatFileTreeNode
-
Returns the node of a given distinguished name.
- getChild() - Method in class org.forgerock.openam.entitlement.utils.indextree.treenodes.BasicTreeNode
-
- getChild() - Method in interface org.forgerock.openam.entitlement.utils.indextree.treenodes.TreeNode
-
- getChildDomainIDs() - Method in class com.iplanet.ums.dctree.DomainComponentTree
-
Get all virtual domains present in the dctree.
- getChildElements() - Method in class com.sun.identity.install.tools.util.xml.XMLElement
-
Returns an ordered collection of child elements of this element
- getChildNode(Node, String) - Static method in class com.sun.identity.shared.xml.XMLUtils
-
- getChildNodes(Node, String) - Static method in class com.sun.identity.shared.xml.XMLUtils
-
- getChildPeopleContainerCount() - Method in class com.iplanet.ums.PeopleContainer
-
Gets the current number of People Containers.
- getChildRealm(String) - Static method in class org.forgerock.openam.utils.RealmUtils
-
Returns child realm from a given fully qualified realm.
- getChildren(String, SearchControl) - Method in interface com.iplanet.ums.ISearch
-
Find all IDs for immediate children under current node based on search
criteria specified in filter.
- getChildren(String, String[], SearchControl) - Method in interface com.iplanet.ums.ISearch
-
Search entries on immediate children based on criteria specified in
filter.
- getChildren(SearchTemplate, SearchControl) - Method in interface com.iplanet.ums.ISearch
-
Find all IDs for immediate children under current node based on search
criteria specified in template, and return attributes specified there.
- getChildren(String, SearchControl) - Method in class com.iplanet.ums.PersistentObject
-
Gets the immediate children, subject to search filter constraints.
- getChildren(String, String[], SearchControl) - Method in class com.iplanet.ums.PersistentObject
-
Gets the immediate children, returning only specified attributes
- getChildren(SearchTemplate, SearchControl) - Method in class com.iplanet.ums.PersistentObject
-
Gets all immediate children under current node based on search criteria
specified in template, and returns attributes specified there.
- getChildren() - Method in class com.sun.identity.federation.message.common.Extension
-
Deprecated.
Returns a list of XML String objects.
- getChildrenValue(Element) - Static method in class com.sun.identity.shared.xml.XMLUtils
-
Gets the children value of an element.
- getChkAttrCRL() - Method in class com.sun.identity.authentication.modules.cert.Cert
-
Return value of Attribute Name for CRL checking
- getChoiceValueI18NKey(String) - Method in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
Given a choice value, this method returns the i18nKey for that choice
value
- getChoiceValueI18NKey(String) - Method in class com.sun.identity.sm.AttributeSchema
-
Returns the I18N key for the given choice value.
- getChoiceValueI18NKey(String) - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Returns the I18N key for the given choice value.
- getChoiceValues() - Method in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
If the attribute is of choice type, this method returns the possible
values for the attribute; null otherwise
- getChoiceValues() - Method in class com.sun.identity.authentication.service.AllConfiguredModuleInstances
-
Returns the choice values and their corresponding I18N keys for top
organization.
- getChoiceValues(Map) - Method in class com.sun.identity.authentication.service.AllConfiguredModuleInstances
-
Returns the map of choice values for given environment params.
- getChoiceValues() - Method in class com.sun.identity.authentication.service.AllowedModulesChoiceValues
-
Returns the choice values and their corresponding localization keys.
- getChoiceValues(Map) - Method in class com.sun.identity.authentication.service.AllowedModulesChoiceValues
-
Returns choice values from environment parameters
- getChoiceValues() - Method in class com.sun.identity.authentication.service.ConfiguredAuthServices
-
Returns the choice values and their corresponding localization keys.
- getChoiceValues(Map) - Method in class com.sun.identity.authentication.service.ConfiguredAuthServices
-
Returns the choice values from configured environment params.
- getChoiceValues() - Method in class com.sun.identity.authentication.service.ConfiguredIdentityTypes
-
Returns the map of choice values for top organization.
- getChoiceValues(Map) - Method in class com.sun.identity.authentication.service.ConfiguredIdentityTypes
-
Returns the map of choice values for given environment params.
- getChoiceValues() - Method in class com.sun.identity.authentication.service.ConfiguredModuleInstances
-
Returns the choice values and their corresponding I18N keys for top
organization.
- getChoiceValues(Map) - Method in class com.sun.identity.authentication.service.ConfiguredModuleInstances
-
Returns the map of choice values for given environment params.
- getChoiceValues(Map) - Method in class com.sun.identity.authentication.service.ConfiguredSocialAuthServices
-
- getChoiceValues() - Method in class com.sun.identity.common.admin.PossibleLocales
-
Returns a map of locales to its localized name.
- getChoiceValues(String, String) - Static method in class com.sun.identity.common.configuration.AgentConfiguration
-
Returns choice values of an attribute schema.
- getChoiceValues() - Method in class com.sun.identity.policy.plugins.AllowedAgents
-
Returns the choice values and their corresponding localization keys.
- getChoiceValues(Map) - Method in class com.sun.identity.policy.plugins.AllowedAgents
-
Returns the choice values from configured environment params.
- getChoiceValues() - Method in class com.sun.identity.sm.AttributeSchema
-
Returns the possible choice values for the attribute if the attribute
type is either SINGLE_CHOICE or
MULTIPLE_CHOICE.
- getChoiceValues(Map) - Method in class com.sun.identity.sm.AttributeSchema
-
Returns the possible choice values for the attribute if the attribute
type is either SINGLE_CHOICE or
MULTIPLE_CHOICE, for the given environment parameters.
- getChoiceValues() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Returns the possible choice values for the attribute if the attribute
type is either SINGLE_CHOICE or
MULTIPLE_CHOICE.
- getChoiceValues(Map) - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Returns the possible choice values for the attribute if the attribute
type is either SINGLE_CHOICE or
MULTIPLE_CHOICE.
- getChoiceValues() - Method in class com.sun.identity.sm.ChoiceValues
-
Abstract method that must be implemented by a class extending this class,
and should return the choice values and their corresponding I18N key, for
the attribute.
- getChoiceValues(Map) - Method in class com.sun.identity.sm.ChoiceValues
-
Returns the choice values for attribute for the given environment
parameters.
- getChoiceValues() - Method in class com.sun.identity.wss.provider.ConfiguredDiscoveryConfig
-
Returns the choice values and their corresponding localization keys.
- getChoiceValues(Map) - Method in class com.sun.identity.wss.provider.ConfiguredDiscoveryConfig
-
Returns the choice values from configured environment params.
- getChoiceValues() - Method in class com.sun.identity.wss.provider.ConfiguredSTSConfig
-
Returns the choice values and their corresponding localization keys.
- getChoiceValues(Map) - Method in class com.sun.identity.wss.provider.ConfiguredSTSConfig
-
Returns the choice values from configured environment params.
- getChoiceValues() - Method in class com.sun.identity.wss.security.ConfiguredSignedElements
-
Returns the choice values and their corresponding localization keys.
- getChoiceValues(Map) - Method in class com.sun.identity.wss.security.ConfiguredSignedElements
-
Returns the choice values from configured environment params.
- getChoiceValues() - Method in class com.sun.identity.wss.security.ConfiguredWSCSecurityMech
-
Returns the choice values and their corresponding localization keys.
- getChoiceValues(Map) - Method in class com.sun.identity.wss.security.ConfiguredWSCSecurityMech
-
Returns the choice values from configured environment params.
- getChoiceValues() - Method in class com.sun.identity.wss.security.ConfiguredWSPSecurityMech
-
Returns the choice values and their corresponding localization keys.
- getChoiceValues(Map) - Method in class com.sun.identity.wss.security.ConfiguredWSPSecurityMech
-
Returns the choice values from configured environment params.
- getChoiceValues() - Method in class org.forgerock.openam.audit.configuration.AuditTopicChoiceValues
-
- getChoiceValues() - Method in class org.forgerock.openam.audit.configuration.JdbcDatabaseTypeChoiceValues
-
- getChoiceValues() - Method in class org.forgerock.openam.scripting.service.ScriptChoiceValues
-
- getChoiceValues(Map) - Method in class org.forgerock.openam.scripting.service.ScriptChoiceValues
-
- getChoiceValuesMap(Map) - Method in class com.sun.identity.sm.AttributeSchema
-
Returns the possible choice values for the attribute if the attribute
type is either SINGLE_CHOICE or
MULTIPLE_CHOICE, for the given environment parameters,
along with the values' i18n keys.
- getChoiceValuesMap() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Returns the choice values as a Map.
- getChoiceValuesMap(Map) - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Returns the choice values as a Map.
- getChoiceValuesSet() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Returns the choice values as a set.
- getChoiceValuesSet(Map) - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Returns the choice values as a set.
- getCipher() - Method in interface org.forgerock.openam.utils.CipherProvider
-
Returns a cipher from the underlying mechanism.
- getCipher() - Method in class org.forgerock.openam.utils.JCECipherProvider
-
Attempts to get a cipher matching the chosen transformation from the underlying JCE facilities.
- getCipher() - Method in class org.forgerock.openam.utils.PerThreadCipherProvider
-
Gets a cipher from the thread-local storage, initialising to the delegate cipher provider if not already
initialised for this thread.
- getCipherData() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptedType
-
Gets the value of the cipherData property.
- getCipherData() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedTypeImpl
-
- getCipherReference() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.CipherDataType
-
Gets the value of the cipherReference property.
- getCipherReference() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherDataTypeImpl
-
- getCipherValue() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.CipherDataType
-
Gets the value of the cipherValue property.
- getCipherValue() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherDataTypeImpl
-
- getCircleOfTrust(String, String) - Method in class com.sun.identity.cot.CircleOfTrustManager
-
Returns the circle of trust under the realm.
- getCircleOfTrustDescription() - Method in class com.sun.identity.cot.CircleOfTrustDescriptor
-
Returns description of the Circle of Trust.
- getCircleOfTrustName() - Method in class com.sun.identity.cot.CircleOfTrustDescriptor
-
Returns name of the Circle of Trust.
- getCircleOfTrustRealm() - Method in class com.sun.identity.cot.CircleOfTrustDescriptor
-
Returns name of the realm the Circle of Trust resides.
- GetCircleOfTrusts - Class in com.sun.identity.workflow
-
- GetCircleOfTrusts() - Constructor for class com.sun.identity.workflow.GetCircleOfTrusts
-
- getCircleOfTrustStatus() - Method in class com.sun.identity.cot.CircleOfTrustDescriptor
-
Returns status of the Circle of Trust.
- getClaim(String) - Method in class com.sun.identity.entitlement.JwtPrincipal
-
- getClaimDescriptions(Locale) - Method in interface org.forgerock.oauth2.core.ClientRegistration
-
Gets the display descriptions for the allowed and default scopes combined, in the specified locale.
- getClaimDescriptions() - Method in exception org.forgerock.oauth2.core.exceptions.ResourceOwnerConsentRequired
-
Gets the claim descriptions.
- getClaimDescriptions(Locale) - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
Gets the display descriptions for the allowed and default scopes combined, in the specified locale.
- getClaimDescriptions(Locale) - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
Gets the display descriptions for the allowed and default scopes combined, in the specified locale.
- getClaimedAttributes() - Method in class com.sun.identity.wss.security.AssertionTokenSpec
-
Returns the cliamed attributes
- getClaimedAttributes() - Method in class com.sun.identity.wss.security.SAML2TokenSpec
-
Returns the cliamed attributes
- getClaimedAttributes(Subject, String, String, Claims) - Method in class com.sun.identity.wss.sts.spi.FAMSTSAttributeProvider
-
Returns all claimed attributes for a given subject.
- getClaimMap() - Method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig
-
- getClaimMapper(OpenIdConnectTokenConfig) - Method in interface org.forgerock.openam.sts.tokengeneration.oidc.OpenIdConnectTokenClaimMapperProvider
-
Returns either an instance of the DefaultOpenIdConnectTokenClaimMapper or the custom implementation of the
OpenIdConnectTokenClaimMapper specified in the OpenIdConnectTokenConfig published with the sts.
- getClaimMapper(OpenIdConnectTokenConfig) - Method in class org.forgerock.openam.sts.tokengeneration.oidc.OpenIdConnectTokenClaimMapperProviderImpl
-
- getClaimName() - Method in class com.sun.identity.entitlement.JwtClaimSubject
-
- getClaims() - Method in class com.sun.identity.wss.sts.STSClientConfiguration
-
- getClaims() - Method in interface org.forgerock.oauth2.core.AccessToken
-
Gets the token's claims.
- getClaims() - Method in class org.forgerock.oauth2.core.AuthorizationCode
-
Returns the requested claims.
- getClaims() - Method in class org.forgerock.oauth2.core.DeviceCode
-
Returns the requested claims.
- getClaims() - Method in exception org.forgerock.oauth2.core.exceptions.ResourceOwnerConsentRequired
-
Gets the claim values.
- getClaims() - Method in interface org.forgerock.oauth2.core.RefreshToken
-
Gets the token's claims.
- getClaims() - Method in class org.forgerock.oauth2.core.StatefulRefreshToken
-
Gets the requested claims.
- getClaims() - Method in class org.forgerock.oauth2.core.StatefulToken
-
Gets the requested claims associated w/ this access token.
- getClaims() - Method in class org.forgerock.openam.oauth2.StatelessToken
-
- getClaimsParameterSupported() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getClaimsParameterSupported() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Returns whether this provider supports claims requested via 'claims' parameter.
- getClaimsParameterSupported() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getClaimType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.UriNamedClaimTypesOfferedTypeImpl
-
- getClaimType() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.UriNamedClaimTypesOfferedType
-
Gets the value of the ClaimType property.
- getClaimTypes() - Method in class com.sun.identity.wss.trust.RequestSecurityToken
-
Returns the list of claim types.
- getClaimValue() - Method in class com.sun.identity.entitlement.JwtClaimSubject
-
- getClassAttribute(String, Map<String, Set<String>>) - Method in class org.forgerock.openam.cli.entitlement.ApplicationTypeImpl
-
- getClassBlackList() - Method in class org.forgerock.openam.scripting.ScriptEngineConfiguration
-
Gets the current Java class name blacklist patterns.
- getClasses() - Method in class com.sun.identity.rest.FederationRestService
-
- getClasses() - Method in class com.sun.identity.rest.RestService
-
- getClassifications() - Method in class com.iplanet.services.cdm.clientschema.AMClientCapData
-
- getClassName() - Method in class com.iplanet.services.ldap.event.DSEvent
-
Returns the Directory Server class name for the given entry
- getClassName() - Method in class com.sun.identity.entitlement.opensso.PolicyCondition
-
Returns class name.
- getClassName() - Method in class com.sun.identity.entitlement.opensso.PolicyResponseProvider
-
Returns the name of the underlying response provider implementation
- getClassName() - Method in class com.sun.identity.entitlement.opensso.PolicySubject
-
Returns class name.
- getClassName() - Method in class com.sun.identity.install.tools.configurator.DefaultValueFinderInfo
-
- getClassName() - Method in class com.sun.identity.install.tools.configurator.TaskInfo
-
- getClassName() - Method in class com.sun.identity.install.tools.configurator.ValidationInfo
-
- getClassName() - Method in exception com.sun.identity.jaxrpc.SOAPClientException
-
Deprecated.
Method to obtain the class name.
- getClassName() - Method in exception com.sun.identity.shared.jaxrpc.SOAPClientException
-
Method to obtain the class name.
- getClassName() - Method in class com.sun.identity.sm.PluginSchema
-
Returns the java class name that implements the interface
- getClassResolver() - Method in class com.iplanet.ums.ConfigManagerUMS
-
Gets the mapping between ldap entry objectclasses and the UMS Java class.
- getClassWhiteList() - Method in class org.forgerock.openam.scripting.ScriptEngineConfiguration
-
Gets the current Java class name whitelist patterns.
- getCleanupPageSize() - Method in class org.forgerock.openam.cts.CoreTokenConfig
-
- getClient() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns the client address.
- getClient() - Method in class org.forgerock.openidconnect.restlet.ConnectClientRegistration
-
Handles GET requests to the OpenId Connect client registration endpoint for retrieving OpenId Connect client
registrations.
- getClientAddress(HttpServletRequest) - Static method in class com.sun.identity.session.util.SessionUtils
-
Returns the remote IP address of the client
- getClientAliases(String, Principal[]) - Method in class com.sun.identity.liberty.ws.soapbinding.WSX509KeyManager
-
Returns the matching aliases for authenticating the client of a secure
socket given the public key type and the list of certificate issuer
authorities recognized by the peer (if any).
- getClientAliases(String, Principal[]) - Method in class com.sun.identity.security.keystore.AMX509KeyManagerImpl
-
Get the matching aliases for authenticating the client side of a secure
socket given the public key type and the list of certificate issuer
authorities recognized by the peer (if any).
- getClientAliases(String, Principal[]) - Method in class com.sun.identity.security.keystore.v_14.AMX509KeyManagerImpl
-
Get the matching aliases for authenticating the client side of a secure
socket given the public key type and the list of certificate issuer
authorities recognized by the peer (if any).
- getClientCertificate() - Static method in class com.sun.identity.wss.security.handler.ThreadLocalService
-
- getClientClientId() - Method in class org.forgerock.openam.uma.PermissionTicket
-
- getClientClientId() - Method in class org.forgerock.openam.uma.RequestingPartyToken
-
- getClientConfig() - Method in class org.forgerock.openam.radius.server.RadiusRequestContext
-
Returns the configuration of the pre-registered client associated with the IP address of the incoming request UDP
packet.
- getClientDescription() - Method in exception org.forgerock.oauth2.core.exceptions.ResourceOwnerConsentRequired
-
Gets the client's description.
- getClientDnsClaim() - Method in class com.sun.identity.wss.security.handler.SecureSOAPMessage
-
- getClientDomain() - Method in class com.iplanet.dpro.session.service.InternalSession
-
Returns the Domain of the Client
- getClientDomain() - Method in class com.iplanet.dpro.session.Session
-
Returns the client domain in the session.
- getClientDomain() - Method in class com.iplanet.dpro.session.share.SessionInfo
-
Cookie domain
- getClientHostName() - Method in class com.sun.identity.authentication.AuthContext
-
Returns the client's hostname or IP address as set by
setClientHostName
- getClientHostName() - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Returns the clients host name
- getClientHostNames() - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets the client DNS host names to which this ACI applies
- getClientID() - Method in class com.iplanet.dpro.session.service.InternalSession
-
Returns Client ID, accessing this Internal Session.
- getClientID() - Method in class com.iplanet.dpro.session.Session
-
Returns the client ID in the session.
- getClientID() - Method in class com.iplanet.dpro.session.share.SessionInfo
-
Cookie id
- getClientId() - Method in class org.forgerock.oauth2.core.AuthorizationCode
-
Gets the client's id.
- getClientId() - Method in interface org.forgerock.oauth2.core.ClientRegistration
-
Gets the client's identifier.
- getClientId() - Method in class org.forgerock.oauth2.core.DeviceCode
-
Gets the Client ID parameter.
- getClientId() - Method in interface org.forgerock.oauth2.core.IntrospectableToken
-
Gets the token's client id.
- getClientId() - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Gets the client's id.
- getClientId() - Method in class org.forgerock.oauth2.core.StatefulToken
-
Gets the client's id.
- getClientId() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getClientId() - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
- getClientId() - Method in class org.forgerock.openam.oauth2.ClientCredentials
-
Gets the client ID.
- getClientId() - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
Gets the client's identifier.
- getClientId() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
-
Gets the client id that created the resource set.
- getClientId() - Method in class org.forgerock.openam.oauth2.StatelessToken
-
- getClientId() - Method in class org.forgerock.openam.oauth2.StatelessTokenMetadata
-
- getClientID() - Method in class org.forgerock.openidconnect.Client
-
Gets the client id of the OAuth2Client.
- getClientIdentity(String, String) - Method in class org.forgerock.openam.oauth2.IdentityManager
-
Gets a client's identity.
- getClientInstance(String) - Method in interface com.iplanet.services.cdm.ClientTypesManager
-
Gets client object for specified client type.
- getClientInstance(String, SSOToken) - Method in interface com.iplanet.services.cdm.ClientTypesManager
-
Gets client object for specified client type with specified token
- getClientInstance(String) - Method in class com.iplanet.services.cdm.DefaultClientTypesManager
-
Get the clientType from clientTypeMap.
- getClientInstance(String, SSOToken) - Method in class com.iplanet.services.cdm.DefaultClientTypesManager
-
- getClientInstance(String) - Method in class org.forgerock.openam.services.cdm.BasicClientTypesManager
-
Gets client object for specified client type.
- getClientInstance(String, SSOToken) - Method in class org.forgerock.openam.services.cdm.BasicClientTypesManager
-
Gets client object for specified client type with specified token
- getClientIP() - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets the client IPs to which this ACI applies
- getClientIPAddress(HttpServletRequest) - Static method in class org.forgerock.openam.utils.ClientUtils
-
Returns client IP address.
- getClientIPAddress(Context, Request) - Static method in class org.forgerock.openam.utils.ClientUtils
-
Gets the client IP address from the provided Context and Request.
- getClientIPAddress(Context) - Static method in class org.forgerock.openam.utils.ClientUtils
-
Gets the client IP address from the provided Context.
- getClientName() - Method in exception org.forgerock.oauth2.core.exceptions.ResourceOwnerConsentRequired
-
Gets the client's name.
- getClientName() - Method in class org.forgerock.openam.radius.server.RadiusRequestContext
-
Get the name of the client from which the request was made.
- getClientName() - Method in class org.forgerock.openam.radius.server.RadiusRequestHandler
-
Returns the name of the client from which the packet was received.
- getClientName() - Method in class org.forgerock.openidconnect.Client
-
Gets the client names of the OAuth2Client.
- getClientRegistration() - Method in class org.forgerock.oauth2.core.OAuth2Request
-
Get the OAuth2 client registration of the request.
- getClientRegistrationEndpoint() - Method in interface org.forgerock.oauth2.core.OAuth2Uris
-
Gets the OpenID Connect client registration endpoint.
- getClientRequest() - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Gets the client request
- getClientResponse() - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Gets the client response
- getClients(String, String) - Method in class com.iplanet.services.cdm.DefaultClientTypesManager
-
- getClientSecret() - Method in interface org.forgerock.oauth2.core.ClientRegistration
-
Gets the client's secret.
- getClientSecret() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getClientSecret() - Method in class org.forgerock.openam.authentication.modules.oidc.JwtHandlerConfig
-
- getClientSecret() - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
- getClientSecret() - Method in class org.forgerock.openam.oauth2.ClientCredentials
-
Gets the client secret.
- getClientSecret() - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
Gets the client's secret.
- getClientSecret() - Method in class org.forgerock.openam.radius.server.RadiusRequestContext
-
Get the client secret.
- getClientSecret() - Method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig
-
- getClientSecret() - Method in class org.forgerock.openidconnect.Client
-
Gets the client secret of the OAuth2Client.
- getClientSessionURI() - Method in interface org.forgerock.oauth2.core.ClientRegistration
-
Gets the client's session URI.
- getClientSessionURI() - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
Gets the client's session URI.
- getClientSessionURI() - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
Gets the client's session URI.
- getClientSessionURI(HttpServletRequest) - Method in class org.forgerock.openidconnect.CheckSession
-
Get the URL the postMessage must be coming from (registered in client) to process the message.
- getClientSessionURI() - Method in class org.forgerock.openidconnect.Client
-
Gets the client session uri of the OAuth2Client.
- getClientType(HttpServletRequest) - Method in class com.iplanet.am.util.AMClientDetector
-
Returns the client type by executing client
detector class provided in Client Detection Service.
- getClientType() - Method in class com.iplanet.services.cdm.Client
-
Gets the name of the client type for the data in this client instance.
- getClientType(HttpServletRequest) - Method in class com.iplanet.services.cdm.ClientDetectionDefaultImpl
-
This is the method used by the interface to set the client-type.
- getClientType(HttpServletRequest) - Method in interface com.iplanet.services.cdm.ClientDetectionInterface
-
Detects the client type based on the request object.
- getClientType(HttpServletRequest) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Returns the client type.
- getClientType() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns the client type.
- getClientType() - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
Gets the client's type.
- getClientType() - Method in class org.forgerock.openidconnect.Client
-
Gets the client type of the OAuth2Client.
- getClientTypeData(String) - Method in interface com.iplanet.services.cdm.ClientTypesManager
-
Returns properties of the requested client type
- getClientTypeData(String) - Method in class com.iplanet.services.cdm.DefaultClientTypesManager
-
- getClientTypeData(String) - Method in class org.forgerock.openam.services.cdm.BasicClientTypesManager
-
Returns properties of the requested client type
- getClientTypesManagerInstance() - Static method in class com.iplanet.am.util.AMClientDetector
-
Returns the ClientTypesManager Instance.
- getClientURLFromString(String, int, HttpServletRequest) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Extracts the client URL from the String passed
URL passed is in the format clientType | URL
- getClientUserTokenClass() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
- getCLIRequest() - Method in class com.sun.identity.cli.RequestContext
-
Returns CLI Request object.
- getClockDriftSeconds() - Method in class org.forgerock.openam.core.rest.devices.oath.OathDeviceSettings
-
The calculated drift between the device and this server, in time steps.
- getClonedSMSEntry() - Method in class com.sun.identity.sm.CachedSMSEntry
-
- getCode() - Method in class com.sun.identity.liberty.ws.common.Status
-
Gets status code.
- getCode() - Method in enum org.forgerock.openam.session.SessionEventType
-
An int code identifier for this session event type.
- getCode() - Method in exception org.forgerock.openam.sts.AMSTSRuntimeException
-
- getCode() - Method in enum org.forgerock.openam.xacml.v3.DiffStatus
-
Single character description of diff status.
- getCodeChallenge() - Method in class org.forgerock.oauth2.core.AuthorizationCode
-
Get the code challenge
- getCodeChallenge() - Method in class org.forgerock.oauth2.core.DeviceCode
-
Gets the Code Challenge parameter.
- getCodeChallengeMethod() - Method in class org.forgerock.oauth2.core.AuthorizationCode
-
Get the code challenge method
- getCodeChallengeMethod() - Method in class org.forgerock.oauth2.core.DeviceCode
-
Gets the Code Challenge Method parameter.
- getCodeDelivery() - Method in class com.sun.identity.authentication.modules.hotp.HOTPParams
-
- getCodeLength() - Method in class com.sun.identity.authentication.modules.hotp.HOTPParams
-
- getCodeSource() - Method in class com.sun.identity.policy.jaas.ISPermission
-
returns the CodeSourceassociated with this
ISPermission.
- getCodeValidityDuration() - Method in class com.sun.identity.authentication.modules.hotp.HOTPParams
-
- getCollection() - Method in class com.iplanet.services.ldap.aci.QualifiedCollection
-
Gets the collection of values
- getColumnNumber() - Method in class org.forgerock.openam.scripting.ScriptError
-
Set the column number on which the error occurred.
- getColumns() - Method in class com.sun.identity.log.LogQuery
-
Returns the table column names selected.
- getCombiner(Map<String, Set<String>>) - Static method in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
Returns the combiner from the provided set of data within the entitlement format.
- getCombinerParameter() - Method in class com.sun.identity.entitlement.xacml3.core.CombinerParameters
-
Gets the value of the combinerParameter property.
- getCombinerParametersOrRuleCombinerParametersOrVariableDefinition() - Method in class com.sun.identity.entitlement.xacml3.core.Policy
-
Gets the value of the combinerParametersOrRuleCombinerParametersOrVariableDefinition property.
- getCombinersShortNames() - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
-
- getCombinerType(String) - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
-
Returns the combiner associated with the given short name.
- getComingFromAuth() - Method in class com.iplanet.dpro.session.SessionID
-
This method returns the boolean representing if this session id
is a regular auth token, generated via AuthContext API
and not a restricted one.
- getCommandManager() - Method in class com.sun.identity.cli.CLICommandBase
-
- getCommandManager() - Method in class com.sun.identity.cli.RequestContext
-
Returns the CommandManager object.
- getCommandName() - Method in class com.sun.identity.cli.CommandManager
-
Returns commandline interface name.
- getComment() - Method in class com.sun.identity.liberty.ws.common.Status
-
Gets comment for the status.
- getComment() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteCookie
-
Retrieves the cookie comment
- getCommonInteractions() - Method in class com.sun.identity.install.tools.configurator.InstallRunInfo
-
- getCommonLoginPageURL(String, String, String, HttpServletRequest, String) - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
Returns common login page URL based on the deployment descriptor and
the meta alias associated with the hosted provider.
- getCommonLoginPageURL(HttpServletRequest, BaseConfigType) - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
Returns common login page URL.
- getCommonTasks() - Method in class com.sun.identity.install.tools.configurator.InstallRunInfo
-
- getCommonType() - Method in enum org.forgerock.openam.xacml.v3.model.ContentType
-
- getCommunicationId() - Method in class org.forgerock.openam.core.rest.devices.push.PushDeviceSettings
-
Get the communication ID for the Push device on the communication network.
- getCommunicationType() - Method in class org.forgerock.openam.core.rest.devices.push.PushDeviceSettings
-
Get the communication ID for the Push device on the communication network..
- getCompany() - Method in interface com.sun.identity.saml2.jaxb.metadata.ContactType
-
Gets the value of the company property.
- getCompany() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ContactTypeImpl
-
- getComparison() - Method in class com.sun.identity.saml2.protocol.impl.RequestedAuthnContextImpl
-
Returns the value of comparison property.
- getComparison() - Method in interface com.sun.identity.saml2.protocol.RequestedAuthnContext
-
Returns the value of Comparison property.
- GetComplete - Class in com.sun.identity.federation.message.common
-
- GetComplete() - Constructor for class com.sun.identity.federation.message.common.GetComplete
-
Deprecated.
Default Constructor.
- GetComplete(String) - Constructor for class com.sun.identity.federation.message.common.GetComplete
-
Deprecated.
Constructor create GetComplete object.
- GetComplete(String, List) - Constructor for class com.sun.identity.federation.message.common.GetComplete
-
Deprecated.
Constructor create GetComplete object.
- GetComplete(Element) - Constructor for class com.sun.identity.federation.message.common.GetComplete
-
Deprecated.
Constructor creates GetComplete object from
the Document Element.
- GETCOMPLETE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for GetComplete Element.
- GetComplete - Interface in com.sun.identity.saml2.protocol
-
This interface contains methods for the GetComplete
Element in the SAMLv2 Protocol Schema.
- getCompleteData() - Method in class com.sun.identity.install.tools.configurator.PersistentStateAccess
-
- GetCompleteImpl - Class in com.sun.identity.saml2.protocol.impl
-
This class contains methods for the GetComplete
Element in the SAMLv2 Protocol Schema.
- GetCompleteImpl() - Constructor for class com.sun.identity.saml2.protocol.impl.GetCompleteImpl
-
Constructor creates GetComplete object
- GetCompleteImpl(Element) - Constructor for class com.sun.identity.saml2.protocol.impl.GetCompleteImpl
-
Constructor creates GetComplete object
- GetCompleteImpl(String) - Constructor for class com.sun.identity.saml2.protocol.impl.GetCompleteImpl
-
Constructor creates GetComplete object
- getCompleteL10NMessage(Locale) - Method in exception com.sun.identity.common.ChainedException
-
Returns localized error message.
- getCompletionMessage(Locale, Path) - Method in class com.sun.identity.workflow.CreateSoapSTSDeployment
-
- getCompletionUrl() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getCompletionUrl() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
The URL that the user will be sent to on completion of their OAuth 2 login
and consent when using the device code flow.
- getCompletionUrl() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getComplianceServices() - Static method in class com.iplanet.am.sdk.AMDirectoryAccessFactory
-
Deprecated.
- getComplianceServicesImpl() - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Returns an implementation instance of IComplianceServices.
- getComplianceServicesImpl() - Method in interface com.iplanet.am.sdk.common.IDirectoryServicesProvider
-
- getComplianceServicesImpl() - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
- getComplianceServicesImpl() - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesProviderImpl
-
- getComplianceServicesImpl() - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
- getComplianceServicesImpl() - Method in class com.iplanet.am.sdk.remote.RemoteServicesProviderImpl
-
- getComponent() - Method in class org.forgerock.openam.rest.resource.AuditInfoContext
-
- getComponentName() - Method in interface com.sun.identity.plugin.configuration.ConfigurationActionEvent
-
Returns component name.
- getComponentName() - Method in class com.sun.identity.plugin.configuration.impl.ConfigurationActionEventImpl
-
Returns component name.
- getComponentName() - Method in class com.sun.identity.sm.ServiceConfig
-
Returns the service component name.
- getCompositeAdvice() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns the Composite Advice for this Authentication request.
- getCompositeAdvice(ActionDecision) - Method in class com.sun.identity.policy.client.PolicyEvaluator
-
Returns XML string representation of advice map contained in the
actionDecision.
- getCompositeAdviceType(AuthContextLocal) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- getCompositeAdviceType(AuthenticationContext) - Method in class org.forgerock.openam.core.rest.authn.core.wrappers.CoreServicesWrapper
-
Gets the Composite Advice Type for the Auth Context.
- getCompositeScopes() - Method in class org.forgerock.oauth2.core.UserInfoClaims
-
For claims that are provisioned by composite scopes, this will contain the mapping
of scope name to a list of claim names.
- getCompression() - Method in class org.forgerock.openam.radius.common.packet.FramedCompressionAttribute
-
Returns the desired compression indicator.
- getCondition() - Method in class com.sun.identity.entitlement.ApplicationPrivilege
-
Returns the condition the privilege
- getCondition() - Method in class com.sun.identity.entitlement.Privilege
-
Returns the eCondition the privilege
- getCondition() - Method in class com.sun.identity.entitlement.xacml3.core.Rule
-
Gets the value of the condition property.
- getCondition(String) - Method in class com.sun.identity.policy.Conditions
-
Returns the Condition object associated
with the given condition name.
- getCondition(String) - Method in class com.sun.identity.policy.ConditionTypeManager
-
Deprecated.
Returns an instance of the Condition
given the condition type name.
- getCondition(String) - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Gets the condition object identified by name.
- getCondition() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonPolicy
-
Gets the condition used in this policy.
- getConditionDecision(SSOToken, Map<String, Set<String>>) - Method in interface com.sun.identity.policy.interfaces.Condition
-
Deprecated.
Gets the decision computed by this condition object, based on the
Map of environment parameters
- getConditionDecision(SSOToken, Map) - Method in class com.sun.identity.policy.plugins.AMIdentityMembershipCondition
-
Deprecated.
Gets the decision computed by this condition object.
- getConditionDecision(SSOToken, Map) - Method in class com.sun.identity.policy.plugins.AuthenticatedSharedAgentsCondition
-
Gets the decision computed by this condition object.
- getConditionDecision(SSOToken, Map) - Method in class com.sun.identity.policy.plugins.AuthenticateToRealmCondition
-
Deprecated.
Returns the decision computed by this condition object, based on the
map of environment parameters
- getConditionDecision(SSOToken, Map) - Method in class com.sun.identity.policy.plugins.AuthenticateToServiceCondition
-
Deprecated.
Returns the decision computed by this condition object, based on the
map of environment parameters
- getConditionDecision(SSOToken, Map) - Method in class com.sun.identity.policy.plugins.AuthLevelCondition
-
Deprecated.
Gets the decision computed by this condition object, based on the
map of environment parameters
- getConditionDecision(SSOToken, Map) - Method in class com.sun.identity.policy.plugins.AuthRoleCondition
-
Deprecated.
Gets the decision computed by this condition object.
- getConditionDecision(SSOToken, Map) - Method in class com.sun.identity.policy.plugins.AuthSchemeCondition
-
Deprecated.
Gets the decision computed by this condition object, based on the
map of environment parameters
- getConditionDecision(SSOToken, Map) - Method in class com.sun.identity.policy.plugins.IPCondition
-
Deprecated.
Gets the decision computed by this condition object, based on the
map of environment parameters
- getConditionDecision(SSOToken, Map) - Method in class com.sun.identity.policy.plugins.LDAPFilterCondition
-
Deprecated.
Returns the decision computed by this condition object.
- getConditionDecision(SSOToken, Map) - Method in class com.sun.identity.policy.plugins.LEAuthLevelCondition
-
Deprecated.
Gets the decision computed by this condition object, based on the
Map of environment parameters
- getConditionDecision(SSOToken, Map) - Method in class com.sun.identity.policy.plugins.PrivilegeCondition
-
Returns condition decision.
- getConditionDecision(SSOToken, Map) - Method in class com.sun.identity.policy.plugins.ResourceEnvIPCondition
-
Deprecated.
Returns the decision computed by ResourceEnvIPCondition
object.
- getConditionDecision(SSOToken, Map) - Method in class com.sun.identity.policy.plugins.SessionCondition
-
Deprecated.
Gets the decision computed by this condition object, based on the
map of environment parameters or the user token.
- getConditionDecision(SSOToken, Map) - Method in class com.sun.identity.policy.plugins.SessionPropertyCondition
-
Deprecated.
Gets the decision computed by this condition object.
- getConditionDecision(SSOToken, Map) - Method in class com.sun.identity.policy.plugins.SimpleTimeCondition
-
Deprecated.
Gets the decision computed by this condition object, based on the
map of environment parameters
A policy would be evaluated only
if the decision of condition is allow.
- getConditionDecision(SSOToken, Map) - Method in class com.sun.identity.policy.plugins.UserSelfCheckCondition
-
Gets the decision computed by this condition object.
- getConditionDecision(SSOToken, Map) - Method in class org.forgerock.openam.network.ipv4.IPv4Condition
-
Deprecated.
Gets the decision computed by this condition object, based on the
map of environment parameters
- getConditionDecision(SSOToken, Map) - Method in class org.forgerock.openam.network.ipv6.IPv6Condition
-
Deprecated.
Gets the decision computed by this condition object, based on the
map of environment parameters
- getConditionDecisionCache() - Method in class org.forgerock.openam.entitlement.PrivilegeEvaluatorContext
-
Return the condition decision cache.
- getConditionName(Condition) - Method in class com.sun.identity.policy.Conditions
-
Returns the name associated with the given condition object.
- getConditionName() - Method in class org.forgerock.openam.entitlement.conditions.environment.AuthLevelCondition
-
Returns the name of the condition for use in logging.
- getConditionName() - Method in class org.forgerock.openam.entitlement.conditions.environment.LEAuthLevelCondition
-
Returns the name of the condition for use in logging.
- getConditionName(EntitlementCondition) - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
-
Returns the short name that the given condition is registered under.
- getConditionNames() - Method in class com.sun.identity.policy.Conditions
-
Returns the names of Condition objects
contained in this object.
- getConditionNames() - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Get the set of condition names associated with the policy.
- getConditionOrAudienceRestrictionOrOneTimeUse() - Method in interface com.sun.identity.saml2.jaxb.assertion.ConditionsType
-
Gets the value of the ConditionOrAudienceRestrictionOrOneTimeUse property.
- getConditionOrAudienceRestrictionOrOneTimeUse() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionsTypeImpl
-
- getConditions() - Method in class com.sun.identity.entitlement.Application
-
Returns set of supported condition class names.
- getConditions() - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Returns the conditions of an assertion.
- getConditions() - Method in interface com.sun.identity.saml2.assertion.Assertion
-
Returns the conditions of the assertion
- getConditions() - Method in interface com.sun.identity.saml2.assertion.Conditions
-
Returns a list of Condition
- getConditions() - Method in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
Returns the conditions of the assertion
- getConditions() - Method in class com.sun.identity.saml2.assertion.impl.ConditionsImpl
-
Returns a list of Condition
- getConditions() - Method in interface com.sun.identity.saml2.jaxb.assertion.AssertionType
-
Gets the value of the conditions property.
- getConditions() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionTypeImpl
-
- getConditions(String, int, int) - Static method in class com.sun.identity.saml2.profile.IDPSSOUtil
-
Returns a SAML Conditions object
- getConditions() - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
-
Returns the Conditions object.
- getConditions() - Method in class com.sun.identity.saml2.protocol.impl.AuthnRequestImpl
-
Returns the Conditions object.
- getConditions() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- getConditions(Map<String, Set<String>>) - Static method in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
Returns the list of conditions from the provided set of data within
the entitlement format.
- getConditionsProvider(SAML2Config) - Method in interface org.forgerock.openam.sts.tokengeneration.saml2.StatementProvider
-
- getConditionsProvider(SAML2Config) - Method in class org.forgerock.openam.sts.tokengeneration.saml2.StatementProviderImpl
-
- getConditionsShortNames() - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
-
- getConditionsShortNames() - Static method in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
- getConditionType(String) - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
-
Returns the condition type associated with the given short name, or null if no such condition is registered.
- getConditionTypeManager() - Method in class com.sun.identity.policy.PolicyManager
-
Deprecated.
Gets the ConditionTypeManager object instance associated
with this PolicyManager object instance
- getConditionTypeName(Condition) - Method in class com.sun.identity.policy.ConditionTypeManager
-
Deprecated.
Returns the type of the Condition implementation.
- getConditionTypeNames() - Method in class com.sun.identity.policy.ConditionTypeManager
-
Deprecated.
Returns a Set of all valid condition type names defined
by the policy service.
- getConfig() - Method in class com.sun.identity.authentication.modules.hotp.HOTPParams
-
- getConfig() - Method in interface com.sun.identity.authentication.spi.DSAMECallbackInterface
-
Returns the Map containing key/values pairs required for the
CustomCallback.
- getConfig() - Method in class com.sun.identity.config.wizard.LDAPStoreWizardPage
-
- getConfig(String, String) - Static method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Returns the trust authority configuration object.
- getConfig() - Method in class org.forgerock.openam.services.push.PushNotificationServiceConfigHelper
-
Retrieve a new PushNotificationServiceConfig from this Helper.
- getConfig(String, Class<? extends ConsoleConfigBuilder<C>>) - Method in interface org.forgerock.openam.sm.config.ConsoleConfigHandler
-
Gets a config bean for the passed realm using the builder.
- getConfig(String, Class<? extends ConsoleConfigBuilder<C>>) - Method in class org.forgerock.openam.sm.config.ConsoleConfigHandlerImpl
-
- getConfig(ConnectionType) - Method in class org.forgerock.openam.sm.ConnectionConfigFactory
-
Get an instance of the configuration to be used for generating a ConnectionPool.
- getConfig() - Method in class org.forgerock.openam.sts.tokengeneration.state.RestSTSInstanceState
-
- getConfig() - Method in class org.forgerock.openam.sts.tokengeneration.state.SoapSTSInstanceState
-
- getConfig() - Method in interface org.forgerock.openam.sts.tokengeneration.state.STSInstanceState
-
- getConfigAttributeMap(String, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns the attribute map by parsing the configured map in hosted
provider configuration
- getConfigAttributeMap(String, String, String) - Method in class com.sun.identity.saml2.plugins.DefaultAttributeMapper
-
Returns the attribute map by parsing the configured map in hosted
provider configuration
- getConfigAttributeMap(String, String) - Method in class com.sun.identity.wsfederation.plugins.DefaultAttributeMapper
-
Returns the attribute map by parsing the configured map in hosted
provider configuration
- getConfigAttributeMap(String, String, String) - Method in class org.forgerock.openam.sts.tokengeneration.saml2.statements.DefaultAttributeMapper
-
This method is called to obtain the attribute mappings defined for the hosted provider corresponding to the entity
id and realm.
- getConfigByDnsClaim(String, String) - Static method in class com.sun.identity.wss.security.WSSUtils
-
- getConfigData(ServiceConfig) - Method in class org.forgerock.openam.entitlement.service.ApplicationQueryFilterVisitor
-
- getConfigData(ServiceConfig) - Method in class org.forgerock.openam.sm.ServiceConfigQueryFilterVisitor
-
Get the configuration attribute data from the given
ServiceConfig.
- getConfigDir() - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Gets the configuration directory location
- getConfigDirPath() - Static method in class com.sun.identity.install.tools.util.ConfigUtil
-
- getConfigExportPassword() - Method in class org.forgerock.openam.core.rest.record.RecordProperties
-
Get configuration export password
NB: Config export should be enable first
- getConfigHelperFor(String) - Method in class org.forgerock.openam.services.push.PushNotificationServiceConfigHelperFactory
-
Produces a config helper for a given realm.
- getConfigManager() - Static method in class com.iplanet.ums.ConfigManagerUMS
-
Get the singleton instance of Config Manager.
- getConfigManager(String, String) - Method in class com.sun.identity.sm.ServiceManager
-
Returns the ServiceConfigManager for
the given service name and version.
- getConfigMap() - Method in interface com.iplanet.am.sdk.AMObjectListener
-
Deprecated.
- getConfigMap() - Method in class com.iplanet.am.sdk.AMObjectListenerImpl
-
Deprecated.
- getConfigMap() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- getConfigMap() - Method in class com.sun.identity.idm.IdRepoListener
-
- getConfigName() - Method in class com.sun.identity.authentication.config.AMSDKEventListener
-
Returns configuration name.
- getConfigProviderClass() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig
-
- getConfigProviderClass() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig
-
- getConfigProviderClass() - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig
-
- getConfigProviderClass() - Method in interface org.forgerock.openam.selfservice.config.SelfServiceConsoleConfig
-
Gets the class name for the self service configuration provider.
- getConfigStorageAttributeName() - Method in class org.forgerock.openam.core.rest.devices.services.deviceprint.TrustedDeviceService
-
- getConfigStorageAttributeName() - Method in interface org.forgerock.openam.core.rest.devices.services.DeviceService
-
Retrieve this realm's attribute name, under which the JSON configuration is stored.
- getConfigStorageAttributeName() - Method in class org.forgerock.openam.core.rest.devices.services.oath.AuthenticatorOathService
-
- getConfigStorageAttributeName() - Method in class org.forgerock.openam.core.rest.devices.services.push.AuthenticatorPushService
-
- getConfigStoreList() - Method in class org.forgerock.openam.setup.BootstrapConfig
-
- getConfigTemplateNames(Guid, String, int) - Method in class com.iplanet.ums.ConfigManagerUMS
-
- getConfigType() - Method in class com.sun.identity.delegation.DelegationPermission
-
Returns the config type in the permission
- getConfiguration() - Method in class com.iplanet.am.sdk.AMSDKRepo
-
- getConfiguration(Hashtable) - Method in class com.iplanet.services.naming.NamingTableConfigurationFactory
-
Constructs the internal configuration required by WebtopNaming.
- getConfiguration(String) - Method in interface com.sun.identity.entitlement.EntitlementConfiguration
-
Returns set of attribute values of a given attribute name,
- getConfiguration(String) - Method in class com.sun.identity.entitlement.opensso.EntitlementService
-
Returns set of attribute values of a given attribute name,
- getConfiguration(String, int) - Static method in class com.sun.identity.entitlement.opensso.EntitlementService
-
- getConfiguration() - Method in class com.sun.identity.idm.IdRepo
-
Return the configuration map
- getConfiguration(String, String) - Method in interface com.sun.identity.plugin.configuration.ConfigurationInstance
-
Returns Configurations.
- getConfiguration(String, String) - Method in class com.sun.identity.plugin.configuration.impl.ConfigurationInstanceImpl
-
Returns Configurations.
- getConfiguration(String, String) - Method in class com.sun.identity.plugin.configuration.impl.FedletConfigurationImpl
-
Returns Configurations.
- getConfiguration() - Method in class org.forgerock.openam.scripting.StandardScriptEngineManager
-
Get the current script engine configuration in use for evaluating scripts.
- getConfiguration() - Method in class org.forgerock.openam.uma.UmaWellKnownConfigurationEndpoint
-
Gets the configuration for the configured UMA provider for the realm.
- getConfiguration(OAuth2Request) - Method in class org.forgerock.openidconnect.OpenIDConnectProviderConfiguration
-
Gets the OpenId configuration for the OpenId Connect provider.
- getConfiguration() - Method in class org.forgerock.openidconnect.restlet.OpenIDConnectConfiguration
-
Handles GET requests to the OpenId Connect .well-known endpoint for retrieving the OpenId Connect provider
configuration.
- getConfigurationClass() - Method in enum org.forgerock.openam.sm.datalayer.api.ConnectionType
-
- getConfigurationInstance(String) - Static method in class com.sun.identity.plugin.configuration.ConfigurationManager
-
Gets a configuration instance.
- getConfigurationInstance(String, Object) - Static method in class com.sun.identity.plugin.configuration.ConfigurationManager
-
Gets a configuration instance.
- getConfigurationName() - Method in interface com.sun.identity.plugin.configuration.ConfigurationActionEvent
-
Returns configuration name.
- getConfigurationName() - Method in class com.sun.identity.plugin.configuration.impl.ConfigurationActionEventImpl
-
Returns configuration name.
- getConfigurationState() - Method in interface org.forgerock.openam.sts.soap.bootstrap.SoapSTSAgentConfigAccess
-
- getConfigurationState() - Method in class org.forgerock.openam.sts.soap.bootstrap.SoapSTSAgentConfigAccessImpl
-
- getConfigurator() - Method in class org.forgerock.openam.audit.context.AuditRequestContextPropagatingExecutorService
-
- getConfigurator() - Method in interface org.forgerock.openam.audit.context.ConfigurableExecutorService
-
- getConfiguredIssuer() - Method in class org.forgerock.openam.authentication.modules.oidc.JwtHandlerConfig
-
- getConfiguredKeyValues() - Method in class com.sun.identity.sm.ChoiceValues
-
Returns the configured key-value pairs for the class in the service's
configuration file
- getConfiguredKeyValues() - Method in class com.sun.identity.sm.DefaultValues
-
Returns the configured key-value pairs for the class in the service's
configuration file
- getConfiguredPrivilegeNames() - Method in class com.sun.identity.delegation.DelegationManager
-
Returns all the names of the delegation privileges that are configured
with the realm.
- getConfiguredServices() - Method in class com.sun.identity.sm.OrganizationConfigManager
-
- getConfirmationKey() - Method in interface org.forgerock.oauth2.core.AccessToken
-
Get's the tokens confirmation claim.
- getConfirmationKey() - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
- getConfirmationKey(OAuth2Request) - Method in class org.forgerock.openam.oauth2.OAuth2Utils
-
Given an OAuth2 request, attempts to pull out the confirmation key; this is optional.
- getConfirmationKey() - Method in class org.forgerock.openam.oauth2.StatelessAccessToken
-
- getConfirmationMethod() - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
-
Gets Confirmation Method(s)
- getConfirmationMethod() - Method in class com.sun.identity.wss.security.AssertionTokenSpec
-
Returns the confirmation method.
- getConfirmationMethod() - Method in class com.sun.identity.wss.security.SAML2TokenSpec
-
Returns the confirmation method.
- getConfirmPWD() - Method in class com.sun.identity.authentication.modules.ldap.LDAPCallbacks
-
- getConnection(Principal) - Method in class com.iplanet.ums.DataLayer
-
Get connection from pool.
- getConnection(URL) - Static method in class com.sun.identity.common.HttpURLConnectionManager
-
Get the HttpURLConnection and set read and connect timeout
- getConnection(String, int, String, char[], int, boolean) - Method in class com.sun.identity.config.util.AjaxPage
-
- getConnection() - Method in class com.sun.identity.sm.ldap.CTSDataLayer
-
Obtain a Connection from the Shared Pool
- getConnection() - Method in class org.forgerock.openam.rest.ElevatedConnectionFactoryWrapper
-
- getConnection() - Method in class org.forgerock.openam.upgrade.steps.AbstractUpgradeStep
-
Acquires an LDAP connection against the configuration store.
- getConnectionAsync() - Method in class org.forgerock.openam.rest.ElevatedConnectionFactoryWrapper
-
- getConnectionFactoryProviderType() - Method in class org.forgerock.openam.cts.impl.CTSAsyncConnectionModule
-
- getConnectionFactoryProviderType() - Method in class org.forgerock.openam.sm.datalayer.impl.ldap.LdapDataLayerConnectionModule
-
- getConnectionFactoryProviderType() - Method in class org.openidentityplatform.openam.cassandra.CTSAsyncConnectionModule
-
- getConnectionFactoryProviderType() - Method in class org.openidentityplatform.openam.cassandra.DataLayerConnectionModule
-
- getConnectionsCumulativeCount(boolean) - Method in interface org.forgerock.openam.cts.monitoring.CTSConnectionMonitoringStore
-
Gets the total count of connections requested from the pool in a given interval.
- getConnectionsCumulativeCount(boolean) - Method in class org.forgerock.openam.cts.monitoring.impl.connections.ConnectionStore
-
Returns the total number of connections made in the customisable period.
- getConnectionsCumulativeCount(boolean) - Method in class org.forgerock.openam.cts.monitoring.impl.CTSMonitoringStoreImpl
-
- getConnectionType() - Method in class com.iplanet.services.ldap.Server
-
Get the type of the connection to the server.
- getConnectionType() - Method in class com.iplanet.services.ldap.ServerInstance
-
Get the connection type to the server.
- getConnectTimeout() - Static method in class com.sun.identity.common.HttpURLConnectionManager
-
- getConnNumRetry() - Static method in class com.iplanet.ums.DataLayer
-
- getConnPoolGroup() - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
- getConnPoolSvcMBean() - Static method in class com.sun.identity.monitoring.Agent
-
- getConnRequestWaitTimeCurrent() - Method in class com.sun.identity.monitoring.SsoServerConnPoolSvc
-
Getter for the "ConnRequestWaitTimeCurrent" variable.
- getConnRequestWaitTimeCurrent() - Method in interface com.sun.identity.monitoring.SsoServerConnPoolSvcMBean
-
Getter for the "ConnRequestWaitTimeCurrent" variable.
- getConnRequestWaitTimeHighWaterMark() - Method in class com.sun.identity.monitoring.SsoServerConnPoolSvc
-
Getter for the "ConnRequestWaitTimeHighWaterMark" variable.
- getConnRequestWaitTimeHighWaterMark() - Method in interface com.sun.identity.monitoring.SsoServerConnPoolSvcMBean
-
Getter for the "ConnRequestWaitTimeHighWaterMark" variable.
- getConnRequestWaitTimeLowWaterMark() - Method in class com.sun.identity.monitoring.SsoServerConnPoolSvc
-
Getter for the "ConnRequestWaitTimeLowWaterMark" variable.
- getConnRequestWaitTimeLowWaterMark() - Method in interface com.sun.identity.monitoring.SsoServerConnPoolSvcMBean
-
Getter for the "ConnRequestWaitTimeLowWaterMark" variable.
- getConnRetryInterval() - Static method in class com.iplanet.ums.DataLayer
-
- getConsent() - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Returns the value of consent attribute.
- getConsent() - Method in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
Sets the value of the Consent attribute.
- getConsent() - Method in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
Returns the value of the consent property.
- getConsent() - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
-
Returns the value of the Consent attribute.
- getConsent() - Method in interface com.sun.identity.saml2.protocol.StatusResponse
-
Returns the value of the consent property.
- getConsentHandlerURL(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
Returns the ConsentHandler.
- getConsentHeader() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Returns the ConsentHeader.
- getConsentHeader() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
Returns the ConsentHeader.
- getConsentPageURL(HttpServletRequest, BaseConfigType) - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
Returns the list of circle of trusts page URL.
- getConsentURI() - Method in class com.sun.identity.federation.message.FSAuthnResponse
-
Deprecated.
Returns the value of the consent attribute.
- getConstraintHandler() - Method in class com.iplanet.dpro.session.service.SessionServiceConfig
-
Returns amSession.xml property "iplanet-am-session-constraint-handler".
- getConstraintViolationDetails() - Method in exception com.sun.identity.idm.IdRepoException
-
If this error is an instance of a LDAP Constraint Violated Error (LDAP code 313)
attempts to return useful information about the error that occured without
leaking additional information about the system to the calling user.
- getConsumerSiteAttributeMapper() - Method in class com.sun.identity.saml.common.SAMLServiceManager.SOAPEntry
-
Returns ConsumerSiteAttributeMapper instance.
- getContactPerson() - Method in interface com.sun.identity.saml2.jaxb.metadata.EntityDescriptorType
-
Gets the value of the ContactPerson property.
- getContactPerson() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl
-
- getContactPerson() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl
-
- getContactPerson() - Method in interface com.sun.identity.saml2.jaxb.metadata.RoleDescriptorType
-
Gets the value of the ContactPerson property.
- getContacts() - Method in class org.forgerock.openidconnect.Client
-
Gets the contacts.
- getContactType() - Method in interface com.sun.identity.saml2.jaxb.metadata.ContactType
-
Gets the value of the contactType property.
- getContactType() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ContactTypeImpl
-
- getContainerAttributes() - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPAddressCard
-
Gets required common name container attributes.
- getContainerAttributes() - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPBaseContainer
-
Gets container attributes.
- getContainerAttributes() - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPCommonName
-
Gets required common name container attributes.
- getContainerAttributes() - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPDemographics
-
Gets required common name container attributes.
- getContainerAttributes() - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPEmergencyContact
-
Gets the Emergency Contact Attribute.
- getContainerAttributes() - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPEmploymentIdentity
-
Gets required employment identity container attributes.
- getContainerAttributes() - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPEncryptKey
-
Gets required common name container attributes.
- getContainerAttributes() - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPExtensionContainer
-
Gets the extension container attributes.
- getContainerAttributes() - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPFacade
-
Gets the Facade Attribute Set.
- getContainerAttributes() - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPInformalName
-
Gets required common name container attributes.
- getContainerAttributes() - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPLegalIdentity
-
Gets required common name container attributes.
- getContainerAttributes() - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPMsgContact
-
Gets required common name container attributes.
- getContainerAttributes() - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPSignKey
-
Gets required common name container attributes.
- getContainerAttributes() - Method in interface com.sun.identity.liberty.ws.idpp.plugin.IDPPContainer
-
Gets the supported container attributes.
- getContainerAttributesForSelect(String) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPAddressCard
-
Sets the container attributes for a given select expression.
- getContainerAttributesForSelect(String) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPBaseContainer
-
Gets the container attributes for select.
- getContainerAttributesForSelect(String) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPCommonName
-
Gets the container attributes for a given select expression.
- getContainerAttributesForSelect(String) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPDemographics
-
Gets the container attributes for a given select expression.
- getContainerAttributesForSelect(String) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPEmergencyContact
-
Gets the container attributes for a given select expression.
- getContainerAttributesForSelect(String) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPEmploymentIdentity
-
Gets the container attributes for a given select expression.
- getContainerAttributesForSelect(String) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPEncryptKey
-
Gets the container attributes for a given select expression.
- getContainerAttributesForSelect(String) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPExtensionContainer
-
Gets the container attributes for a given select expression.
- getContainerAttributesForSelect(String) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPFacade
-
Gets the container attributes for a given select expression.
- getContainerAttributesForSelect(String) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPInformalName
-
Gets the container attributes for a given select expression.
- getContainerAttributesForSelect(String) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPLegalIdentity
-
Gets the container attributes for a given select expression.
- getContainerAttributesForSelect(String) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPMsgContact
-
Gets the container attributes for a given select expression.
- getContainerAttributesForSelect(String) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPSignKey
-
Gets the container attributes for a given select expression.
- getContainerAttributesForSelect(String) - Method in interface com.sun.identity.liberty.ws.idpp.plugin.IDPPContainer
-
Gets the container attributes for a select expression.
- getContainerClasses() - Method in class com.sun.identity.liberty.ws.idpp.IDPPServiceManager
-
Gets container classes.
- getContainerExtension(String) - Method in class com.sun.identity.liberty.ws.idpp.IDPPServiceManager
-
Gets the container extension class for a given container.
- getContainerExtensions() - Method in class com.sun.identity.liberty.ws.idpp.IDPPServiceManager
-
Gets container extensions.
- getContainerObject(Map) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPAddressCard
-
Gets the container object i.e.
- getContainerObject(Map) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPBaseContainer
-
Gets the container Object.
- getContainerObject(Map) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPCommonName
-
Gets the common name jaxb element
- getContainerObject(Map) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPDemographics
-
Gets the common name jaxb element
- getContainerObject(Map) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPEmergencyContact
-
Gets the Emergency Contact Object
- getContainerObject(Map) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPEmploymentIdentity
-
Gets the employment identity jaxb object
- getContainerObject(Map) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPEncryptKey
-
Gets the common name jaxb element
- getContainerObject(Map) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPExtensionContainer
-
Gets the container extension jaxb object.
- getContainerObject(Map) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPFacade
-
Gets the Facade JAXB Element.
- getContainerObject(Map) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPInformalName
-
Gets the Informal Name JAXB Object
- getContainerObject(Map) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPLegalIdentity
-
Gets the container object i.e.
- getContainerObject(Map) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPMsgContact
-
Gets the common name jaxb element
- getContainerObject(Map) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPSignKey
-
Gets the common name jaxb element
- getContainerRDN() - Method in class com.iplanet.am.sdk.AMEntityType
-
Deprecated.
Returns the parent container RDN
- getContainerType() - Method in class com.iplanet.am.sdk.AMEntityType
-
Deprecated.
Returns the parent container type
- getContent() - Method in class com.iplanet.services.comm.share.Notification
-
Gets the content of the Notification.
- getContent() - Method in class com.iplanet.services.comm.share.Request
-
Gets the content of the Request.
- getContent() - Method in class com.iplanet.services.comm.share.Response
-
Gets the content of the Response.
- getContent() - Method in class com.sun.identity.entitlement.xacml3.core.Attributes
-
Gets the value of the content property.
- getContent() - Method in class com.sun.identity.entitlement.xacml3.core.AttributeValue
-
Gets the value of the content property.
- getContent() - Method in class com.sun.identity.entitlement.xacml3.core.Content
-
Gets the value of the content property.
- getContent() - Method in class com.sun.identity.entitlement.xacml3.core.PolicyIssuer
-
Gets the value of the content property.
- getContent() - Method in class com.sun.identity.install.tools.util.RESTEndpoint.RESTResponse
-
- getContent() - Method in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationDataImpl
-
Returns a list of arbitrary XML elements to be added to this
SubejctConfirmationData object.
- getContent() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
-
Returns a list of arbitrary XML elements to be added to this
SubjectConfirmationData object.
- getContent() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationDataTypeImpl
-
- getContent() - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectConfirmationDataType
-
Gets the value of the Content property.
- getContent() - Method in interface com.sun.identity.saml2.jaxb.schema.AnyType
-
Gets the value of the Content property.
- getContent() - Method in class com.sun.identity.saml2.jaxb.schema.impl.AnyTypeImpl
-
- getContent() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.AgreementMethodType
-
Gets the value of the Content property.
- getContent() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType
-
Gets the value of the Content property.
- getContent() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertyType
-
Gets the value of the Content property.
- getContent() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl
-
- getContent() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl
-
- getContent() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyTypeImpl
-
- getContent() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.CanonicalizationMethodType
-
Gets the value of the Content property.
- getContent() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.DigestMethodType
-
Gets the value of the Content property.
- getContent() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.CanonicalizationMethodTypeImpl
-
- getContent() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DigestMethodTypeImpl
-
- getContent() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyInfoTypeImpl
-
- getContent() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyValueTypeImpl
-
- getContent() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ObjectTypeImpl
-
- getContent() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureMethodTypeImpl
-
- getContent() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertyTypeImpl
-
- getContent() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformTypeImpl
-
- getContent() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.KeyInfoType
-
Gets the value of the Content property.
- getContent() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.KeyValueType
-
Gets the value of the Content property.
- getContent() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.ObjectType
-
Gets the value of the Content property.
- getContent() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignatureMethodType
-
Gets the value of the Content property.
- getContent() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignaturePropertyType
-
Gets the value of the Content property.
- getContent() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.TransformType
-
Gets the value of the Content property.
- getContent(String, Locale) - Static method in class com.sun.identity.workflow.Task
-
- getContent() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.CanonicalizationMethodType
-
Gets the value of the Content property.
- getContent() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.DigestMethodType
-
Gets the value of the Content property.
- getContent() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.CanonicalizationMethodTypeImpl
-
- getContent() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DigestMethodTypeImpl
-
- getContent() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyInfoTypeImpl
-
- getContent() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyValueTypeImpl
-
- getContent() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ObjectTypeImpl
-
- getContent() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureMethodTypeImpl
-
- getContent() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertyTypeImpl
-
- getContent() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformTypeImpl
-
- getContent() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.KeyInfoType
-
Gets the value of the Content property.
- getContent() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.KeyValueType
-
Gets the value of the Content property.
- getContent() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.ObjectType
-
Gets the value of the Content property.
- getContent() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignatureMethodType
-
Gets the value of the Content property.
- getContent() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignaturePropertyType
-
Gets the value of the Content property.
- getContent() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.TransformType
-
Gets the value of the Content property.
- getContentConverter() - Method in class org.forgerock.maven.plugins.inject.content.Inject
-
Gets the name of the ContentConverter to use when injecting content into the destination file.
- getContentLength() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
The default behavior of this method is to return getContentLength()
on the wrapped request object.
- getContentLengthLong() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
- getContents() - Method in class com.sun.identity.common.ISResourceBundle
-
- getContents() - Method in class org.forgerock.maven.plugins.inject.content.Inject
-
Gets the contents that will be injected into the destination file.
- getContents() - Method in class org.forgerock.openam.uma.PermissionTicket
-
- getContentStreamByGET(String, String, Map<String, String>) - Method in class org.forgerock.openam.authentication.modules.oauth2.HttpRequestContent
-
- getContentStreamByPOST(String, String, Map<String, String>, Map<String, String>) - Method in class org.forgerock.openam.authentication.modules.oauth2.HttpRequestContent
-
- getContentType(String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
return the contentType associated with a clientType
if no contentType found then return the default
- getContentType() - Method in class com.sun.identity.saml.protocol.Request
-
Returns the type of content this Request has.
- getContentType() - Method in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationDataImpl
-
Returns the content type attribute
- getContentType() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
-
Returns the content type attribute
- getContentType() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
The default behavior of this method is to return getContentType()
on the wrapped request object.
- getContentType() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletResponse
-
Returns the MIME type for the content response
- getContentUsingGET(String, String, Map<String, String>) - Method in class org.forgerock.openam.authentication.modules.oauth2.HttpRequestContent
-
- getContentUsingPOST(String, String, Map<String, String>, Map<String, String>) - Method in class org.forgerock.openam.authentication.modules.oauth2.HttpRequestContent
-
- getContext() - Method in class org.forgerock.openam.rest.service.RouterContextResource
-
- getContext() - Method in enum org.forgerock.openam.scripting.ScriptConstants.GlobalScript
-
- getContext() - Method in class org.forgerock.openam.scripting.service.ScriptConfiguration
-
Get the context in which the script will be used.
- getContext() - Method in class org.forgerock.openam.sts.config.user.AuthTargetMapping.AuthTarget
-
- getContext() - Method in class org.forgerock.openidconnect.restlet.OpenIDConnectCheckSessionEndpoint
-
- getContextFromString(String) - Static method in class org.forgerock.openam.scripting.ScriptConstants
-
Retrieve the ScriptContext instance for the given context.
- getContextHolderKey() - Method in class org.forgerock.openam.radius.server.RadiusRequest
-
Get the key used to store the ContextHolder entry in the ContextHolderCache.
- getContextMap(MessageInfo) - Method in class org.forgerock.openam.authentication.modules.persistentcookie.PersistentCookieModuleWrapper
-
Ensures the context map exists within the messageInfo object, and then returns the context map to be used.
- getContextPath() - Method in class com.sun.identity.setup.HttpServletRequestWrapper
-
Returns the context path.
- getContextPath() - Method in interface com.sun.identity.setup.IHttpServletRequest
-
Returns the context path.
- getContextPath() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
The default behavior of this method is to return getContextPath()
on the wrapped request object.
- getContextPath() - Method in class org.forgerock.openam.services.baseurl.BaseURLProvider
-
Gets the contextPath.
- getContextPath() - Method in class org.forgerock.openam.upgrade.UpgradeHttpServletRequest
-
- getContextSelectorId() - Method in class com.sun.identity.entitlement.xacml3.core.AttributeSelector
-
Gets the value of the contextSelectorId property.
- getContextSubject(Context) - Method in class org.forgerock.openam.rest.SubjectAwareResource
-
Retrieves the
Subject from the
org.forgerock.http.context.Context.
- getControlFlag() - Method in class com.sun.identity.authentication.config.AuthConfigurationEntry
-
Returns control flag .
- getControlFlagAsString(AppConfigurationEntry.LoginModuleControlFlag) - Static method in class com.sun.identity.authentication.config.AMAuthConfigUtils
-
- getCookie() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteCookie
-
Returns a Cookie representing the state of this serialized cookie
- getCookieArrayFromReq(HttpServletRequest) - Static method in class com.iplanet.services.util.CookieUtils
-
Deprecated.
Gets Array of cookie in servlet request
- getCookieArrayFromReq(HttpServletRequest) - Static method in class com.sun.identity.shared.encode.CookieUtils
-
Gets Array of cookie in servlet request.
- getCookieDetect(String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Returns true if cookieDetect mode else false.
- getCookieDomain() - Method in class com.sun.identity.config.util.AjaxPage
-
- getCookieDomains() - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Return the set of cookie domains configured in Platform settings.
- getCookieDomainsForRequest(HttpServletRequest) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Find the cookie domains from the cookie domain list based on the hostname of the incoming request.
- getCookieDomainsForRequest(HttpServletRequest) - Static method in class com.sun.identity.common.SystemConfigurationUtil
-
Returns list of cookie domains.
- getCookieDomainsForRequest(HttpServletRequest) - Method in class org.forgerock.openam.core.CoreWrapper
-
Gets the configured cookie domains for the server matching the current request's domains.
- getCookieFromReq(HttpServletRequest, String) - Static method in class com.iplanet.services.util.CookieUtils
-
Deprecated.
Gets cookie object that has mached name in servlet request
- getCookieFromReq(HttpServletRequest, String) - Static method in class com.sun.identity.shared.encode.CookieUtils
-
Gets cookie object that has mached name in servlet request
- getCookieFromServerContext(Context) - Static method in class org.forgerock.openam.rest.RestUtils
-
Returns TokenID from headers
- getCookieFromServerContext(Context) - Static method in class org.forgerock.openam.rest.ServerContextHelper
-
Gets the iPlanetDirectoryPro cookie from the Context.
- getCookieMode() - Method in class com.iplanet.dpro.session.SessionID
-
Returns the if the cookies are supported.
- getCookieName() - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- getCookieName() - Method in class org.forgerock.openam.authentication.service.AuthUtilsWrapper
-
Gets the cookie name from System Properties.
- getCookieName() - Method in class org.forgerock.openam.session.SessionCookies
-
Returns cookie name.
- getCookieName() - Method in class org.forgerock.openidconnect.CheckSession
-
Get the cookie name containing the session information.
- GetCookieNameForToken - Class in com.sun.identity.idsvcs
-
- GetCookieNameForToken() - Constructor for class com.sun.identity.idsvcs.GetCookieNameForToken
-
- getCookieNameForToken() - Method in interface com.sun.identity.idsvcs.IdentityServices
-
Returns the cookie used by OpenAM Authentication module to store the
SSOToken.
- getCookieNameForToken() - Method in interface com.sun.identity.idsvcs.IdentityServicesImpl
-
- getCookieNameForToken() - Method in class com.sun.identity.idsvcs.opensso.IdentityServicesImpl
-
- GetCookieNameForToken_LiteralSerializer - Class in com.sun.identity.idsvcs
-
- GetCookieNameForToken_LiteralSerializer(QName, String) - Constructor for class com.sun.identity.idsvcs.GetCookieNameForToken_LiteralSerializer
-
- GetCookieNameForToken_LiteralSerializer(QName, String, boolean) - Constructor for class com.sun.identity.idsvcs.GetCookieNameForToken_LiteralSerializer
-
- GetCookieNameForTokenResponse - Class in com.sun.identity.idsvcs
-
- GetCookieNameForTokenResponse() - Constructor for class com.sun.identity.idsvcs.GetCookieNameForTokenResponse
-
- GetCookieNameForTokenResponse(String) - Constructor for class com.sun.identity.idsvcs.GetCookieNameForTokenResponse
-
- GetCookieNameForTokenResponse_LiteralSerializer - Class in com.sun.identity.idsvcs
-
- GetCookieNameForTokenResponse_LiteralSerializer(QName, String) - Constructor for class com.sun.identity.idsvcs.GetCookieNameForTokenResponse_LiteralSerializer
-
- GetCookieNameForTokenResponse_LiteralSerializer(QName, String, boolean) - Constructor for class com.sun.identity.idsvcs.GetCookieNameForTokenResponse_LiteralSerializer
-
- GetCookieNamesToForward - Class in com.sun.identity.idsvcs
-
- GetCookieNamesToForward() - Constructor for class com.sun.identity.idsvcs.GetCookieNamesToForward
-
- getCookieNamesToForward() - Method in interface com.sun.identity.idsvcs.IdentityServices
-
Returns a list of cookie names that are used by OpenAM for
authentication and load balancing.
- getCookieNamesToForward() - Method in interface com.sun.identity.idsvcs.IdentityServicesImpl
-
- getCookieNamesToForward() - Method in class com.sun.identity.idsvcs.opensso.IdentityServicesImpl
-
- GetCookieNamesToForward_LiteralSerializer - Class in com.sun.identity.idsvcs
-
- GetCookieNamesToForward_LiteralSerializer(QName, String) - Constructor for class com.sun.identity.idsvcs.GetCookieNamesToForward_LiteralSerializer
-
- GetCookieNamesToForward_LiteralSerializer(QName, String, boolean) - Constructor for class com.sun.identity.idsvcs.GetCookieNamesToForward_LiteralSerializer
-
- GetCookieNamesToForwardResponse - Class in com.sun.identity.idsvcs
-
- GetCookieNamesToForwardResponse() - Constructor for class com.sun.identity.idsvcs.GetCookieNamesToForwardResponse
-
- GetCookieNamesToForwardResponse(String[]) - Constructor for class com.sun.identity.idsvcs.GetCookieNamesToForwardResponse
-
- GetCookieNamesToForwardResponse_LiteralSerializer - Class in com.sun.identity.idsvcs
-
- GetCookieNamesToForwardResponse_LiteralSerializer(QName, String) - Constructor for class com.sun.identity.idsvcs.GetCookieNamesToForwardResponse_LiteralSerializer
-
- GetCookieNamesToForwardResponse_LiteralSerializer(QName, String, boolean) - Constructor for class com.sun.identity.idsvcs.GetCookieNamesToForwardResponse_LiteralSerializer
-
- getCookies() - Method in class com.iplanet.am.util.CLILogin
-
- getCookies() - Method in interface org.forgerock.http.client.request.HttpClientRequest
-
Retrieve the cookies set on the request.
- getCookies() - Method in class org.forgerock.http.client.request.SimpleHttpClientRequest
-
Retrieve the cookies set on the request.
- getCookies() - Method in interface org.forgerock.http.client.response.HttpClientResponse
-
Retrieve any cookies sent with the accessed resource.
- getCookies() - Method in class org.forgerock.http.client.response.SimpleHttpClientResponse
-
Retrieve any cookies sent with the accessed resource.
- getCookies() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
The default behavior of this method is to return getCookies()
on the wrapped request object.
- getCookies() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletResponse
-
Returns the cookies associated with the request.
- getCookieSameSite() - Static method in class com.sun.identity.saml2.idpdiscovery.CookieUtils
-
Returns property value of "org.openidentityplatform.openam.cookie.samesite"
- getCookieSameSite() - Static method in class com.sun.identity.shared.encode.CookieUtils
-
Returns property value of "org.openidentityplatform.openam.cookie.samesite"
- getCookiesString(HttpServletRequest) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
- getCookieStr() - Method in class com.iplanet.dpro.session.Session
-
- getCookieString(AuthContext, String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Returns the Cookie object created based on the cookieName,
Session ID and cookieDomain.
- getCookieString(AuthContextLocal, String) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
Returns the Cookie object created based on the cookie name,
Session ID and cookie domain.
- getCookieSupport() - Method in class com.iplanet.dpro.session.service.InternalSession
-
Returns true if cookies are supported.
- getCookieSupport() - Method in class com.iplanet.dpro.session.Session
-
Returns true if cookies are supported else false.
- getCookieSupport(String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
for url rewriting with session id we need to know whether
cookies are supported
RFE 4412286
- getCookieTable() - Method in class com.sun.identity.authentication.AuthContext
-
Returns a Map object that
that contains cookies set by AM server
- getCookieTimeToLive() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns AM session cookie time to live
- getCookieURL(SessionID) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- getCookieURLForSessionUpgrade(HttpServletRequest) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- getCookieValue(Cookie) - Static method in class com.iplanet.services.util.CookieUtils
-
Deprecated.
Gets normalized value of cookie
- getCookieValue(Cookie) - Static method in class com.sun.identity.shared.encode.CookieUtils
-
Returns normalized value of cookie
- getCookieValueFromReq(HttpServletRequest, String) - Static method in class com.iplanet.services.util.CookieUtils
-
Deprecated.
Gets value of cookie that has mached name in servlet request
- getCookieValueFromReq(HttpServletRequest, String) - Static method in class com.sun.identity.saml2.idpdiscovery.CookieUtils
-
Gets value of cookie that has mached name in servlet request
- getCookieValueFromReq(HttpServletRequest, String) - Static method in class com.sun.identity.shared.encode.CookieUtils
-
Returns value of cookie that has mached name in servlet request
- getCopy() - Method in class com.iplanet.am.sdk.AMHashMap
-
This method is to some what clone() behaviour.
- getCopy(Set) - Method in class com.iplanet.am.sdk.AMHashMap
-
This method is to some what clone() behaviour.
- getCopyRightText() - Method in interface com.sun.identity.password.ui.model.PWResetModel
-
Returns copyright text
- getCopyRightText() - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns copyright text.
- getCorePoolSize() - Method in class org.forgerock.openam.audit.context.ExecutorServiceConfigurator
-
Returns the core number of threads.
- getCoreThreads() - Method in class org.forgerock.openam.radius.server.config.ThreadPoolConfig
-
Get the number of core threads - the thread pool should keep this many threads around even if they have no work
to do.
- getCoreTokenDN(String) - Static method in class com.sun.identity.coretoken.spi.OpenSSOCoreTokenStore
-
- getCoreTokenResource(JSONSerialisation, CTSPersistentStoreProxy, Debug) - Method in class org.forgerock.openam.core.rest.cts.CoreRestCtsGuiceModule
-
- getCoreTokenResourceAuthzModule(Config<SessionService>, Debug, CoreTokenConfig) - Method in class org.forgerock.openam.core.rest.cts.CoreRestCtsGuiceModule
-
- getCorrelationHeader() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Returns the CorrelationHeader.
- getCorrelationHeader() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
Returns the CorrelationHeader.
- getCorsService() - Method in class org.forgerock.openam.cors.CORSConfigListener
-
- getCOSAttributes() - Method in class com.iplanet.ums.cos.DirectCOSDefinition
-
Retrieves the COS attributes for this definition.
- getCOSAttributes() - Method in interface com.iplanet.ums.cos.ICOSDefinition
-
This method returns an array of COS attributes.
- getCOSManager(SSOToken, Guid) - Static method in class com.iplanet.ums.cos.COSManager
-
This method returns an instance of a COS Manager.
- getCOSManager(Principal, Guid) - Static method in class com.iplanet.ums.cos.COSManager
-
This method returns an instance of a COS Manager.
- getCosQualifier() - Method in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
Returns the value of the cosQualifier for this attribute
that is default or merge-schemes.
- getCosQualifier() - Method in class com.sun.identity.sm.AttributeSchema
-
Returns the value of the cosQualifier for this attribute
that is default, override, operational or merge-cos.
- getCosQualifier() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Returns the value of the cosQualifier for this attribute.
- getCOSSpecifier() - Method in class com.iplanet.ums.cos.DirectCOSDefinition
-
Returns the COS specifier.
- getCOSTemplate(String) - Method in class com.iplanet.ums.cos.DirectCOSDefinition
-
Returns a template from this definition given the name of the template.
- getCOSTemplates() - Method in class com.iplanet.ums.cos.DirectCOSDefinition
-
Returns all templates for this definition.
- getCOTKey() - Static method in class com.sun.liberty.LibertyManager
-
Returns the COT key from IFSConstants.
- getCount() - Method in class com.sun.identity.entitlement.util.NetworkMonitor.StatsData
-
- getCount() - Method in class com.sun.identity.saml2.assertion.impl.ProxyRestrictionImpl
-
Returns the maximum number of indirections that the asserting
party permits to exist between this assertion and an assertion
which has ultimately been issued on the basis of it.
- getCount() - Method in interface com.sun.identity.saml2.assertion.ProxyRestriction
-
Returns the maximum number of indirections that the asserting
party permits to exist between this assertion and an assertion
which has ultimately been issued on the basis of it.
- getCount() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ProxyRestrictionTypeImpl
-
- getCount() - Method in interface com.sun.identity.saml2.jaxb.assertion.ProxyRestrictionType
-
Gets the value of the count property.
- getCounter() - Method in class org.forgerock.openam.core.rest.devices.oath.OathDeviceSettings
-
Get the counter value for this device.
- getCramMD5MechanismAuthenticationModule() - Static method in class com.sun.identity.liberty.ws.authnsvc.AuthnSvcService
-
Returns authentication module for 'CRAM-MD5' mechanism handler.
- getCreatableTypes(Context, String, ActionRequest) - Method in class org.forgerock.openam.core.rest.sms.SmsCollectionProvider
-
- getCreateAccountFlag() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getCreated() - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.TimestampTypeImpl
-
- getCreated() - Method in interface com.sun.identity.wsfederation.jaxb.wsu.TimestampType
-
Gets the value of the created property.
- getCreated() - Method in class com.sun.identity.wss.security.UserNameToken
-
Returns the created.
- getCreatedBy() - Method in class com.sun.identity.entitlement.Application
-
Returns the user ID who created the policy.
- getCreatedBy() - Method in class com.sun.identity.entitlement.ApplicationPrivilege
-
Returns the user ID who created the policy.
- getCreatedBy() - Method in class com.sun.identity.entitlement.Privilege
-
Returns the user ID who created the policy.
- getCreatedBy() - Method in class com.sun.identity.entitlement.ReferralPrivilege
-
Deprecated.
Returns the user ID who created the policy.
- getCreatedBy() - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Returns the user ID who created the policy.
- getCreatedBy() - Method in class org.forgerock.openam.entitlement.ResourceType
-
Get the ID of the user that created the resource type.
- getCreatedBy() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonPolicy
-
Gets the DN of the user that created the policy.
- getCreatedBy() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- getCreatedBy() - Method in class org.forgerock.openam.entitlement.rest.wrappers.JsonResourceType
-
- getCreatedBy() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ReferralWrapper
-
- getCreatedBy() - Method in class org.forgerock.openam.scripting.service.ScriptConfiguration
-
Get the ID of the user that created the script.
- getCreatedTimestampAttributeName() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getCreatedTimestampAttributeName() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Gets the created timestamp attribute name.
- getCreatedTimestampAttributeName() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getCreateHandler() - Method in class org.forgerock.openam.cts.impl.queue.AsyncResultHandlerFactory
-
- getCreateHandler() - Method in interface org.forgerock.openam.cts.impl.queue.ResultHandlerFactory
-
- getCreateHandler() - Method in class org.forgerock.openam.cts.monitoring.impl.queue.MonitoredResultHandlerFactory
-
- getCreateString(CreateRequest) - Static method in class org.forgerock.openam.forgerockrest.utils.ServerContextUtils
-
Generates for logging a String in the form CREATE | newResourceId from the CreateRequest.
- getCreateSuccessDetail(CreateRequest, ResourceResponse) - Method in class org.forgerock.openam.rest.fluent.AuditFilter
-
Provides additional details (e.g. failure description or summary of the payload) relating to an
ResourceResponse to a successful CreateRequest.
- getCreationClasses() - Method in class com.iplanet.ums.CreationTemplate
-
Get the classes that the CreationTemplate is associated with.
- getCreationDate() - Method in class com.sun.identity.entitlement.Application
-
Returns creation date.
- getCreationDate() - Method in class com.sun.identity.entitlement.ApplicationPrivilege
-
Returns creation date.
- getCreationDate() - Method in class com.sun.identity.entitlement.Privilege
-
Returns creation date.
- getCreationDate() - Method in class com.sun.identity.entitlement.ReferralPrivilege
-
Deprecated.
Returns creation date.
- getCreationDate() - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Returns creation date.
- getCreationDate() - Method in class org.forgerock.openam.entitlement.ResourceType
-
Get the date this resource type was created.
- getCreationDate() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonPolicy
-
Gets the date/time at which the policy was first created.
- getCreationDate() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- getCreationDate() - Method in class org.forgerock.openam.entitlement.rest.wrappers.JsonResourceType
-
- getCreationDate() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ReferralWrapper
-
- getCreationDate() - Method in class org.forgerock.openam.scripting.service.ScriptConfiguration
-
Get the date this script was created.
- getCreationTemplate() - Method in class com.iplanet.am.sdk.AMEntityType
-
Deprecated.
Returns the creation template name
- getCreationTemplate(Guid, String, int) - Method in class com.iplanet.ums.ConfigManagerUMS
-
Returns Attribute Key-Value set of a CreationTemplate entry.
- getCreationTemplate(Class, Guid) - Method in class com.iplanet.ums.TemplateManager
-
Given a class, gets the default creation template for the object.
- getCreationTemplate(Class, Guid, int) - Method in class com.iplanet.ums.TemplateManager
-
Returns default creation template of a given class.
- getCreationTemplate(String, Guid) - Method in class com.iplanet.ums.TemplateManager
-
Returns a template from a supplied template name.
- getCreationTemplate(String, Guid, int) - Method in class com.iplanet.ums.TemplateManager
-
Returns a template from a supplied template name.
- getCreationTemplateForClass(Guid, String, int) - Method in class com.iplanet.ums.ConfigManagerUMS
-
Returns the Attribute key-value pair of Creation templates under the
given organization by matching the the javaclass attribute
to the name provided.
- getCreationTemplateName(int) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
TODO: Remove this in 7.1 Return the name of the creation template for a
given object type.
- getCreationTemplateName(int) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
Get the name of the creation template to use for specified object type.
- getCreationTemplateName(int) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getCreationTemplateName(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- getCreationTemplateName(int) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
Get the name of the creation template to use for specified object type.
- getCreationTemplateNames(Guid) - Method in class com.iplanet.ums.ConfigManagerUMS
-
Returns an array of the Creation Template names under the
given organization.
- getCreationTemplateNames(Guid) - Method in class com.iplanet.ums.TemplateManager
-
Returns a set of known creation templates.
- getCreationTime() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteSession
-
The creation time of the session, either from local object pre serialization
or the stored value post serialization.
- getCredentialRef() - Method in class com.sun.identity.liberty.ws.disco.Description
-
Gets the value of the CredentialRef property.
- getCredentials() - Method in class com.sun.identity.federation.services.FSDiscoveryBootStrap
-
Returns the credentials for discovery boot strap resource offering.
- getCredentials() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
-
Deprecated.
Returns a list of child Element of 'Credentials' Element.
- getCredentials() - Method in class com.sun.identity.liberty.ws.disco.QueryResponse
-
Gets credentials.
- getCredentials() - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
-
Returns a list of value of Credential element.
- getCredentials() - Method in class com.sun.identity.saml2.profile.DiscoveryBootstrap
-
Gets the credential for discovery boot strap resource offering
- getCrestPrivilegeDefinitions() - Method in class org.forgerock.openam.forgerockrest.guice.ForgerockRestGuiceModule
-
- getCRL(X509Certificate) - Method in class com.sun.identity.security.cert.AMCRLStore
-
Checks certificate and returns corresponding stored CRL in ldap store
- getCRL(AMLDAPCertStoreParameters, X509Certificate, String...) - Static method in class com.sun.identity.security.cert.AMCRLStore
-
It gets the new CRL from ldap server.
- getCRL(X509Certificate) - Static method in class com.sun.identity.security.cert.CRLValidator
-
Get certificate revocation list from cofigured ldap store
- getCRLFromCache(X509Certificate) - Method in class com.sun.identity.security.cert.AMCRLStore
-
Checks certificate and returns corresponding stored CRL in cached CRL store.
- getCryptoContextType() - Method in class org.forgerock.openam.authentication.modules.oidc.JwtHandlerConfig
-
- getCryptoContextUrlValue() - Method in class org.forgerock.openam.authentication.modules.oidc.JwtHandlerConfig
-
- getCryptoContextValue() - Method in class org.forgerock.openam.authentication.modules.oidc.JwtHandlerConfig
-
- getCtsConnectionFailureRate() - Method in class org.forgerock.openam.monitoring.cts.FORGEROCK_OPENAM_CTS_MIBImpl
-
- getCtsConnectionFailureRateMBean() - Static method in class com.sun.identity.monitoring.Agent
-
Return the pointer to the CtsConnectionFailureRate mbean
- getCtsConnectionSuccessRate() - Method in class org.forgerock.openam.monitoring.cts.FORGEROCK_OPENAM_CTS_MIBImpl
-
- getCtsConnectionSuccessRateMBean() - Static method in class com.sun.identity.monitoring.Agent
-
Return the pointer to the CtsConnectionFailureRate mbean
- getCtsCRUDOperationsPerTokenTypeTable() - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoring
-
Access the "CtsCRUDOperationsPerTokenTypeTable" variable as a bean indexed property.
- getCtsCRUDOperationsTable() - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoring
-
Access the "CtsCRUDOperationsTable" variable as a bean indexed property.
- getCtsMonitoringGroup() - Method in class org.forgerock.openam.monitoring.cts.FORGEROCK_OPENAM_CTS_MIBImpl
-
- getCtsMonitoringMBean() - Static method in class com.sun.identity.monitoring.Agent
-
Return the pointer to the CTSMonitor mbean
- getCtsSessionBlacklist(CTSPersistentStore, AMExecutorServiceFactory, ThreadMonitor, WebtopNamingQuery, SessionServiceConfig) - Method in class org.forgerock.openam.core.guice.CoreGuiceModule
-
- getCtsSessions() - Method in class org.forgerock.openam.monitoring.session.FORGEROCK_OPENAM_SESSION_MIBImpl
-
- getCtsSessionsMBean() - Static method in class com.sun.identity.monitoring.Agent
-
- getCtsStatelessTokenBlacklist(CTSPersistentStore, AMExecutorServiceFactory, ThreadMonitor, WebtopNamingQuery, OAuth2GlobalSettings) - Method in class org.forgerock.openam.oauth2.guice.OAuth2GuiceModule
-
- getCtsTokenOperationsTable() - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoring
-
Access the "CtsTokenOperationsTable" variable as a bean indexed property.
- getCurrent() - Static method in class com.sun.identity.session.util.RestrictedTokenContext
-
Returns the current context of the running thread
- getCurrent() - Static method in class org.forgerock.openam.entitlement.PrivilegeEvaluatorContext
-
Returns the current context of the running thread
- getCurrentDuration() - Method in class org.forgerock.openam.utils.TimeDuration
-
Get current Duration.
- getCurrentFile() - Method in class com.sun.identity.log.Logger
-
Returns the current file to which the logger's handler is writing.
- getCurrentFileList(String) - Static method in class com.sun.identity.log.handlers.SecureFileHandler
-
Return the current file list for the logger.
- getCurrentHandler() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- getCurrentHandler() - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext
-
Gets the current handler.
- getCurrentHandler() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- getCurrentHandler() - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallingContext
-
Gets the current handler.
- getCurrentHostServer(SessionID) - Method in interface com.iplanet.dpro.session.service.cluster.ClusterMonitor
-
Identify the host (aka home or authoritative) server for the provided session.
- getCurrentHostServer(SessionID) - Method in class com.iplanet.dpro.session.service.cluster.MultiServerClusterMonitor
-
Identify the host (aka home or authoritative) server for the provided session.
- getCurrentHostServer(SessionID) - Method in class com.iplanet.dpro.session.service.cluster.SingleServerClusterMonitor
-
Identify the host (aka home or authoritative) server for the provided session.
- getCurrentHostServer(SessionID) - Method in class org.forgerock.openam.session.service.ServicesClusterMonitorHandler
-
This is a key method for "internal request routing" mode It determines
the server id which is currently hosting session identified by sid.
- getCurrentOwner() - Method in class com.sun.identity.common.HeadTaskRunnable
-
Returns the thread which currently holding this lock.
- getCurrentProvider(String, String) - Static method in class com.sun.identity.federation.services.logout.FSLogoutUtil
-
Returns the information for the given principal and one of the live
connections (provider that received/issued assertion for this user)
including sessionIndex, provider Id etc.
- getCurrentProvider(String, String, Object) - Static method in class com.sun.identity.federation.services.logout.FSLogoutUtil
-
- getCurrentProvider(String, String, Object, FSSession) - Static method in class com.sun.identity.federation.services.logout.FSLogoutUtil
-
- getCurrentRecord() - Method in interface org.forgerock.openam.core.rest.record.DebugRecorder
-
Get the current record if exist
- getCurrentRecord() - Method in class org.forgerock.openam.core.rest.record.DefaultDebugRecorder
-
- getCurrentSessionPartner() - Method in class com.sun.identity.federation.services.FSSession
-
Returns the first session partner of the list of session partners.
- getCurrentSessionPartner() - Method in class com.sun.identity.saml2.profile.IDPSession
-
Returns the first session partner of the list of session partners.
- getCurrentSize() - Method in class com.iplanet.am.util.ThreadPool
-
- getCurrentState() - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Returns the current state in the authentication process.
- getCurrentThreadCount() - Method in class com.iplanet.am.util.ThreadPool
-
- getCurrentVersion() - Static method in class org.forgerock.openam.upgrade.VersionUtils
-
- getCurrentWorkingAccount(String, String, String) - Static method in class com.sun.identity.federation.services.logout.FSLogoutUtil
-
Returns the FSAccountFedInfo object for the given
principal and provider Id.
- getCustomAttributeMapperClassName() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
-
Gets the classname of the CustomAttributeMapper.
- getCustomAttributeStatementsProviderClassName() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
-
Gets the classname of the CustomAttributeStatementsProvider.
- getCustomAuthenticationStatementsProviderClassName() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
-
Gets the classname of the CustomAuthenticationStatementsProvider.
- getCustomAuthnContextMapperClass() - Method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig
-
- getCustomAuthNContextMapperClassName() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
-
Gets the classname of the CustomAuthNContextMapper.
- getCustomAuthnMethodReferencesMapperClass() - Method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig
-
- getCustomAuthzDecisionStatementsProviderClassName() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
-
Gets the classname of the CustomAuthzDecisionStatementsProvider.
- getCustomClaimMapperClass() - Method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig
-
- getCustomClaims(SSOToken, Map<String, String>) - Method in class org.forgerock.openam.sts.tokengeneration.oidc.DefaultOpenIdConnectTokenClaimMapper
-
- getCustomClaims(SSOToken, Map<String, String>) - Method in interface org.forgerock.openam.sts.tokengeneration.oidc.OpenIdConnectTokenClaimMapper
-
- getCustomConditionsProviderClassName() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
-
Gets the classname of the CustomConditionsProvider.
- getCustomDelegationTokenHandlers() - Method in class org.forgerock.openam.sts.soap.config.user.SoapDelegationConfig
-
- getCustomInstallRunInfo() - Method in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- getCustomLoginUrlTemplate() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getCustomLoginUrlTemplate() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Gets the custom login url template which will create the url to redirect resource owners to for authentication.
- getCustomLoginUrlTemplate() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getCustomOperationClassName() - Method in class org.forgerock.openam.sts.config.user.CustomTokenOperation
-
- getCustomProperties() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getCustomSubjectProviderClassName() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
-
Gets the classname of the CustomSubjectProvider.
- getCustomTokenName() - Method in class org.forgerock.openam.sts.config.user.CustomTokenOperation
-
- getCustomTokenProviders() - Method in class org.forgerock.openam.sts.rest.config.user.RestSTSInstanceConfig
-
- getCustomTokenRootSuffixProperty() - Method in class org.forgerock.openam.cts.impl.CTSDataLayerConfiguration
-
- getCustomTokenRootSuffixProperty() - Method in class org.forgerock.openam.cts.impl.LDAPConfig
-
The system property that will contain a custom token store root, if one has been set.
- getCustomTokenRootSuffixProperty() - Method in class org.forgerock.openam.sm.datalayer.impl.LabelsDataLayerConfiguration
-
- getCustomTokenRootSuffixProperty() - Method in class org.forgerock.openam.sm.datalayer.impl.ResourceSetDataLayerConfiguration
-
- getCustomTokenRootSuffixProperty() - Method in class org.forgerock.openam.sm.datalayer.impl.UmaAuditDataLayerConfiguration
-
- getCustomTokenRootSuffixProperty() - Method in class org.forgerock.openam.sm.datalayer.impl.UmaPendingRequestDataLayerConfiguration
-
- getCustomTokenRootSuffixProperty() - Method in class org.forgerock.openam.sm.SMSDataLayerConfiguration
-
- getCustomTokenTransforms() - Method in class org.forgerock.openam.sts.rest.config.user.RestSTSInstanceConfig
-
- getCustomTokenValidators() - Method in class org.forgerock.openam.sts.rest.config.user.RestSTSInstanceConfig
-
- getData() - Method in class com.sun.identity.authentication.util.DerValue
-
TODO-JAVADOC
- getData() - Method in class com.sun.identity.install.tools.configurator.InteractionResult
-
- getData() - Method in interface com.sun.identity.install.tools.configurator.IStateAccess
-
- getData() - Method in class com.sun.identity.install.tools.configurator.PersistentStateAccess
-
- getData() - Method in class com.sun.identity.install.tools.configurator.TransientStateAccess
-
- getData() - Method in class com.sun.identity.install.tools.configurator.ValidationResult
-
- getData() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
-
Deprecated.
Returns value of Element 'Data'.
- getData() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
-
Deprecated.
Returns value of Element 'Data'.
- getData(List) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
-
Gets data for the specified query items.
- getData() - Method in class com.sun.identity.liberty.ws.dst.DSTData
-
Gets the returned data objects.
- getData() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
-
Gets the value of the Data property.
- getData() - Method in class com.sun.identity.setup.BootstrapData
-
Returns list of bootstrap data.
- getData() - Method in class org.forgerock.openam.session.model.AMRootEntity
-
Base64 Encoded Data.
- getDataAsMap(int) - Method in class com.sun.identity.setup.BootstrapData
-
Gets attributes in a given row as a Map.
- getDataColumns() - Method in class com.sun.identity.log.messageid.LogMessageID
-
Get the names of the data columns for the log message.
- getDataDirPath() - Static method in class com.sun.identity.install.tools.util.ConfigUtil
-
- getDataEncAlgorithm() - Method in class com.sun.identity.federation.key.EncInfo
-
Returns the algorithm for data encryption.
- getDataEncAlgorithm() - Method in class com.sun.identity.saml2.key.EncInfo
-
Returns the algorithm for data encryption.
- getDataEncStrength() - Method in class com.sun.identity.federation.key.EncInfo
-
Returns the key strength for data encryption.
- getDataEncStrength() - Method in class com.sun.identity.saml2.key.EncInfo
-
Returns the key strength for data encryption.
- getDataFromRealmQualifiedData(String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Returns the data from Realm qualified data.
- getDataFromRealmQualifiedData(String) - Static method in class com.sun.identity.authentication.util.AMAuthUtils
-
Returns the data from Realm qualified data.
- getDataFromRealmQualifiedData(String) - Method in class org.forgerock.openam.core.CoreServicesWrapper
-
Returns the data from Realm qualified data.
- getDataFromRealmQualifiedData(String) - Method in class org.forgerock.openam.core.CoreWrapper
-
Returns the data from Realm qualified data.
- getDataMapForSelect(String, List) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPAddressCard
-
Processes modify container values and returns key value/pair to be
modified.
- getDataMapForSelect(String, List) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPBaseContainer
-
Gets data map for select.
- getDataMapForSelect(String, List) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPCommonName
-
Processes modify container values and returns key value/pair to be
modified.
- getDataMapForSelect(String, List) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPDemographics
-
Processes modify container values and returns key value/pair to be
modified.
- getDataMapForSelect(String, List) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPEmergencyContact
-
Gets the attribute key value map that needs to be modified for the
given select expression.
- getDataMapForSelect(String, List) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPEmploymentIdentity
-
Process modify container values and returns key value/pair to be
modified.
- getDataMapForSelect(String, List) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPEncryptKey
-
Process modify container values and returns key value/pair to be
modified.
- getDataMapForSelect(String, List) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPExtensionContainer
-
Processes modify container values and returns key value/pair to be
modified.
- getDataMapForSelect(String, List) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPFacade
-
Gets the data key value map that needs to be modified for the
given select expression.
- getDataMapForSelect(String, List) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPInformalName
-
Processes modify container values and returns key value/pair to be
modified.
- getDataMapForSelect(String, List) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPLegalIdentity
-
Processes modify container values and returns key value/pair to be
modified.
- getDataMapForSelect(String, List) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPMsgContact
-
Process modify container values and returns key value/pair to be
modified.
- getDataMapForSelect(String, List) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPSignKey
-
Processes modify container values and returns key value/pair to
be modified.
- getDataMapForSelect(String, List) - Method in interface com.sun.identity.liberty.ws.idpp.plugin.IDPPContainer
-
Gets the data map for a given select and the data.
- getDataModel(ResourceOwnerConsentRequired, OAuth2Request) - Method in class org.forgerock.oauth2.restlet.ConsentRequiredResource
-
Gets the data model to use when rendering the error page.
- getDataModel(OAuth2Request) - Method in class org.forgerock.openidconnect.restlet.OpenIDConnectCheckSessionEndpoint
-
- getDataName(Node) - Static method in class com.sun.identity.authentication.share.AuthXMLUtils
-
- getDataReferenceOrKeyReference() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListTypeImpl
-
- getDataReferenceOrKeyReference() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType
-
Gets the value of the DataReferenceOrKeyReference property.
- getDataSourceURL() - Method in interface com.sun.identity.idm.plugins.database.DaoInterface
-
get the url of the current database.
- getDataSourceURL() - Method in class com.sun.identity.idm.plugins.database.JdbcSimpleUserDao
-
get the url of the current database.
- getDataStore(SSOToken) - Static method in class com.sun.identity.sm.GetBackendDataStore
-
- getDataStore(SSOToken) - Static method in class com.sun.identity.sm.SMSEntry
-
- getDataStoreProvider(String) - Method in class com.sun.identity.plugin.datastore.DataStoreProviderManager
-
Gets the provider associated with the component.
- getDataStoreProvider() - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns DataStoreProvider object.
- getDataStoreServices() - Static method in class com.sun.identity.idm.IdServicesFactory
-
- getDataType() - Method in class com.sun.identity.entitlement.xacml3.core.AttributeDesignator
-
Gets the value of the dataType property.
- getDataType() - Method in class com.sun.identity.entitlement.xacml3.core.AttributeSelector
-
Gets the value of the dataType property.
- getDataType() - Method in class com.sun.identity.entitlement.xacml3.core.AttributeValue
-
Gets the value of the dataType property.
- getDataType() - Method in class com.sun.identity.entitlement.xacml3.core.MissingAttributeDetail
-
Gets the value of the dataType property.
- getDataType() - Method in interface com.sun.identity.xacml.context.Attribute
-
Returns the datatype of the contents of the AttributeValue
elements.
- getDataType() - Method in class com.sun.identity.xacml.context.impl.AttributeImpl
-
Returns the datatype of the contents of the AttributeValue
elements.
- getDataType() - Method in interface com.sun.identity.xacml.context.MissingAttributeDetail
-
Returns the DataTypes of this object
- getDataValue(Node) - Static method in class com.sun.identity.authentication.share.AuthXMLUtils
-
- getDateAttributeAsLong(Map<String, Set<String>>, String) - Static method in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
Returns the first attribute value for the corresponding attributeName in the data map and parses it to a long.
- getDateFromInfoReport(JsonValue) - Method in class org.forgerock.openam.core.rest.record.RecordReport
-
Get Date from info report
- getDateHeader(String) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
The default behavior of this method is to return getDateHeader(String name)
on the wrapped request object.
- getDateHeaders() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletResponse
-
The Map of set date headers.
- getDateStamp() - Static method in class com.sun.identity.install.tools.util.LogHelper
-
- getDateString(Date, Locale) - Static method in class com.sun.identity.shared.locale.Locale
-
Gets date string from date with specified locale.
- getDateValue(Collection<String>) - Method in class org.forgerock.openam.cts.adapters.OAuthValues
-
- getDAverage() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntry
-
Getter for the "DAverage" variable.
- getDAverage() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntryImpl
-
Gets the average rate that the specified CTS operation, on the specified Token type has been made on the CTS.
- getDAverage() - Method in interface org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntryMBean
-
Getter for the "DAverage" variable.
- getDaysOfWeek() - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets the days of the week on which this ACI applies
- getDBName(String, Connection) - Static method in class org.forgerock.openam.ldap.LDAPUtils
-
Gets the DB name.
- getDCNodeDN(SSOToken, String) - Method in class com.iplanet.am.sdk.ldap.DCTreeServicesImpl
-
- getDCRoot() - Method in class com.iplanet.ums.dctree.DomainComponentTree
-
Gets the root of the domain component tree (dc
tree)
- getDCTreeAttributes(SSOToken, String, Set, boolean, int) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Returns the attributes set in the Domain Component of the organization,
in the DC Tree Enabled mode .
- getDCTreeAttributes(SSOToken, String, Set, boolean, int) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
Gets the attributes for this entryDN from the corresponding DC Tree node.
- getDCTreeAttributes(String, String, Set, boolean, int) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getDCTreeAttributes(String, String, Set, boolean, int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- getDCTreeAttributes(SSOToken, String, Set, boolean, int) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
Gets the attributes for this entryDN from the corresponding DC Tree node.
- getDCTreeServices() - Static method in class com.iplanet.am.sdk.AMDirectoryAccessFactory
-
Deprecated.
- getDCTreeServicesImpl() - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Returns an implementation instance of IDCTreeServices.
- getDCTreeServicesImpl() - Method in interface com.iplanet.am.sdk.common.IDirectoryServicesProvider
-
- getDCTreeServicesImpl() - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
- getDCTreeServicesImpl() - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesProviderImpl
-
- getDCTreeServicesImpl() - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
- getDCTreeServicesImpl() - Method in class com.iplanet.am.sdk.remote.RemoteServicesProviderImpl
-
- getDCumulativeCount() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntry
-
Getter for the "DCumulativeCount" variable.
- getDCumulativeCount() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntryImpl
-
Gets the cumulative count for the specified CTS operation, on the specified Token type.
- getDCumulativeCount() - Method in interface org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntryMBean
-
Getter for the "DCumulativeCount" variable.
- getDebug() - Method in class com.iplanet.am.sdk.common.CacheBlock
-
- getDebug() - Method in class com.iplanet.am.sdk.common.CacheBlockBase
-
- getDebug() - Static method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
- getDebug() - Method in class com.sun.identity.authentication.modules.cert.Cert
-
Return value of Debug object for this module
- getDebug() - Method in class com.sun.identity.idm.common.IdCacheBlock
-
- getDebugger() - Static method in class com.sun.identity.cli.CommandManager
-
Returns debugger.
- getDebugInstance() - Static method in class com.iplanet.am.sdk.common.MiscUtils
-
- getDebugLevel() - Method in class org.forgerock.openam.core.rest.record.RecordProperties
-
Get debug level
- getDebugPrefix() - Method in interface com.sun.identity.shared.debug.file.DebugConfiguration
-
Get the debug prefix configuration
- getDebugPrefix() - Method in class com.sun.identity.shared.debug.file.impl.DebugConfigurationFromProperties
-
- getDebugPrefix() - Method in class com.sun.identity.shared.debug.file.impl.DefaultDebugConfiguration
-
- getDebugSuffix() - Method in interface com.sun.identity.shared.debug.file.DebugConfiguration
-
Get the debug suffix configuration
Suffix is an empty string or contains a date format if the
rotation interval is enable (rotation interval > 0)
- getDebugSuffix() - Method in class com.sun.identity.shared.debug.file.impl.DebugConfigurationFromProperties
-
- getDebugSuffix() - Method in class com.sun.identity.shared.debug.file.impl.DefaultDebugConfiguration
-
- getDecision() - Method in class com.sun.identity.entitlement.xacml3.core.Result
-
Gets the value of the decision property.
- getDecision() - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
-
Returns the decision for AuthorizationStatement.
- getDecision() - Method in interface com.sun.identity.saml2.assertion.AuthzDecisionStatement
-
Returns the Decision attribute of the statement.
- getDecision() - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthzDecisionStatementType
-
Gets the value of the decision property.
- getDecision() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthzDecisionStatementTypeImpl
-
- getDecision() - Method in class com.sun.identity.xacml.context.impl.ResultImpl
-
Returns the Decision of this object
- getDecision() - Method in interface com.sun.identity.xacml.context.Result
-
Returns the Decision of this object
- getDecodedPassword(String) - Method in class com.sun.identity.fedlet.FedletEncodeDecode
-
Returns decoded password.
- getDecodedPassword(String) - Method in class com.sun.identity.saml.xmlsig.FMPasswordDecoder
-
Returns decoded password.
- getDecodedPassword(String) - Method in interface com.sun.identity.saml.xmlsig.PasswordDecoder
-
Returns decoded password.
- getDecodedSourceIDString(String) - Static method in class com.sun.identity.saml.common.SAMLUtilsCommon
-
Decodes the Base64 encoded sourceid and returns
a String of the raw-byte source id.
- getDecrypted(String) - Static method in class com.sun.identity.session.util.SessionUtils
-
- getDecryptedNameIdentifier(NameIdentifier, String, String) - Static method in class com.sun.identity.federation.message.common.EncryptedNameIdentifier
-
Deprecated.
Returns the decrypted NameIdentifier object.
- getDecryptedNameIdentifier(NameIdentifier, PrivateKey) - Static method in class com.sun.identity.federation.message.common.EncryptedNameIdentifier
-
Deprecated.
Gets the decrypted NameIdentifier.
- getDecryptedResourceID(EncryptedResourceID, String) - Static method in class com.sun.identity.liberty.ws.disco.EncryptedResourceID
-
Returns an instance of ResourceID object.
- getDecryptionAlias() - Method in class com.sun.identity.wss.security.handler.SecurityContext
-
Returns the certificate alias for the decryption.
- getDecryptionKey(BaseConfigType) - Static method in class com.sun.identity.federation.key.KeyUtil
-
Returns the host entity's decryption key.
- getDecryptionKey(String) - Method in class com.sun.identity.liberty.ws.util.IDFFProviderManager
-
Gets decryption key for specified provider.
- getDecryptionKey(String) - Method in interface com.sun.identity.liberty.ws.util.ProviderManager
-
Gets decryption key for specified provider.
- getDecryptionKey(BaseConfigType) - Static method in class com.sun.identity.saml2.key.KeyUtil
-
Returns the host entity's decryption key.
- getDecryptionKey(String) - Method in class com.sun.identity.saml2.plugins.SAML2ProviderManager
-
Gets decryption key for specified provider.
- getDecryptionKey(BaseConfigType) - Static method in class com.sun.identity.wsfederation.key.KeyUtil
-
Returns the host entity's decryption key.
- getDecryptionKey() - Method in class com.sun.identity.wss.security.handler.SecurityContext
-
Returns the decryption key.
- getDecryptionKeys(String, String, String) - Static method in class com.sun.identity.saml2.key.KeyUtil
-
Returns the hosted entity's decryption keys.
- getDecryptionKeys(BaseConfigType) - Static method in class com.sun.identity.saml2.key.KeyUtil
-
Returns the host entity's decryption keys.
- getDefaultAcrValues() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getDefaultAcrValues() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
The default Authentication Context Class Reference (ACR) values to use for authentication if none is specified
in the request.
- getDefaultAcrValues() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getDefaultACSurl(String, String, StringBuffer) - Static method in class com.sun.identity.saml2.profile.IDPSSOUtil
-
Returns the default assertion consumer service url and binding
from the metadata.
- getDefaultAttrValues(ServiceSchema, String) - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
- getDefaultAuditService() - Method in interface org.forgerock.openam.audit.AuditServiceProvider
-
Get the default audit service, which is not associated with a specific realm.
- getDefaultAuditService() - Method in class org.forgerock.openam.audit.AuditServiceProviderImpl
-
- getDefaultCharsetForLocale(Locale) - Method in class com.iplanet.services.cdm.G11NSettings
-
- getDefaultClientType() - Method in interface com.iplanet.services.cdm.ClientTypesManager
-
Gets default client type name
- getDefaultClientType() - Method in class com.iplanet.services.cdm.DefaultClientTypesManager
-
Get default client type name
- getDefaultClientType() - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Get default client
- getDefaultClientType() - Method in class org.forgerock.openam.services.cdm.BasicClientTypesManager
-
Gets default client type name
- getDefaultConfiguration() - Method in interface org.forgerock.openam.audit.configuration.AuditServiceConfigurationProvider
-
Get the default audit service configuration.
- getDefaultConfiguration() - Method in class org.forgerock.openam.audit.configuration.AuditServiceConfigurationProviderImpl
-
- getDefaultConfiguration() - Method in class org.forgerock.openam.plugin.configuration.FedletAuditServiceConfigurationProviderImpl
-
- getDefaultDisplayOptions(SSOToken, String) - Static method in class com.sun.identity.common.admin.DisplayOptionsUtils
-
Returns a set of default role display options of a given role definition.
- getDefaultEntryExpirationTime() - Method in class com.iplanet.am.sdk.common.CacheBlock
-
- getDefaultEntryExpirationTime() - Method in class com.iplanet.am.sdk.common.CacheBlockBase
-
- getDefaultEntryExpirationTime() - Method in class com.sun.identity.idm.common.IdCacheBlock
-
- getDefaultEnvelopeEncodingStyle() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_Tie
-
- getDefaultEnvelopeEncodingStyle() - Method in class com.sun.identity.entity.EntityObjectIF_Tie
-
- getDefaultEnvelopeEncodingStyle() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_Tie
-
- getDefaultEnvelopeEncodingStyle() - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_Tie
-
- getDefaultEnvelopeEncodingStyle() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_Tie
-
- getDefaultEnvelopeEncodingStyle() - Method in class com.sun.identity.saml.AssertionManagerIF_Tie
-
- getDefaultEnvelopeEncodingStyle() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_Tie
-
- getDefaultEnvelopeEncodingStyle() - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_Tie
-
- getDefaultEventHandlerConfigurations() - Method in interface org.forgerock.openam.audit.configuration.AuditServiceConfigurationProvider
-
Get the default audit event handler configuration.
- getDefaultEventHandlerConfigurations() - Method in class org.forgerock.openam.audit.configuration.AuditServiceConfigurationProviderImpl
-
- getDefaultEventHandlerConfigurations() - Method in class org.forgerock.openam.plugin.configuration.FedletAuditServiceConfigurationProviderImpl
-
- getDefaultFileName(HttpServletRequest, String, Locale, ServletContext) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Returns the resource based on the default values.
- getDefaultFileName(HttpServletRequest, String) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
Returns the resource based on the default values.
- getDefaultGlobalConfig(String) - Method in class com.iplanet.am.sdk.common.CallBackHelperBase
-
- getDefaultGrantScopes() - Method in class org.forgerock.openidconnect.Client
-
Gets the default scopes of the OAuth2Client.
- getDefaultImplementation(Class) - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.GrammarInfo
-
Gets the default implementation for the given public content
interface.
- getDefaultImplementation(Class) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.GrammarInfoImpl
-
- getDefaultImplementation(Class) - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.GrammarInfo
-
Gets the default implementation for the given public content
interface.
- getDefaultImplementation(Class) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.GrammarInfoImpl
-
- getDefaultInstance(SSOToken) - Static method in class com.iplanet.services.cdm.AuthClient
-
- getDefaultInstance() - Static method in class com.iplanet.services.cdm.Client
-
- getDefaultInstance() - Static method in class com.iplanet.services.cdm.ClientsManager
-
Returns a Client instance for the default client type
- getDefaultLocale() - Static method in class com.sun.identity.shared.locale.Locale
-
Gets the default locale
- getDefaultLocale() - Method in class org.forgerock.openam.core.rest.sms.CoreRestSmsGuiceModule
-
- getDefaultLoginModules() - Method in class com.sun.identity.authentication.internal.LoginContext
-
- getDefaultMaxAge() - Method in class org.forgerock.openidconnect.Client
-
Gets the default max age of the OAuth2Client.
- getDefaultMaxAgeEnabled() - Method in class org.forgerock.openidconnect.Client
-
Gets whether the max age value is enforced.
- getDefaultOption() - Method in class com.sun.identity.install.tools.configurator.BaseOptions
-
- getDefaultOptions() - Method in class com.sun.identity.install.tools.admin.BaseToolsResolver
-
- getDefaultPageURL(HttpServletRequest, String) - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
Returns default page URL.
- getDefaultProperties() - Static method in class com.sun.identity.common.configuration.ServerConfiguration
-
- getDefaultProperty(String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
return the requested property for default client
- getDefaultQuestions(String) - Method in class com.sun.identity.password.ui.model.PWResetQuestionModelImpl
-
Returns default administrator configured questions
- getDefaultResourceIDMapper() - Static method in class com.sun.identity.liberty.ws.disco.common.DiscoServiceManager
-
Returns the default ResourceIDMapper of the discovery
service.
- getDefaultRootSuffix() - Method in class org.forgerock.openam.cts.impl.LDAPConfig
-
- getDefaults(SSOToken) - Static method in class com.sun.identity.common.configuration.ServerConfiguration
-
Returns the default server properties.
- getDefaultScopes() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getDefaultScopes() - Method in interface org.forgerock.oauth2.core.ClientRegistration
-
Gets the default scopes configured for the client.
- getDefaultScopes() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Gets the default set of scopes to give a client registering with this provider.
- getDefaultScopes() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getDefaultScopes() - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
- getDefaultScopes() - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
Gets the default scopes configured for the client.
- getDefaultServerGroup() - Method in class com.sun.identity.common.configuration.ServerConfigXML
-
Returns the default server group.
- getDefaultSessionQuota() - Static method in class com.iplanet.dpro.session.service.SessionConstraint
-
- getDefaultSleepTime() - Method in class com.sun.identity.authentication.service.AuthD
-
Return default sleep time
- getDefaultValue() - Method in class com.sun.identity.authentication.callbacks.HiddenValueCallback
-
Get the initial default value set on the HiddenValueCallback.
- getDefaultValue(String, IStateAccess, String) - Method in class com.sun.identity.install.tools.configurator.HostDefaultValueFinder
-
- getDefaultValue(String, IStateAccess, String) - Method in interface com.sun.identity.install.tools.configurator.IDefaultValueFinder
-
- getDefaultValue(IStateAccess) - Method in class com.sun.identity.install.tools.configurator.InstallInteraction
-
- getDefaultValue(String, IStateAccess, String) - Method in class com.sun.identity.install.tools.configurator.RandomKeyGenerator
-
- getDefaultValue(String, IStateAccess, String) - Method in class com.sun.identity.install.tools.configurator.StaticDefaultValueFinder
-
- getDefaultValueFinderInfo() - Method in class com.sun.identity.install.tools.configurator.InteractionInfo
-
- getDefaultValueFinderInfo() - Method in class com.sun.identity.install.tools.configurator.UserDataInteraction
-
- getDefaultValues() - Method in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
The method returns the default value of the attribute;
- getDefaultValues(String, boolean) - Static method in class com.sun.identity.common.configuration.AgentConfiguration
-
Returns the default values of attribute schemas
of a given agent type.
- getDefaultValues() - Static method in class com.sun.identity.setup.ServicesDefaultValues
-
Returns the map of default attribute name to its value.
- getDefaultValues() - Method in class com.sun.identity.sm.AttributeSchema
-
Returns the default values of the attribute.
- getDefaultValues(Map) - Method in class com.sun.identity.sm.AttributeSchema
-
Returns the default values of the attribute for the given environment
parameters.
- getDefaultValues() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Returns the default values of the attribute.
- getDefaultValues(Map) - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Returns the default values of the attribute.
- getDefaultValues() - Method in class com.sun.identity.sm.DefaultValues
-
Abstract method that must be implemented by a class extending this
interface, and should return the default values for the attribute.
- getDefaultValues(Map) - Method in class com.sun.identity.sm.DefaultValues
-
Returns a Set of default values for the attribute, given the environment
parameters.
- getDefaultValues() - Method in class org.forgerock.openam.audit.configuration.AuditTopicDefaultValues
-
- getDefaultValues() - Method in class org.forgerock.openam.audit.configuration.EventFilterDefaultValues
-
- getDefaultValues() - Method in class org.forgerock.openam.audit.configuration.JdbcFieldToColumnDefaultValues
-
- getDefaultValues(String) - Static method in class org.forgerock.openam.audit.configuration.JdbcFieldToColumnDefaultValues
-
Get the default values for the given topic.
- getDefaultValues() - Method in class org.forgerock.openam.radius.server.config.DefaultClientSecretGenerator
-
- getDefaultVersionBehaviour() - Method in class org.forgerock.openam.rest.VersionBehaviourConfigListener
-
- getDefaultWSFVersion() - Static method in class com.sun.identity.liberty.ws.soapbinding.Utils
-
Returns the default web services version.
- getDefinition(String) - Method in class com.iplanet.ums.cos.COSManager
-
Returns COS definition given the name.
- getDefinitionObjects() - Method in class com.sun.identity.cli.CommandManager
-
Returns a list of definition objects.
- getDefinitions() - Method in class com.iplanet.ums.cos.COSManager
-
Retrieves all COS definitions for the current organization.
- getDefinitions(SSOToken) - Static method in class org.forgerock.openam.dashboard.Dashboard
-
- getDelegatableResourceNames(String) - Method in class com.sun.identity.entitlement.opensso.OpenSSOApplicationPrivilegeManager
-
- getDelegate() - Method in class org.forgerock.openam.audit.context.AuditRequestContextPropagatingExecutorService
-
- getDelegate() - Method in class org.forgerock.openam.idm.IdCachedServicesDecorator
-
- getDelegate() - Method in class org.forgerock.openam.idm.IdServicesDecorator
-
- getDelegatedToken() - Method in class org.forgerock.openam.sts.soap.token.provider.SoapTokenProviderBase.AuthenticationContextMapperState
-
- getDelegateFactory() - Method in class org.forgerock.openam.services.push.PushNotificationServiceConfig
-
Get the delegate factory class used to produce delegates.
- getDelegationDocument() - Method in class org.forgerock.openam.upgrade.steps.DelegationConfigUpgradeStep
-
Instantiates a
Document instance that represents the delegation xml configuration file.
- getDelegationPrivilege(String, Set) - Method in class com.sun.identity.cli.idrepo.IdentityCommand
-
- getDeletedObjectFilter(int) - Method in interface com.iplanet.am.sdk.common.IComplianceServices
-
Returns the search filter to be used for searching deleted objects.
- getDeletedObjectFilter(int) - Method in class com.iplanet.am.sdk.ldap.ComplianceServicesImpl
-
Protected method to get the search filter to be used for searching for
deleted objects.
- getDeletedObjectFilter(int) - Method in class com.iplanet.am.sdk.remote.ComplianceServicesImpl
-
- getDeletedObjectFilter(int) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getDeletedObjectFilter(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- getDeleteHandler() - Method in class org.forgerock.openam.cts.impl.queue.AsyncResultHandlerFactory
-
- getDeleteHandler() - Method in interface org.forgerock.openam.cts.impl.queue.ResultHandlerFactory
-
- getDeleteHandler() - Method in class org.forgerock.openam.cts.monitoring.impl.queue.MonitoredResultHandlerFactory
-
- getDeleteOnQueryHandler() - Method in class org.forgerock.openam.cts.impl.queue.AsyncResultHandlerFactory
-
- getDeleteOnQueryHandler() - Method in interface org.forgerock.openam.cts.impl.queue.ResultHandlerFactory
-
Returns a
ResultHandler that performs a delete operation on the query's results.
- getDeleteOnQueryHandler() - Method in class org.forgerock.openam.cts.monitoring.impl.queue.MonitoredResultHandlerFactory
-
- getDeleteRequestAverageTime() - Method in class com.sun.identity.sm.ldap.Statistics
-
Returns the delete request average time
- getDeleteRequestTimeMaximum() - Method in class com.sun.identity.sm.ldap.Statistics
-
Returns the delete request maximum time
- getDeleteRequestTimeMinimum() - Method in class com.sun.identity.sm.ldap.Statistics
-
Returns the delete request minimum time
- getDeleteString(DeleteRequest) - Static method in class org.forgerock.openam.forgerockrest.utils.ServerContextUtils
-
Generates for logging a String in the form DELETE | revision from the CreateRequest.
- getDeleteSuccessDetail(DeleteRequest, ResourceResponse) - Method in class org.forgerock.openam.rest.fluent.AuditFilter
-
Provides additional details (e.g. failure description or summary of the payload) relating to an
ResourceResponse to a successful UpdateRequest.
- getDeploymentConfig() - Method in class org.forgerock.openam.sts.rest.config.user.RestSTSInstanceConfig
-
- getDeploymentConfig() - Method in class org.forgerock.openam.sts.soap.config.user.SoapSTSInstanceConfig
-
- getDeploymentSubPath() - Method in class org.forgerock.openam.sts.rest.config.user.RestSTSInstanceConfig
-
- getDeploymentSubPath() - Method in class org.forgerock.openam.sts.soap.config.user.SoapSTSInstanceConfig
-
- getDeploymentURL(HttpServletRequest) - Method in class org.forgerock.openam.oauth2.OAuth2Utils
-
Gets the deployment URI of the OAuth2 authorization server
- getDeployURI() - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Gets the deploy uri of OpenAM instance.
- getDeprecationWarning() - Method in class com.sun.identity.cli.SubCommand
-
- getDescription() - Method in class com.sun.identity.cli.SubCommand
-
Returns description of the sub command.
- getDescription() - Method in class com.sun.identity.entitlement.Application
-
Returns description.
- getDescription() - Method in class com.sun.identity.entitlement.ApplicationPrivilege
-
Returns the description of the privilege.
- getDescription() - Method in class com.sun.identity.entitlement.Privilege
-
Returns the description of the privilege.
- getDescription() - Method in class com.sun.identity.entitlement.ReferralPrivilege
-
Deprecated.
Returns description.
- getDescription() - Method in class com.sun.identity.entitlement.xacml3.core.Apply
-
Gets the value of the description property.
- getDescription() - Method in class com.sun.identity.entitlement.xacml3.core.Policy
-
Gets the value of the description property.
- getDescription() - Method in class com.sun.identity.entitlement.xacml3.core.PolicySet
-
Gets the value of the description property.
- getDescription() - Method in class com.sun.identity.entitlement.xacml3.core.Rule
-
Gets the value of the description property.
- getDescription() - Method in class com.sun.identity.install.tools.admin.ToolsOptionsInfo
-
- getDescription() - Method in class com.sun.identity.install.tools.configurator.UserDataInteraction
-
- getDescription() - Method in class com.sun.identity.liberty.ws.disco.ServiceInstance
-
Gets the service descriptions.
- getDescription() - Method in class com.sun.identity.log.messageid.LogMessageID
-
Returns description.
- getDescription() - Method in class com.sun.identity.policy.Conditions
-
Returns the description for the collection of conditions
represented as Condition
- getDescription() - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Gets the description for the policy.
- getDescription() - Method in class com.sun.identity.policy.Referrals
-
Returns the description for the collection of referrals
represented as Referral
- getDescription() - Method in class com.sun.identity.policy.ResponseProviders
-
Returns the description of this object
- getDescription() - Method in class com.sun.identity.policy.Subjects
-
Returns the description for the collection of users
represented as Subject
- getDescription() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.ClaimType
-
Gets the value of the description property.
- getDescription() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClaimTypeImpl
-
- getDescription() - Method in class org.forgerock.openam.core.rest.record.RecordProperties
-
Get Description
- getDescription() - Method in class org.forgerock.openam.entitlement.ResourceType
-
Get the description for the resource type.
- getDescription() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonPolicy
-
Gets the description of this policy.
- getDescription() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- getDescription() - Method in class org.forgerock.openam.entitlement.rest.wrappers.JsonResourceType
-
- getDescription(Map<String, Set<String>>) - Static method in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
Returns the list of conditions from the provided set of data within
the entitlement format.
- getDescription() - Method in exception org.forgerock.openam.oauth2.OAuthProblemException
-
- getDescription() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
-
Gets the resource set description as a JsonValue.
- getDescription() - Method in class org.forgerock.openam.scripting.service.ScriptConfiguration
-
Get the description for the script.
- getDescriptionIDRef() - Method in class com.sun.identity.liberty.ws.disco.Directive
-
Returns a list of description ID references.
- getDeSerializedSubject(String) - Static method in class com.sun.identity.authentication.share.AuthXMLUtils
-
Deserializes Subject.
- getDesiredCacheSize() - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextCacheSize
-
Returns the desired CONTEXT_CACHE size for the OpenAMAuthHandler.
- getDestIdForArtifact(AssertionArtifact) - Method in class com.sun.identity.federation.services.FSAssertionManager
-
Finds the destination id for whom the artifact is issued for.
- getDestIdForArtifact(AssertionArtifact) - Method in class com.sun.identity.federation.services.FSAssertionManagerClient
-
Returns the destination id the artifact is created for.
- getDestIdForArtifact(String, String) - Method in interface com.sun.identity.federation.services.FSAssertionManagerIF
-
Returns the destination id the artifact is created for.
- getDestIdForArtifact(String, String) - Method in class com.sun.identity.federation.services.FSAssertionManagerImpl
-
Returns the destination id the artifact is created for.
- getDestination() - Method in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
Returns the value of the Destination attribute.
- getDestination() - Method in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
Returns the value of the destination property.
- getDestination() - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
-
Returns the value of the Destination attribute.
- getDestination() - Method in interface com.sun.identity.saml2.protocol.StatusResponse
-
Returns the value of the destination property.
- getDestinationFile() - Method in class org.forgerock.maven.plugins.inject.content.Inject
-
Gets the destination file.
- getDestroySessionID() - Method in class com.iplanet.dpro.session.share.SessionRequest
-
Returns the ID of the session to be destroyed.
- getDetail() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFault
-
Returns a SOAP Fault Detail.
- getDetail() - Method in exception com.sun.identity.saml2.profile.FederatedSSOException
-
Returns the detail message of this error, if provided.
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.AllowEvaluateForAgentsUpgradeStep
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.CopyJavaCryptoExtKeyStoreStep
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.DelegationConfigUpgradeStep
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.EnableGenericRepoStep
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.MakeExplicitDefaultKeyStoreTypeStep
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.MigrateAgentGroups
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.MigrateValidGotoSetting
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.policy.conditions.OldPolicyConditionMigrationUpgradeStep
-
Generates a detailed upgrade report suitable for reviewing changes.
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.policy.policysets.UpdateOAuth2PolicySetsStep
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.policy.UpgradeResourceTypeStep
-
Generates a detailed upgrade report suitable for reviewing changes.
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.PostAuthenticationPluginUpgradeStep
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.RemoveNetscapeLDAPStep
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.RemoveRedundantDefaultApplication
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.RemoveReferralsStep
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.RemoveSessionServiceSubSchemaStep
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.ResavePoliciesStep
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.ResourceSetPolicyUrlUpgradeStep
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.SchemaXmlAttributeUpgradeStep
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.scripting.ScriptedAuthModulesStep
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.scripting.ScriptingSchemaStep
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.TwoStepVerificationSettingUpgrade
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.UmaApplicationSubjectsStep
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.UpgradeAgentServiceStep
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.UpgradeAuditServiceStep
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.UpgradeCTSMaxConnectionsConfigurationStep
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.UpgradeDirectoryContentStep
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.UpgradeEntitlementsStep
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.UpgradeEntitlementSubConfigsStep
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.UpgradeExternalCTSConfigurationStep
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.UpgradeIdRepoSubConfigs
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.UpgradeLDAPAuthModulesStep
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.UpgradeOAuth2AuthModulesStep
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.UpgradeOAuth2ClientStep
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.UpgradeOAuth2ProviderStep
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.UpgradeServerDefaultsStep
-
- getDetailedReport(String) - Method in class org.forgerock.openam.upgrade.steps.UpgradeServiceSchemaStep
-
- getDetailedReport(String) - Method in interface org.forgerock.openam.upgrade.steps.UpgradeStep
-
Generates a detailed upgrade report suitable for reviewing changes.
- getDevice(String, String) - Method in class org.forgerock.openam.authentication.modules.push.AbstractPushModule
-
Retrieves a Push Device for a user in a realm.
- getDeviceAuthorizationEndpoint() - Method in interface org.forgerock.oauth2.core.OAuth2Uris
-
Returns the default URL for this provider's Device Flow Authorization endpoint.
- getDeviceCode() - Method in class org.forgerock.oauth2.core.DeviceCode
-
Gets the Device Code - this is also the
Token ID.
- getDeviceCodeLifetime() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getDeviceCodeLifetime() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
The lifetime of the device code.
- getDeviceCodeLifetime() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getDeviceCodePollInterval() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getDeviceCodePollInterval() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
The polling interval for devices waiting for tokens when using the device code flow.
- getDeviceCodePollInterval() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getDeviceId() - Method in class org.forgerock.openam.core.rest.devices.push.PushDeviceSettings
-
Get the arbitrary identifier for the Push device.
- getDeviceMechanismUID() - Method in class org.forgerock.openam.core.rest.devices.push.PushDeviceSettings
-
Get the Device Mechanism ID for the push device.
- getDeviceName() - Method in class org.forgerock.openam.core.rest.devices.oath.OathDeviceSettings
-
Get the arbitrary identifier for the OATH device.
- getDeviceName() - Method in class org.forgerock.openam.core.rest.devices.push.PushDeviceSettings
-
Get the arbitrary identifier for the Push device.
- getDeviceProfiles(String, String) - Method in class org.forgerock.openam.authentication.modules.push.UserPushDeviceProfileManager
-
Retrieves all device profiles for this device type from the datastore for the provided user.
- getDeviceProfiles(String, String) - Method in class org.forgerock.openam.core.rest.devices.UserDevicesDao
-
Gets a user's device profiles.
- getDeviceSerialisationStrategy() - Method in class org.forgerock.openam.core.rest.devices.services.deviceprint.TrustedDeviceService
-
- getDeviceSerialisationStrategy() - Method in interface org.forgerock.openam.core.rest.devices.services.DeviceService
-
Returns the strategy used for storing devices as profile attributes.
- getDeviceSerialisationStrategy(String, String, String, String, String, String) - Method in class org.forgerock.openam.core.rest.devices.services.EncryptedDeviceStorage
-
Returns a strategy which will be used to serialise a device correctly by defining its encryption parameters
(if encrypted) or otherwise indicating that it should be simply JSON encoded.
- getDeviceSerialisationStrategy() - Method in class org.forgerock.openam.core.rest.devices.services.oath.AuthenticatorOathService
-
- getDeviceSerialisationStrategy() - Method in class org.forgerock.openam.core.rest.devices.services.push.AuthenticatorPushService
-
- getDeviceType() - Method in class org.forgerock.openam.core.rest.devices.push.PushDeviceSettings
-
Get the type of the Push device.
- getDidFirstReadConfig() - Method in class com.sun.identity.log.LogManager
-
- getDiffStatus() - Method in interface org.forgerock.openam.xacml.v3.ImportStep
-
Gets the status of the Import Step.
- getDigest(String, byte[]) - Method in class com.sun.identity.log.secure.SecureLogHelper
-
Returns a digest based on the given LogEntry and the given KeyMaterial
- getDigest() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyReferenceTypeImpl
-
- getDigest() - Method in interface com.sun.identity.wsfederation.jaxb.wspolicy.PolicyReferenceType
-
Gets the value of the digest property.
- getDigestAlgorithm() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyReferenceTypeImpl
-
- getDigestAlgorithm() - Method in interface com.sun.identity.wsfederation.jaxb.wspolicy.PolicyReferenceType
-
Gets the value of the digestAlgorithm property.
- getDigestMethod() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- getDigestMethod() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.ReferenceType
-
Gets the value of the digestMethod property.
- getDigestMethod() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- getDigestMethod() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.ReferenceType
-
Gets the value of the digestMethod property.
- getDigestValue() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- getDigestValue() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.ReferenceType
-
Gets the value of the digestValue property.
- getDigestValue() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- getDigestValue() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.ReferenceType
-
Gets the value of the digestValue property.
- getDirectChild(Node, String, String) - Static method in class com.sun.identity.wss.security.WSSUtils
-
- getDirectiveType() - Method in class com.sun.identity.liberty.ws.disco.Directive
-
Returns type of directive.
- getDirectoryServices() - Static method in class com.iplanet.am.sdk.AMDirectoryAccessFactory
-
Deprecated.
- getDirectoryServicesImpl() - Method in interface com.iplanet.am.sdk.common.IDirectoryServicesProvider
-
- getDirectoryServicesImpl() - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesProviderImpl
-
- getDirectoryServicesImpl() - Method in class com.iplanet.am.sdk.remote.RemoteServicesProviderImpl
-
- getDirManagerDN() - Method in class org.forgerock.openam.setup.ConfigStoreProperties
-
- getDirManagerPassword() - Method in class org.forgerock.openam.setup.ConfigStoreProperties
-
- getDisco11Factory() - Static method in class com.sun.identity.liberty.ws.disco.common.DiscoSDKUtils
-
Gets discovery service jaxb11 object factory.
- getDiscoEntries(String, List) - Method in interface com.sun.identity.liberty.ws.disco.plugins.DiscoEntryHandler
-
Finds all the discovery entries for a user.
- getDiscoEntries(String, List) - Method in class com.sun.identity.liberty.ws.disco.plugins.GlobalDiscoEntryHandler
-
Returns DiscoEntries for a user under userEntry.
- getDiscoEntries(String, List) - Method in class com.sun.identity.liberty.ws.disco.plugins.UserDiscoEntryHandler
-
Finds discovery entries for a user under user entry.
- getDiscoEntryFactory() - Static method in class com.sun.identity.liberty.ws.disco.common.DiscoSDKUtils
-
Gets Disco Entry object factory.
- getDiscoEntryHandler() - Static method in class com.sun.identity.liberty.ws.disco.common.DiscoServiceManager
-
Returns the DiscoEntryHandler specified in the discovery
service.
- getDiscoFactory() - Static method in class com.sun.identity.liberty.ws.disco.common.DiscoSDKUtils
-
Gets discovery service object factory.
- getDiscoMarshaller() - Static method in class com.sun.identity.liberty.ws.disco.common.DiscoSDKUtils
-
Gets marshaller.
- getDiscoProviderID() - Static method in class com.sun.identity.liberty.ws.disco.common.DiscoServiceManager
-
Returns the provider ID for Discovery Service.
- getDiscoUnmarshaller() - Static method in class com.sun.identity.liberty.ws.disco.common.DiscoSDKUtils
-
Gets unmarshaller.
- getDiscoveryBootStrapCredentials(HttpServletRequest) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
-
Gets the Discovery bootstrap credentials.
- getDiscoveryBootStrapCredentials(HttpServletRequest, String) - Static method in class com.sun.liberty.LibertyManager
-
- getDiscoveryBootStrapCredentials(HttpServletRequest, String, String) - Static method in class com.sun.liberty.LibertyManager
-
Returns the Discovery Service Credentials in the Advice element.
- getDiscoveryBootStrapResourceOffering(HttpServletRequest) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
-
Gets the Discovery bootstrap resource offering in an attribute
statement.
- getDiscoveryBootStrapResourceOfferings(HttpServletRequest, String) - Static method in class com.sun.liberty.LibertyManager
-
- getDiscoveryBootStrapResourceOfferings(HttpServletRequest, String, String) - Static method in class com.sun.liberty.LibertyManager
-
Returns the Discovery Service Resource Offerings nodes in an attribute
statement.
- getDiscoveryCredential() - Method in class com.sun.identity.federation.message.FSAssertion
-
Deprecated.
Returns the discovery service credentials from the boot strap.
- getDiscoveryResourceOffering(Object, String) - Method in class com.sun.liberty.jaxrpc.LibertyManagerClient
-
Returns the discovery service bootstrap resource offering.
- getDiscoveryResourceOffering(String, String) - Method in interface com.sun.liberty.jaxrpc.LibertyManagerIF
-
Returns the discovery service bootstrap resource offering.
- getDiscoveryResourceOffering(String, String) - Method in class com.sun.liberty.jaxrpc.LibertyManagerImpl
-
Returns the discovery service bootstrap resource offering.
- getDiscoveryServiceCredential(Object, String) - Method in class com.sun.liberty.jaxrpc.LibertyManagerClient
-
Returns the discovery service credential.
- getDiscoveryServiceCredential(String, String) - Method in interface com.sun.liberty.jaxrpc.LibertyManagerIF
-
Returns the discovery service credential.
- getDiscoveryServiceCredential(String, String) - Method in class com.sun.liberty.jaxrpc.LibertyManagerImpl
-
Returns the discovery service credential.
- getDispatcherType() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
- getDisplayAction(ApplicationPrivilege) - Method in class com.sun.identity.cli.entitlement.ApplicationPrivilegeBase
-
- getDisplayDescription(Locale) - Method in interface org.forgerock.oauth2.core.ClientRegistration
-
Gets the display description of the client in the specified locale.
- getDisplayDescription(Locale) - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
Gets the display description of the client in the specified locale.
- getDisplayDescription(Locale) - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
Gets the display description of the client in the specified locale.
- getDisplayDescription() - Method in class org.forgerock.openidconnect.Client
-
Gets the client descriptions of the OAuth2Client.
- getDisplayItem() - Method in class com.sun.identity.install.tools.configurator.UserOptionItem
-
- getDisplayMessage() - Method in class com.sun.identity.install.tools.configurator.UserOptionItem
-
- getDisplayMessages() - Method in class com.sun.identity.install.tools.configurator.BaseInteraction
-
Method that needs to be implemented by the sub-classes to return
the Localized Messages that need to be displayed as part of the
interaction.
- getDisplayMessages() - Method in class com.sun.identity.install.tools.configurator.ConfirmInteraction
-
- getDisplayMessages() - Method in class com.sun.identity.install.tools.configurator.DisplaySummaryHandler
-
- getDisplayMessages() - Method in class com.sun.identity.install.tools.configurator.InstallInteraction
-
- getDisplayMessages() - Method in class com.sun.identity.install.tools.configurator.TaskInteraction
-
- getDisplayMessagesHeader() - Method in class com.sun.identity.install.tools.configurator.DisplaySummaryHandler
-
- getDisplayMessagesHeader() - Method in class com.sun.identity.install.tools.configurator.TaskInteraction
-
- getDisplayName() - Method in class com.sun.identity.entitlement.Application
-
Returns application display name.
- getDisplayName(String) - Method in class com.sun.identity.policy.ConditionTypeManager
-
Deprecated.
Gets the display name for the condition type
- getDisplayName(String, Locale) - Method in interface com.sun.identity.policy.interfaces.Condition
-
Deprecated.
Gets the display name for the property name.
- getDisplayName(String, Locale) - Method in interface com.sun.identity.policy.interfaces.ResponseProvider
-
Deprecated.
Gets the display name for the property name.
- getDisplayName(String, Locale) - Method in class com.sun.identity.policy.plugins.AMIdentityMembershipCondition
-
Deprecated.
Gets the display name for the property name.
- getDisplayName(String, Locale) - Method in class com.sun.identity.policy.plugins.AuthenticatedSharedAgentsCondition
-
Gets the display name for the property name.
- getDisplayName(String, Locale) - Method in class com.sun.identity.policy.plugins.AuthenticateToRealmCondition
-
Deprecated.
Returns the display name for the property name.
- getDisplayName(String, Locale) - Method in class com.sun.identity.policy.plugins.AuthenticateToServiceCondition
-
Deprecated.
Returns the display name for the property name.
- getDisplayName(String, Locale) - Method in class com.sun.identity.policy.plugins.AuthLevelCondition
-
Deprecated.
Gets the display name for the property name.
- getDisplayName(String, Locale) - Method in class com.sun.identity.policy.plugins.AuthRoleCondition
-
Deprecated.
Gets the display name for the property name.
- getDisplayName(String, Locale) - Method in class com.sun.identity.policy.plugins.AuthSchemeCondition
-
Deprecated.
Gets the display name for the property name.
- getDisplayName(String, Locale) - Method in class com.sun.identity.policy.plugins.IDRepoResponseProvider
-
Gets the display name for the property name.
- getDisplayName(String, Locale) - Method in class com.sun.identity.policy.plugins.IPCondition
-
Deprecated.
Gets the display name for the property name.
- getDisplayName(String, Locale) - Method in class com.sun.identity.policy.plugins.LDAPFilterCondition
-
Deprecated.
Returns the display name for the property name.
- getDisplayName(String, Locale) - Method in class com.sun.identity.policy.plugins.LEAuthLevelCondition
-
Deprecated.
Gets the display name for the property name.
- getDisplayName(String, Locale) - Method in class com.sun.identity.policy.plugins.PrivilegeCondition
-
Returns the display name of a property.
- getDisplayName(String, Locale) - Method in class com.sun.identity.policy.plugins.ResourceEnvIPCondition
-
Deprecated.
Returns the display name for the property name.
- getDisplayName(String, Locale) - Method in class com.sun.identity.policy.plugins.SessionCondition
-
Deprecated.
Gets the display name for the property name.
- getDisplayName(String, Locale) - Method in class com.sun.identity.policy.plugins.SessionPropertyCondition
-
Deprecated.
Gets the display name for the property name.
- getDisplayName(String, Locale) - Method in class com.sun.identity.policy.plugins.SimpleTimeCondition
-
Deprecated.
Gets the display name for the property name.
- getDisplayName(String, Locale) - Method in class com.sun.identity.policy.plugins.UserSelfCheckCondition
-
Gets the display name for the property name.
- getDisplayName(String) - Static method in class com.sun.identity.policy.PolicyUtils
-
Returns the display name for a given dn
This implementation assumes the display name to be the value of
the naming attribute of the entry.
- getDisplayName(String) - Method in class com.sun.identity.policy.ReferralTypeManager
-
Deprecated.
Gets the display name for the referral type
- getDisplayName(String) - Method in class com.sun.identity.policy.ResponseProviderTypeManager
-
Deprecated.
Returns the display name for the response provider
- getDisplayName(String) - Method in class com.sun.identity.policy.SubjectTypeManager
-
Deprecated.
Returns the display name for the subject type
- getDisplayName() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.ClaimType
-
Gets the value of the displayName property.
- getDisplayName() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.ClientPseudonymType
-
Gets the value of the displayName property.
- getDisplayName() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClaimTypeImpl
-
- getDisplayName() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClientPseudonymTypeImpl
-
- getDisplayName(Locale) - Method in interface org.forgerock.oauth2.core.ClientRegistration
-
Gets the display name of the client in the specified locale.
- getDisplayName() - Method in class org.forgerock.openam.core.rest.server.SocialAuthenticationImplementation
-
- getDisplayName() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- getDisplayName(String, Locale) - Method in class org.forgerock.openam.network.ipv4.IPv4Condition
-
Deprecated.
Gets the display name for the property name.
- getDisplayName(String, Locale) - Method in class org.forgerock.openam.network.ipv6.IPv6Condition
-
Deprecated.
Gets the display name for the property name.
- getDisplayName(Locale) - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
Gets the display name of the client in the specified locale.
- getDisplayName(Locale) - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
Gets the display name of the client in the specified locale.
- getDisplayName() - Method in enum org.forgerock.openam.scripting.ScriptConstants.GlobalScript
-
Get the display name of the global script.
- getDisplayName() - Method in class org.forgerock.openidconnect.Client
-
Gets the display names of the OAuth2Client.
- getDisplayNameForValue(String, Locale) - Method in interface com.sun.identity.policy.interfaces.Referral
-
Deprecated.
Returns the display name for the value for the given locale.
- getDisplayNameForValue(String, Locale) - Method in interface com.sun.identity.policy.interfaces.Subject
-
Deprecated.
Returns the display name for the value for the given locale.
- getDisplayNameForValue(String, Locale) - Method in class com.sun.identity.policy.plugins.AMIdentitySubject
-
Deprecated.
Returns the display name for the value for the given locale.
- getDisplayNameForValue(String, Locale) - Method in class com.sun.identity.policy.plugins.AuthenticatedAgents
-
This method does nothing as there are no values to display for this
subject.
- getDisplayNameForValue(String, Locale) - Method in class com.sun.identity.policy.plugins.AuthenticatedSharedAgents
-
This method does nothing as there are no values to display for this
subject.
- getDisplayNameForValue(String, Locale) - Method in class com.sun.identity.policy.plugins.AuthenticatedUsers
-
Deprecated.
This method does nothing as there are no values to display for this
subject.
- getDisplayNameForValue(String, Locale) - Method in class com.sun.identity.policy.plugins.DSAMERole
-
Returns the display name for the value for the given locale.
- getDisplayNameForValue(String, Locale) - Method in class com.sun.identity.policy.plugins.LDAPGroups
-
Returns the display name for the value for the given locale.
- getDisplayNameForValue(String, Locale) - Method in class com.sun.identity.policy.plugins.LDAPRoles
-
Returns the display name for the value for the given locale.
- getDisplayNameForValue(String, Locale) - Method in class com.sun.identity.policy.plugins.LDAPUsers
-
Returns the display name for the value for the given locale.
- getDisplayNameForValue(String, Locale) - Method in class com.sun.identity.policy.plugins.Organization
-
Returns the display name for the value for the given locale.
- getDisplayNameForValue(String, Locale) - Method in class com.sun.identity.policy.plugins.OrgReferral
-
Returns the display name for the value for the given locale.
- getDisplayNameForValue(String, Locale) - Method in class com.sun.identity.policy.plugins.PrivilegeSubject
-
Returns the display name for property value.
- getDisplayNameForValue(String, Locale) - Method in class com.sun.identity.policy.plugins.WebServicesClients
-
Returns the value as is like other subjects.
- getDisplayType() - Method in interface com.sun.identity.entitlement.EntitlementCondition
-
Returns display type.
- getDisplayType() - Method in class com.sun.identity.entitlement.EntitlementConditionAdaptor
-
Returns display type.
- getDisplayType() - Method in class com.sun.identity.entitlement.opensso.PolicyCondition
-
- getDisplayType() - Method in class org.forgerock.openam.entitlement.CachingEntitlementCondition
-
Returns display type.
- getDisplayType() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlementConditionMixin
-
- getDistAuthCookieName() - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Returns the Dist Auth Cookie Name.
- getDMaximum() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntry
-
Getter for the "DMaximum" variable.
- getDMaximum() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntryImpl
-
Gets the maximum rate that the specified CTS operation, on the specified Token type has been made on the CTS.
- getDMaximum() - Method in interface org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntryMBean
-
Getter for the "DMaximum" variable.
- getDMinimum() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntry
-
Getter for the "DMinimum" variable.
- getDMinimum() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntryImpl
-
Gets the minimum rate that the specified CTS operation, on the specified Token type has been made on the CTS.
- getDMinimum() - Method in interface org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntryMBean
-
Getter for the "DMinimum" variable.
- getDN() - Method in interface com.iplanet.am.sdk.AMEntity
-
Deprecated.
Returns the distinguished name of the entry.
- getDN() - Method in class com.iplanet.am.sdk.AMEntityImpl
-
- getDN() - Method in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Returns the DN of the entry.
- getDn() - Method in class com.iplanet.ums.Guid
-
Returns the string representation of the distinguished name.
- getDN() - Method in class com.iplanet.ums.PersistentObject
-
Gets the DN of the entity
- getDN() - Method in class com.sun.identity.idm.AMIdentity
-
Returns universal distinguished name of this object.
- getDN(AMIdentity) - Static method in class com.sun.identity.idm.IdUtils
-
- getDN() - Method in class com.sun.identity.sm.flatfile.SMSFlatFileTreeNode
-
Returns distinguished name.
- getDN() - Method in class com.sun.identity.sm.model.TokenDataEntry
-
- getDN() - Method in class com.sun.identity.sm.PluginConfig
-
Returns the LDAP DN represented by this plugin object.
- getDN() - Method in class com.sun.identity.sm.ServiceConfig
-
Returns the LDAP DN represented by this ServiceConfig
object.
- getDN() - Method in class com.sun.identity.sm.SMSDataEntry
-
- getDN(AMIdentity) - Static method in class org.forgerock.openam.identity.idm.IdentityUtils
-
Returns the matching DN from the AM SDK for this entry.
- getDNDisplayString(String) - Static method in class com.sun.identity.policy.PolicyUtils
-
Returns a display string for an LDAP distinguished name.
- getDNSAddress() - Method in class com.sun.identity.saml.assertion.SubjectLocality
-
Returns the DNS address from SubjectLocality locality
- getDNSClaim() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the DNS claim name.
- getDNSClaim() - Method in class com.sun.identity.wss.provider.STSConfig
-
Returns the DNS claim name.
- getDNSName() - Method in class com.sun.identity.saml2.assertion.impl.SubjectLocalityImpl
-
Returns the value of the DNSName attribute.
- getDNSName() - Method in interface com.sun.identity.saml2.assertion.SubjectLocality
-
Returns the value of the DNSName attribute.
- getDNSName() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityTypeImpl
-
- getDNSName() - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectLocalityType
-
Gets the value of the dnsName property.
- getDoctypeString() - Method in class com.sun.identity.install.tools.util.xml.XMLDocument
-
Returns the DOCTYPE string associated with the first DOCTYPE element
present in this document.
- getDocumentBuilder() - Static method in class com.sun.identity.liberty.ws.idpp.common.IDPPUtils
-
Gets the document builder.
- getDocumentBuilder(boolean) - Method in interface org.forgerock.openam.utils.DocumentBuilderProvider
-
- getDocumentCopy() - Method in class com.sun.identity.sm.PluginSchema
-
- getDocumentCopy() - Method in class com.sun.identity.sm.ServiceSchemaManager
-
- getDoFederatePageURL(HttpServletRequest, BaseConfigType) - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
Returns do federate page URL.
- getDomain() - Method in class org.forgerock.http.client.request.HttpClientRequestCookie
-
Get the domain for which the cookie was set.
- getDomain() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteCookie
-
Retrieves the domain of the cookie
- getDomainAttributes(SSOToken, String, String[]) - Method in class com.iplanet.am.sdk.ldap.DCTreeServicesImpl
-
- getDomainComponent(String) - Method in class com.iplanet.ums.dctree.DomainComponentTree
-
Given a virtual domain name such as
"javasoft.sun.com", returns the domain component entry in the dc index
tree.
- getDomainNameByRequest(HttpServletRequest, Map<String, String>) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
This method determines the org parameter
and determines the organization DN based on
query parameters.
- getDomainNameByRequest(Map<String, String>) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- getDomainNameByRequest(HttpServletRequest) - Method in class org.forgerock.openam.core.CoreServicesWrapper
-
This method determines the organization parameter and determines the organization DN based on query parameters.
- getDomainStatus() - Method in class com.iplanet.ums.dctree.DomainComponent
-
Get the domain status in the dc entry
- getDomainStatus(String) - Method in class com.iplanet.ums.dctree.DomainComponentTree
-
Gets the domain status of a given virtual domain
- getDOMElement() - Method in class com.sun.identity.federation.message.FSAssertion
-
Deprecated.
Returns the Document Element for this object.
- getDOMElement() - Method in class com.sun.identity.federation.message.FSAuthnResponse
-
Deprecated.
Returns the Document Element for this object.
- getDoNotCacheCondition() - Method in class com.sun.identity.saml.assertion.Conditions
-
Returns DoNotCacheCondition elements held within this
Conditions element
- getDownServersAndSites() - Method in class com.iplanet.dpro.session.service.cluster.ClusterStateService
-
Get Server and Site IDs which are in a Down State.
- getDsameAdminDN() - Method in class com.iplanet.dpro.session.service.DsameAdminTokenProvider
-
Returns the DSAME (Directory Server Access Management Edition) Admin Distinguished Name.
- getDsameUser() - Method in class org.forgerock.openam.setup.BootstrapConfig
-
- getDsameUserPassword() - Method in class com.sun.identity.setup.BootstrapData
-
- getDsameUserPassword() - Method in class org.forgerock.openam.setup.BootstrapConfig
-
- getDSAMEVersion() - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- getDSAttribute(String) - Method in interface com.sun.identity.liberty.ws.idpp.plugin.AttributeMapper
-
Gets the DS attribute for the PP attribute.
- getDSAttribute(String) - Method in class com.sun.identity.liberty.ws.idpp.plugin.IDPPAttributeMapper
-
Gets the DS attribute for the PP attribute.
- getDSConfigMgr() - Static method in class com.iplanet.services.ldap.DSConfigMgr
-
Get the reference to the DSConfigMgr.com.iplanet.am.util.
- getDsIsEmbedded() - Static method in class com.sun.identity.monitoring.Agent
-
- getDSTDate(String) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPBaseContainer
-
Gets a JAXB DSTDate object.
- getDSTInteger(String) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPBaseContainer
-
Gets a JAXB DSTInteger object.
- getDSTMonthDay(String) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPBaseContainer
-
Gets a JAXB DSTMonthDay object.
- getDSTString(String) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPBaseContainer
-
Gets a JAXB DSTString object.
- getDSTURI(String) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPBaseContainer
-
Gets a JAXB DSTURI object.
- getDtdID() - Method in class com.iplanet.services.comm.share.Notification
-
Gets the ID of the DTD for the content of the Notification
- getDtdID() - Method in class com.iplanet.services.comm.share.Request
-
Gets the ID of the DTD for the content of the Request
- getDtdID() - Method in class com.iplanet.services.comm.share.Response
-
Gets the ID of the DTD for the content of the Response
- getDummyXML(String, String) - Static method in class com.sun.identity.sm.SMSSchema
-
- getDuration() - Method in class com.iplanet.dpro.session.monitoring.SessionTimingEntry
-
Retrieves the length of time spent executing the monitored operation.
- getDuration() - Method in class org.forgerock.openam.entitlement.monitoring.PolicyTimingEntry
-
Gets the duration of this TimingEntry.
- getDuration() - Method in interface org.forgerock.openam.shared.monitoring.TimingEntry
-
Retrieves the length of time spent executing the monitored operation.
- getDurationAverage() - Method in class org.forgerock.openam.shared.monitoring.AbstractTimingStore
-
Getter for the average length of time events recorded in the duration store have taken.
- getDurationToString() - Method in class org.forgerock.openam.utils.TimeDuration
-
Get Elapsed Timing in String Form.
- getDurationToString(long) - Static method in class org.forgerock.openam.utils.TimeDuration
-
Get Elapsed Timing in String Form.
- getDynamicAttributes(String) - Method in class org.forgerock.openam.core.rest.sms.SmsSingletonProvider
-
- getDynamicClientEndpoint() - Method in interface org.forgerock.openam.uma.UmaUris
-
Gets the Client registration endpoint.
- getDynamicGroup(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Returns the handle to the AMDynamicGroup object
represented by DN.
- getDynamicGroups(int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Gets the dynamic groups within the specified level.
- getDynamicGroups(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Gets the dynamic groups within the specified level.
- getDynamicHelp(ResourceBundle, String) - Static method in class org.forgerock.openam.console.ui.taglib.propertysheet.CCPropertySheetTag
-
- getDynamicSchema() - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Returns the dynamic service configuration schema.
- getEarliestVersion() - Method in class com.sun.identity.entitlement.xacml3.core.IdReference
-
Gets the value of the earliestVersion property.
- getECondition() - Method in class com.sun.identity.entitlement.NotCondition
-
Returns the nested EntitlementCondition(s).
- getECondition() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlementConditionMixin
-
- getEConditions() - Method in class com.sun.identity.entitlement.LogicalCondition
-
Returns the nested EntitlementCondition(s).
- getEConditions() - Method in class com.sun.identity.entitlement.NotCondition
-
Returns the nested EntitlementCondition(s).
- getEConditions() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlementConditionMixin
-
- getECPIDPFinder(String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns an SAML2IDPFinder which is used to find a list
of IDP's for ECP Request.
- getEffect() - Method in class com.sun.identity.entitlement.xacml3.core.Rule
-
Gets the value of the effect property.
- getEffectiveTime(String, String) - Static method in class com.sun.identity.saml2.profile.IDPSSOUtil
-
Returns the effective time from the IDP
extended metadata .
- getElement() - Method in class com.sun.identity.xacml.context.impl.StatusDetailImpl
-
- getElement() - Method in interface com.sun.identity.xacml.context.StatusDetail
-
- getElements() - Method in class com.sun.identity.idsvcs.ListWrapper
-
- getElements() - Method in class com.sun.identity.liberty.ws.soapbinding.UsageDirectiveHeader
-
Returns a list of child elements.
- getElements(boolean, boolean) - Method in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
- getElementsByTagNameNS1(Element, String, String) - Static method in class com.sun.identity.shared.xml.XMLUtils
-
This method searches children of Element element for element with tagName
and namespaceURI nsName.
- getElementString(Element) - Static method in class com.sun.identity.shared.xml.XMLUtils
-
Gets the value of an element.
- getElementValue() - Method in class com.sun.identity.liberty.ws.soapbinding.ProcessingContextHeader
-
Returns value of ProcessingContext element.
- getElementValue(boolean, boolean) - Method in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationDataImpl
-
Returns a String representation of the element value
- getElementValue(Element) - Static method in class com.sun.identity.shared.xml.XMLUtils
-
Gets the value of an element.
- getEMail() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.ClientPseudonymType
-
Gets the value of the eMail property.
- getEMail() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClientPseudonymTypeImpl
-
- getEmailAddress() - Method in interface com.sun.identity.saml2.jaxb.metadata.ContactType
-
Gets the value of the EmailAddress property.
- getEmailAddress() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ContactTypeImpl
-
- getEmailFrom() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getEmailLdapAttributeName() - Method in class com.sun.identity.authentication.modules.hotp.HOTPParams
-
- getEmailVerificationUrl(String) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig
-
Gets the verification Url to be sent with the email body.
- getEmailVerificationUrl(String) - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig
-
Gets the verification Url to be sent with the email body.
- getEmptySMSAttributeState() - Static method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig
-
- getEmptySMSAttributeState() - Static method in class org.forgerock.openam.sts.config.user.SAML2Config
-
Returns an empty attribute map.
- getEmptySMSAttributeState() - Static method in class org.forgerock.openam.sts.soap.config.user.SoapDelegationConfig
-
- getEmptySMSAttributeState() - Static method in class org.forgerock.openam.sts.soap.config.user.SoapSTSKeystoreConfig
-
- getEmptyValuesMap(Set<String>) - Static method in class com.sun.identity.shared.test.CollectionUtils
-
Returns a Map of String to empty set.
- getEncInfo(ProviderDescriptorType, String, boolean) - Static method in class com.sun.identity.federation.key.KeyUtil
-
Returns the encryption information which will be used in
encrypting messages intended for the partner entity.
- getEncInfo(RoleDescriptorType, String, String) - Static method in class com.sun.identity.saml2.key.KeyUtil
-
Returns the encryption information which will be used in
encrypting messages intended for the partner entity.
- getEncInstance() - Static method in class com.sun.identity.saml2.xmlenc.EncManager
-
Gets the instance of EncProvider
- getEncodedInputValue(String) - Method in class com.sun.identity.authentication.UI.AuthViewBeanBase
-
Returns the Base64 ecoded URL value.
- getEncodedQueryParams(HttpServletRequest) - Method in class com.sun.identity.authentication.UI.AuthViewBeanBase
-
Returns the validated and Base64 ecoded query params value.
- getEncodedString(Map, String) - Method in class com.sun.identity.sae.api.SecureAttrs
-
Returns a Base64 encoded string comprising a signed set of attributes.
- getEncodedString(Map, String, String) - Method in class com.sun.identity.sae.api.SecureAttrs
-
Returns encrypted string for the given attributes.
- getEncoding - Class in com.iplanet.am.util
-
- getEncoding() - Constructor for class com.iplanet.am.util.getEncoding
-
- getEncoding() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptedType
-
Gets the value of the encoding property.
- getEncoding() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedTypeImpl
-
- getEncoding() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ObjectTypeImpl
-
- getEncoding() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.ObjectType
-
Gets the value of the encoding property.
- getEncoding() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ObjectTypeImpl
-
- getEncoding() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.ObjectType
-
Gets the value of the encoding property.
- getEncodingType() - Method in class com.sun.identity.liberty.ws.common.wsse.BinarySecurityToken
-
Gets encoding type for the token.
- getEncodingType() - Method in interface com.sun.identity.wsfederation.jaxb.wsse.EncodedString
-
Gets the value of the encodingType property.
- getEncodingType() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.EncodedStringImpl
-
- getEncodingType() - Method in class com.sun.identity.wss.security.BinarySecurityToken
-
Gets encoding type for the token.
- getEncodingType() - Method in class com.sun.identity.wss.security.KerberosTokenSpec
-
- getEncodingType() - Method in class com.sun.identity.wss.security.KeyIdentifier
-
Returns the encoding type in the key identifier.
- getEncodingType() - Method in class com.sun.identity.wss.security.X509TokenSpec
-
Returns the encoding type.
- getEncrypted(String) - Static method in class com.sun.identity.session.util.SessionUtils
-
- getEncryptedAssertion() - Method in interface com.sun.identity.saml2.assertion.Evidence
-
Returns the EncryptedAssertion(s) in the element.
- getEncryptedAssertion() - Method in class com.sun.identity.saml2.protocol.impl.ResponseImpl
-
Returns EncryptedAssertion(s) of the response.
- getEncryptedAssertion() - Method in interface com.sun.identity.saml2.protocol.Response
-
Returns EncryptedAssertion(s) of the response.
- getEncryptedAssertions() - Method in interface com.sun.identity.saml2.assertion.Advice
-
Returns a list of EncryptedAssertion
- getEncryptedAssertions() - Method in class com.sun.identity.saml2.assertion.impl.AdviceImpl
-
Returns a list of EncryptedAssertion
- getEncryptedAttribute() - Method in interface com.sun.identity.saml2.assertion.AttributeStatement
-
Returns EncryptedAttribute(s) of the statement.
- getEncryptedAttribute() - Method in class com.sun.identity.saml2.assertion.impl.AttributeStatementImpl
-
Returns EncryptedAttribute(s) of the statement.
- getEncryptedData() - Method in class com.sun.identity.liberty.ws.disco.EncryptedResourceID
-
Gets encrypted data.
- getEncryptedData() - Method in interface com.sun.identity.saml2.jaxb.assertion.EncryptedElementType
-
Gets the value of the encryptedData property.
- getEncryptedData() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EncryptedElementTypeImpl
-
- getEncryptedID() - Method in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationImpl
-
Returns the encrypted ID
- getEncryptedID() - Method in class com.sun.identity.saml2.assertion.impl.SubjectImpl
-
Returns the encrypted identifier
- getEncryptedID() - Method in interface com.sun.identity.saml2.assertion.Subject
-
Returns the encrypted identifier
- getEncryptedID() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmation
-
Returns the encrypted ID
- getEncryptedID() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationTypeImpl
-
- getEncryptedID() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectTypeImpl
-
- getEncryptedID() - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectConfirmationType
-
Gets the value of the encryptedID property.
- getEncryptedID() - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectType
-
Gets the value of the encryptedID property.
- getEncryptedID() - Method in class com.sun.identity.saml2.protocol.impl.LogoutRequestImpl
-
Returns the value of the encryptedID property.
- getEncryptedID() - Method in class com.sun.identity.saml2.protocol.impl.ManageNameIDRequestImpl
-
Returns the value of the encryptedID property.
- getEncryptedID() - Method in class com.sun.identity.saml2.protocol.impl.NameIDMappingRequestImpl
-
Returns the value of the encryptedID property.
- getEncryptedID() - Method in class com.sun.identity.saml2.protocol.impl.NameIDMappingResponseImpl
-
Returns the value of the encryptedID property.
- getEncryptedID() - Method in interface com.sun.identity.saml2.protocol.LogoutRequest
-
Returns the value of the encryptedID property.
- getEncryptedID() - Method in interface com.sun.identity.saml2.protocol.ManageNameIDRequest
-
Returns the value of the encryptedID property.
- getEncryptedID() - Method in interface com.sun.identity.saml2.protocol.NameIDMappingRequest
-
Returns the value of the encryptedID property.
- getEncryptedID() - Method in interface com.sun.identity.saml2.protocol.NameIDMappingResponse
-
Returns the value of the encryptedID property.
- getEncryptedKey() - Method in class com.sun.identity.liberty.ws.disco.EncryptedResourceID
-
Gets encrypted key element.
- getEncryptedKey() - Method in interface com.sun.identity.saml2.jaxb.assertion.EncryptedElementType
-
Gets the value of the EncryptedKey property.
- getEncryptedKey() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EncryptedElementTypeImpl
-
- getEncryptedNameIdentifier(NameIdentifier, String, String) - Static method in class com.sun.identity.federation.message.common.EncryptedNameIdentifier
-
Deprecated.
Returns the EncryptedNameIdentifier for a given name
identifier and the provider ID.
- getEncryptedNameIdentifier(NameIdentifier, String, Key, String, int) - Static method in class com.sun.identity.federation.message.common.EncryptedNameIdentifier
-
Deprecated.
Gets then Encrypted NameIdentifier for a given name identifier
and the provider ID.
- getEncryptedResourceID(ResourceID, String) - Static method in class com.sun.identity.liberty.ws.disco.EncryptedResourceID
-
Returns an EncryptedResourceID object.
- getEncryptedResourceID() - Method in class com.sun.identity.liberty.ws.disco.Modify
-
Gets the encrypted resource ID for the discovery resource to be modified.
- getEncryptedResourceID() - Method in class com.sun.identity.liberty.ws.disco.Query
-
Gets the encrypted resource ID of the discovery resource to be queried.
- getEncryptedResourceID() - Method in class com.sun.identity.liberty.ws.disco.ResourceOffering
-
Gets encrypted resource ID.
- getEncryptedResourceID() - Method in class com.sun.identity.liberty.ws.dst.DSTModify
-
Gets the encrypted resource ID.
- getEncryptedResourceID() - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
-
Gets encrypted resource ID.
- getEncryptedResourceID() - Method in class com.sun.identity.liberty.ws.security.ResourceAccessStatement
-
Gets the EncryptedResourceID object from this
ResourceAccessStatement object.
- getEncryptedStorageKey(SessionID) - Static method in class com.sun.identity.session.util.SessionUtils
-
- getEncryptionAlgorithm() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the encryption algorithm
- getEncryptionAlgorithm() - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Returns the encryption algorithm.
- getEncryptionAlgorithm() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Returns encryption algorithm
- getEncryptionAlgorithm() - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Returns encryption algorithm
- getEncryptionAlgorithm() - Method in class com.sun.identity.wss.sts.STSClientConfiguration
-
- getEncryptionAlgorithm(String, int) - Method in class com.sun.identity.xmlenc.AMEncryptionProvider
-
Gets the equivalent XML encryption algorithm string for a given
algorithm and strength that is published by the provider.
- getEncryptionAlgorithm() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
-
Gets the encryption algorithm.
- getEncryptionAlgorithmStrength() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
-
Gets the encryption algorithm strength.
- getEncryptionCertAliases(String, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns encryption certificate alias names.
- getEncryptionKey(String) - Method in class com.sun.identity.liberty.ws.util.IDFFProviderManager
-
Gets encryption key for specified provider.
- getEncryptionKey(String) - Method in interface com.sun.identity.liberty.ws.util.ProviderManager
-
Gets encryption key for specified provider.
- getEncryptionKey(String) - Method in class com.sun.identity.saml2.plugins.SAML2ProviderManager
-
Gets encryption certificate alias for specified provider.
- getEncryptionKey() - Method in class com.sun.identity.wss.security.handler.SecurityContext
-
Returns the encryption key
- getEncryptionKeyAlgorithm(String) - Method in class com.sun.identity.liberty.ws.util.IDFFProviderManager
-
Gets encryption key algorithm for specified provider.
- getEncryptionKeyAlgorithm(String) - Method in interface com.sun.identity.liberty.ws.util.ProviderManager
-
Gets encryption key algorithm for specified provider.
- getEncryptionKeyAlgorithm(String) - Method in class com.sun.identity.saml2.plugins.SAML2ProviderManager
-
Gets encryption key method for specified provider.
- getEncryptionKeyAlias() - Method in class com.sun.identity.wss.security.handler.SecurityContext
-
Returns the encryption key alias.
- getEncryptionKeyAlias() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
-
Gets the encryption key alias.
- getEncryptionKeyAlias() - Method in class org.forgerock.openam.sts.soap.config.user.SoapSTSKeystoreConfig
-
- getEncryptionKeyPairAlias() - Method in class org.forgerock.openam.selfservice.KeyStoreJwtTokenConfig
-
Get the encryption key pair alias.
- getEncryptionKeyPassword() - Method in class org.forgerock.openam.sts.soap.config.user.SoapSTSKeystoreConfig
-
- getEncryptionKeyStrength(String) - Method in class com.sun.identity.liberty.ws.util.IDFFProviderManager
-
Gets encryption key strength for specified provider.
- getEncryptionKeyStrength(String) - Method in interface com.sun.identity.liberty.ws.util.ProviderManager
-
Gets encryption key strength for specified provider.
- getEncryptionKeyStrength(String) - Method in class com.sun.identity.saml2.plugins.SAML2ProviderManager
-
Gets encryption key size for specified provider.
- getEncryptionMethod() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.KeyDescriptorTypeImpl
-
- getEncryptionMethod() - Method in interface com.sun.identity.saml2.jaxb.metadata.KeyDescriptorType
-
Gets the value of the EncryptionMethod property.
- getEncryptionMethod() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptedType
-
Gets the value of the encryptionMethod property.
- getEncryptionMethod() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedTypeImpl
-
- getEncryptionProperties() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptedType
-
Gets the value of the encryptionProperties property.
- getEncryptionProperties() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedTypeImpl
-
- getEncryptionProperty() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType
-
Gets the value of the EncryptionProperty property.
- getEncryptionProperty() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertiesTypeImpl
-
- getEncryptionStrength() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the encryption data strength.
- getEncryptionStrength() - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Returns the encryption data strength.
- getEncryptionStrength() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Returns the encryption strength;
- getEncryptionStrength() - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Returns the encryption strength;
- getEncryptIssuedKey() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
- getEncryptIssuedToken() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
- getEncryptor() - Static method in class com.iplanet.services.util.Crypt
-
Return AMEncryption instance for deployment-specific secret key
- getEncryptWith() - Method in class com.sun.identity.wss.sts.STSClientConfiguration
-
- getEndDate() - Method in class org.forgerock.openam.entitlement.conditions.environment.SimpleTimeCondition
-
- getEndDay() - Method in class org.forgerock.openam.entitlement.conditions.environment.SimpleTimeCondition
-
- getEndpoint() - Method in class com.sun.identity.liberty.ws.disco.Description
-
Gets SOAP end point URI.
- getEndpoint() - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
-
Returns value of Endpoint element.
- getEndpoint() - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Returns the trust authority end point.
- getEndpointAuthMethodsSupported() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getEndpointAuthMethodsSupported() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Returns the token_endpoint_auth_methods available for clients to register (and subsequently auth) using.
- getEndpointAuthMethodsSupported() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getEndpointBaseUrl(IDPSSOConfigElement, HttpServletRequest) - Static method in class com.sun.identity.wsfederation.meta.WSFederationMetaUtils
-
Returns the endpoint baseURL as stored in the configuration, or if absent, generates the base URL based on the
incoming HTTP request.
- getEndpointClass() - Method in class com.sun.identity.rest.LegacyRestEndpoint
-
- getEndpointIndex() - Method in interface com.sun.identity.saml2.protocol.Artifact
-
Returns the EndpointIndex of the artifact.
- getEndpointIndex() - Method in class com.sun.identity.saml2.protocol.impl.ArtifactImpl
-
Returns the EndpointIndex of the artifact.
- getEndpointInstance(Class<T>) - Method in class org.forgerock.openam.notifications.websocket.NotificationsWebSocketConfigurator
-
- getEndpointType() - Method in class org.forgerock.oauth2.core.OAuth2Request
-
Get EndpointType.
- getEndRange() - Method in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
Method to get ending range for possible values of the attribute
- getEndRange() - Method in class com.sun.identity.sm.AttributeSchema
-
Returns the end range if the attribute syntax is either
NUMBER_RANGE or DECIMAL_RANGE.
- getEndRange() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Returns the end range if the attribute syntax is either
NUMBER_RANGE or DECIMAL_RANGE.
- getEndSessionEndpoint() - Method in interface org.forgerock.oauth2.core.OAuth2Uris
-
Gets the URI for the OpenID Connect end session endpoint.
- getEndTime() - Method in class org.forgerock.openam.entitlement.conditions.environment.SimpleTimeCondition
-
- getEnforcementTimeZone() - Method in class org.forgerock.openam.entitlement.conditions.environment.SimpleTimeCondition
-
- getEngineName() - Method in class org.forgerock.openam.scripting.factories.RhinoScriptEngineFactory
- getEngineVersion() - Method in class org.forgerock.openam.scripting.factories.RhinoScriptEngineFactory
- getEntireHistory(AMIdentity) - Method in class org.forgerock.openam.uma.audit.UmaAuditLogger
-
- getEntitlement() - Method in class com.sun.identity.entitlement.Privilege
-
Returns entitlement defined in the privilege
- getEntitlement() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonPolicy
-
Gets the entitlement used to identify resources and actions for this policy.
- getEntitlementCombiner() - Method in class com.sun.identity.entitlement.Application
-
Returns a new instance of entitlement combiner.
- getEntitlementCombiner() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- getEntitlementCombiner(String) - Static method in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
Attempts to retrieve the Java Class associated with the name of an entitlement combiner.
- getEntitlementCombinerClass() - Method in class com.sun.identity.entitlement.Application
-
Returns entitlement combiner class.
- getEntitlementConditionFromPolicy(Policy) - Static method in class com.sun.identity.entitlement.xacml3.XACMLPrivilegeUtils
-
Constructs EntitlementCondition from the policy.
- getEntitlementConfiguration(Subject, String) - Static method in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
- getEntitlementConfigurationRealm(String) - Static method in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
Gets the realm to obtain entitlements configuration (Application and ResourceType instances)
from.
- getEntitlementPolicyCaches() - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsEntry
-
Getter for the "EntitlementPolicyCaches" variable.
- getEntitlementPolicyCaches() - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsEntryImpl
-
Getter for the "EntitlementPolicyCaches" variable.
- getEntitlementPolicyCaches() - Method in interface com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsEntryMBean
-
Getter for the "EntitlementPolicyCaches" variable.
- getEntitlementPolicyStatsIndex() - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsEntry
-
Getter for the "EntitlementPolicyStatsIndex" variable.
- getEntitlementPolicyStatsIndex() - Method in interface com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsEntryMBean
-
Getter for the "EntitlementPolicyStatsIndex" variable.
- getEntitlementPolicyStatsRealmName() - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsEntry
-
Getter for the "EntitlementPolicyStatsRealmName" variable.
- getEntitlementPolicyStatsRealmName() - Method in interface com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsEntryMBean
-
Getter for the "EntitlementPolicyStatsRealmName" variable.
- getEntitlementReferralCaches() - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsEntry
-
Getter for the "EntitlementReferralCaches" variable.
- getEntitlementReferralCaches() - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsEntryImpl
-
Getter for the "EntitlementReferralCaches" variable.
- getEntitlementReferralCaches() - Method in interface com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsEntryMBean
-
Getter for the "EntitlementReferralCaches" variable.
- getEntitlements(JSONObject) - Static method in class com.sun.identity.entitlement.JSONEntitlement
-
- getEntitlementsErrorHandlers() - Static method in class org.forgerock.openam.entitlement.guice.EntitlementRestGuiceModule
-
- getEntitlementsGroup() - Static method in class com.sun.identity.monitoring.Agent
-
Return the pointer to the Entitlements Service mbean
- getEntitlementsGroup() - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
- getEntitlementSubjectFromPolicy(Policy) - Static method in class com.sun.identity.entitlement.xacml3.XACMLPrivilegeUtils
-
Constructs EntitlementSubject from policy.
- getEntitlementXML() - Method in class org.forgerock.openam.upgrade.steps.policy.AbstractEntitlementUpgradeStep
-
Retrieves the XML document for entitlements.
- getEntity(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Returns the handle to the AMEntity object represented by
DN.
- getEntity(Guid, String) - Method in class com.iplanet.ums.ConfigManagerUMS
-
Returns the Attribute Key-Value set of a Structure Template
entry.
- getEntity(String, String) - Method in class com.sun.identity.entity.EntityObject
-
Returns the entity object for each entity given the entityType and
entityName(s) in that particular organization.
- getEntity(String, String, String, String) - Method in interface com.sun.identity.entity.EntityObjectIF
-
Returns the entity object for each entity given the entityType and
entityName(s) in that particular organization.
- getEntity(String, String, String, String) - Method in class com.sun.identity.entity.EntityObjectImpl
-
Returns the entity object for each entity given the entityType and
entityName(s) in that particular organization.
- getEntity() - Method in interface org.forgerock.http.client.request.HttpClientRequest
-
Retrieve the entity set on the request.
- getEntity() - Method in class org.forgerock.http.client.request.SimpleHttpClientRequest
-
Retrieve the entity set on the request.
- getEntity() - Method in interface org.forgerock.http.client.response.HttpClientResponse
-
Retrieve the entity sent with the accessed resource.
- getEntity() - Method in class org.forgerock.http.client.response.SimpleHttpClientResponse
-
Retrieve the entity sent with the accessed resource.
- getEntityByMetaAlias(String) - Static method in class com.sun.identity.federation.meta.IDFFMetaCache
-
Returns Entity ID containing IDP or SP with the meta alias.
- getEntityByMetaAlias(String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns entity ID associated with the metaAlias.
- getEntityByMetaAlias(String) - Method in class com.sun.identity.wsfederation.meta.WSFederationMetaManager
-
Returns entity ID associated with the metaAlias.
- getEntityBySuccinctID(String) - Static method in class com.sun.identity.federation.meta.IDFFMetaCache
-
Returns entity ID containing the IDP with the succinct ID.
- getEntityByTokenIssuerName(String, String) - Method in class com.sun.identity.wsfederation.meta.WSFederationMetaManager
-
Returns entity ID associated with the token issuer name.
- getEntityConfig(String, String) - Static method in class com.sun.identity.federation.meta.IDFFMetaCache
-
Returns the Entity Config under the realm from the cache.
- getEntityConfig(String, String) - Method in class com.sun.identity.federation.meta.IDFFMetaManager
-
Returns extended entity configuration under the realm.
- getEntityConfig(String, String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns extended entity configuration under the realm.
- getEntityConfig(String, String) - Method in class com.sun.identity.wsfederation.meta.WSFederationMetaManager
-
Returns extended entity configuration under the realm.
- getEntityDescriptor(String, String) - Static method in class com.sun.identity.federation.meta.IDFFMetaCache
-
Returns the Entity Descriptor representing the standard metadata under
the realm from cache.
- getEntityDescriptor(String, String) - Method in class com.sun.identity.federation.meta.IDFFMetaManager
-
Returns the standard metadata entity descriptor under the realm.
- getEntityDescriptor(String, String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns the standard metadata entity descriptor under the realm.
- getEntityDescriptor(String, String) - Method in class com.sun.identity.wsfederation.meta.WSFederationMetaManager
-
Returns the standard metadata federation element under the realm.
- getEntityDescriptorElement(String) - Static method in class com.sun.identity.saml2.meta.SAML2MetaUtils
-
- getEntityDescriptorOrEntitiesDescriptor() - Method in interface com.sun.identity.saml2.jaxb.metadata.EntitiesDescriptorType
-
Gets the value of the EntityDescriptorOrEntitiesDescriptor property.
- getEntityDescriptorOrEntitiesDescriptor() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntitiesDescriptorTypeImpl
-
- getEntityId() - Method in class com.sun.identity.federation.services.FSAssertionManager
-
Returns hosted provider Entity ID.
- getEntityID() - Method in interface com.sun.identity.saml2.jaxb.entityconfig.EntityConfigType
-
Gets the value of the entityID property.
- getEntityID() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.EntityConfigTypeImpl
-
- getEntityID() - Method in interface com.sun.identity.saml2.jaxb.metadata.EntityDescriptorType
-
Gets the value of the entityID property.
- getEntityID() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl
-
- getEntityID(String) - Static method in class com.sun.liberty.LibertyManager
-
Returns entityID from the provider Alias
using meta manager calls.
- getEntityIDByMetaAlias(String) - Method in class com.sun.identity.federation.meta.IDFFMetaManager
-
Returns entity ID associated with the metaAlias.
- getEntityIDBySuccinctID(String, String) - Method in class com.sun.identity.federation.meta.IDFFMetaManager
-
Returns entity ID associated with the succinct ID.
- getEntityManager() - Static method in class com.iplanet.ums.EntityManager
-
Get the instance of Entity Manager.
- getEntityNames(String, String, String) - Method in class com.sun.identity.entity.EntityObject
-
Returns a set of Entity Names given the Entity Type for that particular
organization.
- getEntityNames(String, String, String, String) - Method in interface com.sun.identity.entity.EntityObjectIF
-
Returns a set of Entity Names given the Entity Type for that particular
organization.
- getEntityNames(String, String, String, String) - Method in class com.sun.identity.entity.EntityObjectImpl
-
Returns a set of Entity Names given the Entity Type for that particular
organization.
- getEntityTypes() - Method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Returns a set of com.iplanet.am.sdk.AMEntityType objects,
which is the set of objects which are supported by the
com.iplanet.am.sdk.AMEntity APIs.
- getEntries() - Method in class com.sun.identity.monitoring.TableSsoServerAuthModulesTable
-
Return the entries stored in the table.
- getEntries() - Method in class com.sun.identity.monitoring.TableSsoServerEntitlementPolicyStatsTable
-
Return the entries stored in the table.
- getEntries() - Method in class com.sun.identity.monitoring.TableSsoServerFedCOTMemberTable
-
Return the entries stored in the table.
- getEntries() - Method in class com.sun.identity.monitoring.TableSsoServerFedCOTsTable
-
Return the entries stored in the table.
- getEntries() - Method in class com.sun.identity.monitoring.TableSsoServerFedEntitiesTable
-
Return the entries stored in the table.
- getEntries() - Method in class com.sun.identity.monitoring.TableSsoServerLoggingHdlrTable
-
Return the entries stored in the table.
- getEntries() - Method in class com.sun.identity.monitoring.TableSsoServerPolicy22AgentTable
-
Return the entries stored in the table.
- getEntries() - Method in class com.sun.identity.monitoring.TableSsoServerPolicyJ2EEAgentTable
-
Return the entries stored in the table.
- getEntries() - Method in class com.sun.identity.monitoring.TableSsoServerPolicyJ2EEGroupTable
-
Return the entries stored in the table.
- getEntries() - Method in class com.sun.identity.monitoring.TableSsoServerPolicyWebAgentTable
-
Return the entries stored in the table.
- getEntries() - Method in class com.sun.identity.monitoring.TableSsoServerPolicyWebGroupTable
-
Return the entries stored in the table.
- getEntries() - Method in class com.sun.identity.monitoring.TableSsoServerRealmTable
-
Return the entries stored in the table.
- getEntries() - Method in class com.sun.identity.monitoring.TableSsoServerSAML1CacheTable
-
Return the entries stored in the table.
- getEntries() - Method in class com.sun.identity.monitoring.TableSsoServerSAML1EndPointTable
-
Return the entries stored in the table.
- getEntries() - Method in class com.sun.identity.monitoring.TableSsoServerSAML1TrustPrtnrsTable
-
Return the entries stored in the table.
- getEntries() - Method in class com.sun.identity.monitoring.TableSsoServerSAML2IDPTable
-
Return the entries stored in the table.
- getEntries() - Method in class com.sun.identity.monitoring.TableSsoServerSAML2SPTable
-
Return the entries stored in the table.
- getEntries() - Method in class com.sun.identity.monitoring.TableSsoServerServerTable
-
Return the entries stored in the table.
- getEntries() - Method in class com.sun.identity.monitoring.TableSsoServerSiteMapTable
-
Return the entries stored in the table.
- getEntries() - Method in class com.sun.identity.monitoring.TableSsoServerSitesTable
-
Return the entries stored in the table.
- getEntries() - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsDSCAgentTable
-
Return the entries stored in the table.
- getEntries() - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsDSCAgtGrpTable
-
Return the entries stored in the table.
- getEntries() - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsSTSAgentTable
-
Return the entries stored in the table.
- getEntries() - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsSTSAgtGrpTable
-
Return the entries stored in the table.
- getEntries() - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsWSCAgentTable
-
Return the entries stored in the table.
- getEntries() - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsWSCAgtGrpTable
-
Return the entries stored in the table.
- getEntries() - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsWSPAgentTable
-
Return the entries stored in the table.
- getEntries() - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsWSPAgtGrpTable
-
Return the entries stored in the table.
- getEntries() - Method in class org.forgerock.openam.monitoring.cts.TableCtsCRUDOperationsPerTokenTypeTable
-
Return the entries stored in the table.
- getEntries() - Method in class org.forgerock.openam.monitoring.cts.TableCtsCRUDOperationsTable
-
Return the entries stored in the table.
- getEntries() - Method in class org.forgerock.openam.monitoring.cts.TableCtsTokenOperationsTable
-
Return the entries stored in the table.
- getEntries() - Method in class org.forgerock.openam.monitoring.cts.TableOperationTable
-
Return the entries stored in the table.
- getEntries() - Method in class org.forgerock.openam.monitoring.cts.TableTokenTable
-
Return the entries stored in the table.
- getEntry(Token) - Method in class org.forgerock.openam.cts.utils.LdapTokenAttributeConversion
-
Generate an Entry based on the given Token.
- getEntryDN() - Method in class com.iplanet.am.sdk.common.CacheBlockBase
-
- getEntryID() - Method in class com.sun.identity.liberty.ws.disco.RemoveEntry
-
Gets entry ID to be removed.
- getEntryID() - Method in class com.sun.identity.liberty.ws.disco.ResourceOffering
-
Gets entry ID.
- getEntryName(UMSException) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
- getEnumFromOrdinal(Class<E>, int) - Static method in class org.forgerock.openam.utils.Enums
-
Retrieves the appropriate Enum from the list of avaliable
enums that matches on the ordinal index.
- getEnvironment() - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Returns the environment setting for the request.
- getEnvironment() - Method in class com.sun.identity.xacml.context.impl.RequestImpl
-
Returns the instance of Environment element.
- getEnvironment() - Method in interface com.sun.identity.xacml.context.Request
-
Returns the instance of Environment
- getEnvironment() - Method in class org.forgerock.openam.entitlement.rest.model.json.PolicyRequest
-
- getEnvironmentConditions() - Method in class org.forgerock.openam.entitlement.conditions.CoreConditionTypeRegistry
-
Gets all the environment conditions in the registry.
- getEnvironmentConditions() - Method in interface org.forgerock.openam.entitlement.ConditionTypeRegistry
-
Gets all the environment conditions in the registry.
- getEnvMap(HttpServletRequest) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Returns an environment map which contains all query parameters
and HTTP headers.
- getEnvMap(HttpServletRequest) - Method in class org.forgerock.openam.core.CoreServicesWrapper
-
Gets the environment map from a HttpServletRequest.
- getEnvParams() - Method in class com.sun.identity.policy.jaas.ISPermission
-
returns environment parameters and their values associated with this
ISPermission.
- getEnvParms() - Method in class com.sun.identity.policy.remote.ResourceResultRequest
-
Returns the environment parameters.
- getErrCode() - Method in exception com.sun.identity.plugin.session.SessionException
-
Returns the error code for the caller of a SessionProvider
method.
- getError() - Method in class com.sun.identity.install.tools.configurator.UserDataInteraction
-
- getError() - Method in exception org.forgerock.oauth2.core.exceptions.OAuth2Exception
-
Gets the error/name of the exception.
- getError() - Method in exception org.forgerock.oauth2.restlet.OAuth2RestletException
-
Gets the error.
- getError() - Method in exception org.forgerock.openam.oauth2.OAuthProblemException
-
- getErrorCode() - Method in exception com.iplanet.am.sdk.AMException
-
Deprecated.
Returns the error code.
- getErrorCode() - Method in class com.iplanet.am.sdk.AMSearchResults
-
Deprecated.
Method which returns the error code of search.
- getErrorCode() - Method in exception com.iplanet.am.sdk.remote.AMRemoteException
-
- getErrorCode() - Method in exception com.iplanet.services.cdm.clientschema.AMClientCapException
-
Returns the error code
- getErrorCode() - Method in class com.sun.identity.authentication.AuthContext
-
Returns error code.
- getErrorCode() - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Returns the error code.
- getErrorCode() - Method in class com.sun.identity.authentication.service.AMLoginContext
-
Returns error code.
- getErrorCode() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns the error code .
- getErrorCode() - Method in exception com.sun.identity.authentication.spi.AuthLoginException
-
Returns the error code.
- getErrorCode() - Method in exception com.sun.identity.common.ChainedException
-
- getErrorCode() - Method in exception com.sun.identity.common.configuration.ConfigurationException
-
- getErrorCode() - Method in exception com.sun.identity.common.configuration.UnknownPropertyNameException
-
Returns error code associated with this error message.
- getErrorCode() - Method in interface com.sun.identity.common.L10NMessage
-
Deprecated.
Use this method to chain this exception with another to get localized
error messge use getL10NMessage method
- getErrorCode() - Method in exception com.sun.identity.common.L10NMessageImpl
-
Deprecated.
Returns error code associated with this error message.
- getErrorCode() - Method in class com.sun.identity.common.SearchResults
-
Returns the error code of search.
- getErrorCode() - Method in exception com.sun.identity.coretoken.CoreTokenException
-
Returns error code.
- getErrorCode() - Method in exception com.sun.identity.entitlement.EntitlementException
-
Returns error code.
- getErrorCode() - Method in exception com.sun.identity.entity.EntityException
-
Method to obtain the error code.
- getErrorCode() - Method in exception com.sun.identity.idm.IdRepoException
-
Returns error code associated with this error message.
- getErrorCode() - Method in class com.sun.identity.idm.IdSearchResults
-
Method which returns the error code of search.
- getErrorCode() - Method in class com.sun.identity.idm.RepoSearchResults
-
Method which returns the error code of search.
- getErrorCode() - Method in class com.sun.identity.policy.ValidValues
-
Deprecated.
Returns the error code of search.
- getErrorCode() - Method in exception com.sun.identity.rest.RestException
-
Returns error code.
- getErrorCode() - Method in exception com.sun.identity.setup.ConfiguratorException
-
- getErrorCode() - Method in interface com.sun.identity.shared.locale.L10NMessage
-
Use this method to chain this exception with another to get localized
error messge use getL10NMessage method
- getErrorCode() - Method in exception com.sun.identity.shared.locale.L10NMessageImpl
-
Returns error code associated with this error message.
- getErrorCode() - Method in exception com.sun.identity.sm.SMSException
-
Returns error code associated with this error message.
- getErrorCode() - Method in exception com.sun.identity.workflow.WorkflowException
-
- getErrorCode() - Method in interface org.forgerock.openam.core.rest.authn.core.AuthenticationContext
-
Returns the error code for the login process.
- getErrorCode() - Method in class org.forgerock.openam.core.rest.authn.core.wrappers.AuthContextLocalWrapper
-
Returns the error code for the login process.
- getErrorCode() - Method in exception org.forgerock.openam.ldap.LDAPUtilException
-
Returns the error code in string.
- getErrorCode() - Method in exception org.forgerock.openam.rest.query.QueryException
-
- getErrorDescription() - Method in exception org.forgerock.oauth2.restlet.OAuth2RestletException
-
Gets the error description.
- getErrorForm() - Method in exception org.forgerock.openam.oauth2.OAuthProblemException
-
Used for formatting error according to chapter 4.2.2.1.
- getErrorMessage() - Method in class com.sun.identity.authentication.AuthContext
-
Returns the error message.
- getErrorMessage(String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- getErrorMessage() - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Returns the error message.
- getErrorMessage() - Method in class com.sun.identity.authentication.service.AMLoginContext
-
Returns error message.
- getErrorMessage() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns the error message.
- getErrorMessage() - Method in interface com.sun.identity.password.ui.model.PWResetModel
-
Returns error message
- getErrorMessage() - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns error message.
- getErrorMessage() - Method in interface com.sun.identity.password.ui.model.PWResetUncaughtExceptionModel
-
Returns uncaught exception message.
- getErrorMessage() - Method in class com.sun.identity.password.ui.model.PWResetUncaughtExceptionModelImpl
-
Returns uncaught exception message.
- getErrorMessage() - Static method in class com.sun.identity.setup.AMSetupServlet
-
- getErrorMessage() - Method in interface org.forgerock.openam.core.rest.authn.core.AuthenticationContext
-
Returns the error message for the login process.
- getErrorMessage() - Method in class org.forgerock.openam.core.rest.authn.core.wrappers.AuthContextLocalWrapper
-
Returns the error message for the login process.
- getErrorMessage() - Method in exception org.forgerock.openam.oauth2.OAuthProblemException
-
Used for formatting error according to chapter 5.2.
- getErrorPageURL(HttpServletRequest, BaseConfigType, String) - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
Returns error page URL.
- getErrorPageURL(String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
- getErrorPageURL(String, String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
Returns the provider's error page.
- getErrorResponse(RequestAbstract, String, String, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns a SAML Response object containing error status
- getErrors() - Method in class com.sun.identity.monitoring.LinkTrapGenerator
-
- getErrors() - Method in interface com.sun.identity.monitoring.LinkTrapGeneratorMBean
-
- getErrors() - Method in exception com.sun.identity.password.ui.model.PWResetException
-
Returns error list.
- getErrorState() - Method in class com.sun.identity.authentication.service.PagePropertiesCallback
-
Deprecated.
Returns error state
- getErrorState() - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
-
Returns the authentication module error state.
- getErrorStatus(AssertionArtifact) - Method in class com.sun.identity.federation.services.FSAssertionManager
-
Retrieve the original status of a reference artifact.
- getErrorStatus(AssertionArtifact) - Method in class com.sun.identity.federation.services.FSAssertionManagerClient
-
- getErrorStatus(String, String) - Method in interface com.sun.identity.federation.services.FSAssertionManagerIF
-
Returns the error status of a given artifact.
- getErrorStatus(String, String) - Method in class com.sun.identity.federation.services.FSAssertionManagerImpl
-
- getErrorString(Exception) - Method in interface com.sun.identity.password.ui.model.PWResetModel
-
Return a localized error message from an exception.
- getErrorString(Exception) - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns a localized error message from an exception.
- getErrorTemplate() - Method in class com.sun.identity.authentication.AuthContext
-
Returns the error template.
- getErrorTemplate(String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- getErrorTemplate() - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Returns the error template.
- getErrorTemplate() - Method in class com.sun.identity.authentication.service.AMLoginContext
-
Returns error template.
- getErrorTemplate() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns the error template generated by framework.
- getErrorTitle() - Method in interface com.sun.identity.password.ui.model.PWResetModel
-
Returns title for error message.
- getErrorTitle() - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns title for error message.
- getErrorTitle() - Method in interface com.sun.identity.password.ui.model.PWResetUncaughtExceptionModel
-
Returns uncaught exception title.
- getErrorTitle() - Method in class com.sun.identity.password.ui.model.PWResetUncaughtExceptionModelImpl
-
Returns uncaught exception title.
- getErrorUri() - Method in exception org.forgerock.oauth2.restlet.OAuth2RestletException
-
Gets the error uri.
- getErrorUri() - Method in exception org.forgerock.openam.oauth2.OAuthProblemException
-
- getErrorURL() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl
-
- getErrorURL() - Method in interface com.sun.identity.saml2.jaxb.metadata.RoleDescriptorType
-
Gets the value of the errorURL property.
- getErrorVal(String, String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- getErrorVal(String, String, ResourceBundle) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- getEscapedValue(String) - Static method in class com.sun.identity.shared.StringUtils
-
Returns special character escaped string.
- getEscRealmNameFromIndex(Integer) - Static method in class com.sun.identity.monitoring.Agent
-
- getESubject() - Method in class com.sun.identity.entitlement.NotSubject
-
Returns nested EntitlementSubject.
- getESubject() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlementSubjectMixin
-
- getESubjects() - Method in class com.sun.identity.entitlement.LogicalSubject
-
Returns the nested EntitlementSubject(s)
- getESubjects() - Method in class com.sun.identity.entitlement.NotSubject
-
Returns the nested EntitlementSubject(s)
- getESubjects() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlementSubjectMixin
-
- getEtcDirPath() - Static method in class com.sun.identity.install.tools.util.ConfigUtil
-
- getEvaluationAvgRate(PolicyMonitoringType) - Method in interface org.forgerock.openam.entitlement.monitoring.PolicyMonitor
-
The average rate at which evaluations have taken place.
- getEvaluationAvgRate(PolicyMonitoringType) - Method in class org.forgerock.openam.entitlement.monitoring.PolicyMonitorImpl
-
The average rate at which evaluations have taken place.
- getEvaluationCumulativeCount(PolicyMonitoringType) - Method in interface org.forgerock.openam.entitlement.monitoring.PolicyMonitor
-
Total number of evaluations which have taken place.
- getEvaluationCumulativeCount(PolicyMonitoringType) - Method in class org.forgerock.openam.entitlement.monitoring.PolicyMonitorImpl
-
Total number of evaluations which have taken place.
- getEvaluationMaxRate(PolicyMonitoringType) - Method in interface org.forgerock.openam.entitlement.monitoring.PolicyMonitor
-
The maximum rate at which evaluations have taken place.
- getEvaluationMaxRate(PolicyMonitoringType) - Method in class org.forgerock.openam.entitlement.monitoring.PolicyMonitorImpl
-
The maximum rate at which evaluations have taken place.
- getEvaluationMinRate(PolicyMonitoringType) - Method in interface org.forgerock.openam.entitlement.monitoring.PolicyMonitor
-
The minimum rate at which evaluations have taken place.
- getEvaluationMinRate(PolicyMonitoringType) - Method in class org.forgerock.openam.entitlement.monitoring.PolicyMonitorImpl
-
The minimum rate at which evaluations have taken place.
- getEvaluator(Subject, String) - Method in class org.forgerock.openam.entitlement.rest.EntitlementEvaluatorFactory
-
- getEvaluator(Subject, String) - Method in interface org.forgerock.openam.entitlement.rest.PolicyEvaluatorFactory
-
Given the subject looking to request policy decisions within an
application context, retrieve the relevant policy evaluator.
- getEvaluator(Subject, String) - Method in interface org.forgerock.openam.uma.rest.UmaPolicyEvaluatorFactory
-
Given the subject looking to request policy decisions within an
application context, retrieve the relevant policy evaluator.
- getEventAuditor() - Method in class org.forgerock.openam.saml2.IDPSSOFederateRequest
-
- getEventHandler() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatorImpl
-
- getEventHandler() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.ValidatorImpl
-
- getEventService() - Static method in class com.iplanet.services.ldap.event.EventService
-
Returns the event service (presuming we are not in the process of shutting down).
- getEventTime() - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaAuditEntry
-
- getEventTopicsMetaData() - Method in class org.forgerock.openam.audit.configuration.AuditEventHandlerConfiguration
-
Provides meta-data describing the audit event topics the AuditEventHandler may have to handle.
- getEventTopicsMetaData() - Method in interface org.forgerock.openam.audit.configuration.AuditServiceConfigurationProvider
-
Provides meta-data describing the audit event topics the AuditEventHandler may have to handle.
- getEventTopicsMetaData() - Method in class org.forgerock.openam.audit.configuration.AuditServiceConfigurationProviderImpl
-
- getEventTopicsMetaData() - Method in class org.forgerock.openam.plugin.configuration.FedletAuditServiceConfigurationProviderImpl
-
- getEventType() - Method in class com.iplanet.am.sdk.AMEvent
-
Deprecated.
Returns the type of the event.
- getEventType() - Method in class com.iplanet.services.ldap.event.DSEvent
-
Returns the type of change event either add, modify, delete, etc.
- getEvidence() - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
-
Returns the evidence from AuthorizationStatement.
- getEvidence() - Method in class com.sun.identity.saml.protocol.AuthorizationDecisionQuery
-
Returns the Evidence
- getEvidence() - Method in interface com.sun.identity.saml2.assertion.AuthzDecisionStatement
-
Returns the Evidence of the statement.
- getEvidence() - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthzDecisionStatementType
-
Gets the value of the evidence property.
- getEvidence() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthzDecisionStatementTypeImpl
-
- getExampleValues() - Method in class com.sun.identity.sm.AttributeSchema
-
Returns the example values of the attribute.
- getExampleValues() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Returns the example values of the attribute.
- getException() - Method in class com.iplanet.dpro.session.share.SessionResponse
-
Returns the exception.
- getException() - Method in class com.iplanet.services.naming.share.NamingResponse
-
Gets the exception.
- getException() - Method in class org.forgerock.oauth2.core.exceptions.ClientAuthenticationFailureFactory
-
Produces an InvalidClientException.
- getException(String) - Method in class org.forgerock.oauth2.core.exceptions.ClientAuthenticationFailureFactory
-
Produces an InvalidClientException.
- getException(OAuth2Request, String) - Method in class org.forgerock.oauth2.core.exceptions.ClientAuthenticationFailureFactory
-
Produces an InvalidClientException or InvalidClientAuthZHeaderException based on the request provided.
- getExceptionCode() - Method in exception com.sun.identity.sm.SMSException
-
Returns the status code for this exception.
- getExceptionMsg() - Method in class com.sun.identity.policy.remote.PolicyResponse
-
Returns the exception response.
- getExcluded() - Method in class org.forgerock.openam.entitlement.rest.model.json.ResourceSet
-
- getExecutionMessage(IStateAccess, Map) - Method in class com.sun.identity.install.tools.configurator.AuditLogFileNameTask
-
- getExecutionMessage(IStateAccess, Map) - Method in class com.sun.identity.install.tools.configurator.BackupFileTask
-
- getExecutionMessage(IStateAccess, Map) - Method in class com.sun.identity.install.tools.configurator.ConfigurePropertiesTask
-
- getExecutionMessage(IStateAccess, Map) - Method in class com.sun.identity.install.tools.configurator.CreateLayoutTask
-
- getExecutionMessage(IStateAccess, Map) - Method in class com.sun.identity.install.tools.configurator.CreateProfileTask
-
- getExecutionMessage(IStateAccess, Map) - Method in class com.sun.identity.install.tools.configurator.DeleteLayoutTask
-
- getExecutionMessage(IStateAccess, Map) - Method in interface com.sun.identity.install.tools.configurator.ITask
-
- getExistingServiceNames(SSOToken) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
- getExistingValidSSOToken(SessionID) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- getExistingValidSSOToken(SessionID) - Method in class org.forgerock.openam.core.CoreServicesWrapper
-
Gets the SSO Token for an existing valid session.
- getExitCode() - Method in exception com.sun.identity.cli.CLIException
-
Returns exit code.
- getExitMessageInfo() - Method in class com.sun.identity.install.tools.configurator.InstallRunInfo
-
- getExpDate() - Method in class org.forgerock.openam.session.model.AMRootEntity
-
- getExpectedPathFromRequestContext(UpdateRequest) - Method in class org.forgerock.openam.core.rest.sms.SmsRealmProvider
-
- getExpirationTime(TimeUnit) - Method in class com.iplanet.dpro.session.service.InternalSession
-
Computes session object expiration time as the smallest of the remaining idle time (or purge delay if the
session has already timed out) or the session lifetime limit.
- getExpirationTimeInSecondsFromEpoch() - Method in class org.forgerock.openam.sts.user.invocation.STSIssuedTokenState
-
- getExpiredSessionsSearchLimit() - Method in class org.forgerock.openam.cts.CoreTokenConfig
-
The Expired Session Search Limit.
- getExpires() - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.TimestampTypeImpl
-
- getExpires() - Method in interface com.sun.identity.wsfederation.jaxb.wsu.TimestampType
-
Gets the value of the expires property.
- getExpiryTime(TimeUnit) - Method in class com.iplanet.dpro.session.share.SessionInfo
-
Time at which this session will expire in milliseconds from the UTC epoch.
- getExpiryTime() - Method in class org.forgerock.oauth2.core.AuthorizationCode
-
Gets the expiry time.
- getExpiryTime() - Method in class org.forgerock.oauth2.core.DeviceCode
-
Gets the expiry time of this device code.
- getExpiryTime() - Method in interface org.forgerock.oauth2.core.IntrospectableToken
-
Gets the token's expiry time.
- getExpiryTime() - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Gets the token's expiry time.
- getExpiryTime() - Method in class org.forgerock.oauth2.core.StatefulRefreshToken
-
Gets the token's expiry time.
- getExpiryTime() - Method in class org.forgerock.oauth2.core.StatefulToken
-
- getExpiryTime() - Method in class org.forgerock.openam.cts.api.tokens.SAMLToken
-
- getExpiryTime() - Method in class org.forgerock.openam.oauth2.StatelessToken
-
- getExpiryTime() - Method in class org.forgerock.openam.oauth2.StatelessTokenMetadata
-
- getExpiryTime() - Method in class org.forgerock.openam.uma.Permission
-
- getExpiryTime() - Method in class org.forgerock.openam.uma.PermissionTicket
-
- getExpiryTime() - Method in class org.forgerock.openam.uma.RequestingPartyToken
-
- getExpiryTimestamp() - Method in class org.forgerock.openam.cts.api.tokens.Token
-
- getExponent() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RSAKeyValueTypeImpl
-
- getExponent() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.RSAKeyValueType
-
Gets the value of the exponent property.
- getExponent() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RSAKeyValueTypeImpl
-
- getExponent() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.RSAKeyValueType
-
Gets the value of the exponent property.
- getExportedOrganizationNames() - Method in class com.sun.identity.sm.ServiceConfig
-
Returns the organization names to which the service configuration is
being exported.
- getExportedSubConfigNames(String) - Method in class com.sun.identity.sm.ServiceConfig
-
Returns a set of exported fully qualified sub-configuration names that
can be imported used locally as service configuration
- getExpression() - Method in class com.sun.identity.entitlement.xacml3.core.Apply
-
Gets the value of the expression property.
- getExpression() - Method in class com.sun.identity.entitlement.xacml3.core.AttributeAssignmentExpression
-
Gets the value of the expression property.
- getExpression() - Method in class com.sun.identity.entitlement.xacml3.core.Condition
-
Gets the value of the expression property.
- getExpression() - Method in class com.sun.identity.entitlement.xacml3.core.VariableDefinition
-
Gets the value of the expression property.
- getExpressionContext(String) - Static method in class com.sun.identity.liberty.ws.idpp.common.IDPPUtils
-
Looks for the expression context.
- getExpTime() - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
Sets a screen state for retrieval by a client.
- getExtAttributes() - Method in interface com.sun.identity.liberty.ws.idpp.plugin.IDPPExtension
-
Gets the list of extension JAXB attribute objects.
- getExtendedConfig(String, String, String, IDFFMetaManager) - Static method in class com.sun.identity.federation.meta.IDFFMetaUtils
-
Obtains provider's extended meta.
- getExtension() - Method in class com.iplanet.dpro.session.SessionID
-
Retrieves extension value by name Currently used session id extensions
are
SessionService.SITE_ID server id (from platform server list)
hosting this session (in failover mode this will be server id of the
load balancer)
SessionService.PRIMARY_ID,
SessionService.SECONDARY_ID used if internal request
routing mode is enabled.
- getExtension() - Method in class com.sun.identity.liberty.ws.disco.ModifyResponse
-
Gets modify response Extension Element.
- getExtension() - Method in class com.sun.identity.liberty.ws.dst.DSTModify
-
Gets the extension property
- getExtension() - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
-
Gets the extension property.
- getExtension() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
-
Gets the extension property.
- getExtensionAttributes() - Method in class com.sun.identity.liberty.ws.idpp.IDPPServiceManager
-
Gets extension container attributes.
- getExtensionContainerAttributes() - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPBaseContainer
-
Gets extension attribute
- getExtensionContainerClass() - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPBaseContainer
-
Gets container extension
- getExtensions() - Method in class com.sun.identity.delegation.DelegationPermission
-
Returns the extensions in the permission
- getExtensions() - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Returns a list of Extension objects.
- getExtensions() - Method in class com.sun.identity.liberty.ws.paos.PAOSHeader
-
Returns the list of extensions as Strings.
- getExtensions() - Method in interface com.sun.identity.saml2.jaxb.metadata.AffiliationDescriptorType
-
Gets the value of the extensions property.
- getExtensions() - Method in interface com.sun.identity.saml2.jaxb.metadata.ContactType
-
Gets the value of the extensions property.
- getExtensions() - Method in interface com.sun.identity.saml2.jaxb.metadata.EntitiesDescriptorType
-
Gets the value of the extensions property.
- getExtensions() - Method in interface com.sun.identity.saml2.jaxb.metadata.EntityDescriptorType
-
Gets the value of the extensions property.
- getExtensions() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorTypeImpl
-
- getExtensions() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ContactTypeImpl
-
- getExtensions() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntitiesDescriptorTypeImpl
-
- getExtensions() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl
-
- getExtensions() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationTypeImpl
-
- getExtensions() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl
-
- getExtensions() - Method in interface com.sun.identity.saml2.jaxb.metadata.OrganizationType
-
Gets the value of the extensions property.
- getExtensions() - Method in interface com.sun.identity.saml2.jaxb.metadata.RoleDescriptorType
-
Gets the value of the extensions property.
- getExtensions() - Method in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
Returns the Extensions Object.
- getExtensions() - Method in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
Returns the value of the extensions property.
- getExtensions() - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
-
Returns the Extensions Object.
- getExtensions() - Method in interface com.sun.identity.saml2.protocol.StatusResponse
-
Returns the value of the extensions property.
- getExtensions() - Method in class org.forgerock.openam.scripting.factories.RhinoScriptEngineFactory
- getExtensionsList(Map) - Static method in class com.sun.identity.saml2.profile.LogoutUtil
-
Returns the extensions list
- getExtensionsList(String, String) - Static method in class com.sun.identity.saml2.profile.SPSSOFederate
-
Gets the extensions list for the sp entity.
- getExternalAttributes(SSOToken, String, Set, int) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Returns attributes from an external data store.
- getExternalAttributes(SSOToken, String, Set, int) - Method in class com.iplanet.am.sdk.ldap.CachedDirectoryServicesImpl
-
Returns attributes from an external data store.
- getExternalAttributes(SSOToken, String, Set, int) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
Returns attributes from an external data store.
- getExternalAttributes(SSOToken, String, Set, int) - Method in class com.iplanet.am.sdk.remote.CachedRemoteServicesImpl
-
Returns attributes from an external data store.
- getExternalAttributes(String, String, Set, int) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getExternalAttributes(String, String, Set, int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- getExternalAttributes(SSOToken, String, Set, int) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
Returns attributes from an external data store.
- getExternalInstance() - Static method in class com.iplanet.services.cdm.clientschema.AMClientCapData
-
Singleton method to get an external instance
- getExtraByteAttributes() - Method in class com.sun.identity.sm.model.AMRecord
-
- getExtraByteAttributes() - Method in class com.sun.identity.sm.model.FAMRecord
-
- getExtraStringAttributes() - Method in class com.sun.identity.sm.model.AMRecord
-
- getExtraStringAttributes() - Method in class com.sun.identity.sm.model.FAMRecord
-
- getFactory() - Method in enum com.sun.identity.policy.PolicyLockFactory
-
- getFactory() - Method in class org.forgerock.openam.rest.LocalSSOTokenSessionModule
-
- getFactoryClass() - Method in class org.forgerock.openam.services.push.PushNotificationServiceConfigHelper
-
Retrieve the factory class used to generate PushNotificationDelegates described by this config.
- getFailCount(AMIdentity) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Get the number of failed login attempts for a user when account locking
is enabled.
- getFailCount() - Method in class com.sun.identity.common.AccountLockoutInfo
-
Returns the current failure count stored in this object.
- getFailedPrincipal(LoginState) - Method in class com.sun.identity.authentication.audit.AbstractAuthenticationEventAuditor
-
Get the failed username from the of the event.
- getFailedTestCases() - Method in class com.sun.identity.shared.test.tools.Test
-
Returns a list of failed testcases.
- getFailureAverage() - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionFailureRate
-
Getter for the "FailureAverage" variable.
- getFailureAverage() - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionFailureRateImpl
-
Getter for the "FailureAverage" variable.
- getFailureAverage() - Method in interface org.forgerock.openam.monitoring.cts.CtsConnectionFailureRateMBean
-
Getter for the "FailureAverage" variable.
- getFailureCumulative() - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionFailureRate
-
Getter for the "FailureCumulative" variable.
- getFailureCumulative() - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionFailureRateImpl
-
Getter for the "FailureCumulative" variable.
- getFailureCumulative() - Method in interface org.forgerock.openam.monitoring.cts.CtsConnectionFailureRateMBean
-
Getter for the "FailureCumulative" variable.
- getFailureLoginURL() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns failure login URL.
- getFailureMaximum() - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionFailureRate
-
Getter for the "FailureMaximum" variable.
- getFailureMaximum() - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionFailureRateImpl
-
Getter for the "FailureMaximum" variable.
- getFailureMaximum() - Method in interface org.forgerock.openam.monitoring.cts.CtsConnectionFailureRateMBean
-
Getter for the "FailureMaximum" variable.
- getFailureMinimum() - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionFailureRate
-
Getter for the "FailureMinimum" variable.
- getFailureMinimum() - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionFailureRateImpl
-
Getter for the "FailureMinimum" variable.
- getFailureMinimum() - Method in interface org.forgerock.openam.monitoring.cts.CtsConnectionFailureRateMBean
-
Getter for the "FailureMinimum" variable.
- getFailureModuleNames() - Method in class com.sun.identity.authentication.service.LoginState
-
Gets the failure module names.
- getFailureTokenId() - Method in class com.sun.identity.authentication.service.LoginState
-
SSOToken ID for login failed
- getFailureURL() - Method in class com.sun.identity.authentication.AuthContext
-
Returns the Failure Login URL for the authenticating user.
- getFailureURL() - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Returns the Failure Login URL for the authenticating user.
- getFailureURL() - Method in class com.sun.identity.authentication.service.AMLoginContext
-
Returns Login Failure URL for authenticated user.
- getFailureURL() - Method in interface org.forgerock.openam.core.rest.authn.core.AuthenticationContext
-
Returns the Failure Login URL for the authenticating user.
- getFailureURL() - Method in class org.forgerock.openam.core.rest.authn.core.CompletedLoginProcess
-
Returns the failure url from the underlying authcontext
- getFailureURL() - Method in class org.forgerock.openam.core.rest.authn.core.LoginProcess
-
Returns the failure url from the underlying authcontext
- getFailureURL() - Method in class org.forgerock.openam.core.rest.authn.core.wrappers.AuthContextLocalWrapper
-
Returns the Failure Login URL for the authenticating user.
- getFailureUrl() - Method in exception org.forgerock.openam.core.rest.authn.exceptions.RestAuthException
-
Gets the failure URL.
- getFalseValue() - Method in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
Method to get string value for "FALSE"
- getFalseValue(String) - Static method in class com.sun.identity.common.configuration.ServerPropertyValidator
-
Returns the false value of a property.
- getFalseValue() - Method in class com.sun.identity.sm.AttributeSchema
-
Returns the string value for BooleanFalseValue.
- getFalseValue() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Returns the string value for BooleanFalseValue.
- getFalseValueI18NKey() - Method in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
Method to get the i18n Key for BooleanFalseValue.
- getFalseValueI18NKey() - Method in class com.sun.identity.sm.AttributeSchema
-
Returns the I18N Key for BooleanFalseValue.
- getFalseValueI18NKey() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Returns the I18N Key for BooleanFalseValue.
- getFAMClassLoader(ServletContext, String[]) - Static method in class com.sun.identity.classloader.FAMClassLoader
-
- getFaultActor() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFault
-
Returns value of faultactor element.
- getFaultCode() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFault
-
Returns value of faultcode element.
- getFaultCode() - Method in exception com.sun.identity.saml2.profile.ClientFaultException
-
- getFaultCode() - Method in exception com.sun.identity.saml2.profile.FederatedSSOException
-
The SOAP fault code of the error.
- getFaultCode() - Method in exception com.sun.identity.saml2.profile.ServerFaultException
-
- getFaultString() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFault
-
Returns value of faultstring element.
- getFedCookieName() - Static method in class com.iplanet.services.util.CookieUtils
-
Deprecated.
Gets property value of "com.sun.identity.federation.fedCookieName"
- getFedCookieName() - Static method in class com.sun.identity.shared.encode.CookieUtils
-
Returns property value of "com.sun.identity.federation.fedCookieName"
- getFedCOTIndex() - Method in class com.sun.identity.monitoring.SsoServerFedCOTMemberEntry
-
Getter for the "FedCOTIndex" variable.
- getFedCOTIndex() - Method in interface com.sun.identity.monitoring.SsoServerFedCOTMemberEntryMBean
-
Getter for the "FedCOTIndex" variable.
- getFedCOTIndex() - Method in class com.sun.identity.monitoring.SsoServerFedCOTsEntry
-
Getter for the "FedCOTIndex" variable.
- getFedCOTIndex() - Method in interface com.sun.identity.monitoring.SsoServerFedCOTsEntryMBean
-
Getter for the "FedCOTIndex" variable.
- getFedCOTMemberIndex() - Method in class com.sun.identity.monitoring.SsoServerFedCOTMemberEntry
-
Getter for the "FedCOTMemberIndex" variable.
- getFedCOTMemberIndex() - Method in interface com.sun.identity.monitoring.SsoServerFedCOTMemberEntryMBean
-
Getter for the "FedCOTMemberIndex" variable.
- getFedCOTMemberName() - Method in class com.sun.identity.monitoring.SsoServerFedCOTMemberEntry
-
Getter for the "FedCOTMemberName" variable.
- getFedCOTMemberName() - Method in interface com.sun.identity.monitoring.SsoServerFedCOTMemberEntryMBean
-
Getter for the "FedCOTMemberName" variable.
- getFedCOTMemberType() - Method in class com.sun.identity.monitoring.SsoServerFedCOTMemberEntry
-
Getter for the "FedCOTMemberType" variable.
- getFedCOTMemberType() - Method in interface com.sun.identity.monitoring.SsoServerFedCOTMemberEntryMBean
-
Getter for the "FedCOTMemberType" variable.
- getFedCOTName() - Method in class com.sun.identity.monitoring.SsoServerFedCOTsEntry
-
Getter for the "FedCOTName" variable.
- getFedCOTName() - Method in interface com.sun.identity.monitoring.SsoServerFedCOTsEntryMBean
-
Getter for the "FedCOTName" variable.
- getFedCotsGroup() - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
- getFedCOTsMBean() - Static method in class com.sun.identity.monitoring.Agent
-
Return the pointer to the Fed COTs mbean
- getFedCOTsMBean() - Method in interface com.sun.identity.plugin.monitoring.FedMonAgent
-
Get a handle to the monitoring MBean for the Federation Circles
Of Trust (COTs)
- getFedCOTsMBean() - Method in class com.sun.identity.plugin.monitoring.impl.AgentProvider
-
- getFedCOTsMBean() - Method in class com.sun.identity.plugin.monitoring.impl.FedletAgentProvider
-
- getFedEntitiesGroup() - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
- getFedEntityIndex() - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesEntry
-
Getter for the "FedEntityIndex" variable.
- getFedEntityIndex() - Method in interface com.sun.identity.monitoring.SsoServerFedEntitiesEntryMBean
-
Getter for the "FedEntityIndex" variable.
- getFedEntityLoc() - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesEntry
-
Getter for the "FedEntityLoc" variable.
- getFedEntityLoc() - Method in interface com.sun.identity.monitoring.SsoServerFedEntitiesEntryMBean
-
Getter for the "FedEntityLoc" variable.
- getFedEntityName() - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesEntry
-
Getter for the "FedEntityName" variable.
- getFedEntityName() - Method in interface com.sun.identity.monitoring.SsoServerFedEntitiesEntryMBean
-
Getter for the "FedEntityName" variable.
- getFedEntityProto() - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesEntry
-
Getter for the "FedEntityProto" variable.
- getFedEntityProto() - Method in interface com.sun.identity.monitoring.SsoServerFedEntitiesEntryMBean
-
Getter for the "FedEntityProto" variable.
- getFedEntityType() - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesEntry
-
Getter for the "FedEntityType" variable.
- getFedEntityType() - Method in interface com.sun.identity.monitoring.SsoServerFedEntitiesEntryMBean
-
Getter for the "FedEntityType" variable.
- getFedEntsMBean() - Static method in class com.sun.identity.monitoring.Agent
-
Return the pointer to the Federation Entities mbean
- getFedEntsMBean() - Method in interface com.sun.identity.plugin.monitoring.FedMonAgent
-
Get a handle to the monitoring MBean for the Federation Entities.
- getFedEntsMBean() - Method in class com.sun.identity.plugin.monitoring.impl.AgentProvider
-
- getFedEntsMBean() - Method in class com.sun.identity.plugin.monitoring.impl.FedletAgentProvider
-
- getFederate() - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Returns the value of the Federate attribute.
- getFederatedProviders(String, String, String) - Static method in class com.sun.liberty.LibertyManager
-
- getFederatedProviders(String, String, String, String) - Static method in class com.sun.liberty.LibertyManager
-
Returns the set of federated providers for an user
using Account Management API.
- getFederationDonePageURL(HttpServletRequest, BaseConfigType, String) - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
Returns federation done page URL.
- getFederationDonePageURL(String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
- getFederationDonePageURL(String, String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
- getFederationHandlerURL(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
Returns the FederationHandler.
- getFederationID() - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.FederationConfigType
-
Gets the value of the federationID property.
- getFederationID() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.FederationConfigTypeImpl
-
- getFederationID() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.FederationType
-
Gets the value of the federationID property.
- getFederationID() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationTypeImpl
-
- getFedErrorKey() - Static method in class com.sun.liberty.LibertyManager
-
Returns Federation Error Key.
- getFedletAdapterClass(String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns a Fedlet adapter class.
- getFedRemarkKey() - Static method in class com.sun.liberty.LibertyManager
-
Returns FederationRemark Key.
- getFedTerminationHandler(FSFederationTerminationNotification, BaseConfigType, String, String, String, String, String) - Method in class com.sun.identity.federation.services.FSServiceManager
-
- getFedTerminationHandler(String, String, String, String, String, String) - Method in class com.sun.identity.federation.services.FSServiceManager
-
- getField() - Method in class org.forgerock.http.client.request.HttpClientRequestCookie
-
Get the field of the cookie.
- getField() - Method in enum org.forgerock.openam.cts.api.fields.OAuthTokenField
-
- getField(String) - Static method in enum org.forgerock.openam.cts.api.fields.OAuthTokenField
-
Provides a mechanism for getting the OAuthTokenField from a given OAuth field name.
- getField() - Method in enum org.forgerock.openam.cts.api.fields.SAMLTokenField
-
- getField() - Method in enum org.forgerock.openam.cts.api.fields.SessionTokenField
-
The CoreTokenField that this Session Field is mapped to.
- getFieldName() - Method in class com.sun.identity.log.QueryElement
-
Returns the field name on which query to be applied
- getFields() - Method in class org.forgerock.openam.sm.datalayer.api.query.PartialToken
-
The fields that were included in this query.
- getFields() - Method in class org.forgerock.openam.utils.CrestQuery
-
Gets the list of CREST fields that should be returned in the query result.
- getFieldValue() - Method in class com.sun.identity.log.QueryElement
-
Returns the value of the field to be compared as stored in the query
element.
- getFile() - Method in class com.sun.identity.install.tools.configurator.InstFinderStore
-
- getFile() - Method in class com.sun.identity.install.tools.configurator.MigrateFromInstFinderStore
-
- getFile() - Method in class com.sun.identity.install.tools.configurator.OrderedPropertyStore
-
- getFile() - Method in class org.forgerock.maven.plugins.inject.content.Content
-
Gets the content file.
- getFileContent(CommandManager, String) - Static method in class com.sun.identity.cli.CLIUtil
-
Returns content of a file.
- getFileContent(CommandManager, String, boolean) - Static method in class com.sun.identity.cli.CLIUtil
-
Returns content of a file.
- getFileContent(String) - Static method in class com.sun.identity.shared.test.tools.ReportGenerator
-
Returns content of a file.
- getFileContent(String) - Method in class com.sun.identity.workflow.Task
-
- getFileContent(String) - Static method in class org.forgerock.openam.utils.IOUtils
-
Reads the file content at the given path, and returns its UTF-8 content
in String format.
- getFileContent(String, String) - Static method in class org.forgerock.openam.utils.IOUtils
-
Reads the file content at the given path, and returns its content in
String format using the given encoding.
- getFileContentFromClassPath(Class, String) - Static method in class org.forgerock.openam.utils.IOUtils
-
Reads a files content from the classpath using UTF-8 encoding.
- getFileContentFromClassPath(Class, String, String) - Static method in class org.forgerock.openam.utils.IOUtils
-
Reads a files content from the classpath using the given encoding.
- getFileContents(File) - Method in class com.sun.identity.authentication.service.StreamSubstituter
-
Get file content from file to string buffer
- getFileHeader() - Method in class com.sun.identity.install.tools.configurator.InstFinderStore
-
- getFileHeader() - Method in class com.sun.identity.install.tools.configurator.MigrateFromInstFinderStore
-
- getFileHeader() - Method in class com.sun.identity.install.tools.configurator.OrderedPropertyStore
-
- getFileName(String, String, String, HttpServletRequest, ServletContext, AuthContext.IndexType, String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Returns the File name based on the given input values.
- getFileName(AuthContextLocal, String) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- getFileName(String) - Method in class com.sun.identity.authentication.service.LoginState
-
Returns the filename .
- getFilename() - Method in class org.forgerock.openam.license.License
-
Gets the file name of the license.
- getFilePath(String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
return the filePath associated with a clientType
- getFilePath(HttpServletRequest, AuthContext.IndexType, String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- getFileRoot() - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- getFiles(File, File, String, String, LinkedList, LinkedList) - Static method in class com.sun.identity.tools.bundles.SetupUtils
-
Get the from files list and the to file list.
- getFiles(File, LinkedList) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Returns a list of files in a directory.
- getFilter() - Method in interface com.iplanet.am.sdk.AMDynamicGroup
-
Deprecated.
Returns the search filter for the dynamic group.
- getFilter() - Method in interface com.iplanet.am.sdk.AMFilteredRole
-
Deprecated.
Returns the search filter for the filtered role.
- getFilter() - Method in class com.iplanet.am.sdk.ldap.ACIEventListener
-
- getFilter() - Method in class com.iplanet.am.sdk.ldap.EntryEventListener
-
- getFilter() - Method in class com.iplanet.services.cdm.clientschema.AMClientCapData
-
- getFilter() - Method in interface com.iplanet.services.ldap.event.IDSEventListener
-
- getFilter() - Method in class com.iplanet.ums.FilteredRole
-
Gets the filter that controls the membership.
- getFilter() - Method in interface com.iplanet.ums.IFilteredMembership
-
Gets the filter that controls the membership.
- getFilter() - Method in class com.sun.identity.entitlement.util.SearchFilter
-
Returns the LDAP search filter.
- getFilter(String) - Method in class com.sun.identity.entitlement.xacml3.SearchFilterFactory
-
Returns a SearchFilter that matches the search string provided.
- getFilter() - Method in class com.sun.identity.sm.ldap.LDAPEventManager
-
- getFilter(SearchAttribute, SearchFilter.Operator, Object) - Method in enum org.forgerock.openam.entitlement.rest.query.AttributeType
-
Gets an appropriate search filter for this attribute type.
- getFilter(SearchFilter.Operator, Object) - Method in class org.forgerock.openam.entitlement.rest.query.QueryAttribute
-
Gets a search filter that matches the given operator and value for this attribute.
- getFilter(IdType, CrestQuery, int, Map<String, Set<String>>) - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
- getFilter() - Method in class org.openidentityplatform.openam.cassandra.CassandraFilter
-
- getFilteredRole(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Returns the handle to the AMFilteredRole object
represented by DN.
- getFilteredRoleDNs() - Method in interface com.iplanet.am.sdk.AMUser
-
Deprecated.
Gets all the filtered roles the user is in.
- getFilteredRoleNamingAttribute() - Static method in class com.iplanet.am.sdk.AMStoreConnection
-
- getFilteredRoles(int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Gets the filtered roles within the specified level.
- getFilteredRoles(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Gets the filtered roles within the specified level.
- getFilterId() - Method in class org.forgerock.openam.radius.common.packet.FilterIdAttribute
-
Returns the filter id.
- getFilterOp() - Method in class org.openidentityplatform.openam.cassandra.CassandraFilter
-
- getFilterPatternService() - Static method in class com.sun.identity.sm.SMSEntry
-
- getFilters(Class<T>) - Method in class org.forgerock.openam.oauth2.extensions.ExtensionFilterManager
-
Gets all of the registered filters of a particular class type.
- getFirstAttributeValue(Map, String) - Static method in class com.sun.identity.federation.meta.IDFFMetaUtils
-
Gets the first value of list by given key searching in the given map.
- getFirstAttributeValueFromConfig(BaseConfigType, String) - Static method in class com.sun.identity.federation.meta.IDFFMetaUtils
-
- getFirstAttributeValueFromIDPConfig(IDFFMetaManager, String, String, String) - Static method in class com.sun.identity.federation.meta.IDFFMetaUtils
-
- getFirstElement(Set) - Static method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns the first String element from the given set.
- getFirstEntry(Map, String) - Static method in class com.sun.identity.cot.COTUtils
-
Get the first value of set by given key searching in the given map.
- getFirstEntry(Map, String) - Static method in class com.sun.identity.saml2.meta.SAML2MetaUtils
-
Get the first value of set by given key searching in the given map.
- getFirstEntry(Map, String) - Static method in class com.sun.identity.wsfederation.meta.WSFederationMetaUtils
-
Get the first value of set by given key searching in the given map.
- getFirstExisting(ServletContext, String, String, String, String, String, String) - Static method in class com.sun.identity.common.ResourceLookup
-
Returns the first existing resource in the ordered search paths.
- getFirstExisting(String, String, String, String, String, String, boolean) - Static method in class com.sun.identity.shared.search.FileLookup
-
Return the first existing file in the ordered search paths.
- getFirstExisting(String, String, String, String, String, String, String, boolean) - Static method in class com.sun.identity.shared.search.FileLookup
-
Returns the first existing file in the ordered search paths.
- getFirstExistingRemote(String, String, String, String) - Static method in class com.sun.identity.shared.search.FileLookup
-
Returns the first existing url found on the remote server.
- getFirstItem(Collection<T>) - Static method in class org.forgerock.openam.utils.CollectionUtils
-
Retrieves the first item from a collection.
- getFirstItem(Collection<T>, T) - Static method in class org.forgerock.openam.utils.CollectionUtils
-
Retrieves the first item from a collections.
- getFirstlevelStatuscode() - Method in exception com.sun.identity.saml2.common.InvalidStatusCodeSaml2Exception
-
Returns first level status code.
- getFirstOccurence(String, String, boolean, boolean, boolean, int) - Static method in class com.sun.identity.install.tools.util.FileUtils
-
Method getFirstOccurence
- getFirstOccurence(String, String, boolean, boolean, boolean) - Static method in class com.sun.identity.install.tools.util.FileUtils
-
Method getFirstOccurence
- getFirstProtocolProfile(List) - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
Returns the first profile from the list.
- getFirstQuery() - Method in class org.forgerock.openam.oauth2.rest.AggregateQuery
-
- getFirstUnusedPort(String, int, int) - Static method in class com.sun.identity.setup.AMSetupUtils
-
Returns the next unused port on a given host.
- getFolder() - Method in enum org.forgerock.openam.oauth2.OAuth2Constants.DisplayType
-
- getFolderPath() - Method in class org.forgerock.openam.core.rest.record.Record
-
Get the record folder path
- getForceAuth() - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Returns the force auth flag.
- getForceAuthn() - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Returns the value of Force Authentication attribute.
- getForceFlag() - Method in class com.sun.identity.authentication.service.LoginState
-
- getForgotPassTLT() - Method in class org.forgerock.openam.services.RestSecurity
-
Deprecated.
Retrieves the Forgotten Password CTS Token Life Time
- getForgotPasswordConfirmationUrl() - Method in class org.forgerock.openam.services.RestSecurity
-
Deprecated.
- getFormat() - Method in class com.sun.identity.federation.message.common.EncryptableNameIdentifier
-
Deprecated.
Returns value of the Format attribute.
- getFormat() - Method in class com.sun.identity.saml.assertion.NameIdentifier
-
Returns format.
- getFormat() - Method in class com.sun.identity.saml2.assertion.impl.NameIDTypeImpl
-
Returns the format
- getFormat() - Method in interface com.sun.identity.saml2.assertion.NameIDType
-
Returns the format
- getFormat() - Method in class com.sun.identity.saml2.common.NameIDInfo
-
Returns the value of the NameID format.
- getFormat() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.NameIDTypeImpl
-
- getFormat() - Method in interface com.sun.identity.saml2.jaxb.assertion.NameIDType
-
Gets the value of the format property.
- getFormat() - Method in class com.sun.identity.saml2.protocol.impl.NameIDPolicyImpl
-
Returns the value of Format attribute.
- getFormat() - Method in interface com.sun.identity.saml2.protocol.NameIDPolicy
-
Returns the value of Format attribute.
- getForValues() - Method in class org.forgerock.openam.utils.ForwardedHeader
-
- getFraming() - Method in class org.forgerock.openam.radius.common.packet.FramedProtocolAttribute
-
Returns the desired framing represented by this instance.
- getFriendlyName() - Method in interface com.sun.identity.saml2.assertion.Attribute
-
Returns the FriendlyName of the attribute.
- getFriendlyName() - Method in class com.sun.identity.saml2.assertion.impl.AttributeImpl
-
Returns the FriendlyName of the attribute.
- getFriendlyName() - Method in interface com.sun.identity.saml2.jaxb.assertion.AttributeType
-
Gets the value of the friendlyName property.
- getFriendlyName() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeTypeImpl
-
- getFromAddressAttributeName() - Method in class com.sun.identity.authentication.modules.hotp.HOTPParams
-
- getFromUserAgentMap(String) - Method in class com.iplanet.services.cdm.DefaultClientTypesManager
-
- getFulfillOn() - Method in class com.sun.identity.entitlement.xacml3.core.ObligationExpression
-
Gets the value of the fulfillOn property.
- getFulfillOn() - Method in class com.sun.identity.xacml.policy.impl.ObligationImpl
-
Returns the FullFillOn effect type of this obligation
- getFulfillOn() - Method in interface com.sun.identity.xacml.policy.Obligation
-
Returns the FullFillOn effect type of this obligation
- getFullDeploymentURI(String) - Static method in class org.forgerock.openam.rest.RestUtils
-
Parses out deployment url
- getFullName() - Method in class com.iplanet.security.x509.IssuingDistributionPointExtension
-
Return the full distribution point name or null if not set.
- getFullPath() - Method in class org.forgerock.openam.entitlement.utils.indextree.treenodes.BasicTreeNode
-
- getFullPath() - Method in interface org.forgerock.openam.entitlement.utils.indextree.treenodes.TreeNode
-
- getFullServiceURL(String) - Static method in class com.sun.identity.saml.common.SAMLUtils
-
Returns full service url.
- getFullyQualifiedHostName(String) - Method in enum com.sun.identity.common.FqdnValidator
-
Returns null if a given host name is valid.
- getFullyQualifiedName(SSOToken, IdType, String) - Method in class com.iplanet.am.sdk.AMSDKRepo
-
Returns the fully qualified name for the identity.
- getFullyQualifiedName(SSOToken, IdType, String) - Method in class com.sun.identity.idm.IdRepo
-
Returns the fully qualified name for the identity.
- getFullyQualifiedName(SSOToken, IdType, String) - Method in class com.sun.identity.idm.plugins.database.DatabaseRepo
-
- getFullyQualifiedName(SSOToken, IdType, String) - Method in class com.sun.identity.idm.plugins.files.FilesRepo
-
- getFullyQualifiedName(SSOToken, IdType, String) - Method in class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- getFullyQualifiedName(SSOToken, IdType, String) - Method in class com.sun.identity.idm.plugins.internal.SpecialRepo
-
- getFullyQualifiedName(SSOToken, IdType, String) - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
Returns a fully qualified name of the identity, which should be unique per data store.
- getFullyQualifiedNames() - Method in class com.sun.identity.idm.AMIdentity
-
- getFullyQualifiedNames() - Method in class com.sun.identity.idm.common.IdCacheBlock
-
- getFullyQualifiedNames(SSOToken, IdType, String, String) - Method in interface com.sun.identity.idm.IdServices
-
- getFullyQualifiedNames(SSOToken, IdType, String, String) - Method in class com.sun.identity.idm.remote.IdRemoteCachedServicesImpl
-
- getFullyQualifiedNames(SSOToken, IdType, String, String) - Method in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
- getFullyQualifiedNames(SSOToken, IdType, String, String) - Method in class com.sun.identity.idm.server.IdCachedServicesImpl
-
- getFullyQualifiedNames(SSOToken, IdType, String, String) - Method in class com.sun.identity.idm.server.IdServicesImpl
-
Returns the set of fully qualified names for the identity.
- getFullyQualifiedNames(SSOToken, IdType, String, String) - Method in class org.forgerock.openam.idm.IdServicesDecorator
- getFullyQualifiedNames_idrepo(String, String, String, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getFullyQualifiedNames_idrepo(String, String, String, String) - Method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- getFunctionId() - Method in class com.sun.identity.entitlement.xacml3.core.Apply
-
Gets the value of the functionId property.
- getFunctionId() - Method in class com.sun.identity.entitlement.xacml3.core.Function
-
Gets the value of the functionId property.
- getG() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.DSAKeyValueType
-
Gets the value of the g property.
- getG() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- getG() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.DSAKeyValueType
-
Gets the value of the g property.
- getG() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- getGatewayImplClass() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getGatewaySMSImplClass() - Method in class com.sun.identity.authentication.modules.hotp.HOTPParams
-
- getGetComplete() - Method in interface com.sun.identity.saml2.protocol.IDPList
-
Returns the GetComplete Object.
- getGetComplete() - Method in class com.sun.identity.saml2.protocol.impl.IDPListImpl
-
Returns the GetComplete Object.
- getGetCompleteList() - Method in class com.sun.identity.federation.message.FSIDPList
-
Deprecated.
Returns list of GetComplete objects.
- getGivenName() - Method in interface com.sun.identity.saml2.jaxb.metadata.ContactType
-
Gets the value of the givenName property.
- getGivenName() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ContactTypeImpl
-
- getGlobalAttributes(String) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
Returns Map attributes
- getGlobalAuthenticators(SSOToken) - Static method in class com.sun.identity.authentication.config.AMAuthConfigUtils
-
Returns the global authenticators.
- getGlobalConfig(String) - Method in class com.sun.identity.sm.ServiceConfigManager
-
Returns the global configuration for the given
service instance.
- getGlobalConfigNode(ServiceConfigManager, String) - Method in class org.forgerock.openam.core.rest.sms.SmsGlobalSingletonProvider
-
Global config can be null which is fine when a schema has no global attributes, but it may
have realm attribute defaults and/or dynamic attributes.
- getGlobalConfigNode(ServiceConfigManager, String) - Method in class org.forgerock.openam.core.rest.sms.SmsSingletonProvider
-
Gets the referenced global
ServiceConfig for the current request.
- getGlobalData() - Method in class com.sun.identity.install.tools.configurator.PersistentStateAccess
-
- getGlobalDiscoEntries(AMIdentity, String, Map, String) - Static method in class com.sun.identity.liberty.ws.disco.plugins.DiscoEntryHandlerImplUtils
-
This is used by the global disocvery service handler to retrieve
the resource offerings registered at the realm, org, role etc.
- getGlobalEntryHandler() - Static method in class com.sun.identity.liberty.ws.disco.common.DiscoServiceManager
-
Returns the glbal DiscoEntryHandler for
business-to-enterprise (B2E) scenarios.
- getGlobalInvalidCharsFromCache() - Static method in class com.sun.identity.common.AdministrationServiceListener
-
Returns global invalid characters from cache.
- getGlobalOperand() - Method in class com.sun.identity.log.LogQuery
-
Returns the value of global operand set in the query.
- getGlobalPluginNameFromCache() - Static method in class com.sun.identity.common.AdministrationServiceListener
-
Returns global user/password validation plugin name from cache.
- getGlobalSchema() - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Returns the global service configuration schema.
- getGlobalSearchFilter(int) - Static method in class com.iplanet.am.sdk.AMSearchFilterManager
-
Deprecated.
Method to get the search filter from the Global default search templates.
- getGlobalSearchFilter(int, String) - Static method in class com.iplanet.am.sdk.AMSearchFilterManager
-
Deprecated.
Method to get the search filter from a specified Global search template.
- getGlobalSearchFilter(int) - Static method in class com.iplanet.am.sdk.ldap.SearchFilterManager
-
Method to get the search filter from the Global default search templates.
- getGlobalSearchFilter(int, String) - Static method in class com.iplanet.am.sdk.ldap.SearchFilterManager
-
Method to get the search filter from a specified Global search template.
- getGoogleEndpoint() - Method in class org.forgerock.openam.services.push.PushNotificationServiceConfig
-
Get the endpoint for this notification service to connect to.
- getGraceLogins() - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
- getGrammar() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.DefaultJAXBContextImpl
-
Loads a grammar object for the unmarshal-time validation.
- getGrammar() - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.GrammarInfo
-
Gets the MSV AGM which can be used to validate XML during
marshalling/unmarshalling.
- getGrammar() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.GrammarInfoImpl
-
Gets the MSV AGM which can be used to validate XML during
marshalling/unmarshalling.
- getGrammar() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.DefaultJAXBContextImpl
-
Loads a grammar object for the unmarshal-time validation.
- getGrammar() - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.GrammarInfo
-
Gets the MSV AGM which can be used to validate XML during
marshalling/unmarshalling.
- getGrammar() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.GrammarInfoImpl
-
Gets the MSV AGM which can be used to validate XML during
marshalling/unmarshalling.
- getGrammarInfo() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.DefaultJAXBContextImpl
-
- getGrammarInfo() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- getGrammarInfo() - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext
-
Obtains a reference to the current grammar info.
- getGrammarInfo() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.DefaultJAXBContextImpl
-
- getGrammarInfo() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- getGrammarInfo() - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallingContext
-
Obtains a reference to the current grammar info.
- getGrantId() - Method in class org.forgerock.openam.oauth2.StatelessTokenMetadata
-
- getGrantType() - Method in interface org.forgerock.oauth2.core.AccessToken
-
Gets the token's grant type.
- getGrantType() - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Gets the grant type.
- getGrantType() - Method in class org.forgerock.openam.oauth2.StatelessAccessToken
-
- getGrantType() - Method in class org.forgerock.openam.oauth2.StatelessTokenMetadata
-
- getGroup() - Method in class com.sun.identity.install.tools.configurator.I18NInfo
-
- getGroup() - Method in class com.sun.identity.sm.ServiceInstance
-
Returns the group name from which the configuration parameters for the
instance must be obtained.
- getGroupAttributes(String, String, Set<String>) - Method in interface com.sun.identity.idm.plugins.database.DaoInterface
-
- getGroupAttributes(String, String, Set<String>) - Method in class com.sun.identity.idm.plugins.database.JdbcSimpleUserDao
-
- getGroupContainer(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Returns the handle to the AMGroupContainer object
represented by DN.
- getGroupContainer() - Method in class com.iplanet.services.util.XMLParser
-
- getGroupContainerNamingAttribute() - Static method in class com.iplanet.am.sdk.AMStoreConnection
-
- getGroupContainers(int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Gets the group containers within the specified level.
- getGroupContainers(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Gets the group containers within the specified level.
- getGroupDNs(int) - Method in interface com.iplanet.am.sdk.AMGroup
-
Deprecated.
Gets the groups in this group.
- getGroupDNs(int) - Method in interface com.iplanet.am.sdk.AMGroupContainer
-
Deprecated.
Gets the groups in this group container.
- getGroupFilterAndScope(SSOToken, String, int) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Returns the dynamic groups search filter and search scope.
- getGroupFilterAndScope(SSOToken, String, int) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
Returns an array containing the dynamic group's scope, base dn, and
filter.
- getGroupFilterAndScope(String, String, int) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getGroupFilterAndScope(String, String, int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- getGroupFilterAndScope(SSOToken, String, int) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
Returns an array containing the dynamic group's scope, base dn, and
filter.
- getGroupList() - Method in class com.sun.identity.idsvcs.IdentityDetails
-
- getGroupNames() - Method in class com.sun.identity.sm.ServiceConfigManager
-
Returns the configuration group names
- getGroupNamingAttribute() - Static method in class com.iplanet.am.sdk.AMStoreConnection
-
- getGroups() - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets the collection of groups to whom the ACI apllies
- getGroups() - Method in class com.iplanet.ums.User
-
Return groups that the user is a member of.
- getGroupsResource(MailServerLoader, IdentityServicesImpl, CoreWrapper, RestSecurityProvider, ConsoleConfigHandler, BaseURLProviderFactory, Set<UiRolePredicate>) - Method in class org.forgerock.openam.core.rest.CoreRestIdentityGuiceModule
-
- getGroupsResourceV1(MailServerLoader, IdentityServicesImpl, CoreWrapper, RestSecurityProvider, ConsoleConfigHandler, Set<UiRolePredicate>) - Method in class org.forgerock.openam.core.rest.CoreRestIdentityGuiceModule
-
- getGroupsResourceV2(MailServerLoader, IdentityServicesImpl, CoreWrapper, RestSecurityProvider, ConsoleConfigHandler, BaseURLProviderFactory, Set<UiRolePredicate>) - Method in class org.forgerock.openam.core.rest.CoreRestIdentityGuiceModule
-
- getGuiceModules(Class<? extends Annotation>) - Method in class com.sun.identity.cli.CliGuiceModuleLoader
-
- getGuid() - Method in interface com.iplanet.ums.IRole
-
Returns the GUID of this object
- getGuid() - Method in class com.iplanet.ums.PersistentObject
-
Get GUID of the given entity
- getGuidArray(Set) - Static method in class com.iplanet.am.sdk.common.MiscUtils
-
Convert a Set to Guid object array
- getHandler(String) - Method in class com.sun.identity.monitoring.SsoServerLoggingSvcImpl
-
Provides the handle to the specific handler
eg.
- getHandlerClass() - Method in class com.sun.identity.install.tools.admin.ToolsOptionsInfo
-
- getHandlerConfig() - Method in class org.forgerock.openam.radius.server.config.ClientConfig
-
Get the set of declared properties to be passed to the declared handler class immediately after instantiation and
before handling.
- getHandlerName() - Method in class org.forgerock.openam.audit.configuration.AuditEventHandlerConfiguration
-
Get the name provided for this handler during configuration.
- getHardcodedKeyEncryptor() - Static method in class com.iplanet.services.util.Crypt
-
This is a temporary kludge which always returns an instance of
AMEncryption using hardcoded key It is necessary for backward
compatibility with 2.0 Java agents This method is to be ONLY used by
Session module for session id generation.
- getHash(String, InputStream) - Static method in class com.sun.identity.tools.manifest.Utils
-
Calculate and return the hash value with byte array.
- getHashSalt() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getHashSalt() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Returns the salt to use for hashing sub values upon pairwise requests.
- getHashSalt() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getHead(Handler) - Method in class com.sun.identity.log.handlers.DBFormatter
-
Returns the set of all fields converted into a COMMA seperated
string.
- getHead(Handler) - Method in class com.sun.identity.log.handlers.ELFFormatter
-
According to ELF, the log file should start with a #Version which
specifies the ELF version used followed by a #Fields line which specifies
all the fields that are being logged.
- getHead(Handler) - Method in class com.sun.identity.log.handlers.SecureELFFormatter
-
According to ELF, the log file should start with a #Version which
specifies the ELF version used followed by a #Fields line which specifies
all the fields that are being logged.
- getHeader() - Method in class com.sun.identity.authentication.service.PagePropertiesCallback
-
Deprecated.
Returns header
- getHeader() - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
-
Returns the authentication module header string display.
- getHeader(String) - Method in class com.sun.identity.setup.HttpServletRequestWrapper
-
Returns header.
- getHeader(String) - Method in interface com.sun.identity.setup.IHttpServletRequest
-
Returns header.
- getHeader() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SePartsTypeImpl
-
- getHeader() - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.SePartsType
-
Gets the value of the Header property.
- getHeader(String) - Method in class org.forgerock.openam.authentication.modules.scripted.ScriptHttpRequestWrapper
-
Gets the header associated with the passed name.
- getHeader(String) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
The default behavior of this method is to return getHeader(String name)
on the wrapped request object.
- getHeader(String) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletResponse
-
- getHeader(String) - Method in class org.forgerock.openam.upgrade.UpgradeHttpServletRequest
-
- getHeaderNames() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
The default behavior of this method is to return getHeaderNames()
on the wrapped request object.
- getHeaderNames() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletResponse
-
- getHeaders(HttpServletRequest) - Method in class com.sun.identity.saml2.common.SOAPCommunicator
-
Returns mime headers in HTTP servlet request.
- getHeaders() - Method in interface org.forgerock.http.client.request.HttpClientRequest
-
Retrieve the headers set on the request.
- getHeaders() - Method in class org.forgerock.http.client.request.SimpleHttpClientRequest
-
Retrieve the headers set on the request.
- getHeaders() - Method in interface org.forgerock.http.client.response.HttpClientResponse
-
Retrieve the headers sent with the accessed resource.
- getHeaders() - Method in class org.forgerock.http.client.response.SimpleHttpClientResponse
-
Retrieve the headers sent with the accessed resource.
- getHeaders(String) - Method in class org.forgerock.openam.authentication.modules.scripted.ScriptHttpRequestWrapper
-
Gets the headers associated with the passed name.
- getHeaders(String) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
The default behavior of this method is to return getHeaders(String name)
on the wrapped request object.
- getHeaders() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletResponse
-
The Map of the set headers.
- getHeaders(String) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletResponse
-
- getHeadersUsingHEAD(String) - Method in class org.forgerock.openam.authentication.modules.oauth2.HttpRequestContent
-
- getHeaderTemplate() - Method in class com.sun.identity.authentication.service.PagePropertiesCallback
-
Deprecated.
Returns header template
- getHeadTask() - Method in class com.sun.identity.common.GeneralTaskRunnable
-
Returns the head task of this linkable TaskRunnable.
- getHeadTask() - Method in class com.sun.identity.common.HeadTaskRunnable
-
Implements for TaskRunnable interface, no actual use for HeadTaskRunnable.
- getHeadTask() - Method in interface com.sun.identity.common.TaskRunnable
-
Returns the head task for this linkable TaskRunnable.
- getHelp() - Method in class com.sun.identity.install.tools.configurator.InstallInteraction
-
- getHelp() - Method in class com.sun.identity.install.tools.configurator.UserDataInteraction
-
- getHelpMessage() - Method in class com.sun.identity.install.tools.configurator.UserOptionItem
-
- getHiddenAttributeNames() - Method in class org.forgerock.openam.core.rest.sms.SmsJsonConverter
-
- getHiddenServiceNames() - Method in class org.forgerock.openam.core.rest.sms.CoreRestSmsGuiceModule
-
- getHistory(AMIdentity, QueryRequest) - Method in class org.forgerock.openam.uma.audit.UmaAuditLogger
-
- getHistory(Context, ActionRequest) - Method in class org.forgerock.openam.uma.rest.AuditHistory
-
- getHistoryResponseTime() - Method in class com.sun.identity.entitlement.util.NetworkMonitor
-
- getHistoryThroughput() - Method in class com.sun.identity.entitlement.util.NetworkMonitor
-
- getHolderOfKeyCertificate() - Method in class org.forgerock.openam.sts.soap.TokenSpecification
-
- getHome() - Static method in class org.forgerock.openam.xacml.v3.resources.XACML3HomeResource
-
Creates Home Document Content providing hints.
- getHomeDirLocator() - Method in class com.sun.identity.install.tools.configurator.InstallRunInfo
-
- getHomePath() - Static method in class com.sun.identity.install.tools.util.ConfigUtil
-
- getHomeURL(String, String) - Static method in class com.sun.liberty.LibertyManager
-
- getHomeURL(String, String, String) - Static method in class com.sun.liberty.LibertyManager
-
Returns Provider's HomePageURL.
- getHost() - Method in class com.sun.identity.authentication.modules.radius.RADIUSServer
-
Returns the host.
- getHost() - Method in class com.sun.identity.shared.FQDNUrl
-
Returns host.
- getHost() - Method in class org.forgerock.openam.ldap.LDAPURL
-
Gets the host from the LDAP URL.
- getHostAddress() - Method in class org.forgerock.openam.radius.common.packet.LoginIPHostAttribute
-
The host address indicator.
- getHostedEntityId() - Method in class com.sun.identity.federation.services.fednsso.FSSSOAndFedHandler
-
Gets hosted provider id.
- GetHostedIDPs - Class in com.sun.identity.workflow
-
- GetHostedIDPs() - Constructor for class com.sun.identity.workflow.GetHostedIDPs
-
- getHostEntityId() - Method in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
Gets hosted SP's Entity ID.
- getHostEntityID() - Method in class com.sun.identity.saml2.common.NameIDInfo
-
Returns the EntityID of the hosted provider.
- getHostEntityID() - Method in class com.sun.identity.saml2.common.NameIDInfoKey
-
Returns the EntityID of the hosted provider.
- getHostEntityRole() - Method in class com.sun.identity.saml2.common.NameIDInfo
-
Returns the role of the host entity.
- getHostEntityRole(Map) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns the role of host entity.
- getHostIndexes() - Method in class com.sun.identity.entitlement.ResourceSaveIndexes
-
Returns host indexes.
- getHostIndexes() - Method in class com.sun.identity.entitlement.ResourceSearchIndexes
-
Returns host indexes.
- getHostName(String) - Method in class com.iplanet.services.ldap.DSConfigMgr
-
- getHostName(String) - Method in class com.iplanet.services.ldap.DSConfigMgrBase
-
- getHostName(String) - Method in interface com.iplanet.services.ldap.IDSConfigMgr
-
Returns the host names for this id.
- getHostName() - Method in interface com.iplanet.sso.SSOToken
-
Returns the host name of the client (browser) that sent the request.
- getHostName(HttpServletRequest) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- getHostName() - Method in class com.sun.identity.authentication.internal.AuthSSOToken
-
- getHostName() - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Returns the host name.
- getHostName() - Method in class com.sun.identity.config.pojos.LDAPStore
-
- getHostName() - Method in class com.sun.identity.config.util.AjaxPage
-
- getHostName(String, String) - Method in class com.sun.identity.config.util.AjaxPage
-
- getHostname() - Method in class com.sun.identity.entitlement.util.RelaxedURL
-
- getHostName() - Method in class com.sun.identity.saml.common.SAMLServiceManager.SiteEntry
-
Returns host name of the target.
- getHostPort() - Method in class com.sun.identity.config.pojos.LDAPStore
-
- getHostSet() - Method in class com.sun.identity.saml.common.SAMLServiceManager.SOAPEntry
-
Returns set of hostname, ipaddress, and/or certificate alias of
partner site that is allowed to send soap request.
- getHostValues() - Method in class org.forgerock.openam.utils.ForwardedHeader
-
- getHTML(HttpServletRequest, SSOToken) - Method in class com.sun.identity.cli.WebCLIHelper
-
- getHTMLPageTitle() - Method in interface com.sun.identity.password.ui.model.PWResetModel
-
Returns HTML page title.
- getHTMLPageTitle() - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns HTML page title
- getHTMLStringInternal(Tag, PageContext, View) - Method in class org.forgerock.openam.console.ui.taglib.header.CCHtmlHeaderTag
-
- getHttpClientResponse(String, String, Map<String, List<Map<String, String>>>, String) - Method in class org.forgerock.http.client.RestletHttpClient
-
Deprecated.
- getHttpPrivilegeDefinitions() - Method in class org.forgerock.openam.forgerockrest.guice.ForgerockRestGuiceModule
-
- getHttpRequest() - Method in class org.forgerock.openam.core.rest.authn.core.LoginConfiguration
-
Returns the HttpServletRequest which initiated/continued the login process.
- getHttpResponse() - Method in class org.forgerock.openam.core.rest.authn.core.LoginConfiguration
-
Returns the HttpServletResponse which initiated/continued the login process.
- getHttpServletRequest() - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Returns the servlet request.
- getHttpServletRequest() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns servlet request object.
- getHttpServletRequest() - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Returns the HttpServletRequest object that
initiated the call to this module.
- getHttpServletRequest() - Method in interface org.forgerock.openam.authentication.modules.common.AMLoginModuleBinder
-
Returns the HttpServletRequest object that initiated the call to this module.
- getHttpServletRequest() - Method in class org.forgerock.openam.authentication.modules.common.AuthLoginModule
-
Returns the HttpServletRequest object that initiated the call to this module.
- getHttpServletResponse() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns servlet response object.
- getHttpServletResponse() - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Returns the HttpServletResponse object for the servlet
request that initiated the call to this module.
- getHttpServletResponse() - Method in interface org.forgerock.openam.authentication.modules.common.AMLoginModuleBinder
-
Returns the HttpServletResponse object for the servlet request that initiated the call to this module.
- getHttpServletResponse() - Method in class org.forgerock.openam.authentication.modules.common.AuthLoginModule
-
Returns the HttpServletResponse object for the servlet request that initiated the call to this module.
- getHttpSession() - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Returns the HTTPSession associated with the current
authentication context
- getHttpSessionOwnerListPropertyName() - Method in class com.iplanet.dpro.session.service.SessionServiceConfig
-
- getHttpSessionPropertyName() - Method in class com.iplanet.dpro.session.service.SessionServiceConfig
-
- getHttpSessionTrackingCookieName() - Method in class com.iplanet.dpro.session.service.SessionServiceConfig
-
Returns the name of the cookie/URL parameter used by J2EE container for
session tracking (currently hardcoded to "JSESSIONID")
- getHttpStatusCode() - Method in exception com.sun.identity.coretoken.CoreTokenException
-
Returns HTTP status code.
- getHttpURLConnection(URL) - Method in class org.forgerock.openam.sts.DefaultHttpURLConnectionFactory
-
- getHttpURLConnection(URL) - Method in interface org.forgerock.openam.sts.HttpURLConnectionFactory
-
- getHttpURLConnection(URL) - Method in class org.forgerock.openam.sts.OpenAMHttpURLConnectionFactory
-
- getI18NFileName() - Method in class com.sun.identity.sm.PluginSchema
-
Returns the i18n properties file name
- getI18NFileName() - Method in class com.sun.identity.sm.ServiceSchema
-
Returns the I18N properties file name for the service schema.
- getI18NFileName() - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Returns the I18N properties file name for the
service.
- getI18NInfo() - Method in class com.sun.identity.install.tools.configurator.InteractionInfo
-
- getI18NInfoMap() - Method in class com.sun.identity.install.tools.handler.ProductInfoHandlerBase
-
- getI18NJarURL() - Method in class com.sun.identity.sm.PluginSchema
-
Returns the URL for the plugin's resource bundle
- getI18NJarURL() - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Returns the URL of the JAR file that contains the
I18N properties file.
- getI18NKey() - Method in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
Returns I18N key to describe the configuration attribute.
- getI18NKey(String) - Method in class com.sun.identity.policy.ConditionTypeManager
-
Deprecated.
Returns the I18N key to be used to localize the
display name for the condition type name.
- getI18NKey(String) - Method in class com.sun.identity.policy.ReferralTypeManager
-
Deprecated.
Returns the I18N key to be used to localize the
display name for the referral type name.
- getI18NKey(String) - Method in class com.sun.identity.policy.ResponseProviderTypeManager
-
Deprecated.
Returns the I18N key to be used to localize the
display name for the responseprovider name.
- getI18NKey() - Method in class com.sun.identity.policy.ServiceType
-
Returns the I18N key for the service name.
- getI18NKey(String) - Method in class com.sun.identity.policy.SubjectTypeManager
-
Deprecated.
Returns the I18N key to be used to localize the
display name for the subject type name.
- getI18NKey() - Method in class com.sun.identity.sm.AttributeSchema
-
Returns the I18N key to describe the configuration attribute.
- getI18NKey() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Returns the I18N key to describe the configuration attribute.
- getI18NKey() - Method in class com.sun.identity.sm.PluginInterface
-
Returns the i18n key that describes the function provided by the plugin
interface
- getI18NKey() - Method in class com.sun.identity.sm.PluginSchema
-
Returns the i18n key to resource bundle that describes the plugin
- getI18NKey() - Method in class com.sun.identity.sm.ServiceSchema
-
Returns the I18N key that points to the description of the service.
- getI18NKey() - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Returns i18nKey of the schema.
- getI18NPropertiesFileName(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Returns the I18N properties file name that contains the internationalized
messages.
- getI18NPropertiesFileName(String) - Method in class com.sun.identity.policy.ConditionTypeManager
-
Deprecated.
Returns the I18N properties file name that should be
used to localize display names for the given
condition type.
- getI18NPropertiesFileName(String) - Method in class com.sun.identity.policy.ReferralTypeManager
-
Deprecated.
Returns the I18N properties file name that should be
used to localize display names for the given
referral type.
- getI18NPropertiesFileName(String) - Method in class com.sun.identity.policy.ResponseProviderTypeManager
-
Deprecated.
Returns the I18N properties file name that should be
used to localize display names for the given
responseprovider name.
- getI18NPropertiesFileName() - Method in class com.sun.identity.policy.ServiceType
-
Returns the I18N properties file name for the service.
- getI18NPropertiesFileName(String) - Method in class com.sun.identity.policy.SubjectTypeManager
-
Deprecated.
Returns the I18N properties file name that should be
used to localize display names for the given
subject type.
- getI18NValue(ServiceSchemaManager, String, Debug) - Method in class org.forgerock.openam.core.rest.sms.AuthenticationModuleRealmSmsHandler
-
- getIANAFormPlatformEncoding() - Static method in class com.iplanet.am.util.CharsetMapping
-
- getIconPath() - Method in class org.forgerock.openam.core.rest.server.SocialAuthenticationImplementation
-
- getIconUri() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
-
Gets the resource set icon uri.
- getID() - Method in class com.iplanet.dpro.session.service.InternalSession
-
Returns the SessionID of this Internal Session.
- getID() - Method in class com.iplanet.dpro.session.Session
-
Returns the session ID.
- getID() - Method in class com.iplanet.services.ldap.event.DSEvent
-
Return the Directory Server ID assigned to the entry changed
- getId() - Method in class com.iplanet.ums.Guid
-
Returns the nsuniqueID name in the Guid object associated with an LDAP
entry.
- getId() - Method in class com.sun.identity.authentication.callbacks.HiddenValueCallback
-
Get the id for the HiddenValueCallback to use when it is rendered as an HTML element.
- getId(Node) - Static method in class com.sun.identity.authentication.share.AuthXMLUtils
-
- getId() - Method in class com.sun.identity.common.ServerOrSiteEntry
-
- getID() - Method in class com.sun.identity.entitlement.AttributeSubject
-
Returns the Identifier.
- getID() - Method in class com.sun.identity.entitlement.EntitlementSubjectImpl
-
Deprecated.
Returns the Identifier.
- getId() - Method in class com.sun.identity.entitlement.xacml3.core.Attributes
-
Gets the value of the id property.
- getID() - Method in class com.sun.identity.federation.message.FSAssertion
-
Deprecated.
Returns value of id attribute.
- getID() - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Returns the value of id attribute.
- getID() - Method in class com.sun.identity.federation.message.FSAuthnResponse
-
Deprecated.
Returns the value of the id attribute.
- getID() - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
-
Deprecated.
Returns the value of id attribute.
- getID() - Method in class com.sun.identity.federation.message.FSLogoutNotification
-
Deprecated.
Returns the value of id attribute.
- getID() - Method in class com.sun.identity.federation.message.FSLogoutResponse
-
Deprecated.
Returns the value of id attribute.
- getID() - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
-
Deprecated.
Returns the value of id attribute.
- getID() - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
-
Deprecated.
Returns the value of id attribute.
- getID() - Method in class com.sun.identity.federation.message.FSRequest
-
Deprecated.
Returns the value of id attribute.
- getID() - Method in class com.sun.identity.federation.message.FSResponse
-
Deprecated.
Returns the value of id attribute.
- getId() - Method in class com.sun.identity.idsvcs.Token
-
- getId() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
-
Deprecated.
Returns value of id attribute.
- getId() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
-
Deprecated.
Returns value of id attribute.
- getId() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.Transform
-
Deprecated.
Returns value of 'id' attribute.
- getId() - Method in class com.sun.identity.liberty.ws.common.wsse.BinarySecurityToken
-
Gets id attribute for the tokens.
- getId() - Method in class com.sun.identity.liberty.ws.disco.Description
-
Gets id attribute.
- getId() - Method in class com.sun.identity.liberty.ws.disco.Modify
-
Gets id attribute.
- getId() - Method in class com.sun.identity.liberty.ws.disco.ModifyResponse
-
Gets id attribute.
- getId() - Method in class com.sun.identity.liberty.ws.disco.Query
-
Gets id attribute.
- getId() - Method in class com.sun.identity.liberty.ws.disco.QueryResponse
-
Gets id attribute.
- getId() - Method in class com.sun.identity.liberty.ws.disco.ResourceID
-
Gets id attribute.
- getId() - Method in class com.sun.identity.liberty.ws.dst.DSTData
-
Gets id attribute.
- getId() - Method in class com.sun.identity.liberty.ws.dst.DSTModification
-
Gets id attribute
- getId() - Method in class com.sun.identity.liberty.ws.dst.DSTModify
-
Gets id attribute
- getId() - Method in class com.sun.identity.liberty.ws.dst.DSTModifyResponse
-
Gets id attribute
- getId() - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
-
Gets id attribute.
- getId() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryItem
-
Gets id attribute.
- getId() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
-
Gets id attribute.
- getId() - Method in class com.sun.identity.liberty.ws.soapbinding.ConsentHeader
-
Returns value of id attribute.
- getId() - Method in class com.sun.identity.liberty.ws.soapbinding.CorrelationHeader
-
Returns value of id attribute.
- getId() - Method in class com.sun.identity.liberty.ws.soapbinding.ProcessingContextHeader
-
Returns value of id attribute.
- getId() - Method in class com.sun.identity.liberty.ws.soapbinding.ProviderHeader
-
Returns value of id attribute.
- getId() - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
-
Returns value of id attribute.
- getId() - Method in class com.sun.identity.liberty.ws.soapbinding.UsageDirectiveHeader
-
Returns value of id attribute.
- getID() - Method in class com.sun.identity.log.messageid.LogMessageID
-
Returns id.
- getID() - Method in interface com.sun.identity.saml2.assertion.Assertion
-
Returns the id of the assertion
- getID() - Method in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
Returns the id of the assertion
- getID() - Method in interface com.sun.identity.saml2.jaxb.assertion.AssertionType
-
Gets the value of the id property.
- getID() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionTypeImpl
-
- getID() - Method in interface com.sun.identity.saml2.jaxb.entityconfig.EntityConfigType
-
Gets the value of the id property.
- getID() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.EntityConfigTypeImpl
-
- getID() - Method in interface com.sun.identity.saml2.jaxb.metadata.AffiliationDescriptorType
-
Gets the value of the id property.
- getID() - Method in interface com.sun.identity.saml2.jaxb.metadata.EntitiesDescriptorType
-
Gets the value of the id property.
- getID() - Method in interface com.sun.identity.saml2.jaxb.metadata.EntityDescriptorType
-
Gets the value of the id property.
- getID() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorTypeImpl
-
- getID() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntitiesDescriptorTypeImpl
-
- getID() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl
-
- getID() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl
-
- getID() - Method in interface com.sun.identity.saml2.jaxb.metadata.RoleDescriptorType
-
Gets the value of the id property.
- getId() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptedType
-
Gets the value of the id property.
- getId() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType
-
Gets the value of the id property.
- getId() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertyType
-
Gets the value of the id property.
- getId() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedTypeImpl
-
- getId() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertiesTypeImpl
-
- getId() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyTypeImpl
-
- getId() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyInfoTypeImpl
-
- getId() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ManifestTypeImpl
-
- getId() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ObjectTypeImpl
-
- getId() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- getId() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertiesTypeImpl
-
- getId() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertyTypeImpl
-
- getId() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureTypeImpl
-
- getId() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureValueTypeImpl
-
- getId() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignedInfoTypeImpl
-
- getId() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.KeyInfoType
-
Gets the value of the id property.
- getId() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.ManifestType
-
Gets the value of the id property.
- getId() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.ObjectType
-
Gets the value of the id property.
- getId() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.ReferenceType
-
Gets the value of the id property.
- getId() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignaturePropertiesType
-
Gets the value of the id property.
- getId() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignaturePropertyType
-
Gets the value of the id property.
- getId() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignatureType
-
Gets the value of the id property.
- getId() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignatureValueType
-
Gets the value of the id property.
- getId() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignedInfoType
-
Gets the value of the id property.
- getID() - Method in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
Returns the value of the ID attribute.
- getID() - Method in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
Returns the value of the id property.
- getID() - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
-
Returns the value of the ID attribute.
- getID() - Method in interface com.sun.identity.saml2.protocol.StatusResponse
-
Returns the value of the id property.
- getID() - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.FederationConfigType
-
Gets the value of the id property.
- getID() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.FederationConfigTypeImpl
-
- getId() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutTypeImpl
-
- getId() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.SignOutType
-
Gets the value of the id property.
- getId() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyTypeImpl
-
- getId() - Method in interface com.sun.identity.wsfederation.jaxb.wspolicy.PolicyType
-
Gets the value of the id property.
- getId() - Method in interface com.sun.identity.wsfederation.jaxb.wsse.AttributedString
-
Gets the value of the id property.
- getId() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.AttributedStringImpl
-
- getId() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityTokenReferenceTypeImpl
-
- getId() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.UsernameTokenTypeImpl
-
- getId() - Method in interface com.sun.identity.wsfederation.jaxb.wsse.SecurityTokenReferenceType
-
Gets the value of the id property.
- getId() - Method in interface com.sun.identity.wsfederation.jaxb.wsse.UsernameTokenType
-
Gets the value of the id property.
- getId() - Method in interface com.sun.identity.wsfederation.jaxb.wsu.AttributedDateTime
-
Gets the value of the id property.
- getId() - Method in interface com.sun.identity.wsfederation.jaxb.wsu.AttributedURI
-
Gets the value of the id property.
- getId() - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.AttributedDateTimeImpl
-
- getId() - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.AttributedURIImpl
-
- getId() - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.TimestampTypeImpl
-
- getId() - Method in interface com.sun.identity.wsfederation.jaxb.wsu.TimestampType
-
Gets the value of the id property.
- getId() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyInfoTypeImpl
-
- getId() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ManifestTypeImpl
-
- getId() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ObjectTypeImpl
-
- getId() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- getId() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertiesTypeImpl
-
- getId() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertyTypeImpl
-
- getId() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureTypeImpl
-
- getId() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureValueTypeImpl
-
- getId() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignedInfoTypeImpl
-
- getId() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.KeyInfoType
-
Gets the value of the id property.
- getId() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.ManifestType
-
Gets the value of the id property.
- getId() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.ObjectType
-
Gets the value of the id property.
- getId() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.ReferenceType
-
Gets the value of the id property.
- getId() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignaturePropertiesType
-
Gets the value of the id property.
- getId() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignaturePropertyType
-
Gets the value of the id property.
- getId() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignatureType
-
Gets the value of the id property.
- getId() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignatureValueType
-
Gets the value of the id property.
- getId() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignedInfoType
-
Gets the value of the id property.
- getId() - Method in class com.sun.identity.wss.security.BinarySecurityToken
-
Gets id attribute for the tokens.
- getId() - Method in class com.sun.identity.wss.security.KeyIdentifier
-
Returns the id.
- getId() - Method in class com.sun.identity.wss.security.SecurityTokenReference
-
Returns the security token reference id.
- getId() - Method in class org.forgerock.maven.plugins.inject.content.Content
-
Gets the ID of the content placeholder.
- getId() - Method in class org.forgerock.oauth2.core.ResourceOwner
-
Gets the identifier of the resource owner.
- getId() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteSession
-
Returns the ID of the session, either from local object pre serialization
or the stored value post serialization.
- getId(Context) - Static method in class org.forgerock.openam.forgerockrest.utils.ServerContextUtils
-
Returns the UriRouterContext's "id" UriTemplateVariable from the provided Context.
- getId() - Method in class org.forgerock.openam.oauth2.resources.labels.ResourceSetLabel
-
- getId() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
-
Gets the unique resource set id of the resource set across all clients (resource servers).
- getId() - Method in class org.forgerock.openam.oauth2.StatelessTokenMetadata
-
- getId() - Method in class org.forgerock.openam.radius.common.packet.VendorSpecificAttribute
-
Get the The SMI Network Management Private Enterprise Code of the Vendor.
- getId() - Method in enum org.forgerock.openam.scripting.ScriptConstants.GlobalScript
-
Get the Id of the global script.
- getId() - Method in class org.forgerock.openam.scripting.service.ScriptConfiguration
-
Get the universally unique identifier for the ScriptConfiguration.
- getID() - Method in interface org.forgerock.openam.session.AMSession
-
Get the Id of the session.
- getId() - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaAuditEntry
-
- getId() - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaPendingRequest
-
- getID() - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSession
-
- getId() - Method in enum org.forgerock.openam.sts.TokenType
-
- getId() - Method in interface org.forgerock.openam.sts.TokenTypeId
-
Gets the token type id.
- getId() - Method in class org.forgerock.openam.uma.PermissionTicket
-
- getId() - Method in class org.forgerock.openam.uma.RequestingPartyToken
-
- getId() - Method in class org.forgerock.openam.uma.UmaPolicy
-
Gets the ID of this UMA policy which is the unique resource set ID that this policy relates to.
- getIdentifier() - Method in class org.forgerock.openam.notifications.Topic
-
Gets the topic identifier.
- getIdentifier() - Method in class org.forgerock.openam.radius.common.packet.CHAPPasswordAttribute
-
Returns the chap identifier code from the user's CHAP response.
- getIdentifier() - Method in class org.forgerock.openam.radius.common.Packet
-
Returns the identifier of this packet.
- getIdentity(IdType, String, String) - Method in class com.sun.identity.authentication.service.AuthD
-
Returns the AMIdentity object for the given parameters.
- getIdentity(SSOToken) - Static method in class com.sun.identity.idm.IdUtils
-
Returns a handle of the Identity object based on
the SSO Token passed in (AMIdentity object of the user
who is authenticated).
- getIdentity(SSOToken, String) - Static method in class com.sun.identity.idm.IdUtils
-
Returns an AMIdentity object, if provided with a string
identifier for the object.
- getIdentity(SSOToken, String, String) - Static method in class com.sun.identity.idm.IdUtils
-
Returns an AMIdentity object, given the
DN of an authenticated identity, realm name and identity type.
- getIdentity(String, String) - Static method in class com.sun.identity.idm.IdUtils
-
Gets the AMIdentity of a user with username equal to uName that exists in realm
- getIdentity(HttpServletRequest, HttpServletResponse, AttributeQuery, String, String) - Method in interface com.sun.identity.saml2.plugins.AttributeAuthorityMapper
-
Returns an identity that matches the subject in the attribute query.
- getIdentity(ManageNameIDRequest, String, String) - Method in class com.sun.identity.saml2.plugins.DefaultAccountMapper
-
Returns the user's disntinguished name or the universal ID for the
corresponding SAML ManageNameIDRequest.
- getIdentity(HttpServletRequest, HttpServletResponse, AttributeQuery, String, String) - Method in class com.sun.identity.saml2.plugins.DefaultAttributeAuthorityMapper
-
Returns an identity that matches the subject in the attribute query.
- getIdentity(NameID, String, String, String) - Method in class com.sun.identity.saml2.plugins.DefaultIDPAccountMapper
-
- getIdentity(Assertion, String, String) - Method in class com.sun.identity.saml2.plugins.DefaultLibrarySPAccountMapper
-
Returns the user's distinguished name or the universal ID for the corresponding SAML Assertion.
- getIdentity(ManageNameIDRequest, String, String) - Method in interface com.sun.identity.saml2.plugins.IDPAccountMapper
-
Returns the user's distinguished name or the universal ID for the corresponding
SAML ManageNameIDRequest.
- getIdentity(NameID, String, String, String) - Method in interface com.sun.identity.saml2.plugins.IDPAccountMapper
-
Returns the user's distinguished name or the universal ID for the corresponding SAML NameID.
- getIdentity(Assertion, String, String) - Method in interface com.sun.identity.saml2.plugins.SPAccountMapper
-
Returns the user's distinguished name or the universal ID for the corresponding SAML Assertion.
- getIdentity(ManageNameIDRequest, String, String) - Method in interface com.sun.identity.saml2.plugins.SPAccountMapper
-
Returns the user's distinguished name or the universal ID for the corresponding
SAML ManageNameIDRequest.
- getIdentity(HttpServletRequest, HttpServletResponse, AttributeQuery, String, String) - Method in class com.sun.identity.saml2.plugins.X509SubjectAttributeAuthorityMapper
-
Returns an identity that matches the subject in the attribute query.
- getIdentity(AttributeQuery, String, String) - Static method in class com.sun.identity.saml2.profile.AttributeQueryUtil
-
- getIdentity(RequestSecurityTokenResponse, String, String) - Method in class com.sun.identity.wsfederation.plugins.DefaultLibrarySPAccountMapper
-
Returns the user's disntinguished name or the universal ID for the
corresponding SAML Assertion.
- getIdentity(RequestSecurityTokenResponse, String, String) - Method in interface com.sun.identity.wsfederation.plugins.SPAccountMapper
-
Returns user's distinguished name or the universal ID for the
RSTR.
- getIdentity() - Method in class org.forgerock.oauth2.core.ResourceOwner
-
Gets the resource owner's identity.
- getIdentity(String, String) - Method in class org.forgerock.openam.core.CoreServicesWrapper
-
Gets the AMIdentity of a user with username equal to username that exists in realm
- getIdentity(SSOToken) - Method in class org.forgerock.openam.core.CoreWrapper
-
Returns a handle of the Identity object based on the SSO Token passed in (AMIdentity object of the user
who is authenticated).
- getIdentity(SSOToken, String) - Method in class org.forgerock.openam.core.CoreWrapper
-
Returns an AMIdentity object, if provided with a string identifier for the object.
- getIdentity(String, String) - Method in class org.forgerock.openam.core.CoreWrapper
-
Gets the AMIdentity of a user with username equal to username that exists in realm
- getIdentity(SSOToken) - Method in class org.forgerock.openam.core.rest.session.SessionResourceUtil
-
Creates a AMIdentity from the specified SSOToken.
- getIdentity() - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
Returns the underlying identity.
- getIdentityDetails(ServletRequest) - Method in class com.sun.identity.idsvcs.rest.IdentityServicesHandler.SecurityParameter
-
- getIdentityFromDataStoreX509Subject(AttributeQuery, String, String) - Static method in class com.sun.identity.saml2.profile.AttributeQueryUtil
-
- getIdentityName(String, String) - Static method in class com.sun.identity.idm.IdUtils
-
Returns the user name extracted from the uuid
if the orgName supplied in the parameter is
not same realm name in uuid then IdRepoException
is thrown
- getIdentityName(String) - Method in class org.forgerock.openam.identity.idm.IdentityUtils
-
Determines the name of the identity based on the provided universal ID.
- getIdentityServiceException(int, String) - Static method in class org.forgerock.openam.errors.IdentityServicesException
-
Contains a map of default errors relating to known ID services errors.
- getIdentityServicesAttributes(String, String) - Static method in class org.forgerock.openam.core.rest.IdentityRestUtils
-
- getIdEntryMap() - Method in class com.sun.identity.federation.services.FSAssertionManager
-
Returns assertion ID to Entry object map.
- getIDFFArtifacts() - Method in class com.sun.identity.monitoring.SsoServerIDFFSvc
-
Getter for the "IDFFArtifacts" variable.
- getIDFFArtifacts() - Method in interface com.sun.identity.monitoring.SsoServerIDFFSvcMBean
-
Getter for the "IDFFArtifacts" variable.
- getIDFFAssertions() - Method in class com.sun.identity.monitoring.SsoServerIDFFSvc
-
Getter for the "IDFFAssertions" variable.
- getIDFFAssertions() - Method in interface com.sun.identity.monitoring.SsoServerIDFFSvcMBean
-
Getter for the "IDFFAssertions" variable.
- getIDFFCOTProviderMapping(String) - Method in class com.sun.identity.cot.CircleOfTrustManager
-
Returns a map of circle of trust name and the value
of the sun-fm-trusted-providers attribute
The key in the map is the circle of trust name and
value is a set of providers retreived from the attribute.
- getIDFFIdAuthnRqt() - Method in class com.sun.identity.monitoring.SsoServerIDFFSvc
-
Getter for the "IDFFIdAuthnRqt" variable.
- getIDFFIdAuthnRqt() - Method in interface com.sun.identity.monitoring.SsoServerIDFFSvcMBean
-
Getter for the "IDFFIdAuthnRqt" variable.
- getIDFFIdDestn() - Method in class com.sun.identity.monitoring.SsoServerIDFFSvc
-
Getter for the "IDFFIdDestn" variable.
- getIDFFIdDestn() - Method in interface com.sun.identity.monitoring.SsoServerIDFFSvcMBean
-
Getter for the "IDFFIdDestn" variable.
- getIDFFIdLocalSessToken() - Method in class com.sun.identity.monitoring.SsoServerIDFFSvc
-
Getter for the "IDFFIdLocalSessToken" variable.
- getIDFFIdLocalSessToken() - Method in interface com.sun.identity.monitoring.SsoServerIDFFSvcMBean
-
Getter for the "IDFFIdLocalSessToken" variable.
- getIDFFMetaManager() - Static method in class com.sun.identity.federation.common.FSUtils
-
Returns an instance of the IDFF meta manager class.
- getIDFFReaderServiceURL() - Method in class com.sun.identity.cot.CircleOfTrustDescriptor
-
Returns reader service URL of the Circle of Trust for ID-FF protocol.
- getIDFFRelayState() - Method in class com.sun.identity.monitoring.SsoServerIDFFSvc
-
Getter for the "IDFFRelayState" variable.
- getIDFFRelayState() - Method in interface com.sun.identity.monitoring.SsoServerIDFFSvcMBean
-
Getter for the "IDFFRelayState" variable.
- getIDFFStatus() - Method in class com.sun.identity.monitoring.SsoServerIDFFSvc
-
Getter for the "IDFFStatus" variable.
- getIDFFStatus() - Method in interface com.sun.identity.monitoring.SsoServerIDFFSvcMBean
-
Getter for the "IDFFStatus" variable.
- getIDFFSubCommandSpecification(RequestContext) - Static method in class com.sun.identity.federation.cli.FederationManager
-
Returns specification version for ID-FF/SAML sub commands.
- getIDFFSvc() - Static method in class com.sun.identity.plugin.monitoring.MonitorManager
-
- getIdffSvcGroup() - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
- getIdffSvcMBean() - Static method in class com.sun.identity.monitoring.Agent
-
Return the pointer to the IDFF service mbean
- getIdffSvcMBean() - Method in interface com.sun.identity.plugin.monitoring.FedMonAgent
-
Get a handle to the monitoring MBean for the ID-FF service.
- getIdffSvcMBean() - Method in class com.sun.identity.plugin.monitoring.impl.AgentProvider
-
- getIdffSvcMBean() - Method in class com.sun.identity.plugin.monitoring.impl.FedletAgentProvider
-
- getIDFFUserIDSessionList() - Method in class com.sun.identity.monitoring.SsoServerIDFFSvc
-
Getter for the "IDFFUserIDSessionList" variable.
- getIDFFUserIDSessionList() - Method in interface com.sun.identity.monitoring.SsoServerIDFFSvcMBean
-
Getter for the "IDFFUserIDSessionList" variable.
- getIDFFWriterServiceURL() - Method in class com.sun.identity.cot.CircleOfTrustDescriptor
-
Returns Writer Service URL of the Circle of Trust for ID-FF protocol.
- getIdleTime() - Method in class com.iplanet.dpro.session.service.InternalSession
-
Returns the time(in seconds) for which the Internal Session has not been
accessed.
- getIdleTime() - Method in class com.iplanet.dpro.session.Session
-
Returns the session idle time in seconds.
- getIdleTime() - Method in interface com.iplanet.sso.SSOToken
-
Returns the session idle time in seconds.
- getIdleTime() - Method in class com.sun.identity.authentication.internal.AuthSSOToken
-
- getIdleTime() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns session idle time.
- GetIdleTimeActionHandler - Class in org.forgerock.openam.core.rest.session.action
-
Handler for 'getIdle' action
- GetIdleTimeActionHandler(SessionResourceUtil) - Constructor for class org.forgerock.openam.core.rest.session.action.GetIdleTimeActionHandler
-
Constructs a GetIdleTimeActionHandler instance
- getIDPAccountMapper(String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns an IDPAccountMapper
- getIdpAdapter() - Method in exception com.sun.identity.saml2.profile.FederatedSSOException
-
The IDP adapter.
- getIDPAdapter(String, String) - Method in interface org.forgerock.openam.saml2.IDPRequestValidator
-
- getIdpAdapter() - Method in class org.forgerock.openam.saml2.IDPSSOFederateRequest
-
Gets the IdPAdaptor used to perform SSO operations for this request.
- getIDPAdapter(String, String) - Method in class org.forgerock.openam.saml2.UtilProxyIDPRequestValidator
-
- getIDPAdapterClass(String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns a SAML2IdentityProviderAdapter
- getIDPAdapterClass(String, String) - Static method in class com.sun.identity.saml2.profile.IDPSSOUtil
-
Returns a SAML2IdentityProviderAdapter
- getIDPAuthnContextInfo(AuthnRequest, String, String) - Method in class com.sun.identity.saml2.plugins.DefaultIDPAuthnContextMapper
-
Returns an IDPAuthnContextInfo object.
- getIDPAuthnContextInfo(AuthnRequest, String, String) - Method in interface com.sun.identity.saml2.plugins.IDPAuthnContextMapper
-
Returns an IDPAuthnContextInfo object.
- getIDPAuthnContextInfo(String, String, String) - Method in class com.sun.identity.wsfederation.plugins.DefaultIDPAuthenticationMethodMapper
-
Returns an IDPAuthenticationTypeInfo object.
- getIDPAuthnContextInfo(String, String, String) - Method in interface com.sun.identity.wsfederation.plugins.IDPAuthenticationMethodMapper
-
Returns an IDPAuthenticationTypeInfo object.
- getIDPAuthnContextMapper(String, String) - Static method in class com.sun.identity.saml2.profile.IDPSSOUtil
-
Returns an IDPAuthnContextMapper
- getIDPDescriptor(String, String) - Method in class com.sun.identity.federation.meta.IDFFMetaManager
-
Returns Identity Provider's Descriptor for the
entity identifier.
- getIDPDescriptor(EntityDescriptorElement) - Static method in class com.sun.identity.federation.meta.IDFFMetaUtils
-
Returns the IDPDescriptor in the Entity Descriptor.
- getIDPDescriptorConfig(String, String) - Method in class com.sun.identity.federation.meta.IDFFMetaManager
-
Returns Identity Provider's Configuration for the entity identifier.
- getIDPDescriptorConfig(EntityConfigElement) - Static method in class com.sun.identity.federation.meta.IDFFMetaUtils
-
Returns the Identity Provider Entity Configuration.
- getIDPECPSessionMapper(String, String) - Static method in class com.sun.identity.saml2.profile.IDPSSOUtil
-
Returns an IDPECPSessionMapper
- getIDPEntity(String, String) - Method in interface org.forgerock.openam.saml2.IDPRequestValidator
-
The entity identifier for the IDP.
- getIDPEntity(String, String) - Method in class org.forgerock.openam.saml2.UtilProxyIDPRequestValidator
-
The entity identifier for the IDP.
- getIDPEntityID(String) - Method in class com.sun.identity.federation.services.FSSessionManager
-
Returns IDP's entity ID associated with requestID.
- getIDPEntityID() - Method in class com.sun.identity.saml2.profile.AuthnRequestInfo
-
Returns the Identity Provider Entity ID.
- getIDPEntityId() - Method in class com.sun.identity.workflow.ValidateSAML2
-
- getIdpEntityID() - Method in class org.forgerock.openam.saml2.IDPSSOFederateRequest
-
Gets the IdP entity ID.
- getIDPEntries() - Method in class com.sun.identity.federation.message.FSIDPList
-
Deprecated.
Returns IDPEntries object.
- getIDPEntries() - Method in interface com.sun.identity.saml2.protocol.IDPList
-
Returns the list of IDPEntry Objects.
- getIDPEntries() - Method in class com.sun.identity.saml2.protocol.impl.IDPListImpl
-
Returns the list of IDPEntry Objects.
- getIDPEntryList() - Method in class com.sun.identity.federation.message.common.IDPEntries
-
Deprecated.
Returns the list of Identity Providers.
- getIDPFederationStatus(String, String, String, String) - Static method in class com.sun.liberty.LibertyManager
-
- getIDPFederationStatus(String, String, String, String, String) - Static method in class com.sun.liberty.LibertyManager
-
Returns the federation status of a user with an Identity Provider.
- getIdpId() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
-
Gets the Identity Provider id.
- getIDPList() - Method in class com.sun.identity.federation.message.FSAuthnRequestEnvelope
-
Deprecated.
Returns the FSIDPList object.
- getIDPList() - Method in class com.sun.identity.federation.message.FSScoping
-
Deprecated.
Returns the preferred IDPs list in an authentication request.
- getIDPList() - Method in interface com.sun.identity.saml2.ecp.ECPRequest
-
Returns the IDPList Object.
- getIDPList() - Method in class com.sun.identity.saml2.ecp.impl.ECPRequestImpl
-
Returns the IDPList Object.
- getIDPList() - Method in class com.sun.identity.saml2.protocol.impl.ScopingImpl
-
Returns the IDPList Object.
- getIDPList() - Method in interface com.sun.identity.saml2.protocol.Scoping
-
Returns the IDPList Object.
- getIDPList() - Static method in class com.sun.liberty.LibertyManager
-
- getIDPList(String) - Static method in class com.sun.liberty.LibertyManager
-
- getIDPList(String, String) - Static method in class com.sun.liberty.LibertyManager
-
Returns a list of all trusted Identity Providers under the realm
for a given hosted provider's entity ID.
- getIDPLoginURL() - Method in class com.sun.identity.workflow.ValidateSAML2
-
- getIDPLogoutURL() - Method in class com.sun.identity.workflow.ValidateSAML2
-
- getIDPManageNameIDConfig(String, String, String) - Static method in class com.sun.identity.saml2.profile.DoManageNameID
-
Returns first ManageNameID configuration in an entity under
the realm.
- getIdpMetaAlias() - Method in class org.forgerock.openam.saml2.IDPSSOFederateRequest
-
Gets the IdP Meta Alias.
- getIDPPElementType(String) - Static method in class com.sun.identity.liberty.ws.idpp.common.IDPPUtils
-
Returns element type.
- getIDPPFactory() - Static method in class com.sun.identity.liberty.ws.idpp.common.IDPPUtils
-
Gets the IDPPFactory JAXB Object.
- getIDPPPrefix() - Method in class com.sun.identity.liberty.ws.idpp.IDPPServiceManager
-
Gets idpp prefix.
- getIDPPrivateKey(String, String) - Method in class org.forgerock.openam.sts.tokengeneration.saml2.xmlsig.FauxSAML2CryptoProvider
-
- getIDPPrivateKey(String, String) - Method in interface org.forgerock.openam.sts.tokengeneration.saml2.xmlsig.SAML2CryptoProvider
-
Returns the PrivateKey corresponding to the PrivateKeyEntry containing the SAML2 Identity Provider's private key.
- getIDPPrivateKey(String, String) - Method in class org.forgerock.openam.sts.tokengeneration.saml2.xmlsig.SAML2CryptoProviderImpl
-
- getIDPProvidedNameIdentifier() - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
-
Deprecated.
Returns the Identity Provider's NameIdentifier.
- getIDPProvidedNameIdentifier() - Method in class com.sun.identity.federation.message.FSSubject
-
Deprecated.
Returns the Identity Provider's NameIdentifier.
- getIDPRequestValidator(String, boolean) - Method in class org.forgerock.openam.saml2.SAML2ActorFactory
-
Gets an IDPRequestValidator
- getIDPSLOConfig(String, String, String) - Static method in class com.sun.identity.saml2.profile.LogoutUtil
-
Returns first SingleLogout configuration in an entity under
the realm.
- GetIDPSPPairingInCOT - Class in com.sun.identity.workflow
-
Gets all IDP in a circle of trust.
- GetIDPSPPairingInCOT() - Constructor for class com.sun.identity.workflow.GetIDPSPPairingInCOT
-
- getIDPSSOConfig(String, String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns first identity provider's SSO configuration in an entity under
the realm.
- getIDPSSOConfig(EntityConfigElement) - Static method in class com.sun.identity.saml2.meta.SAML2MetaUtils
-
Returns first identity provider's SSO configuration in an entity
- getIDPSSOConfig(String, String) - Method in class com.sun.identity.wsfederation.meta.WSFederationMetaManager
-
Returns first identity provider's SSO configuration in an entity under
the realm.
- getIDPSSOConfigOrSPSSOConfig() - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.FederationConfigType
-
Gets the value of the IDPSSOConfigOrSPSSOConfig property.
- getIDPSSOConfigOrSPSSOConfig() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.FederationConfigTypeImpl
-
- getIDPSSOConfigOrSPSSOConfigOrAuthnAuthorityConfig() - Method in interface com.sun.identity.saml2.jaxb.entityconfig.EntityConfigType
-
Gets the value of the IDPSSOConfigOrSPSSOConfigOrAuthnAuthorityConfig property.
- getIDPSSOConfigOrSPSSOConfigOrAuthnAuthorityConfig() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.EntityConfigTypeImpl
-
- getIDPSSODescriptor(String, String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns first identity provider's SSO descriptor in an entity under the
realm.
- getIDPSSODescriptor(EntityDescriptorElement) - Static method in class com.sun.identity.saml2.meta.SAML2MetaUtils
-
Returns first identity provider's SSO descriptor in an entity
descriptor.
- getIDPSSOForAuthnReq(String, String) - Static method in class com.sun.identity.saml2.profile.SPSSOFederate
-
Gets the IDP SSO Descriptor for the given sp entity id in the given realm.
- getIDPX509Certificate(String) - Method in class org.forgerock.openam.sts.tokengeneration.saml2.xmlsig.FauxSAML2CryptoProvider
-
- getIDPX509Certificate(String) - Method in interface org.forgerock.openam.sts.tokengeneration.saml2.xmlsig.SAML2CryptoProvider
-
Returns the IDP's X509Certificate.
- getIDPX509Certificate(String) - Method in class org.forgerock.openam.sts.tokengeneration.saml2.xmlsig.SAML2CryptoProviderImpl
-
- getIdRepoAttributeValidator(String) - Method in class com.sun.identity.idm.server.IdRepoAttributeValidatorManager
-
Returns an instance of IdRepoAttributeValidator for
specified realm.
- getIdRepoCacheEntries() - Method in class com.sun.identity.monitoring.SsoServerIdRepoSvc
-
Getter for the "IdRepoCacheEntries" variable.
- getIdRepoCacheEntries() - Method in interface com.sun.identity.monitoring.SsoServerIdRepoSvcMBean
-
Getter for the "IdRepoCacheEntries" variable.
- getIdRepoCacheHits() - Method in class com.sun.identity.monitoring.SsoServerIdRepoSvc
-
Getter for the "IdRepoCacheHits" variable.
- getIdRepoCacheHits() - Method in interface com.sun.identity.monitoring.SsoServerIdRepoSvcMBean
-
Getter for the "IdRepoCacheHits" variable.
- getIdRepoGetRqts() - Method in class com.sun.identity.monitoring.SsoServerIdRepoSvc
-
Getter for the "IdRepoGetRqts" variable.
- getIdRepoGetRqts() - Method in interface com.sun.identity.monitoring.SsoServerIdRepoSvcMBean
-
Getter for the "IdRepoGetRqts" variable.
- getIdRepoPlugins(String) - Method in class com.sun.identity.idm.server.IdRepoPluginsCache
-
- getIdRepoPlugins(String, IdOperation, IdType) - Method in class com.sun.identity.idm.server.IdRepoPluginsCache
-
- getIdRepoSearchCacheHits() - Method in class com.sun.identity.monitoring.SsoServerIdRepoSvc
-
Getter for the "IdRepoSearchCacheHits" variable.
- getIdRepoSearchCacheHits() - Method in interface com.sun.identity.monitoring.SsoServerIdRepoSvcMBean
-
Getter for the "IdRepoSearchCacheHits" variable.
- getIdRepoSearchRqts() - Method in class com.sun.identity.monitoring.SsoServerIdRepoSvc
-
Getter for the "IdRepoSearchRqts" variable.
- getIdRepoSearchRqts() - Method in interface com.sun.identity.monitoring.SsoServerIdRepoSvcMBean
-
Getter for the "IdRepoSearchRqts" variable.
- getIdrepoSvcGroup() - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
- getIdrepoSvcMBean() - Static method in class com.sun.identity.monitoring.Agent
-
Return the pointer to the IdRepo service mbean
- getIDTokenEncryptionKey() - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
Gets the encryption key used to encrypt OpenID Connect tokens.
- getIDTokenEncryptionKey() - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
- getIDTokenEncryptionKey() - Method in interface org.forgerock.openidconnect.OpenIdConnectClientRegistration
-
Gets the encryption key used to encrypt OpenID Connect tokens.
- getIDTokenEncryptionResponseAlgorithm() - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
Gets the algorithm used to encrypt OpenID Connect tokens.
- getIDTokenEncryptionResponseAlgorithm() - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
- getIDTokenEncryptionResponseAlgorithm() - Method in interface org.forgerock.openidconnect.OpenIdConnectClientRegistration
-
Gets the algorithm used to encrypt OpenID Connect tokens.
- getIDTokenEncryptionResponseMethod() - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
Gets the encryption method used to encrypt OpenID Connect tokens.
- getIDTokenEncryptionResponseMethod() - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
- getIDTokenEncryptionResponseMethod() - Method in interface org.forgerock.openidconnect.OpenIdConnectClientRegistration
-
Gets the encryption method used to encrypt OpenID Connect tokens.
- getIDTokenSignedResponseAlgorithm() - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
- getIDTokenSignedResponseAlgorithm() - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
Gets the OpenId Token signed response algorithm.
- getIdTokenSignedResponseAlgorithm() - Method in class org.forgerock.openidconnect.Client
-
Gets the id token signed response alg of the OAuth2Client.
- getIDTokenSignedResponseAlgorithm() - Method in interface org.forgerock.openidconnect.OpenIdConnectClientRegistration
-
Gets the OpenId Token signed response algorithm.
- getIdxOfCallbackSetInModule() - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolder
-
gets the index of the callback set in the module.
- getIdxOfCurrentCallback() - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolder
-
Get the index of the current callback.
- getIFinderSummaryKeys() - Method in class com.sun.identity.install.tools.handler.ProductInfoHandlerBase
-
- getIfIndex() - Method in class com.sun.identity.monitoring.LinkTrapGenerator
-
- getIfIndex() - Method in interface com.sun.identity.monitoring.LinkTrapGeneratorMBean
-
- getIgnoreCase() - Method in class com.sun.identity.install.tools.configurator.SkipIfInfo
-
- getIgnoreCaseFlag() - Method in class com.sun.identity.install.tools.configurator.BaseOptions
-
- getImage() - Method in class com.sun.identity.authentication.service.PagePropertiesCallback
-
Deprecated.
Returns image
- getImage() - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
-
Returns the authentication module display page image.
- getImplicitEnvelopeEncodingStyle() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_Tie
-
- getImplicitEnvelopeEncodingStyle() - Method in class com.sun.identity.entity.EntityObjectIF_Tie
-
- getImplicitEnvelopeEncodingStyle() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_Tie
-
- getImplicitEnvelopeEncodingStyle() - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_Tie
-
- getImplicitEnvelopeEncodingStyle() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_Tie
-
- getImplicitEnvelopeEncodingStyle() - Method in class com.sun.identity.saml.AssertionManagerIF_Tie
-
- getImplicitEnvelopeEncodingStyle() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_Tie
-
- getImplicitEnvelopeEncodingStyle() - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_Tie
-
- getImportStepsApplication() - Method in class org.forgerock.openam.xacml.v3.ImportStepGenerator
-
Returns the Application Import Steps generated by this instance.
- getImportStepsPrivilege() - Method in class org.forgerock.openam.xacml.v3.ImportStepGenerator
-
Returns the Privilege Import Steps generated by this instance.
- getImportStepsResourceType() - Method in class org.forgerock.openam.xacml.v3.ImportStepGenerator
-
Returns the Resource Type Import Steps generated by this instance.
- getIncluded() - Method in class org.forgerock.openam.entitlement.rest.model.json.ResourceSet
-
- getIncludeToken() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.IssuedTokenTypeImpl
-
- getIncludeToken() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SecureConversationTokenTypeImpl
-
- getIncludeToken() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SpnegoContextTokenTypeImpl
-
- getIncludeToken() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TokenAssertionTypeImpl
-
- getIncludeToken() - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.IssuedTokenType
-
Gets the value of the includeToken property.
- getIncludeToken() - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.SecureConversationTokenType
-
Gets the value of the includeToken property.
- getIncludeToken() - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.SpnegoContextTokenType
-
Gets the value of the includeToken property.
- getIncludeToken() - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.TokenAssertionType
-
Gets the value of the includeToken property.
- getIndefinitelyString(Context) - Method in class org.forgerock.openam.oauth2.rest.TokenResource
-
Deprecated.
- getIndex() - Method in interface com.sun.identity.saml2.jaxb.metadata.AttributeConsumingServiceType
-
Gets the value of the index property.
- getIndex() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceTypeImpl
-
- getIndex() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IndexedEndpointTypeImpl
-
- getIndex() - Method in interface com.sun.identity.saml2.jaxb.metadata.IndexedEndpointType
-
Gets the value of the index property.
- getIndexes(String) - Method in interface com.sun.identity.entitlement.interfaces.ISaveIndex
-
Returns save indexes for a given resource.
- getIndexes(String, String) - Method in interface com.sun.identity.entitlement.interfaces.ISearchIndex
-
Returns search indexes for a given resource.
- getIndexes(String) - Method in class com.sun.identity.entitlement.opensso.DelegationResourceNameIndexGenerator
-
- getIndexes(String, String) - Method in class com.sun.identity.entitlement.opensso.DelegationResourceNameSplitter
-
- getIndexes(String) - Method in class com.sun.identity.entitlement.util.ResourceNameIndexGenerator
-
Returns resource index of a given resource name.
- getIndexes(String, String) - Method in class com.sun.identity.entitlement.util.ResourceNameSplitter
-
Returns the different components on a resource that can be
used to search for policies.
- getIndexes(String) - Method in class org.forgerock.openam.entitlement.indextree.TreeSaveIndex
-
- getIndexes(String, String) - Method in class org.forgerock.openam.entitlement.indextree.TreeSearchIndex
-
- getIndexes(String, String) - Method in class org.forgerock.openam.entitlement.indextree.TreeSearchIndexDelegate
-
- getIndexName(SSOToken, AuthContext.IndexType) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- getIndexName() - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Returns the index name.
- getIndexName(AuthContextLocal) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- getIndexName() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns the index name.
- getIndexType(String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- getIndexType() - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Returns the index type.
- getIndexType(AuthContextLocal) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- getIndexType() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns the current index type.
- getIndexType() - Method in interface org.forgerock.openam.core.rest.authn.core.AuthenticationContext
-
Returns the current authentication index type from the AuthContextLocal.
- getIndexType() - Method in enum org.forgerock.openam.core.rest.authn.core.AuthIndexType
-
Gets the AuthContext.IndexType for the enum.
- getIndexType() - Method in class org.forgerock.openam.core.rest.authn.core.LoginConfiguration
-
Returns the Authentication Index Type to use in the login process.
- getIndexType() - Method in class org.forgerock.openam.core.rest.authn.core.wrappers.AuthContextLocalWrapper
-
Returns the current authentication index type from the AuthContextLocal.
- getIndexType() - Method in class org.forgerock.openam.oauth2.OpenAMAuthenticationMethod
-
- getIndexValue() - Method in class org.forgerock.openam.core.rest.authn.core.LoginConfiguration
-
Returns the Authentication Index value to use in the login process.
- getIndirectCRL() - Method in class com.iplanet.security.x509.IssuingDistributionPointExtension
-
Return the indirectCRL attribute
- getInetDomainStatus(AuthContextLocal) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- getInetDomainStatus() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns the inetDomainStatus.
- getInfo() - Method in class org.forgerock.openam.audit.model.AuthenticationAuditEntry
-
Get the info values.
- getInformationMessage() - Method in interface com.sun.identity.password.ui.model.PWResetModel
-
Returns information message.
- getInformationMessage() - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns information message
- getInfoText(int, int) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Returns the info text associated with a specific callback
- getInfoText() - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
-
Returns the list of infoText elements to display alongside the authentication
module display attributes.
- getInheritedAttributeNames(AMIdentity) - Static method in class com.sun.identity.common.configuration.AgentConfiguration
-
Returns the inherited attribute names.
- getInitializationError() - Static method in class com.iplanet.am.util.SystemProperties
-
Returns error messages during initialization, else null.
- getInitials(String) - Static method in class org.forgerock.openam.cts.utils.blob.strategies.AttributeCompressionStrategy
-
Generate the initials from the given name.
- getInitialState() - Method in class org.forgerock.openam.auditors.ConfigAuditor
-
Getter for the initial state of the event
- getInitialState() - Method in class org.forgerock.openam.auditors.RepoAuditor
-
Getter for the initial state of the event
- getInitParameter(String, String) - Method in class org.forgerock.openam.rest.service.RestletServiceServlet
-
Overridden to return the ServiceEndpointApplication class name for the "org.restlet.application" init parameter.
- getInitParameter(String) - Method in class org.forgerock.openam.rest.service.RestletServiceServlet
- getInitParameterNames() - Method in class org.forgerock.openam.rest.service.RestletServiceServlet
-
Overridden to include the "org.restlet.application" init paramter name.
- getInnerException() - Method in exception com.sun.identity.install.tools.configurator.InstallException
-
Returns the exception that was supplied to the constructor at the time
when this exception was created.
- getInputContextOnly() - Method in class com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionQueryImpl
-
Returns the XML attribute boolean value which governs the
source of information that the PDP is allowed to use in
making an authorization decision.
- getInputContextOnly() - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery
-
Returns the XML attribute boolean value which governs the
source of information that the PDP is allowed to use in
making an authorization decision.
- getInputPolicy(ProviderConfig) - Method in class com.sun.identity.wss.policy.WSSPolicyManager
-
Returns the input policy for the given web service provider
configuration.
- getInputStream() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
The default behavior of this method is to return getInputStream()
on the wrapped request object.
- getInputStreamForKeystoreFileOrCustomWsdlFile(String) - Method in class com.sun.identity.workflow.CreateSoapSTSDeployment
-
- getInputToken() - Method in class org.forgerock.openam.sts.rest.operation.translate.CustomRestTokenProviderParametersImpl
-
- getInputToken() - Method in class org.forgerock.openam.sts.rest.operation.translate.OpenIdConnectRestTokenProviderParameters
-
- getInputToken() - Method in class org.forgerock.openam.sts.rest.operation.translate.Saml2RestTokenProviderParameters
-
- getInputToken() - Method in interface org.forgerock.openam.sts.rest.token.canceller.RestIssuedTokenCancellerParameters
-
- getInputToken() - Method in interface org.forgerock.openam.sts.rest.token.provider.RestTokenProviderParameters
-
Gets the json representation of the input token.
- getInputToken() - Method in interface org.forgerock.openam.sts.rest.token.validator.RestIssuedTokenValidatorParameters
-
- getInputToken() - Method in interface org.forgerock.openam.sts.rest.token.validator.RestTokenTransformValidatorParameters
-
Gets the to-be-validated token.
- getInputTokenState() - Method in class org.forgerock.openam.sts.user.invocation.RestSTSTokenTranslationInvocationState
-
- getInputTokenType() - Method in class org.forgerock.openam.sts.rest.config.user.TokenTransformConfig
-
- getInputTokenType() - Method in class org.forgerock.openam.sts.rest.operation.translate.CustomRestTokenProviderParametersImpl
-
- getInputTokenType() - Method in class org.forgerock.openam.sts.rest.operation.translate.OpenIdConnectRestTokenProviderParameters
-
- getInputTokenType() - Method in class org.forgerock.openam.sts.rest.operation.translate.Saml2RestTokenProviderParameters
-
- getInputTokenType() - Method in interface org.forgerock.openam.sts.rest.token.provider.RestTokenProviderParameters
-
Gets the type of the input token.
- getInResponseTo() - Method in class com.sun.identity.federation.message.FSAssertion
-
Deprecated.
Returns the value of InResponseTo attribute.
- getInResponseTo() - Method in class com.sun.identity.saml.protocol.AbstractResponse
-
Gets the InResponseTo of the Response.
- getInResponseTo() - Method in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationDataImpl
-
Returns the ID of a SAML protocol message in response to which
an attesting entity can present the assertion
- getInResponseTo() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
-
Returns the ID of a SAML protocol message in response to which
an attesting entity can present the assertion
- getInResponseTo() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationDataTypeImpl
-
- getInResponseTo() - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectConfirmationDataType
-
Gets the value of the inResponseTo property.
- getInResponseTo() - Method in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
Returns the value of the inResponseTo property.
- getInResponseTo() - Method in interface com.sun.identity.saml2.protocol.StatusResponse
-
Returns the value of the inResponseTo property.
- getInResponseToRequest(String) - Method in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
- getInResponseToRequest(String) - Method in class com.sun.identity.federation.services.fednsso.FSBrowserArtifactConsumerHandler
-
- getInsertEntry() - Method in class com.sun.identity.liberty.ws.disco.Modify
-
Gets the value of the InsertEntry property.
- getInstallResourceBundle(String) - Static method in class com.sun.identity.shared.locale.Locale
-
Gets the default install resource bundle for the default locale
- getInstallRunInfo() - Method in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- getInstallState() - Method in class com.sun.identity.install.tools.configurator.Driver
-
- getInstance() - Static method in class com.iplanet.am.sdk.ldap.CachedDirectoryServicesImpl
-
- getInstance() - Static method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
- getInstance() - Static method in class com.iplanet.am.sdk.remote.CachedRemoteServicesImpl
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_deRegisterNotificationURL_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_deRegisterNotificationURL_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_doesEntryExists_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_doesEntryExists_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesForSchema_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesForSchema_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getCreationTemplateName_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDeletedObjectFilter_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDeletedObjectFilter_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getNamingAttr_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getNamingAttr_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectClassFromDS_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectType_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectType_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgSearchFilter_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgSearchFilter_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSearchFilterFromTemplate_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSearchFilterFromTemplate_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getTopLevelContainers_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getTopLevelContainers_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getTopLevelContainers_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isAncestorOrgDeleted_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isAncestorOrgDeleted_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_objectsChanged_idrepo_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_objectsChanged_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_idrepo_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerService_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerService_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAdminRole_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAdminRole_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setGroupFilter_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setGroupFilter_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndDeleteObject_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndDeleteObject_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_Fault_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_ResponseStruct_SOAPBuilder
-
- getInstance() - Static method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
- getInstance(String, SSOToken) - Static method in class com.iplanet.services.cdm.AuthClient
-
- getInstance(String) - Static method in class com.iplanet.services.cdm.Client
-
- getInstance(String, SSOToken) - Static method in class com.iplanet.services.cdm.Client
-
- getInstance(String) - Static method in class com.iplanet.services.cdm.ClientsManager
-
Returns Client instance for a specific client type.
- getInstance() - Static method in class com.iplanet.services.cdm.G11NSettings
-
- getInstance(String) - Static method in class com.iplanet.services.util.I18n
-
Method to get an instance of I18n object that has been either previously
created or to obtain a new instance if it does'nt exist
- getInstance() - Static method in class com.iplanet.sso.SSOTokenManager
-
Returns the singleton instance of
SSOTokenManager.
- getInstance(ServerInstance) - Static method in class com.iplanet.ums.DataLayer
-
Create the singleton DataLayer object if it doesn't exist already.
- getInstance() - Static method in class com.iplanet.ums.DataLayer
-
Create the singleton DataLayer object if it doesn't exist already.
- getInstance() - Static method in class com.sun.identity.authentication.config.AMAuthLevelManager
-
Returns manager instance.
- getInstance(String) - Static method in class com.sun.identity.authentication.spi.AMAuthCallBackImpl
-
Public accessor for the singleton.
- getInstance() - Static method in class com.sun.identity.cli.UsageFormatter
-
Returns an instance of this class.
- getInstance() - Static method in class com.sun.identity.common.BackwardCompSupport
-
- getInstance() - Static method in class com.sun.identity.common.configuration.ConfigurationObserver
-
Returns an instance of ConfigurationObserver.
- getInstance() - Static method in class com.sun.identity.common.configuration.ServerConfigXMLObserver
-
Returns an instance of ServerConfigXMLObserver object.
- getInstance() - Static method in class com.sun.identity.common.DebugPropertiesObserver
-
Returns an instance of DebugPropertiesObserver object.
- getInstance() - Static method in enum com.sun.identity.common.FqdnValidator
-
- getInstance() - Static method in class com.sun.identity.common.ShutdownManager
-
Returns the static instance of ShutdownManager in the VM.
- getInstance() - Static method in class com.sun.identity.common.validation.IntegerValidator
-
Deprecated.
- getInstance() - Static method in class com.sun.identity.common.validation.PositiveIntegerValidator
-
Deprecated.
- getInstance() - Static method in class com.sun.identity.common.validation.URLValidator
-
Deprecated.
- getInstance() - Static method in class com.sun.identity.common.validation.XSDateTimeValidator
-
Deprecated.
- getInstance() - Static method in class com.sun.identity.common.validation.XSDurationValidator
-
Deprecated.
- getInstance() - Static method in class com.sun.identity.coretoken.CoreTokenStoreFactory
-
Returns an instance of the CoreTokenStore implementation
class.
- getInstance() - Static method in class com.sun.identity.delegation.SMServiceListener
-
- getInstance(String, Subject) - Static method in class com.sun.identity.entitlement.ApplicationPrivilegeManager
-
Returns an instance of application privilege manager.
- getInstance(String) - Method in interface com.sun.identity.entitlement.interfaces.IDebugProvider
-
Returns an instance of IDebug type which
enable the com.iplanet.am.util.Debug instances to delegate
the service calls to the provider specific implementation.
- getInstance() - Static method in class com.sun.identity.entitlement.ListenerManager
-
- getInstance() - Static method in class com.sun.identity.entitlement.opensso.DataStore
-
- getInstance() - Static method in class com.sun.identity.entitlement.PolicyDataStore
-
- getInstance(JSONObject) - Static method in class com.sun.identity.entitlement.Privilege
-
- getInstance() - Static method in class com.sun.identity.entitlement.PrivilegeChangeNotifier
-
- getInstance(Subject, String) - Static method in class com.sun.identity.entitlement.PrivilegeIndexStore
-
Returns an instance of the privilege index store.
- getInstance(String, Subject) - Static method in class com.sun.identity.entitlement.PrivilegeManager
-
Returns instance of configured PrivilegeManager
- getInstance(JSONObject) - Static method in class com.sun.identity.entitlement.ReferralPrivilege
-
Deprecated.
- getInstance(Subject) - Static method in class com.sun.identity.entitlement.SubjectAttributesManager
-
Returns an instance of SubjectAttributesManager.
- getInstance(Subject, Subject) - Static method in class com.sun.identity.entitlement.SubjectAttributesManager
-
Returns the SubjectAttributesManager of a given subject.
- getInstance(Subject, String) - Static method in class com.sun.identity.entitlement.SubjectAttributesManager
-
Returns the SubjectAttributesManager of a given realm.
- getInstance() - Static method in class com.sun.identity.entitlement.util.LogFactory
-
Returns an instance of the factory.
- getInstance(String) - Static method in class com.sun.identity.entitlement.util.NetworkMonitor
-
- getInstance() - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.entity.EntityObjectIF_deleteEntity_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.entity.EntityObjectIF_deleteEntity_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_RequestStruct_SOAPBuilder
-
- getInstance(String) - Static method in class com.sun.identity.federation.accountmgmt.FSAccountManager
-
Gets an Object for FSAccountManager Class.
- getInstance() - Method in class com.sun.identity.federation.common.FSRemoteException_SOAPBuilder
-
- getInstance(String) - Static method in class com.sun.identity.federation.services.FSAssertionManager
-
Returns a FSAssertionManager instance.
- getInstance() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_isUserExists_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_isUserExists_RequestStruct_SOAPBuilder
-
- getInstance() - Static method in class com.sun.identity.federation.services.FSServiceManager
-
Returns FSServiceManager instance.
- getInstance(String) - Static method in class com.sun.identity.federation.services.FSSessionManager
-
Gets the singleton instance of FSSessionManager.
- getInstance() - Static method in class com.sun.identity.federation.services.FSSOAPService
-
Returns an instance of FSSOAPService instance.
- getInstance(String) - Static method in class com.sun.identity.federation.services.logout.FSReturnSessionManager
-
Gets the singleton instance of FSReturnSessionManager.
- getInstance(String) - Static method in class com.sun.identity.federation.services.registration.FSRegistrationManager
-
Gets the singleton instance of FSRegistrationManager.
- getInstance() - Static method in class com.sun.identity.federation.services.util.FSSignatureManager
-
Returns the singleton instance of FSSignatureManager with
default KeyProvider and SignatureProvider.
- getInstance(KeyProvider, SignatureProviderSPI) - Static method in class com.sun.identity.federation.services.util.FSSignatureManager
-
Returns an instance of FSSignatureManager with specified
KeyProvider and SignatureProvider.
- getInstance() - Static method in class com.sun.identity.idm.remote.IdRemoteCachedServicesImpl
-
- getInstance() - Static method in class com.sun.identity.idm.remote.IdRemoteEventListener
-
- getInstance() - Static method in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
- getInstance() - Static method in class com.sun.identity.idm.server.IdCachedServicesImpl
-
- getInstance() - Static method in class com.sun.identity.idm.server.IdRepoAttributeValidatorManager
-
Returns an instance of IdRepoAttributeValidatorManager
- getInstance() - Static method in class com.sun.identity.idm.server.IdServicesImpl
-
- getInstance() - Static method in class com.sun.identity.idsvcs.IdentityServicesFactory
-
The default security implementation is 'OpenSSO'.
- getInstance(String) - Static method in class com.sun.identity.idsvcs.IdentityServicesFactory
-
Return an instance of a factory that provider.
- getInstance() - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_attributes_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_getCookieNameForToken_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_getCookieNamesToForward_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_log_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_read_Fault_SOAPBuilder
-
- getInstance() - Static method in class com.sun.identity.install.tools.configurator.InstFinderStore
-
- getInstance() - Static method in class com.sun.identity.install.tools.configurator.MigrateFromInstFinderStore
-
get the singleton of MigrateFromInstFinderStore.
- getInstance(String) - Static method in class com.sun.identity.install.tools.util.Audit
-
- getInstance() - Static method in class com.sun.identity.liberty.ws.idpp.IDPPServiceManager
-
Gets the instance of IDPPService Manager
- getInstance() - Static method in class com.sun.identity.liberty.ws.interaction.InteractionManager
-
Gets singleton object instance of InteractionManager
- getInstance() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenException_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getX509CertificateToken_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getX509CertificateToken_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_initialization_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_initialization_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_RequestStruct_SOAPBuilder
-
- getInstance() - Static method in class com.sun.identity.log.handlers.LoggingThread
-
- getInstance() - Static method in class com.sun.identity.multiprotocol.SingleLogoutManager
-
Returns SingleLogoutManager singleton instance.
- getInstance() - Static method in class com.sun.identity.plugin.datastore.DataStoreProviderManager
-
Gets the singleton instance of DataStoreProviderManager.
- getInstance() - Static method in class com.sun.identity.policy.client.PolicyEvaluatorFactory
-
Returns an instance of
com.sun.identity.policy.client.PolicyEvaluatorFactory
- getInstance() - Static method in class com.sun.identity.policy.PolicyCache
-
Gets the singleton instance of PolicyCache
- getInstance() - Static method in class com.sun.identity.policy.ProxyPolicyEvaluatorFactory
-
Deprecated.
Gets an instance of ProxyPolicyEvaluatorFactory.
- getInstance() - Static method in class com.sun.identity.rest.RestServiceManager
-
- getInstance(String) - Static method in class com.sun.identity.sae.api.SecureAttrs
-
Returns an instance to perform crypto operations.
- getInstance() - Static method in class com.sun.identity.saml.AssertionManager
-
Gets the singleton instance of AssertionManager.
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertions_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertions_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertions_ResponseStruct_SOAPBuilder
-
- getInstance() - Static method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
-
Gets the singleton instance of XMLSignatureManager with
default KeyProvider and SignatureProvider.
- getInstance(KeyProvider, SignatureProvider) - Static method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
-
Get an instance of XMLSignatureManager with specified
KeyProvider and SignatureProvider.
- getInstance() - Static method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns the instance of AssertionFactory.
- getInstance() - Static method in class com.sun.identity.saml2.common.SOAPCommunicator
-
Gets the singleton instance of the SOAPCommunicator.
- getInstance() - Static method in class com.sun.identity.saml2.ecp.ECPFactory
-
Returns an instance of the ECPFactory Object.
- getInstance(String) - Static method in class com.sun.identity.saml2.idpdiscovery.Debug
-
Returns an existing instance of Debug for the specified debug file or a
new one if no such instance already exists.
- getInstance() - Static method in class com.sun.identity.saml2.protocol.ProtocolFactory
-
Returns an instance of the ProtocolFactory Object.
- getInstance() - Static method in class com.sun.identity.security.AdminTokenAction
-
Returns a cached instance AdminTokenAction.
- getInstance() - Static method in class com.sun.identity.setup.AMSetupDSConfig
-
Returns a single instance if not already created.
- getInstance() - Static method in class com.sun.identity.setup.BootstrapCreator
-
- getInstance() - Static method in class com.sun.identity.setup.InstallLog
-
- getInstance(String) - Static method in class com.sun.identity.shared.debug.Debug
-
Gets an existing instance of Debug for the specified debug name or a new
one if no such instance already exists.
- getInstance(String) - Method in interface com.sun.identity.shared.debug.file.DebugFileProvider
-
Returns an instance of IDebugFile.
- getInstance(String) - Method in class com.sun.identity.shared.debug.file.impl.DebugFileProviderImpl
-
Get debug file instance
- getInstance() - Static method in class com.sun.identity.shared.debug.file.impl.DefaultDebugConfiguration
-
Get the default debug configuration
- getInstance() - Static method in class com.sun.identity.shared.debug.file.impl.StdDebugFile
-
Get std out debug file
- getInstance(String) - Method in interface com.sun.identity.shared.debug.IDebugProvider
-
Returns an instance of IDebug type which
enable the com.iplanet.am.util.Debug instances to delegate
the service calls to the provider specific implementation.
- getInstance(String) - Method in class com.sun.identity.shared.debug.impl.DebugProviderImpl
-
Get the debugger associated with the debug name
- getInstance() - Static method in class com.sun.identity.shared.locale.AMResourceBundleCache
-
Returns instance of AMResourceBundleCache.
- getInstance(String) - Static method in class com.sun.identity.shared.stats.Stats
-
Returns an existing instance of Stats for the specified stats file or a
new one if no such instance already exists.
- getInstance() - Static method in class com.sun.identity.shared.validation.IntegerValidator
-
- getInstance() - Static method in class com.sun.identity.shared.validation.PositiveIntegerValidator
-
Returns an instance of this validator.
- getInstance() - Static method in class com.sun.identity.shared.validation.URLValidator
-
Returns an instance of this validator.
- getInstance() - Static method in class com.sun.identity.shared.validation.XSDateTimeValidator
-
Returns an instance of this validator.
- getInstance() - Static method in class com.sun.identity.shared.validation.XSDurationValidator
-
Returns an instance of this validator.
- getInstance(SSOToken, String) - Static method in class com.sun.identity.sm.CachedSMSEntry
-
- getInstance(SSOToken, String) - Static method in class com.sun.identity.sm.CachedSubEntries
-
- getInstance() - Static method in class com.sun.identity.sm.DirectoryServerVendor
-
Returns an instance of this class.
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_deRegisterNotificationURL_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_getAMSdkBaseDN_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_getRootSuffix_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_notifyObjectChanged_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_objectsChanged_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_registerNotificationURL_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_registerNotificationURL_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_Fault_SOAPBuilder
-
- getInstance() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_RequestStruct_SOAPBuilder
-
- getInstance() - Static method in class com.sun.identity.sm.ldap.Statistics
-
Returns the singleton instance
- getInstance(String) - Method in class com.sun.identity.sm.ServiceConfigManager
-
Returns the service instance given the instance
name
- getInstance() - Static method in class com.sun.identity.sm.SMSNotificationManager
-
- getInstance() - Static method in class com.sun.identity.sm.SMSPropertiesObserver
-
- getInstance() - Static method in class com.sun.identity.wss.policy.WSSPolicyManager
-
- getInstance(SSOToken) - Static method in class com.sun.identity.wss.security.SecurityTokenFactory
-
Returns the Security Token factory instance.
- getInstance(TokenProvider) - Static method in class com.sun.identity.wss.security.SecurityTokenFactory
-
Returns the Security Token factory instance.
- getInstance() - Static method in class com.sun.identity.xacml.client.XACMLRequestProcessor
-
Returns an instance of XACMLRequestProcessor
- getInstance() - Static method in class com.sun.identity.xacml.context.ContextFactory
-
Returns the instance of ContextSchemaFactory.
- getInstance() - Static method in class com.sun.identity.xacml.policy.PolicyFactory
-
Returns the instance of ContextSchemaFactory.
- getInstance() - Static method in class com.sun.identity.xmlenc.XMLEncryptionManager
-
Gets the instance of XMLEncryptionManager with default
KeyProvider and EncryptionProvider.
- getInstance(EncryptionProvider, KeyProvider) - Static method in class com.sun.identity.xmlenc.XMLEncryptionManager
-
Gets the instance of XMLEncryptionManager with given
KeyProvider and EncryptionProvider.
- getInstance() - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryResourceOffering_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryResourceOffering_ResponseStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryServiceCredential_RequestStruct_SOAPBuilder
-
- getInstance() - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryServiceCredential_ResponseStruct_SOAPBuilder
-
- getInstance() - Static method in class org.forgerock.openam.authentication.modules.oauth2.HttpRequestContent
-
- getInstance() - Static method in class org.forgerock.openam.authentication.modules.oauth2.profile.DefaultProfileProvider
-
- getInstance() - Static method in class org.forgerock.openam.authentication.modules.oauth2.profile.ESIAProfileProvider
-
- getInstance() - Static method in class org.forgerock.openam.authentication.modules.oauth2.profile.MailRuProfileProvider
-
- getInstance() - Static method in class org.forgerock.openam.authentication.modules.oauth2.profile.OdnoklassnikiProvider
-
- getInstance() - Static method in class org.forgerock.openam.authentication.modules.oauth2.profile.VkontakteProvider
-
- getInstance() - Static method in class org.forgerock.openam.authentication.service.activators.ForceAuthSessionActivator
-
- getInstance() - Static method in class org.forgerock.openam.authentication.service.LoginContextFactory
-
- getInstance(String, PrivilegeDefinition.Action...) - Static method in class org.forgerock.openam.authz.PrivilegeDefinition
-
Creates a new definition from the privilege verb and the allowed actions.
- getInstance() - Static method in class org.forgerock.openam.core.rest.authn.RestAuthCallbackHandlerFactory
-
Gets the RestAuthCallbackHandlerFactory instance.
- getInstance() - Static method in class org.forgerock.openam.oauth2.validation.OpenIDConnectURLValidator
-
Returns an instance of this validator.
- getInstance() - Static method in class org.forgerock.openam.security.whitelist.ValidGotoUrlExtractor
-
- getInstance() - Static method in class org.forgerock.openam.session.model.DBStatistics
-
- getInstance() - Static method in class org.forgerock.openam.session.SessionCache
-
ClientSDK: Usage without Guice, must maintain static initialisation.
- getInstance() - Static method in class org.forgerock.openam.session.SessionCookies
-
- getInstance() - Static method in class org.forgerock.openam.session.SessionPollerPool
-
ClientSDK: Static initialisation required for non-Guice usage.
- getInstance() - Static method in class org.forgerock.openam.session.SessionServiceURLService
-
- getInstance() - Static method in class org.forgerock.openam.session.SessionURL
-
- getInstance() - Method in class org.forgerock.openam.setup.BootstrapConfig
-
- getInstance(Key<T>) - Static method in enum org.forgerock.openam.sts.publish.config.STSPublishInjectorHolder
-
Returns the appropriate instance for the given injection key.
- getInstance(Key<T>) - Static method in enum org.forgerock.openam.sts.rest.config.RestSTSInjectorHolder
-
Returns the appropriate instance for the given injection key.
- getInstance(Key<T>) - Static method in enum org.forgerock.openam.sts.soap.config.SoapSTSInjectorHolder
-
Returns the appropriate instance for the given injection key.
- getInstance(Key<T>) - Static method in enum org.forgerock.openam.sts.tokengeneration.config.TokenGenerationServiceInjectorHolder
-
Returns the appropriate instance for the given injection key.
- getInstance() - Static method in class org.forgerock.openam.upgrade.UpgradeServices
-
Returns the singleton instance of UpgradeServices, which will hold all the details about the different upgrade
steps.
- getInstanceCount() - Static method in class com.sun.identity.install.tools.configurator.InstallState
-
Returns the number of instances already configured.
- getInstanceData() - Method in class com.sun.identity.install.tools.configurator.PersistentStateAccess
-
- getInstanceFinderInteractions() - Method in class com.sun.identity.install.tools.configurator.InstallRunInfo
-
- getInstanceForCurrentThread() - Method in class org.forgerock.openam.utils.PerThreadCache
-
Fetches an instance of the resource from the cache for the current thread.
- getInstanceIfCached(SSOToken, String, boolean) - Static method in class com.sun.identity.sm.CachedSubEntries
-
- getInstanceInteractions() - Method in class com.sun.identity.install.tools.configurator.InstallRunInfo
-
- getInstanceName() - Method in class com.sun.identity.cli.InitializeSystem
-
- getInstanceName() - Method in class com.sun.identity.install.tools.configurator.InstallState
-
Returns the name of the instance associated with this InstallState
- getInstanceName() - Method in class com.sun.identity.install.tools.configurator.InstFinderData
-
- getInstanceName(Map, ArrayList) - Method in class com.sun.identity.install.tools.configurator.InstFinderStore
-
- getInstanceName() - Method in interface com.sun.identity.install.tools.configurator.IStateAccess
-
- getInstanceName() - Method in class com.sun.identity.install.tools.configurator.MigrateFromInstallState
-
Returns the name of the instance associated with this InstallState
- getInstanceName(Map, ArrayList) - Method in class com.sun.identity.install.tools.configurator.MigrateFromInstFinderStore
-
return the instance name to be migrated from.
- getInstanceName() - Method in class com.sun.identity.install.tools.configurator.PersistentStateAccess
-
- getInstanceName() - Method in class com.sun.identity.install.tools.configurator.StateData
-
- getInstanceName() - Method in class com.sun.identity.install.tools.configurator.TransientStateAccess
-
- getInstanceName() - Method in class com.sun.identity.setup.BootstrapData
-
- getInstanceNames() - Static method in class com.sun.identity.entitlement.util.NetworkMonitor
-
- getInstanceNames() - Static method in class com.sun.identity.install.tools.configurator.InstallState
-
Returns the names of the instances already configured.
- getInstanceNames() - Method in class com.sun.identity.install.tools.configurator.InstFinderStore
-
- getInstanceNames() - Method in class com.sun.identity.sm.ServiceConfigManager
-
Returns the service instance names
- getInstances() - Static method in class com.sun.identity.shared.debug.Debug
-
Returns a collection of all Debug instances that exist in the system at
the current instance.
- getInstancesCount() - Method in class com.sun.identity.install.tools.configurator.InstFinderStore
-
- getInstanceTasks() - Method in class com.sun.identity.install.tools.configurator.InstallRunInfo
-
- getInt_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getCreationTemplateName_RequestStruct
-
- getInt_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDeletedObjectFilter_RequestStruct
-
- getInt_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getNamingAttr_RequestStruct
-
- getInt_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectClassFromDS_RequestStruct
-
- getInt_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSearchFilterFromTemplate_RequestStruct
-
- getInt_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_objectsChanged_idrepo_RequestStruct
-
- getInt_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_objectsChanged_RequestStruct
-
- getInt_1() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_objectsChanged_RequestStruct
-
- getInt_10() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- getInt_10() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- getInt_11() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- getInt_11() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- getInt_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_RequestStruct
-
- getInt_2() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_notifyObjectChanged_RequestStruct
-
- getInt_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct
-
- getInt_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_RequestStruct
-
- getInt_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_RequestStruct
-
- getInt_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_RequestStruct
-
- getInt_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_RequestStruct
-
- getInt_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_RequestStruct
-
- getInt_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_RequestStruct
-
- getInt_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isAncestorOrgDeleted_RequestStruct
-
- getInt_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_RequestStruct
-
- getInt_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_RequestStruct
-
- getInt_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_RequestStruct
-
- getInt_3() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct
-
- getInt_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_RequestStruct
-
- getInt_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_RequestStruct
-
- getInt_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_RequestStruct
-
- getInt_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_RequestStruct
-
- getInt_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_RequestStruct
-
- getInt_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- getInt_4() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct
-
- getInt_4() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct
-
- getInt_4() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct
-
- getInt_4() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct
-
- getInt_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_RequestStruct
-
- getInt_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_RequestStruct
-
- getInt_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_RequestStruct
-
- getInt_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_RequestStruct
-
- getInt_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- getInt_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- getInt_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- getInt_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_RequestStruct
-
- getInt_5() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct
-
- getInt_5() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct
-
- getInt_5() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct
-
- getInt_6() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct
-
- getInt_6() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_RequestStruct
-
- getInt_6() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct
-
- getInt_6() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct
-
- getInt_6() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- getInt_6() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- getInt_7() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct
-
- getInt_7() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- getInt_7() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- getInt_8() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- getInt_9() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- getInt_9() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- getIntAttribute(BaseConfigType, String, int) - Static method in class com.sun.identity.wsfederation.meta.WSFederationMetaUtils
-
Gets the int value stored in the configuration under the provided key, or the default value if it was not defined
or if it was malformed.
- getInteractForConsentQuestion(boolean, String) - Method in class com.sun.identity.liberty.ws.idpp.PPInteractionHelper
-
Gets the inquiry question for interaction for consent.
- getInteractForValueQuestions(boolean, String) - Method in class com.sun.identity.liberty.ws.idpp.PPInteractionHelper
-
Gets Interact For value questions for an idpp element.
- getInteractionInfo() - Method in class com.sun.identity.install.tools.configurator.UserDataInteraction
-
- getInteractionLangauge(Message) - Static method in class com.sun.identity.liberty.ws.interaction.InteractionUtils
-
Returns languages listed for the language attribute of the
UserInteraction header in the message.
- getInteractionResponseElement(Message) - Method in class com.sun.identity.liberty.ws.interaction.InteractionManager
-
Gets interaction response that was gathered from resource owner
by InteractionManager
- getInterfaceClass() - Method in class com.sun.identity.sm.PluginInterface
-
Returns the plugin interface class name.
- getInterfaceName() - Method in class com.sun.identity.sm.PluginSchema
-
Returns the interface name implemented by the plugin
- getIntermediateURL(String, String, SAML2MetaManager) - Static method in class com.sun.identity.saml2.profile.SPACSUtils
-
Retrieves intermediate redirect url from SP sso config.
- getInternalInstance() - Static method in class com.iplanet.services.cdm.clientschema.AMClientCapData
-
Singleton method to get an internal instance
- getInternalSchemaType() - Method in class com.iplanet.am.sdk.AMSchema.Type
-
Deprecated.
- getInternalSession() - Method in class com.iplanet.dpro.session.service.InternalSessionEvent
-
Gets the session object which emitted this event.
- getInternalSession(SessionID) - Method in class org.forgerock.openam.session.service.SessionAccessManager
-
Get the InternalSession based on the SessionId.
- getInternalSessionByHandle(String) - Method in class org.forgerock.openam.session.service.SessionAccessManager
-
Returns the Internal Session corresponding to a session handle.
- getInternalSessionCount() - Method in class org.forgerock.openam.session.service.SessionAccessManager
-
Get the number of internal sessions in the cache.
- getInternalSessionFieldName() - Method in enum org.forgerock.openam.cts.api.fields.SessionTokenField
-
The InternalSession class field name.
- getInternalSessionLimit() - Method in class org.forgerock.openam.session.service.SessionAccessManager
-
Get the size of the underlying InternalSessionCache.
- getInternalSessions() - Method in class org.forgerock.openam.monitoring.session.FORGEROCK_OPENAM_SESSION_MIBImpl
-
- getInternalSessionsMBean() - Static method in class com.sun.identity.monitoring.Agent
-
- getInternalToken() - Static method in class com.iplanet.am.sdk.common.MiscUtils
-
Gets the internal Access Manager user token (dsameuser)
- getInterSiteURL(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
Returns the interSiteURL from IFSConstants.
- getInterval() - Method in class com.sun.identity.monitoring.LinkTrapGenerator
-
- getInterval() - Method in interface com.sun.identity.monitoring.LinkTrapGeneratorMBean
-
- getIntervalCount() - Method in class com.iplanet.am.sdk.common.CacheStats
-
- getIntHeader(String) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
The default behavior of this method is to return getIntHeader(String name)
on the wrapped request object.
- getIntMapAttr(Map, String, String, Debug) - Static method in class com.iplanet.am.util.Misc
-
- getIntMapAttr(Map, String, int, Debug) - Static method in class com.iplanet.am.util.Misc
-
- getIntMapAttr(Map, String, int, Debug) - Static method in class com.sun.identity.shared.datastruct.CollectionHelper
-
Returns integer value from a Map of String of Set of String.
- getIntMapAttrThrows(Map, String) - Static method in class com.sun.identity.shared.datastruct.CollectionHelper
-
Returns integer value from a Map of String of Set of String.
- getIntroducedProvider(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
Returns the ID of the provider discovered via the introduction protocol.
- getIntrospectableToken(OAuth2Request, String, String) - Method in class org.forgerock.oauth2.core.OAuth2TokenIntrospectionHandler
-
- getIntrospectionEndpoint() - Method in interface org.forgerock.oauth2.core.OAuth2Uris
-
Returns the default URL for this provider's token introspection endpoint.
- getIntValue(String, int) - Method in class com.iplanet.services.ldap.ServerInstance
-
- getIntValue() - Method in class com.sun.identity.install.tools.util.ResultStatus
-
- getInvalidAttemptsDataAttrName() - Method in class com.sun.identity.authentication.service.LoginState
-
Return attribute name for storing invalid attempts data
- getInvalidKeyErrorMessage(int) - Method in class com.sun.identity.install.tools.configurator.InstFinderStore
-
- getInvalidKeyErrorMessage(int) - Method in class com.sun.identity.install.tools.configurator.MigrateFromInstFinderStore
-
- getInvalidKeyErrorMessage(int) - Method in class com.sun.identity.install.tools.configurator.OrderedPropertyStore
-
- getInvalidLineErrorMessage(int) - Method in class com.sun.identity.install.tools.configurator.InstFinderStore
-
- getInvalidLineErrorMessage(int) - Method in class com.sun.identity.install.tools.configurator.MigrateFromInstFinderStore
-
- getInvalidLineErrorMessage(int) - Method in class com.sun.identity.install.tools.configurator.OrderedPropertyStore
-
- getInvalidRealmNames() - Static method in class com.sun.identity.sm.InvalidRealmNameManager
-
Returns a mutable set of realm names that should be black-listed to prevent conflicts with REST
endpoints or other functionality.
- getInvalidURLMessage() - Method in interface com.sun.identity.password.ui.model.PWResetInvalidURLModel
-
Returns invalid URL message.
- getInvalidURLMessage() - Method in class com.sun.identity.password.ui.model.PWResetInvalidURLModelImpl
-
Returns invalid URL message.
- getInvalidURLTitle() - Method in interface com.sun.identity.password.ui.model.PWResetInvalidURLModel
-
Returns invalid URL title.
- getInvalidURLTitle() - Method in class com.sun.identity.password.ui.model.PWResetInvalidURLModelImpl
-
Returns invalid URL title.
- getIpaddr() - Method in class org.forgerock.openam.radius.server.config.ClientConfig
-
Get the IP address from which incoming packets must be to be associated with this client.
- getIPAddress() - Method in interface com.iplanet.sso.SSOToken
-
Returns the IP Address of the client (browser) that sent the request.
- getIPAddress() - Method in class com.sun.identity.authentication.internal.AuthSSOToken
-
- getIPAddress() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Returns the IP address of remote site of the SOAP connection.
- getIPAddress() - Method in class com.sun.identity.saml.assertion.SubjectLocality
-
Returns the IP address from SubjectLocality locality
- getIpAddress() - Method in class org.forgerock.openam.radius.common.packet.NASIPAddressAttribute
-
Returns the IP address of the NAS originating the request.
- getIPXNetworkAddress() - Method in class org.forgerock.openam.radius.common.packet.FramedIPXNetworkAttribute
-
Returns the IPX network address.
- getISDSHostName() - Static method in class com.sun.identity.policy.PolicyUtils
-
Returns the LDAP server host used by Access Manager SDK stored
in serverconfig.xml file.
- getIsPassive() - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Returns the value of the isPassive attribute.
- getIsRoleIDP() - Method in class com.sun.identity.federation.services.FSSessionPartner
-
Returns the role of the session partner.
- getIsSessionUpgrade() - Method in class com.iplanet.dpro.session.service.InternalSession
-
Gets the status of the Session if is an upgrade state
- getIssuedTokenTimeout() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
- getIssueID() - Method in class org.forgerock.openam.core.rest.record.RecordProperties
-
Get Issue ID
- getIssueInstant() - Method in class com.sun.identity.federation.message.common.EncryptableNameIdentifier
-
Deprecated.
Returns the Issue Instant.
- getIssueInstant() - Method in class com.sun.identity.policy.remote.PolicyResponse
-
Returns the issue instant
- getIssueInstant() - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Returns the time when the assertion was issued.
- getIssueInstant() - Method in class com.sun.identity.saml.protocol.AbstractRequest
-
Returns the IssueInstant of the Request.
- getIssueInstant() - Method in class com.sun.identity.saml.protocol.AbstractResponse
-
Returns the IssueInstant of the Response.
- getIssueInstant() - Method in interface com.sun.identity.saml2.assertion.Assertion
-
Returns the time when the assertion was issued
- getIssueInstant() - Method in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
Returns the time when the assertion was issued
- getIssueInstant() - Method in interface com.sun.identity.saml2.jaxb.assertion.AssertionType
-
Gets the value of the issueInstant property.
- getIssueInstant() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionTypeImpl
-
- getIssueInstant() - Method in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
Returns the value of IssueInstant attribute.
- getIssueInstant() - Method in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
Returns the value of the issueInstant property.
- getIssueInstant() - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
-
Returns the value of IssueInstant attribute.
- getIssueInstant() - Method in interface com.sun.identity.saml2.protocol.StatusResponse
-
Returns the value of the issueInstant property.
- getIssuer() - Method in class com.sun.identity.entitlement.xacml3.core.Attribute
-
Gets the value of the issuer property.
- getIssuer() - Method in class com.sun.identity.entitlement.xacml3.core.AttributeAssignment
-
Gets the value of the issuer property.
- getIssuer() - Method in class com.sun.identity.entitlement.xacml3.core.AttributeAssignmentExpression
-
Gets the value of the issuer property.
- getIssuer() - Method in class com.sun.identity.entitlement.xacml3.core.AttributeDesignator
-
Gets the value of the issuer property.
- getIssuer() - Method in class com.sun.identity.entitlement.xacml3.core.MissingAttributeDetail
-
Gets the value of the issuer property.
- getIssuer() - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Returns the issuer of an assertion.
- getIssuer() - Method in class com.sun.identity.saml.common.SAMLServiceManager.SOAPEntry
-
Returns issuer value of the partner site.
- getIssuer() - Method in interface com.sun.identity.saml2.assertion.Assertion
-
Returns the issuer of the assertion
- getIssuer() - Method in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
Returns the issuer of the assertion
- getIssuer() - Method in interface com.sun.identity.saml2.ecp.ECPRequest
-
Returns the value of the issuer attribute.
- getIssuer() - Method in class com.sun.identity.saml2.ecp.impl.ECPRequestImpl
-
Returns the value of the issuer attribute.
- getIssuer() - Method in interface com.sun.identity.saml2.jaxb.assertion.AssertionType
-
Gets the value of the issuer property.
- getIssuer() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionTypeImpl
-
- getIssuer() - Method in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
Returns the Issuer Object.
- getIssuer() - Method in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
Returns the value of the issuer property.
- getIssuer() - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
-
Returns the Issuer Object.
- getIssuer() - Method in interface com.sun.identity.saml2.protocol.StatusResponse
-
Returns the value of the issuer property.
- getIssuer() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.IssuedTokenTypeImpl
-
- getIssuer() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SecureConversationTokenTypeImpl
-
- getIssuer() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SpnegoContextTokenTypeImpl
-
- getIssuer() - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.IssuedTokenType
-
Gets the value of the issuer property.
- getIssuer() - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.SecureConversationTokenType
-
Gets the value of the issuer property.
- getIssuer() - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.SpnegoContextTokenType
-
Gets the value of the issuer property.
- getIssuer() - Method in interface com.sun.identity.wsfederation.profile.RequestedSecurityToken
-
- getIssuer() - Method in class com.sun.identity.wsfederation.profile.SAML11RequestedSecurityToken
-
- getIssuer() - Method in class com.sun.identity.wss.security.AssertionTokenSpec
-
Returns the issuer name.
- getIssuer() - Method in class com.sun.identity.wss.security.SAML2TokenSpec
-
Returns the issuer name.
- getIssuer() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
- getIssuer() - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
- getIssuer() - Method in interface com.sun.identity.xacml.context.Attribute
-
Returns the issuer of the Attribute.
- getIssuer() - Method in class com.sun.identity.xacml.context.impl.AttributeImpl
-
Returns the issuer of the Attribute.
- getIssuer() - Method in interface com.sun.identity.xacml.context.MissingAttributeDetail
-
Returns the Issuers of this object
- getIssuer() - Method in interface org.forgerock.oauth2.core.OAuth2Uris
-
Gets the identifier of this issuer.
- getIssuer() - Method in class org.forgerock.openam.core.rest.devices.push.PushDeviceSettings
-
Get the issuer of the Push device.
- getIssuer() - Method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig
-
- getIssuer() - Method in interface org.forgerock.openam.uma.UmaUris
-
Gets the identifier of this issuer.
- getIssuerCertificate(AMLDAPCertStoreParameters, X509Certificate, String) - Static method in class com.sun.identity.security.cert.AMCertStore
-
Return Issuer Certificate if the ldap entry has one
- getIssuerDN() - Method in class com.sun.identity.saml.common.SAMLCertUtils.CertEntry
-
Returns issuer DN of the certificate.
- getIssuerDN(X509Certificate) - Static method in class com.sun.identity.security.cert.AMCertStore
-
Return value of certificate Issuer DN.
- getIssuerName(X509Certificate) - Static method in class com.iplanet.security.x509.CertUtils
-
- getIssuerName() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuerNamesOfferedTypeImpl
-
- getIssuerName() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.IssuerNamesOfferedType
-
Gets the value of the IssuerName property.
- getIssueTokenTypes() - Method in class org.forgerock.openam.sts.soap.config.user.SoapSTSInstanceConfig
-
- getItemID() - Method in class com.sun.identity.liberty.ws.dst.DSTModify
-
Gets item id attribute
- getItemID() - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
-
Gets item ID attribute
- getItemID() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryItem
-
Gets itemID attribute
- getItemIDRef() - Method in class com.sun.identity.liberty.ws.dst.DSTData
-
Gets item reference.
- getItemIDRef() - Method in class com.sun.identity.liberty.ws.dst.DSTModifyResponse
-
Gets item id reference
- getItemIDRef() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
-
Gets item reference.
- getJ() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.DSAKeyValueType
-
Gets the value of the j property.
- getJ() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- getJ() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.DSAKeyValueType
-
Gets the value of the j property.
- getJ() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- getJarInputStream() - Method in class com.sun.identity.workflow.CreateSoapSTSDeployment
-
- getJarOutputStream(Path, Manifest) - Method in class com.sun.identity.workflow.CreateSoapSTSDeployment
-
- getJarURL() - Method in class com.sun.identity.sm.PluginSchema
-
Returns the URL of the jar file, the contains the complete implementation
for the plugin.
- getJavaCharset(String) - Method in class com.iplanet.services.cdm.G11NSettings
-
- getJavaCharset() - Method in class com.sun.identity.common.ISLocaleContext
-
get java charset to be used for current request This class detectes
clientType using Http-Accept-Lang header You should have used
setLocale(HttpServletRequest req) before calling this method.
- getJavaLogoLabel() - Method in interface com.sun.identity.password.ui.model.PWResetModel
-
Returns label for Java logo.
- getJavaLogoLabel() - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns label for Java logo.
- getJAXBPackages() - Static method in class com.sun.identity.liberty.ws.soapbinding.Utils
-
Returns a String of JAXB packages seperated by ":".
- getJCEDirPath() - Static method in class com.sun.identity.install.tools.util.ConfigUtil
-
- getJSONHomeDocument() - Static method in class org.forgerock.openam.xacml.v3.resources.XACML3HomeResource
-
Formulate our Home Document.
- getJsonResponse() - Method in exception org.forgerock.openam.core.rest.authn.exceptions.RestAuthResponseException
-
Gets the JSON object for the response body.
- getJsonValue(String, ServiceConfig, Context) - Method in class org.forgerock.openam.core.rest.sms.SmsResourceProvider
-
- getJsonValue(String, ServiceConfig, Context, String, boolean) - Method in class org.forgerock.openam.core.rest.sms.SmsResourceProvider
-
- getJSSEDirPath() - Static method in class com.sun.identity.install.tools.util.ConfigUtil
-
- getJwks() - Method in class org.forgerock.openidconnect.Client
-
Gets JWKs for this client.
- getJWKSet() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getJWKSet() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Gets the JWK Set for this OAuth2 Authorization /OpenID Provider.
- getJWKSet() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getJWKSet() - Method in class org.forgerock.openidconnect.restlet.OpenIDConnectJWKEndpoint
-
Gets the JWK Set of signing and encryption keys.
- getJWKSUri() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getJWKSUri() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Gets the JSON Web Key Set URI.
- getJWKSUri() - Method in interface org.forgerock.oauth2.core.OAuth2Uris
-
Gets the JSON Web Key Set URI.
- getJWKSUri() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getJwksUri() - Method in class org.forgerock.openidconnect.Client
-
Gets JWKs_URI for this client.
- getJWTCacheSize() - Method in class org.forgerock.openam.session.stateless.StatelessConfig
-
- getJwtClaims(String) - Method in class org.forgerock.openam.authentication.modules.oidc.JwtHandler
-
Get the set of claims contained within the specified token.
- getJWTFromSessionID(SessionID, boolean) - Static method in class org.forgerock.openam.sso.providers.stateless.StatelessSessionManager
-
Understands the detail around extracting the encoded JWT from the SessionID.
- getJwtId() - Method in class org.forgerock.openam.oauth2.StatelessToken
-
- getJwtSessionMapper() - Method in class com.iplanet.dpro.session.service.SessionServiceConfig
-
- getJwtSessionMapper() - Method in class org.forgerock.openam.sso.providers.stateless.JwtSessionMapperConfig
-
- getJwtTokenLifeTime(OAuth2ProviderSettings) - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
- getJwtTokenLifeTime(OAuth2ProviderSettings) - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
Gets the JWT token life time in milliseconds.
- getJwtTokenLifeTime() - Method in class org.forgerock.openidconnect.Client
-
Gets the JWT token lifetime of the OAuth2Client.
- getJwtTokenLifeTime(OAuth2ProviderSettings) - Method in interface org.forgerock.openidconnect.OpenIdConnectClientRegistration
-
Gets the JWT token life time in milliseconds.
- getKDCDomain() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns Kerberos Domain Controller Domain
- getKDCDomain() - Method in class com.sun.identity.wss.provider.STSConfig
-
Returns Kerberos Domain Controller Domain.
- getKDCDomain() - Method in class com.sun.identity.wss.security.KerberosTokenSpec
-
- getKDCDomain() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Returns Kerberos Domain Controller Domain
- getKDCDomain() - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Returns Kerberos Domain Controller Domain
- getKDCServer() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns Kerberos Domain Controller Server.
- getKDCServer() - Method in class com.sun.identity.wss.provider.STSConfig
-
Returns Kerberos Domain Controller Server.
- getKDCServer() - Method in class com.sun.identity.wss.security.KerberosTokenSpec
-
- getKDCServer() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Returns Kerberos Domain Controller Server.
- getKDCServer() - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Returns Kerberos Domain Controller Server.
- getKeepAliveSeconds() - Method in class org.forgerock.openam.radius.server.config.ThreadPoolConfig
-
Return the number of seconds that, when the number of threads is greater than the core, is the maximum time that
excess idle threads will wait for new tasks before terminating.
- getKeepAliveTime(TimeUnit) - Method in class org.forgerock.openam.audit.context.ExecutorServiceConfigurator
-
Returns the thread keep-alive time.
- getKerberosServicePrincipal() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns kerberos service principal
- getKerberosServicePrincipal() - Method in class com.sun.identity.wss.provider.STSConfig
-
Returns kerberos service principal.
- getKerberosServicePrincipal() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Returns kerberos service principal
- getKerberosServicePrincipal() - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Returns kerberos service principal
- getKerberosTicketCacheDir() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
This method is used by the web services client to get the kerberos
ticket cache directory.
- getKerberosTicketCacheDir() - Method in class com.sun.identity.wss.provider.STSConfig
-
Returns the kerberos ticket cache directory.
- getKey() - Method in class com.sun.identity.entitlement.AttributeLookupCondition
-
Returns matching key.
- getKey() - Method in class com.sun.identity.install.tools.configurator.I18NInfo
-
- getKey() - Method in class com.sun.identity.install.tools.configurator.InstFinderData
-
- getKey() - Method in class com.sun.identity.install.tools.configurator.SkipIfInfo
-
- getKey() - Method in class com.sun.identity.install.tools.configurator.UserDataInteraction
-
- getKeyAlias() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the key alias for this provider.
- getKeyAlias() - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Returns the key alias for this trust authority client.
- getKeyDescriptor(ProviderDescriptorType, String) - Static method in class com.sun.identity.federation.key.KeyUtil
-
Returns KeyDescriptorType from
ProviderDescriptorType.
- getKeyDescriptor() - Method in interface com.sun.identity.saml2.jaxb.metadata.AffiliationDescriptorType
-
Gets the value of the KeyDescriptor property.
- getKeyDescriptor() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorTypeImpl
-
- getKeyDescriptor() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl
-
- getKeyDescriptor() - Method in interface com.sun.identity.saml2.jaxb.metadata.RoleDescriptorType
-
Gets the value of the KeyDescriptor property.
- getKeyDescriptor(RoleDescriptorType, String) - Static method in class com.sun.identity.saml2.key.KeyUtil
-
Returns KeyDescriptorType from
RoleDescriptorType.
- getKeyDescriptors(RoleDescriptorType, String) - Static method in class com.sun.identity.saml2.key.KeyUtil
-
- getKeyEncryptedPassword() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the keystore encrypted password.
- getKeyIdentifier() - Method in class com.sun.identity.wss.security.SecurityTokenReference
-
Returns the key identifier
- getKeyInfo() - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
-
Returns the key info.
- getKeyInfo() - Method in class com.sun.identity.saml2.assertion.impl.KeyInfoConfirmationDataImpl
-
Returns the list of KeyInfo object.
- getKeyInfo() - Method in interface com.sun.identity.saml2.assertion.KeyInfoConfirmationData
-
Returns the key info
- getKeyInfo() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.KeyDescriptorTypeImpl
-
- getKeyInfo() - Method in interface com.sun.identity.saml2.jaxb.metadata.KeyDescriptorType
-
Gets the value of the keyInfo property.
- getKeyInfo() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptedType
-
Gets the value of the keyInfo property.
- getKeyInfo() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedTypeImpl
-
- getKeyInfo() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureTypeImpl
-
- getKeyInfo() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignatureType
-
Gets the value of the keyInfo property.
- getKeyInfo() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureTypeImpl
-
- getKeyInfo() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignatureType
-
Gets the value of the keyInfo property.
- getKeyInfo() - Method in class com.sun.identity.wss.security.AssertionTokenSpec
-
Returns the keyinfo element.
- getKeyInfo() - Method in class com.sun.identity.wss.security.SAML2TokenSpec
-
Returns the keyinfo element.
- getKeyInfo(Assertion) - Static method in class com.sun.identity.wss.security.SAML2TokenUtils
-
Returns the KeyInfo element from the assertion.
- getKeyInfoCert() - Method in class com.sun.identity.wss.security.SAML11AssertionValidator
-
- getKeyInfoCert() - Method in class com.sun.identity.wss.security.SAML2AssertionValidator
-
- getKeyPair(String, int) - Method in interface org.forgerock.openam.shared.security.crypto.KeyPairProvider
-
Given the algorithm and key size, provides a key pair instance.
- getKeyPair(String) - Method in class org.forgerock.openam.utils.AMKeyProvider
-
- getKeyPassword() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the key password in the keystore.
- getKeyPassword() - Method in class org.forgerock.openam.keystore.KeyStoreConfig
-
Get the key password used to unlock key entries.
- getKeyPasswordFile() - Method in class org.forgerock.openam.keystore.KeyStoreConfig
-
Get the path the key password file.
- getKeyPasswordFilePath() - Method in class org.forgerock.openam.utils.AMKeyProvider
-
Get the .keypass path.
- getKeyProvider() - Method in class com.sun.identity.federation.services.util.FSSignatureManager
-
Returns the key provider.
- getKeyProvider() - Method in class com.sun.identity.federation.services.util.FSSignatureProvider
-
Returns the key provider.
- getKeyProvider() - Method in interface com.sun.identity.federation.services.util.SignatureProviderSPI
-
Returns the key provider.
- getKeyProvider() - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Get the real key provider
- getKeyProvider() - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
-
Returns the real key provider.
- getKeyProvider() - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
-
Get KeyProvider
- getKeyProviderInstance() - Static method in class com.sun.identity.federation.key.KeyUtil
-
Returns the instance of KeyProvider.
- getKeyProviderInstance() - Static method in class com.sun.identity.saml2.key.KeyUtil
-
Returns the instance of KeyProvider.
- getKeyProviderInstance() - Static method in class com.sun.identity.wsfederation.key.KeyUtil
-
Returns the instance of KeyProvider.
- getKeysAndFiles(File, String) - Method in class com.sun.identity.log.secure.VerifierList
-
Returns the list of keyfiles and associated logfiles
in a treemap structure.
- getKeySelector() - Method in class org.forgerock.openidconnect.Client
-
Returns the key selector for this client.
- getKeySize() - Method in class com.sun.identity.wss.sts.STSClientConfiguration
-
- getKeySpace() - Method in class org.openidentityplatform.openam.cassandra.DataLayerConfiguration
-
- getKeyStore() - Method in class com.sun.identity.saml.xmlsig.JKSKeyProvider
-
Get the keystore
- getKeyStore() - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
-
Returns the keystore instance.
- getKeyStore() - Method in class com.sun.identity.security.keystore.AMX509TrustManager
-
- getKeyStore() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the provider JKS KeyStore
- getKeyStore() - Method in class org.forgerock.openam.utils.AMKeyProvider
-
Get the keystore.
- getKeyStoreConfig(String) - Method in class org.forgerock.openam.setup.BootstrapConfig
-
- getKeystoreConfig() - Method in class org.forgerock.openam.sts.soap.config.user.SoapSTSInstanceConfig
-
- getKeyStoreEncryptedPasswd() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the keystore encrypted password.
- getKeyStoreFile() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the keystore file.
- getKeyStoreFile() - Method in class org.forgerock.openam.keystore.KeyStoreConfig
-
Get the path to the keystore.
- getKeystoreFileName() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
-
Gets the keystore filename.
- getKeystoreFileName() - Method in class org.forgerock.openam.sts.soap.config.user.SoapSTSKeystoreConfig
-
- getKeystoreFilePath() - Method in class org.forgerock.openam.utils.AMKeyProvider
-
Gets the Keystore File path.
- getKeystoreLocation() - Method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig
-
- getKeyStoreMgr() - Static method in class com.sun.identity.protocol.SSLSocketFactoryManager
-
- getKeystorePass() - Method in class org.forgerock.openam.utils.AMKeyProvider
-
Gets the Keystore password.
- getKeyStorePassword() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the keystore password.
- getKeyStorePassword() - Method in class org.forgerock.openam.keystore.KeyStoreConfig
-
Get the keystore password.
- getKeystorePassword() - Method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig
-
- getKeystorePassword() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
-
Gets the keystore password.
- getKeystorePassword() - Method in class org.forgerock.openam.sts.soap.config.user.SoapSTSKeystoreConfig
-
- getKeyStorePasswordFile() - Method in class org.forgerock.openam.keystore.KeyStoreConfig
-
Get the path to the file used to unlock the keystore.
- getKeystorePasswordFilePath() - Method in class org.forgerock.openam.utils.AMKeyProvider
-
Get the storepass path.
- getKeystores() - Method in class org.forgerock.openam.setup.BootstrapConfig
-
- getKeyStoreType() - Method in class org.forgerock.openam.keystore.KeyStoreConfig
-
Get the keystore type.
- getKeystoreType() - Method in class org.forgerock.openam.utils.AMKeyProvider
-
Gets the Keystore type.
- getKeyTabFile() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
This method is used by the web services provider to get the key tab file.
- getKeytabFile() - Method in class com.sun.identity.wss.security.KerberosTokenSpec
-
- getKeyTabFile() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
This method is used by the web services provider to get the key tab file.
- getKeyTabFile() - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
This method is used by the web services provider to get the key tab file.
- getKeyType() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the key type for this provider.
- getKeyType() - Method in class com.sun.identity.wss.provider.STSConfig
-
Returns the keytype.
- getKeyType() - Method in class com.sun.identity.wss.security.handler.SecurityContext
-
Returns the key type.
- getKeyType() - Method in class com.sun.identity.wss.sts.config.FAMTrustSPMetadata
-
- getKeyType() - Method in class com.sun.identity.wss.sts.STSClientConfiguration
-
- getKeyType() - Method in class com.sun.identity.wss.trust.RequestSecurityToken
-
Returns the keytype
- getKeyType() - Method in class org.forgerock.openam.sts.soap.TokenSpecification
-
- getKeyWrapAlgorithm() - Method in class com.sun.identity.wss.sts.STSClientConfiguration
-
- getKnownElements() - Method in class org.forgerock.openam.sts.soap.policy.am.OpenAMSessionTokenClientAssertionBuilder
-
- getKnownElements() - Method in class org.forgerock.openam.sts.soap.policy.am.OpenAMSessionTokenServerAssertionBuilder
-
- getL10NAttributeName(ServiceSchemaManager, String) - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns localized string of an attribute in a service
- getL10NAttributeName(String, String) - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns localized string of an attribute in a service.
- getL10NMessage(Locale) - Method in exception com.iplanet.am.sdk.AMException
-
Deprecated.
Returns localized error message.
- getL10NMessage() - Method in exception com.iplanet.dpro.session.SessionException
-
Gets the Localized message string.
- getL10NMessage(Locale) - Method in exception com.iplanet.services.cdm.clientschema.AMClientCapException
-
Returns the localized message for a given locale
- getL10NMessage() - Method in exception com.iplanet.sso.SSOException
-
Returns the localized message for this exception.
- getL10NMessage(Locale) - Method in exception com.sun.identity.authentication.spi.AuthLoginException
-
Returns the localized message of the given locale.
- getL10NMessage(Locale) - Method in exception com.sun.identity.cli.CLIException
-
Returns localized message.
- getL10NMessage(Locale) - Method in exception com.sun.identity.common.ChainedException
-
Returns localized error message.
- getL10NMessage(Locale) - Method in exception com.sun.identity.common.configuration.ConfigurationException
-
- getL10NMessage(Locale) - Method in exception com.sun.identity.common.configuration.UnknownPropertyNameException
-
- getL10NMessage(Locale) - Method in interface com.sun.identity.common.L10NMessage
-
Deprecated.
Use this method to get localized error message directly.
- getL10NMessage(Locale) - Method in exception com.sun.identity.common.L10NMessageImpl
-
Deprecated.
Returns localized error message.
- getL10NMessage(Locale) - Method in exception com.sun.identity.idm.IdRepoException
-
Returns a localized error message
- getL10NMessage(Locale) - Method in exception com.sun.identity.setup.ConfiguratorException
-
- getL10NMessage(Locale) - Method in interface com.sun.identity.shared.locale.L10NMessage
-
Use this method to get localized error message directly.
- getL10NMessage(Locale) - Method in exception com.sun.identity.shared.locale.L10NMessageImpl
-
Returns localized error message.
- getL10NMessage(Locale) - Method in exception com.sun.identity.sm.InvalidAttributeValueException
-
Returns a localized error message
- getL10NMessage(Locale) - Method in exception com.sun.identity.sm.SMSException
-
Returns a localized error message
- getL10NMessage(Locale) - Method in exception com.sun.identity.workflow.WorkflowException
-
- getL10NMessage(Locale) - Method in exception org.forgerock.openam.ldap.LDAPUtilException
-
Returns the localized message for specified locale of this exception.
- getL10NMessage(Locale) - Method in exception org.forgerock.openam.rest.query.QueryException
-
- getLabeledUri() - Method in class com.sun.identity.sm.ServiceConfig
-
- getLang() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.LocalizedNameTypeImpl
-
- getLang() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.LocalizedURITypeImpl
-
- getLang() - Method in interface com.sun.identity.saml2.jaxb.metadata.LocalizedNameType
-
Gets the value of the lang property.
- getLang() - Method in interface com.sun.identity.saml2.jaxb.metadata.LocalizedURIType
-
Gets the value of the lang property.
- getLanguage() - Method in class org.forgerock.openam.scripting.ScriptObject
-
The language that the script is written in.
- getLanguage() - Method in class org.forgerock.openam.scripting.service.ScriptConfiguration
-
Get the language in which the script is written.
- getLanguageFromString(String) - Static method in class org.forgerock.openam.scripting.ScriptConstants
-
Retrieve the SupportedScriptingLanguage instance for the given language.
- getLanguageName() - Method in class org.forgerock.openam.scripting.factories.RhinoScriptEngineFactory
- getLanguageVersion() - Method in class org.forgerock.openam.scripting.factories.RhinoScriptEngineFactory
- getLastAccessedTime() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteSession
-
Returns the last accessed time of the session, either from local object
pre serialization or the stored value post serialization.
- getLastFailTime() - Method in class com.sun.identity.common.AccountLockoutInfo
-
Returns the last fail time stored in this object.
- getLastHistoryResponseTime() - Method in class com.sun.identity.entitlement.util.NetworkMonitor
-
- getLastHistoryThroughput() - Method in class com.sun.identity.entitlement.util.NetworkMonitor
-
- getLastLogin() - Method in class org.forgerock.openam.core.rest.devices.oath.OathDeviceSettings
-
Get the last login time, in seconds, when this device was used.
- getLastLogIndex(File) - Static method in class com.sun.identity.install.tools.util.LogHelper
-
- getLastMAC() - Method in class com.sun.identity.log.secure.SecureLogHelper
-
Returns the last generated MAC for the logger
- getLastModifiedBy() - Method in class com.sun.identity.entitlement.Application
-
Returns the user ID who last modified the policy.
- getLastModifiedBy() - Method in class com.sun.identity.entitlement.ApplicationPrivilege
-
Returns the user ID who last modified the policy.
- getLastModifiedBy() - Method in class com.sun.identity.entitlement.Privilege
-
Returns the user ID who last modified the policy.
- getLastModifiedBy() - Method in class com.sun.identity.entitlement.ReferralPrivilege
-
Deprecated.
Returns the user ID who last modified the policy.
- getLastModifiedBy() - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Returns the user ID who last modified the policy.
- getLastModifiedBy() - Method in class org.forgerock.openam.entitlement.ResourceType
-
Get the ID of the user that last modified the resource type.
- getLastModifiedBy() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonPolicy
-
Gets the DN of the user that last modified this policy.
- getLastModifiedBy() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- getLastModifiedBy() - Method in class org.forgerock.openam.entitlement.rest.wrappers.JsonResourceType
-
- getLastModifiedBy() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ReferralWrapper
-
- getLastModifiedBy() - Method in class org.forgerock.openam.scripting.service.ScriptConfiguration
-
Get the ID of the user that last modified the script.
- getLastModifiedDate() - Method in class com.sun.identity.entitlement.Application
-
Returns last modified date.
- getLastModifiedDate() - Method in class com.sun.identity.entitlement.ApplicationPrivilege
-
Returns last modified date.
- getLastModifiedDate() - Method in interface com.sun.identity.entitlement.IPrivilege
-
Returns the date (as milliseconds since the Java epoch) since this privilege was last modified.
- getLastModifiedDate() - Method in class com.sun.identity.entitlement.Privilege
-
Returns last modified date.
- getLastModifiedDate() - Method in class com.sun.identity.entitlement.ReferralPrivilege
-
Deprecated.
Returns last modified date.
- getLastModifiedDate() - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Returns last modified date.
- getLastModifiedDate() - Method in class org.forgerock.openam.entitlement.ResourceType
-
Get the date this resource type was last modified.
- getLastModifiedDate() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonPolicy
-
Gets the last modified timestamp of the policy.
- getLastModifiedDate() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- getLastModifiedDate() - Method in class org.forgerock.openam.entitlement.rest.wrappers.JsonResourceType
-
- getLastModifiedDate() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ReferralWrapper
-
- getLastModifiedDate() - Method in class org.forgerock.openam.scripting.service.ScriptConfiguration
-
Get the date this script was last modified.
- getLastModifiedTime() - Method in class com.sun.identity.sm.ServiceConfig
-
Returns the last modified time stamp of this configuration This method is
expensive because it does not cache the modified time stamp but goes
directly to the data store to obtain the value of this entry
- getLastModifiedTime() - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Returns the last modified time stamp of this service schema.
- getLastOccurence(String, String, boolean, boolean, boolean) - Static method in class com.sun.identity.install.tools.util.FileUtils
-
Method getLastOccurence
- getLastPollTime() - Method in class org.forgerock.oauth2.core.DeviceCode
-
Gets the time that this device code was last polled by the device.
- getLastSignatureBytes() - Method in class com.sun.identity.log.secure.SecureLogHelper
-
Returns the bytes from the last generated signature for the logger
- getLatestAccessTime() - Method in class org.forgerock.openam.dpro.session.PartialSession
-
The timestamp of when the session was last used.
- getLatestRefreshTime() - Method in class com.iplanet.dpro.session.Session
-
Gets the time at which the Session was last refreshed from the master copy (in seconds).
- getLatestVersion() - Method in class com.sun.identity.entitlement.xacml3.core.IdReference
-
Gets the value of the latestVersion property.
- getLatGroup() - Method in class org.forgerock.openam.radius.common.packet.LoginLATGroupAttribute
-
Return the LAT group codes which this user is authorized to use.
- getLatNode() - Method in class org.forgerock.openam.radius.common.packet.LoginLATNodeAttribute
-
Returns the identity of the LAT Node to connect the user to.
- getLatPort() - Method in class org.forgerock.openam.radius.common.packet.LoginLATPortAttribute
-
Returns the Port with which the user is to be connected by LAT.
- getLatService() - Method in class org.forgerock.openam.radius.common.packet.LoginLATServiceAttribute
-
Returns the system with which the user is to be connected by LAT.
- getLBCookie(String) - Method in class org.forgerock.openam.session.SessionCookies
-
Returns load balancer cookie value for the Session.
- getLBCookie(SessionID) - Method in class org.forgerock.openam.session.SessionCookies
-
Returns load balancer cookie value for the Session.
- getlbCookieName() - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- getlbCookieName() - Static method in class com.sun.identity.federation.common.FSUtils
-
- getLBCookieName() - Method in class org.forgerock.openam.session.SessionCookies
-
Returns loadbalancer cookie name.
- getLBCookieValue() - Method in class com.iplanet.dpro.session.service.SessionServerConfig
-
Returns the lbCookieValue corresponding to the server ID.
- getLBCookieValue(String) - Static method in class com.iplanet.services.naming.WebtopNaming
-
Returns the lbCookieValue corresponding to the server ID.
- getlbCookieValue() - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- getlbCookieValue() - Static method in class com.sun.identity.federation.common.FSUtils
-
- getLBCookieValues(SSOToken) - Static method in class com.sun.identity.common.configuration.ServerConfiguration
-
Returns a map of server name to its load balancer cookie value.
- getLbCookieValuesTable() - Method in class com.iplanet.services.naming.NamingTableConfigurationFactory.NamingTableConfiguration
-
- getLcPlatformServers() - Method in class com.iplanet.services.naming.NamingTableConfigurationFactory.NamingTableConfiguration
-
- getLdapAttribute() - Method in class com.sun.identity.entitlement.util.SearchAttribute
-
Get the LDAP attribute name.
- getLdapConfigurationType() - Method in class org.forgerock.openam.cts.impl.CTSConnectionModule
-
- getLdapConfigurationType() - Method in class org.forgerock.openam.sm.datalayer.impl.ldap.LdapDataLayerConnectionModule
-
- getLdapConfigurationType() - Method in class org.forgerock.openam.sm.datalayer.impl.ResourceSetConnectionModule
-
- getLdapConfigurationType() - Method in class org.forgerock.openam.sm.datalayer.impl.UmaAuditConnectionModule
-
- getLdapConfigurationType() - Method in class org.forgerock.openam.sm.datalayer.impl.UmaPendingRequestConnectionModule
-
- getLdapConfigurationType() - Method in class org.forgerock.openam.sm.SMSConnectionModule
-
- getLdapConfigurationType() - Method in class org.openidentityplatform.openam.cassandra.CTSConnectionModule
-
- getLdapConfigurationType() - Method in class org.openidentityplatform.openam.cassandra.DataLayerConnectionModule
-
- getLDAPErrorCode() - Method in exception com.iplanet.am.sdk.AMException
-
Deprecated.
Method to obtain the LDAP error code.
- getLDAPErrorCode() - Method in exception com.iplanet.am.sdk.remote.AMRemoteException
-
- getLDAPErrorCode() - Method in exception com.sun.identity.entity.EntityException
-
Method to obtain the LDAP error code.
- getLDAPErrorCode() - Method in exception com.sun.identity.idm.IdRepoException
-
- getLdapErrorIntCode() - Method in exception com.sun.identity.idm.IdRepoException
-
Returns an int representation of ldapErrCode.
- getLDAPException() - Method in exception com.iplanet.am.sdk.AMException
-
Deprecated.
Returns the root LDAPException of this
AMException, if any.
- getLdapFilter() - Method in class org.forgerock.openam.entitlement.conditions.environment.LDAPFilterCondition
-
- getLdapHeartbeat() - Method in class com.iplanet.services.ldap.ServerGroup
-
- getLdapHeartbeat() - Method in interface org.forgerock.openam.sm.ConnectionConfig
-
The timeout in seconds to use for the heartbeat detection in the connection.
- getLdapHeartbeat() - Method in class org.forgerock.openam.sm.datalayer.impl.ldap.ExternalLdapConfig
-
- getLdapHeartbeat() - Method in class org.forgerock.openam.sm.ServerGroupConfiguration
-
- getLdapHeatbeat() - Method in class com.iplanet.services.ldap.ServerInstance
-
- getLdapHost() - Method in class org.forgerock.openam.setup.ConfigStoreProperties
-
- getLdapPort() - Method in class org.forgerock.openam.setup.ConfigStoreProperties
-
- getLdapProtocol() - Method in class org.forgerock.openam.setup.ConfigStoreProperties
-
- getLDAPURLs() - Method in interface org.forgerock.openam.sm.ConnectionConfig
-
The LDAPURLs that are to be used for the connection.
- getLDAPURLs() - Method in class org.forgerock.openam.sm.datalayer.impl.ldap.ExternalLdapConfig
-
The hosts to connect to.
- getLDAPURLs() - Method in class org.forgerock.openam.sm.ServerGroupConfiguration
-
Creates a list of
LDAPURL instances based on the server instances available in the servergroup.
- getLDIFPaths() - Method in class org.forgerock.openam.upgrade.DirectoryContentUpgrader
-
Returns the list of LDIF files that needs to be processed as part of the upgrade.
- getLECPContentType() - Static method in class com.sun.liberty.LibertyManager
-
Returns Liberty-enabled client and proxy profile HTTP content type.
- getLECPHeaderName() - Static method in class com.sun.liberty.LibertyManager
-
Returns Liberty-enabled client and proxy profile HTTP header name.
- getLECPProfileHandler(HttpServletRequest, HttpServletResponse, FSAuthnRequest, String) - Method in class com.sun.identity.federation.services.FSServiceManager
-
Returns handler at IDP that handles LECP
profile.
- getLeftBrace() - Method in class com.sun.identity.tools.objects.MapFormat
-
Returns string used as left brace
- getLength() - Method in class com.sun.identity.authentication.util.DerValue
-
TODO-JAVADOC
- getLetterCode() - Method in enum org.forgerock.openam.utils.qr.ErrorCorrectionLevel
-
- getLevel() - Method in class com.sun.identity.federation.services.FSIDPAuthenticationContextInfo
-
Returns level.
- getLevel() - Method in enum com.sun.identity.shared.debug.DebugLevel
-
Get level that can be used for level comparison
- getLevelForModule(String, String, String) - Method in class com.sun.identity.authentication.config.AMAuthLevelManager
-
- getLibertySecurityMechanismURIs() - Static method in class com.sun.identity.wss.security.SecurityMechanism
-
Returns the list of liberty security mechanism URIs.
- getLibPath() - Static method in class com.sun.identity.install.tools.util.ConfigUtil
-
- getLicenseLocator() - Static method in class com.sun.identity.setup.AMSetupServlet
-
- getLicenseName() - Method in exception org.forgerock.openam.license.MissingLicenseException
-
Returns the name of the license that was rejected by the user.
- getLicenses() - Method in class org.forgerock.openam.license.LicenseSet
-
Returns the list of licenses to be accepted.
- getLicenseText() - Method in class org.forgerock.openam.license.License
-
Returns the full text of the license.
- getLineByNumber(String, int) - Static method in class com.sun.identity.install.tools.util.FileUtils
-
Method getLineByNumber
- getLineNumber() - Method in class org.forgerock.openam.scripting.ScriptError
-
Get the line number on which the error occurred.
- getLineWithPattern(String, String, boolean, boolean, boolean, int) - Static method in class com.sun.identity.install.tools.util.FileUtils
-
Method getLineWithPattern
- getList(ServletRequest) - Method in class com.sun.identity.idsvcs.rest.IdentityServicesHandler.SecurityParameter
-
- getList_2() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_RequestStruct
-
- getList_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- getList_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- getListenedObject() - Method in class com.sun.identity.authentication.config.AMSDKEventListener
-
Returns object to be listened.
- getListener(Class<? extends IDSEventListener>) - Method in class com.iplanet.services.ldap.event.EventService
-
Retrieve the listener of a specific listening class derivative type.
- getListener(Subject, String) - Method in class com.sun.identity.entitlement.ListenerManager
-
Returns registered listener of the notification URL.
- getListener(HttpHeaders, HttpServletRequest, String) - Method in class com.sun.identity.rest.ListenerResource
-
- getListeners() - Method in class com.iplanet.services.ldap.event.LDAPv3PersistentSearch
-
- getListeners(Subject) - Method in interface com.sun.identity.entitlement.interfaces.IEntitlementListenerRegistry
-
Returns a set of registered entitlement listener.
- getListeners(Subject) - Method in class com.sun.identity.entitlement.ListenerManager
-
Returns a set of registered listeners.
- getListeners(Subject) - Method in class com.sun.identity.entitlement.opensso.OpenSSOEntitlementListener
-
- getListOfAssertions(List) - Static method in class com.sun.identity.saml.common.SAMLUtils
-
Gets the list of Assertion objects from a list of
'String' assertions.
- getListOfCOTs(String, String) - Static method in class com.sun.liberty.LibertyManager
-
- getListOfCOTs(String, String, String) - Static method in class com.sun.liberty.LibertyManager
-
Returns the List of COTs for the given Provider under a realm.
- getListOrder() - Method in class com.sun.identity.sm.AttributeSchema
-
Returns the list order of the attribute.
- getListOrder() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Returns the list order of the attribute, or null if the list order is not defined.
- getLoadErrorMessage() - Method in class com.sun.identity.install.tools.configurator.InstFinderStore
-
- getLoadErrorMessage() - Method in class com.sun.identity.install.tools.configurator.MigrateFromInstFinderStore
-
- getLoadErrorMessage() - Method in class com.sun.identity.install.tools.configurator.OrderedPropertyStore
-
- getLoc() - Method in interface com.sun.identity.saml2.protocol.IDPEntry
-
Return the value of Loc attribute.
- getLoc() - Method in class com.sun.identity.saml2.protocol.impl.IDPEntryImpl
-
Return the value of Loc attribute.
- getLocalAddr() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
Returns the Internet Protocol (IP) address of the interface on which the request was received.
- getLocalDiscoveryConfig() - Static method in class com.sun.identity.wss.provider.ProviderUtils
-
- getLocale(String) - Static method in class com.iplanet.services.util.I18n
-
Method to obtain Locale object given its string representation
- getLocale() - Method in class com.sun.identity.authentication.AuthContext
-
Returns locale preference set in AuthConext
- getLocale() - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Returns the locale.
- getLocale(AuthContextLocal) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- getLocale() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns locale.
- getLocale() - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Returns the locale for this authentication session.
- getLocale() - Method in class com.sun.identity.cli.CommandManager
-
Returns locale object.
- getLocale() - Method in class com.sun.identity.common.ISLocaleContext
-
Returns Locale value that has got highest prioirty
- getLocale() - Method in class com.sun.identity.common.LocaleContext
-
- getLocale(HttpServletRequest) - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
Retrieves locale of a http request.
- getLocale() - Method in class com.sun.identity.setup.HttpServletRequestWrapper
-
Returns the locale of the request.
- getLocale() - Method in interface com.sun.identity.setup.IHttpServletRequest
-
Returns the locale of the request.
- getLocale(String) - Static method in class com.sun.identity.shared.locale.Locale
-
Gets the locale object for the specified localized string format.
- getLocale() - Method in class org.forgerock.oauth2.core.OAuth2Request
-
Get the request locale.
- getLocale() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
The default behavior of this method is to return getLocale()
on the wrapped request object.
- getLocale() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletResponse
-
The default behavior of this method is to return getLocale()
on the wrapped response object.
- getLocale(Context) - Method in class org.forgerock.openam.core.rest.sms.SmsResourceProvider
-
- getLocale(Request) - Method in class org.forgerock.openam.oauth2.OAuth2Utils
-
- getLocale() - Method in class org.forgerock.openam.rest.resource.LocaleContext
-
The
Locale corresponding to the incoming request.
- getLocale() - Method in class org.forgerock.openam.upgrade.UpgradeHttpServletRequest
-
- getLocaleDirPath() - Static method in class com.sun.identity.install.tools.util.ConfigUtil
-
- getLocaleFromContext(Context) - Static method in class org.forgerock.openam.forgerockrest.utils.ServerContextUtils
-
Get the Context as an HttpContext, read the accept-language from the
header and create a Locale object from that.
- getLocaleLevel() - Method in class com.sun.identity.common.ISLocaleContext
-
get current priority level of locale
- getLocaleMapAttrThrows(Map<String, Set<String>>, String) - Static method in class com.sun.identity.shared.datastruct.CollectionHelper
-
The key we are given must refer to an entry in the Map which is a set of lines of the form:
en_GB|Here is some text in English
fr_FR|Voici un texte en français
All the text must fit onto one line.
- getLocaleObjFromAcceptLangHeader(String) - Static method in class com.sun.identity.shared.locale.Locale
-
Gets locale from accept-language header HTTP accept language header can
have more than one language in the header, we honor the first language as
locale
- getLocales() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
The default behavior of this method is to return getLocales()
on the wrapped request object.
- getLocaleStringFromAcceptLangHeader(String) - Static method in class com.sun.identity.shared.locale.Locale
-
Returns locale from accept-language header HTTP accept language header
can have more than one language in the header, we honor the first
language as locale
- getLocalizedMessage() - Method in exception com.sun.identity.coretoken.CoreTokenException
-
Returns localized exception message.
- getLocalizedMessage(Locale) - Method in exception com.sun.identity.coretoken.CoreTokenException
-
Returns localized exception message.
- getLocalizedMessage() - Method in exception com.sun.identity.entitlement.EntitlementException
-
Returns localized exception message.
- getLocalizedMessage(Locale) - Method in exception com.sun.identity.entitlement.EntitlementException
-
Returns localized exception message using the errorCode as key.
- getLocalizedMessage(Locale) - Method in class com.sun.identity.entitlement.ValidateResourceResult
-
Returns localized message.
- getLocalizedMessage(Locale, int) - Method in class com.sun.identity.rest.ResourceBase
-
Returns localized exception message.
- getLocalizedMessage() - Method in exception com.sun.identity.rest.RestException
-
Returns localized exception message.
- getLocalizedMessage(Locale) - Method in exception com.sun.identity.rest.RestException
-
Returns localized exception message.
- getLocalizedMessage(Request, Exception) - Method in class org.forgerock.openam.core.rest.authn.http.AuthenticationServiceV1
-
Get the localized message for the requested language if the given exception or its cause
is an instance of L10NMessage.
- getLocalizedMessage() - Method in exception org.forgerock.openam.rest.query.QueryException
-
- getLocalizedStrForAttr(String) - Method in interface com.sun.identity.password.ui.model.PWResetUserValidationModel
-
Returns the localized string for attribute name in the user
service.
- getLocalizedStrForAttr(String) - Method in class com.sun.identity.password.ui.model.PWResetUserValidationModelImpl
-
Returns the localized string for attribute name in the user
service.
- getLocalizedStrForQuestion(String) - Method in interface com.sun.identity.password.ui.model.PWResetQuestionModel
-
Gets the localized string for the question
- getLocalizedStrForQuestion(String) - Method in class com.sun.identity.password.ui.model.PWResetQuestionModelImpl
-
Gets the localized string for the question
- getLocalizedString(String) - Method in class com.sun.identity.config.util.AjaxPage
-
- getLocalizedString(String) - Method in interface com.sun.identity.password.ui.model.PWResetModel
-
Returns localized string.
- getLocalizedString(String) - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns localized string.
- getLocalName() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
Returns the host name of the Internet Protocol (IP) interface on which the request was received.
- getLocalNameIdentifier() - Method in class com.sun.identity.federation.accountmgmt.FSAccountFedInfo
-
Deprecated.
Returns local NameIdentifier sent to other side(SP/IDP).
- getLocalPort() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
Returns the Internet Protocol (IP) port number of the interface on which the request was received.
- getLocalPropertyNames(String) - Static method in class com.sun.identity.common.configuration.AgentConfiguration
-
Returns a set of local property name if an agent type.
- getLocalServer() - Static method in class com.iplanet.services.naming.WebtopNaming
-
Returns local server name from naming table.
- getLocalServerId() - Method in class com.iplanet.dpro.session.service.cluster.ClusterStateService
-
Get our Local Server Id
- getLocalServerID() - Method in class com.iplanet.dpro.session.service.SessionServerConfig
-
Gets ID for this OpenAM server from cache.
- getLocalServerID(boolean) - Method in class com.iplanet.dpro.session.service.SessionServerConfig
-
Gets ID for this OpenAM server from cache or refreshed depends on the parameter
- getLocalServerID() - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns the server id of the local server
- getLocalServerSessionServiceURL() - Method in class com.iplanet.dpro.session.service.SessionServerConfig
-
Gets the full URL for this OpenAM server's session service servlet.
- getLocalServerURL() - Method in class com.iplanet.dpro.session.service.SessionServerConfig
-
Gets the full URL for this OpenAM server.
- getLocalSessionToken(String) - Method in class com.sun.identity.federation.services.FSSessionManager
-
Returns local token associated with the request ID.
- getLocalSTSConfig() - Static method in class com.sun.identity.wss.provider.ProviderUtils
-
- getLocation() - Method in class com.sun.identity.federation.message.common.IDPEntry
-
Deprecated.
Returns the location URI of the Identity Provider.
- getLocation() - Method in class com.sun.identity.saml.assertion.AuthorityBinding
-
Gets the Location URI
- getLocation() - Method in interface com.sun.identity.saml2.jaxb.metadata.EndpointType
-
Gets the value of the location property.
- getLocation() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EndpointTypeImpl
-
- getLocation(String, String, String) - Static method in class com.sun.identity.saml2.profile.IDPProxyUtil
-
Gets the SLO response service location of the authenticating
identity provider
- getLocator() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- getLocator() - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext
-
Gets the current source location information.
- getLocator() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- getLocator() - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallingContext
-
Gets the current source location information.
- getLockoutAt() - Method in class com.sun.identity.common.AccountLockoutInfo
-
Returns the lockout time stored in this object.
- getLockoutMsg() - Method in class com.sun.identity.authentication.AuthContext
-
Returns the account lockout message.
- getLockoutMsg() - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Returns the account lockout message.
- getLockoutMsg() - Method in class com.sun.identity.authentication.service.AMLoginContext
-
Gets the account lockout message
- getLockoutMsg() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns the lockout message.
- getLogBy() - Method in class com.sun.identity.entitlement.log.ELogRecord
-
Returns log by subject.
- getLogBy() - Method in interface com.sun.identity.log.ILogRecord
-
Returns log by subject.
- getLogBy() - Method in class com.sun.identity.log.LogRecord
-
Returns log by subject.
- getLogFields() - Static method in class com.sun.identity.log.LogReader
-
Returns the names of the Log Fields that are selected for logging
in the Logging Service template, plus the mandatory "time" and
"Data" fields.
- getLogFilePathMessage(InstallLogger, String) - Method in class com.sun.identity.install.tools.configurator.Driver
-
- getLogFilesForKey(File, String, String, String) - Method in class com.sun.identity.log.secure.VerifierList
-
Returns the logfiles associated with the given keyfile with reference
to the next keyfile.
- getLogFor() - Method in class com.sun.identity.entitlement.log.ELogRecord
-
Returns log for subject.
- getLogFor() - Method in interface com.sun.identity.log.ILogRecord
-
Returns log for subject.
- getLogFor() - Method in class com.sun.identity.log.LogRecord
-
Returns log for subject.
- getLogger(String) - Method in interface com.sun.identity.entitlement.log.ILoggerProvider
-
Returns logger object.
- getLogger(String) - Static method in class com.sun.identity.entitlement.log.LoggerFactory
-
Returns logger object.
- getLogger() - Method in class com.sun.identity.install.tools.configurator.InstallLogger
-
- getLogger(String) - Static method in class com.sun.identity.log.Logger
-
Find or create a logger for a named subsystem.
- getLogger(String, String) - Static method in class com.sun.identity.log.Logger
-
Find or create a logger for a named subsystem.
- getLogger(String) - Method in class com.sun.identity.log.LoggerProvider
-
Returns logger object.
- getLogger(String) - Static method in class com.sun.identity.plugin.log.LogManager
-
Returns an instance of the Logger object.
- getLogger(String) - Method in class org.forgerock.openam.slf4j.AMLoggerFactory
-
- getLoggerFactory() - Method in class org.slf4j.impl.StaticLoggerBinder
-
- getLoggerFactoryClassStr() - Method in class org.slf4j.impl.StaticLoggerBinder
-
- getLoggerFileName() - Method in class com.sun.identity.log.secure.SecureLogHelper
-
Returns the Logger File Name.
- getLoggerKeyName() - Static method in class com.sun.identity.log.handlers.SecureFileHandler
-
Return logger key name in associated key store
- getLoggerKeyName() - Static method in class com.sun.identity.log.secure.SecureLogHelper
-
Returns Name of Logger's Key name
- getLoggingBufferSize() - Method in class com.sun.identity.monitoring.SsoServerLoggingSvc
-
Getter for the "LoggingBufferSize" variable.
- getLoggingBufferSize() - Method in interface com.sun.identity.monitoring.SsoServerLoggingSvcMBean
-
Getter for the "LoggingBufferSize" variable.
- getLoggingBufferTime() - Method in class com.sun.identity.monitoring.SsoServerLoggingSvc
-
Getter for the "LoggingBufferTime" variable.
- getLoggingBufferTime() - Method in interface com.sun.identity.monitoring.SsoServerLoggingSvcMBean
-
Getter for the "LoggingBufferTime" variable.
- getLoggingHdlrConnFailed() - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrEntry
-
Getter for the "LoggingHdlrConnFailed" variable.
- getLoggingHdlrConnFailed() - Method in interface com.sun.identity.monitoring.SsoServerLoggingHdlrEntryMBean
-
Getter for the "LoggingHdlrConnFailed" variable.
- getLoggingHdlrConnMade() - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrEntry
-
Getter for the "LoggingHdlrConnMade" variable.
- getLoggingHdlrConnMade() - Method in interface com.sun.identity.monitoring.SsoServerLoggingHdlrEntryMBean
-
Getter for the "LoggingHdlrConnMade" variable.
- getLoggingHdlrConnRqts() - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrEntry
-
Getter for the "LoggingHdlrConnRqts" variable.
- getLoggingHdlrConnRqts() - Method in interface com.sun.identity.monitoring.SsoServerLoggingHdlrEntryMBean
-
Getter for the "LoggingHdlrConnRqts" variable.
- getLoggingHdlrDroppedCt() - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrEntry
-
Getter for the "LoggingHdlrDroppedCt" variable.
- getLoggingHdlrDroppedCt() - Method in interface com.sun.identity.monitoring.SsoServerLoggingHdlrEntryMBean
-
Getter for the "LoggingHdlrDroppedCt" variable.
- getLoggingHdlrFailureCt() - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrEntry
-
Getter for the "LoggingHdlrFailureCt" variable.
- getLoggingHdlrFailureCt() - Method in interface com.sun.identity.monitoring.SsoServerLoggingHdlrEntryMBean
-
Getter for the "LoggingHdlrFailureCt" variable.
- getLoggingHdlrIndex() - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrEntry
-
Getter for the "LoggingHdlrIndex" variable.
- getLoggingHdlrIndex() - Method in interface com.sun.identity.monitoring.SsoServerLoggingHdlrEntryMBean
-
Getter for the "LoggingHdlrIndex" variable.
- getLoggingHdlrName() - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrEntry
-
Getter for the "LoggingHdlrName" variable.
- getLoggingHdlrName() - Method in interface com.sun.identity.monitoring.SsoServerLoggingHdlrEntryMBean
-
Getter for the "LoggingHdlrName" variable.
- getLoggingHdlrRqtCt() - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrEntry
-
Getter for the "LoggingHdlrRqtCt" variable.
- getLoggingHdlrRqtCt() - Method in interface com.sun.identity.monitoring.SsoServerLoggingHdlrEntryMBean
-
Getter for the "LoggingHdlrRqtCt" variable.
- getLoggingHdlrSuccessCt() - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrEntry
-
Getter for the "LoggingHdlrSuccessCt" variable.
- getLoggingHdlrSuccessCt() - Method in interface com.sun.identity.monitoring.SsoServerLoggingHdlrEntryMBean
-
Getter for the "LoggingHdlrSuccessCt" variable.
- getLoggingLocation() - Method in class com.sun.identity.monitoring.SsoServerLoggingSvc
-
Getter for the "LoggingLocation" variable.
- getLoggingLocation() - Method in interface com.sun.identity.monitoring.SsoServerLoggingSvcMBean
-
Getter for the "LoggingLocation" variable.
- getLoggingLoggers() - Method in class com.sun.identity.monitoring.SsoServerLoggingSvc
-
Getter for the "LoggingLoggers" variable.
- getLoggingLoggers() - Method in interface com.sun.identity.monitoring.SsoServerLoggingSvcMBean
-
Getter for the "LoggingLoggers" variable.
- getLoggingMaxLogSize() - Method in class com.sun.identity.monitoring.SsoServerLoggingSvc
-
Getter for the "LoggingMaxLogSize" variable.
- getLoggingMaxLogSize() - Method in interface com.sun.identity.monitoring.SsoServerLoggingSvcMBean
-
Getter for the "LoggingMaxLogSize" variable.
- getLoggingNumHistFiles() - Method in class com.sun.identity.monitoring.SsoServerLoggingSvc
-
Getter for the "LoggingNumHistFiles" variable.
- getLoggingNumHistFiles() - Method in interface com.sun.identity.monitoring.SsoServerLoggingSvcMBean
-
Getter for the "LoggingNumHistFiles" variable.
- getLoggingRecsRejected() - Method in class com.sun.identity.monitoring.SsoServerLoggingSvc
-
Getter for the "LoggingRecsRejected" variable.
- getLoggingRecsRejected() - Method in interface com.sun.identity.monitoring.SsoServerLoggingSvcMBean
-
Getter for the "LoggingRecsRejected" variable.
- getLoggingSecure() - Method in class com.sun.identity.monitoring.SsoServerLoggingSvc
-
Getter for the "LoggingSecure" variable.
- getLoggingSecure() - Method in interface com.sun.identity.monitoring.SsoServerLoggingSvcMBean
-
Getter for the "LoggingSecure" variable.
- getLoggingSSOToken() - Static method in class com.sun.identity.log.LogManagerUtil
-
get a privileged SSOToken from the TokenManager
- getLoggingStatusIsActive() - Method in class com.sun.identity.log.LogManager
-
- getLoggingSvcGroup() - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
- getLoggingSvcMBean() - Static method in class com.sun.identity.monitoring.Agent
-
Return the pointer to the logging service mbean
- getLoggingTimeBuffering() - Method in class com.sun.identity.monitoring.SsoServerLoggingSvc
-
Getter for the "LoggingTimeBuffering" variable.
- getLoggingTimeBuffering() - Method in interface com.sun.identity.monitoring.SsoServerLoggingSvcMBean
-
Getter for the "LoggingTimeBuffering" variable.
- getLoggingType() - Method in class com.sun.identity.monitoring.SsoServerLoggingSvc
-
Getter for the "LoggingType" variable.
- getLoggingType() - Method in interface com.sun.identity.monitoring.SsoServerLoggingSvcMBean
-
Getter for the "LoggingType" variable.
- getLoginConfiguration() - Method in class org.forgerock.openam.core.rest.authn.core.LoginProcess
-
Returns the LoginConfiguration object used to configure the login process.
- getLoginContext() - Method in class com.sun.identity.authentication.service.AMLoginContext
-
Returns current login context
- getLoginException() - Method in class com.sun.identity.authentication.AuthContext
-
Returns login exception, if any, during the authentication process.
- getLoginException() - Method in class com.sun.identity.authentication.internal.AuthContext
-
Returns login exception, if any, during the
authentication process.
- getLoginException() - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Returns login exception, if any, during
the authentication process.
- getLoginFailedURL(AuthContextLocal) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- getLoginFailureLockoutCount() - Method in class com.sun.identity.authentication.service.LoginState
-
Default count for loginFailureLockout.
- getLoginFailureLockoutDuration() - Method in class com.sun.identity.authentication.service.LoginState
-
Return LoginLockout duration
- getLoginFailureLockoutMode() - Method in class com.sun.identity.authentication.service.LoginState
-
- getLoginFailureLockoutMultiplier() - Method in class com.sun.identity.authentication.service.LoginState
-
Return multiplier for Memory Lockout
- getLoginFailureLockoutStoreInDS() - Method in class com.sun.identity.authentication.service.LoginState
-
- getLoginFailureLockoutTime() - Method in class com.sun.identity.authentication.service.LoginState
-
Default max time for loginFailureLockout.
- getLogInfoMap() - Method in class com.sun.identity.entitlement.log.ELogRecord
-
Returns log information map.
- getLogInfoMap() - Method in interface com.sun.identity.log.ILogRecord
-
Returns log information map.
- getLogInfoMap() - Method in class com.sun.identity.log.LogRecord
-
Returns the log information map which contains the set of fields and
their corresponding values.
- getLoginHint() - Method in class org.forgerock.oauth2.core.DeviceCode
-
Gets the login hint parameter.
- getLoginLocale() - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Returns the Login Locale for this session
- getLoginLockoutAttrName() - Method in class com.sun.identity.authentication.service.LoginState
-
Return attribute name for LoginLockout
- getLoginLockoutAttrValue() - Method in class com.sun.identity.authentication.service.LoginState
-
Return attribute value for LoginLockout
- getLoginLockoutNotification() - Method in class com.sun.identity.authentication.service.LoginState
-
Default notification for loginFailureLockout.
- getLoginLockoutUserWarning() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns lockout warning message.
- getLoginModuleName() - Method in class com.sun.identity.authentication.config.AuthConfigurationEntry
-
Returns login module name
- getLoginModules() - Method in class com.sun.identity.authentication.internal.LoginContext
-
- getLoginProcess(LoginConfiguration) - Method in class org.forgerock.openam.core.rest.authn.core.LoginAuthenticator
-
Gets the Login Process object using the given Login Configuration.
- getLoginRedirectURL(HttpServletRequest) - Static method in class com.sun.identity.saml.common.SAMLUtils
-
Returns the authenticaion login url with goto parameter
in the given HttpServletRequest object.
- getLoginStage() - Method in class org.forgerock.openam.core.rest.authn.core.CompletedLoginProcess
-
Returns the LoginStage representing whether the login process still requires callbacks to be submitted
or has finished with a status define in AuthContext.Status.
- getLoginStage() - Method in class org.forgerock.openam.core.rest.authn.core.LoginProcess
-
Returns the LoginStage representing whether the login process still requires callbacks to be submitted
or has finished with a status define in AuthContext.Status.
- getLoginState() - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Returns the login state
- getLoginState() - Method in class com.sun.identity.authentication.service.AMLoginContext
-
Returns login state for the authentication context.
- getLoginState(AuthContextLocal) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- getLoginState() - Method in class com.sun.identity.authentication.service.LoginStateCallback
-
Returns Login State.
- getLoginState(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Returns the authentication LoginState
- getLoginStatus() - Method in class com.sun.identity.authentication.internal.AuthContext
-
Returns the current state of the login process.
- getLoginStatus() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns the authentication login status.
- getLoginSuccessURL(AuthContextLocal) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- getLoginURL(AuthContextLocal) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- getLoginURL() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns the Login URL user input.
- getLoginURL() - Method in class com.sun.identity.federation.services.FSAuthContextResult
-
Returns login url.
- getLoginURL(HttpServletRequest) - Method in class com.sun.identity.wss.security.handler.HTTPRequestHandler
-
Returns Login URL for client to be redirected.
- getLoginURL(HttpServletRequest) - Method in interface com.sun.identity.wss.security.handler.HTTPRequestHandlerInterface
-
Returns Login URL for client to be redirected.
- getLoginURL(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
Returns the LoginURL from IFSConstants.
- getLogLevel() - Method in class com.sun.identity.log.messageid.LogMessageID
-
Returns log level.
- getLogManager() - Static method in class com.sun.identity.log.LogManagerUtil
-
Returns a local LogManager object if LOG_COMPATMODE
environment variable is set to "Off".
- getLogName() - Method in class com.sun.identity.cli.CLIDefinitionBase
-
Returns log name.
- getLogName() - Method in class com.sun.identity.cli.CommandManager
-
Returns log name.
- getLogName() - Method in interface com.sun.identity.cli.IDefinition
-
Returns log name.
- getLogName() - Method in class com.sun.identity.idsvcs.Log
-
- getLogNames() - Static method in class com.sun.identity.log.LogReader
-
Returns the names of the Log Files or Tables.
- getLogoutAll() - Method in class com.sun.identity.saml2.profile.IDPSession
-
Returns the logoutAll property.
- getLogoutAll() - Method in class com.sun.identity.saml2.profile.IDPSessionCopy
-
Returnss the logoutAll property
- getLogoutBhaviour() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getLogoutCookie(SessionID, String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Returns the Logout cookie.
- getLogoutCookie(AuthContextLocal, String) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
Returns the Logout cookie.
- getLogoutCookieString(SessionID) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Returns the encrpted Logout cookie string .
- getLogoutDonePageURL(HttpServletRequest, BaseConfigType, String) - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
Returns logout done page URL.
- getLogoutGETProviders(String, String, String, String, String) - Static method in class com.sun.identity.federation.services.logout.FSLogoutUtil
-
Returns the list of all providers who want to be
notified of logout using HTTP GET profile.
- getLogoutServiceUrl() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getLogoutStatus(int) - Static method in class com.sun.identity.multiprotocol.MultiProtocolUtils
-
Returns logout status in string form.
- getLogProvider() - Method in class com.sun.identity.entitlement.util.LogFactory
-
- getLogsDirPath() - Static method in class com.sun.identity.install.tools.util.ConfigUtil
-
- getLong(JSONObject, String) - Static method in class com.sun.identity.shared.JSONUtils
-
- getLongAttribute(ServiceConfig, String) - Static method in class org.forgerock.openam.utils.ServiceConfigUtils
-
- getLongMapAttr(Map<String, Set<String>>, String, long, Debug) - Static method in class com.sun.identity.shared.datastruct.CollectionHelper
-
Returns a long value from the given configuration map.
- getLongMapAttrThrows(Map<String, Set<String>>, String) - Static method in class com.sun.identity.shared.datastruct.CollectionHelper
-
Given the map attempts to return the named value as a long.
- getLongOptionName(String) - Method in class com.sun.identity.cli.SubCommand
-
Returns long argument/option name given its short name.
- getLongSetting(String, String) - Method in interface org.forgerock.openam.utils.OpenAMSettings
-
Gets the raw Set of the values of the specified attribute name in the given realm and gets the first
value and decodes it to a Long.
- getLongSetting(String, String) - Method in class org.forgerock.openam.utils.OpenAMSettingsImpl
-
Gets the raw Set of the values of the specified attribute name in the given realm and gets the first
value and decodes it to a Long.
- getLookupKey() - Method in class com.sun.identity.install.tools.configurator.InteractionInfo
-
- getLRURLKey() - Static method in class com.sun.liberty.LibertyManager
-
Returns the LRURLKey from IFSConstants.
- getMail(String, String) - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuth
-
- getMailAttribute(String) - Method in interface com.sun.identity.password.ui.model.PWResetModel
-
Returns the name of the mail attribute.
- getMailAttribute(String) - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns the name of the mail attribute.
- getMailAttribute() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getMajorVersion() - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Returns the major version number of an assertion.
- getMajorVersion() - Method in class com.sun.identity.saml.protocol.AbstractRequest
-
Returns the MajorVersion of the Request.
- getMajorVersion() - Method in class com.sun.identity.saml.protocol.AbstractResponse
-
Gets the MajorVersion of the Response.
- getManageableOrganizationNames(Set) - Method in class com.sun.identity.delegation.DelegationManager
-
Returns a set of realm names, based on the input parameter
organizationNames, in which the "user" has some
delegation permissions.
- getManageableOrganizationNames(SSOToken, Set) - Method in interface com.sun.identity.delegation.interfaces.DelegationInterface
-
Returns a set of realm names, based on the input parameter
organizationNames, in which the "user" has some
delegation permissions.
- getManageableOrganizationNames(SSOToken, Set) - Method in class com.sun.identity.delegation.plugins.DelegationPolicyImpl
-
Returns a set of realm names, based on the input parameter
organizationNames, in which the "user" has some
delegation permissions.
- getManagedResourceNames() - Method in class com.sun.identity.policy.PolicyManager
-
Deprecated.
- getManagedResourceNames() - Method in class com.sun.identity.policy.ResourceManager
-
Returns a set of all managed resource names for all the
service types
- getManagedResourceNames(String) - Method in class com.sun.identity.policy.ResourceManager
-
Returns a set of all managed resource names for the given
service type.
- getManageNameIDRequest() - Method in class com.sun.identity.saml2.profile.ManageNameIDRequestInfo
-
Returns the ManageNameIDRequest Object.
- getManageNameIDService() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SSODescriptorTypeImpl
-
- getManageNameIDService() - Method in interface com.sun.identity.saml2.jaxb.metadata.SSODescriptorType
-
Gets the value of the ManageNameIDService property.
- getMandatoryOptions() - Method in class com.sun.identity.cli.SubCommand
-
Returns list of mandatory argument/options.
- getMap() - Method in class com.sun.identity.tools.objects.MapFormat
-
Returns argument map
- getMap_3() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_RequestStruct
-
- getMap_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_RequestStruct
-
- getMap_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct
-
- getMap_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct
-
- getMap_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct
-
- getMap_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct
-
- getMap_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_RequestStruct
-
- getMap_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct
-
- getMap_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_RequestStruct
-
- getMap_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_RequestStruct
-
- getMap_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct
-
- getMap_5() - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_RequestStruct
-
- getMap_5() - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_RequestStruct
-
- getMap_6() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct
-
- getMap_6() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct
-
- getMap_9() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- getMapApplNameToResources() - Method in class com.sun.identity.entitlement.ReferralPrivilege
-
Deprecated.
Returns mapping of application name to resources.
- getMapAppToRes() - Method in class com.sun.identity.entitlement.EntitlementListener
-
Returns map of application name to resource names.
- getMapAttr(Map, String) - Static method in class com.iplanet.am.util.Misc
-
- getMapAttr(Map, String, String) - Static method in class com.iplanet.am.util.Misc
-
- getMapAttr(Map<?, ?>, String) - Static method in class com.sun.identity.shared.datastruct.CollectionHelper
-
Returns String from a map of string to set of string.
- getMapAttr(Map, String, String) - Static method in class com.sun.identity.shared.datastruct.CollectionHelper
-
Returns String from a map of string of set of string.
- getMapAttrAsDateLong(Map<String, Set<String>>, String, Logger) - Static method in class com.sun.identity.shared.datastruct.CollectionHelper
-
Returns the first attribute value for the corresponding name in the config map and parses it to a long.
- getMapAttrThrows(Map, String) - Static method in class com.sun.identity.shared.datastruct.CollectionHelper
-
Return String from a map of strings to set of strings.
- getMapId() - Method in class com.sun.identity.monitoring.SsoServerSiteMapEntry
-
Getter for the "MapId" variable.
- getMapId() - Method in interface com.sun.identity.monitoring.SsoServerSiteMapEntryMBean
-
Getter for the "MapId" variable.
- getMappedAttributes(List<String>) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
For the list of Strings containing mappings, return a map of name value pairs that match the mapping string
- getMappedNameIdentifier(String, Object, String) - Static method in class com.sun.liberty.LibertyManager
-
Returns NameIdentifier between the IDP and
the other SP for the same principal.
- getMapperAttributeSet(Set) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPBaseContainer
-
Gets the mapper attributes for a given IDPP attribute set.
- getMapServerURL() - Method in class com.sun.identity.monitoring.SsoServerSiteMapEntry
-
Getter for the "MapServerURL" variable.
- getMapServerURL() - Method in interface com.sun.identity.monitoring.SsoServerSiteMapEntryMBean
-
Getter for the "MapServerURL" variable.
- getMapSetThrows(Map<String, Set<String>>, String) - Static method in class com.sun.identity.shared.datastruct.CollectionHelper
-
Gets the set based on the passed key.
- getMapSetting(String, String) - Method in interface org.forgerock.openam.utils.OpenAMSettings
-
Gets a setting from the given realm and parses it as into a Map from string keys to string values, according
to the
MapValueParser format.
- getMapSetting(String, String) - Method in class org.forgerock.openam.utils.OpenAMSettingsImpl
-
Gets a setting from the given realm and parses it as into a Map from string keys to string values, according
to the
MapValueParser format.
- getMapSiteName() - Method in class com.sun.identity.monitoring.SsoServerSiteMapEntry
-
Getter for the "MapSiteName" variable.
- getMapSiteName() - Method in interface com.sun.identity.monitoring.SsoServerSiteMapEntryMBean
-
Getter for the "MapSiteName" variable.
- getMapStringBoolean(JSONObject, String) - Static method in class com.sun.identity.shared.JSONUtils
-
- getMapStringSetString(JSONObject, String) - Static method in class com.sun.identity.shared.JSONUtils
-
- getMarshaller() - Static method in class com.sun.identity.liberty.ws.idpp.common.IDPPUtils
-
Gets the marshaller
- getMask() - Method in class org.forgerock.openam.radius.common.packet.FramedIPNetmaskAttribute
-
Get the mask.
- getMatch() - Method in class com.sun.identity.entitlement.xacml3.core.AllOf
-
Gets the value of the match property.
- getMatchedUri(Context) - Static method in class org.forgerock.openam.forgerockrest.utils.ServerContextUtils
-
Returns the UriRouterContext's matchedUri, and appends its id, if there is one.
- getMatchId() - Method in class com.sun.identity.entitlement.xacml3.core.Match
-
Gets the value of the matchId property.
- getMatchingAuthnContext() - Method in class org.forgerock.openam.saml2.IDPSSOFederateRequest
-
Gets the matching authentication context for this request.
- getMatchingCertEntry(X509Certificate) - Static method in class com.sun.identity.saml.common.SAMLCertUtils
-
Finds matching certicate from internal certificate database.
- getMatchingCookieDomains(HttpServletRequest, Collection<String>) - Static method in class com.sun.identity.shared.encode.CookieUtils
-
Matches the provided cookie domains against the current request's domain and returns the resulting set of
matching cookie domains if the 'com.sun.identity.authentication.setCookieToAllDomains' advanced property is set
to false.
- getMatchingEntries(ResourceSearchIndexes, Set<String>, boolean) - Method in class com.sun.identity.entitlement.opensso.IndexCache
-
Returns a set of DN that matches the resource and subject indexes.
- getMatchingResources(Subject, String, Subject, String, String, boolean) - Method in class com.sun.identity.entitlement.Entitlement
-
- getMatchingSessions(CrestQuery) - Method in class com.iplanet.dpro.session.monitoring.MonitoredOperations
-
- getMatchingSessions(CrestQuery) - Method in interface com.iplanet.dpro.session.operations.SessionOperations
-
Returns partial sessions from the session service backend that matches the provided CREST query.
- getMatchingSessions(CrestQuery) - Method in class com.iplanet.dpro.session.operations.strategies.ClientSdkOperations
-
- getMatchingSessions(CrestQuery) - Method in class com.iplanet.dpro.session.operations.strategies.LocalOperations
-
- getMatchingSessions(CrestQuery) - Method in class com.iplanet.dpro.session.operations.strategies.StatelessOperations
-
This implementation will forward the query call to the local operations in order to allow the return of stateful
sessions even when the request was initiated using a stateless session.
- getMatchingSessions(Session, CrestQuery) - Method in class com.iplanet.dpro.session.service.SessionService
-
Returns partial (stateful) sessions matching the provided CREST query.
- getMatchingValidSessions(CrestQuery) - Method in class org.forgerock.openam.session.service.access.SessionQueryManager
-
Return partial sessions matching the provided CREST query filter from the CTS servers.
- getMatchType() - Method in class com.sun.identity.install.tools.util.MatchPattern
-
- getMaxAge() - Method in class org.forgerock.oauth2.core.DeviceCode
-
Gets the max age parameter.
- getMaxAge() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteCookie
-
Retrieves the cookies maximum age
- getMaxAssertionMinorVersion() - Method in class com.sun.identity.liberty.ws.security.SecurityAssertion
-
- getMaxAssertionMinorVersion() - Method in class com.sun.identity.saml.assertion.Assertion
-
- getMaxCaching() - Method in class com.iplanet.dpro.session.share.SessionInfo
-
Max Session Cache time in minutes.
- getMaxCachingTime() - Method in class com.iplanet.dpro.session.service.InternalSession
-
Returns the maximum caching time(in minutes) allowed for the Internal
Session.
- getMaxCachingTime() - Method in class com.iplanet.dpro.session.Session
-
Returns the maximum session caching time in minutes.
- getMaxChildPeopleContainerLimit() - Method in class com.iplanet.ums.PeopleContainer
-
Gets the container limit constraint.
- getMaxConnections() - Method in class com.iplanet.services.ldap.ServerInstance
-
Get the maximum connections that the connection pool is supposed to open.
- getMaxConnections() - Method in interface org.forgerock.openam.sm.ConnectionConfig
-
The maximum number of connections that may be established to the server
by the connection pool which corresponds to this configuration.
- getMaxConnections() - Method in class org.forgerock.openam.sm.datalayer.impl.ldap.ExternalLdapConfig
-
The maximum number of connections permitted to this server.
- getMaxConnections() - Method in class org.forgerock.openam.sm.ServerGroupConfiguration
-
- getMaxContentLength() - Static method in class com.sun.identity.saml.common.SAMLUtils
-
Returns maximum content length of a SAML request.
- getMaxDelegationDepth() - Method in class com.sun.identity.entitlement.xacml3.core.Policy
-
Gets the value of the maxDelegationDepth property.
- getMaxDelegationDepth() - Method in class com.sun.identity.entitlement.xacml3.core.PolicySet
-
Gets the value of the maxDelegationDepth property.
- getMaxEntries() - Method in class org.forgerock.openam.shared.monitoring.AbstractTimingStore
-
Returns the maximum entries for this store.
- getMaxIdle() - Method in class com.iplanet.dpro.session.share.SessionInfo
-
Max Session Idle time in minutes.
- getMaxIdleExpirationTime(TimeUnit) - Method in class com.iplanet.dpro.session.service.InternalSession
-
Returns time at which session's idle time expires.
- getMaxIdleExpirationTime() - Method in class org.forgerock.openam.dpro.session.PartialSession
-
The timestamp of when the max idle timeout will be reached.
- getMaxIdleTime() - Method in class com.iplanet.dpro.session.service.InternalSession
-
Returns the maximum idle time(in minutes) for the Internal Session.
- getMaxIdleTime() - Method in class com.iplanet.dpro.session.Session
-
Returns the maximum session idle time in minutes.
- getMaxIdleTime() - Method in interface com.iplanet.sso.SSOToken
-
Returns the maximum session idle time in minutes.
- getMaxIdleTime() - Method in class com.sun.identity.authentication.internal.AuthSSOToken
-
- GetMaxIdleTimeActionHandler - Class in org.forgerock.openam.core.rest.session.action
-
Handler for 'getMaxIdle' action
- GetMaxIdleTimeActionHandler(SessionResourceUtil) - Constructor for class org.forgerock.openam.core.rest.session.action.GetMaxIdleTimeActionHandler
-
Constructs a GetMaxIdleTimeActionHandler instance
- getMaximumFailCount() - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Get the maximum number failed login attempts permitted for a user
before when their account is locked out.
- getMaximumOperationFailuresPerPeriod(CTSOperation) - Method in interface org.forgerock.openam.cts.monitoring.CTSOperationsMonitoringStore
-
Gets the maximum observed failure rate for the given operation in the current period.
- getMaximumOperationFailuresPerPeriod(CTSOperation) - Method in class org.forgerock.openam.cts.monitoring.impl.CTSMonitoringStoreImpl
-
- getMaximumOperationFailuresPerPeriod(CTSOperation) - Method in class org.forgerock.openam.cts.monitoring.impl.operations.TokenOperationsStore
-
Gets the maximum observed failure rate of an operation in the current period.
- getMaximumOperationsPerPeriod(boolean) - Method in interface org.forgerock.openam.cts.monitoring.CTSConnectionMonitoringStore
-
Gets the maximum number of connections requested from the pool in a given interval.
- getMaximumOperationsPerPeriod(TokenType, CTSOperation) - Method in interface org.forgerock.openam.cts.monitoring.CTSOperationsMonitoringStore
-
Gets the maximum rate of operations made in a given period.
- getMaximumOperationsPerPeriod(boolean) - Method in class org.forgerock.openam.cts.monitoring.impl.connections.ConnectionStore
-
Returns the maximum connections made in the customisable period.
- getMaximumOperationsPerPeriod(TokenType, CTSOperation) - Method in class org.forgerock.openam.cts.monitoring.impl.CTSMonitoringStoreImpl
-
Gets the maximum rate of operations made in a given period.
- getMaximumOperationsPerPeriod(boolean) - Method in class org.forgerock.openam.cts.monitoring.impl.CTSMonitoringStoreImpl
-
- getMaximumOperationsPerPeriod(TokenType, CTSOperation) - Method in class org.forgerock.openam.cts.monitoring.impl.operations.TokenOperationsStore
-
Gets the maximum rate of operations made in a given period.
- getMaximumOperationsPerPeriod(CTSOperation) - Method in class org.forgerock.openam.cts.monitoring.impl.operations.TokenOperationsStore
-
Gets the maximum rate of operations made in a given period.
- getMaximumPoolSize() - Method in class org.forgerock.openam.audit.context.ExecutorServiceConfigurator
-
Returns the maximum allowed number of threads.
- getMaximumQueueSize() - Method in class org.forgerock.openam.shared.concurrency.ResizableLinkedBlockingQueue
-
Get the current maximum capacity of the queue.
- getMaxInactiveInterval() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteSession
-
Gets the maximum inactive session interval, either from local object
pre serialization or the stored value post serialization.
- getMaxNumQuestions(String) - Method in interface com.sun.identity.password.ui.model.PWResetQuestionModel
-
Returns the maximum number of question that can be display in
the reset password page.
- getMaxNumQuestions(String) - Method in class com.sun.identity.password.ui.model.PWResetQuestionModelImpl
-
Returns the maximum number of question that can be display in
the reset password page.
- getMaxRate() - Method in class org.forgerock.openam.shared.monitoring.RateWindow
-
Gets the maximum rate.
- getMaxResults() - Method in class com.iplanet.am.sdk.AMSearchControl
-
Deprecated.
Returns the maximum number of search results. return 0 means there is no
limit.
- getMaxResults() - Method in class com.iplanet.ums.SearchControl
-
Gets the maximum number of search results to return. return 0 means there
is no limit.
- getMaxResults() - Method in class com.sun.identity.idm.IdSearchControl
-
Returns the maximum number of search results. return 0 means there is no
limit.
- getMaxSession() - Method in class com.sun.identity.authentication.service.LoginState
-
- getMaxSessionCacheSize() - Method in class com.iplanet.dpro.session.service.SessionServiceConfig
-
The maximum number of sessions to cache in the internal session cache.
- getMaxSessionCacheTime() - Method in class com.iplanet.dpro.session.service.SessionServiceConfig
-
The maximum time of cache for internal session in the internal session cache.
- getMaxSessionExpirationTime(TimeUnit) - Method in class com.iplanet.dpro.session.service.InternalSession
-
Returns time at which session's lifetime expires.
- getMaxSessionExpirationTime() - Method in class org.forgerock.openam.dpro.session.PartialSession
-
The timestamp of when the max session timeout will be reached.
- getMaxSessionListSize() - Method in class com.iplanet.dpro.session.service.SessionServiceConfig
-
Returns value of amSession.xml property "iplanet-am-session-max-session-list-size".
- getMaxSessionTime() - Method in class com.iplanet.dpro.session.service.InternalSession
-
Returns maximum time allowed for the Internal Session.
- getMaxSessionTime() - Method in class com.iplanet.dpro.session.Session
-
Returns the maximum session time in minutes.
- getMaxSessionTime() - Method in interface com.iplanet.sso.SSOToken
-
Returns the maximum session time in minutes.
- getMaxSessionTime() - Method in class com.sun.identity.authentication.internal.AuthSSOToken
-
- getMaxSessionTime() - Method in class org.forgerock.openam.entitlement.conditions.environment.SessionCondition
-
- GetMaxSessionTimeActionHandler - Class in org.forgerock.openam.core.rest.session.action
-
Handler for 'getMaxSessionTime' action - from CREST 12.0.0 onwards this means 'get maximum possible
length of session'
- GetMaxSessionTimeActionHandler(SessionResourceUtil) - Constructor for class org.forgerock.openam.core.rest.session.action.GetMaxSessionTimeActionHandler
-
Constructs a GetMaxSessionTimeActionHandler instance
- getMaxSize() - Static method in class com.iplanet.am.sdk.ldap.CachedDirectoryServicesImpl
-
Method to get the maximum size of the Cache.
- getMaxSize() - Static method in class com.iplanet.am.sdk.remote.CachedRemoteServicesImpl
-
Method to get the maximum size of the Cache.
- getMaxSize() - Static method in class com.sun.identity.idm.server.IdCachedServicesImpl
-
Method to get the maximum size of the Cache.
- getMaxSize() - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolderCache
-
Get the bounded size of the cache.
- getMaxSize() - Method in class org.forgerock.openam.utils.collections.LeastRecentlyUsed
-
Get the maximum size of the cache.
- getMaxThreads() - Method in class org.forgerock.openam.radius.server.config.ThreadPoolConfig
-
Get the maximum number of threads the thread pool can hold.
- getMaxTime() - Method in class com.iplanet.dpro.session.share.SessionInfo
-
Max Session Time in minutes.
- getMaxUserLimit() - Method in class com.iplanet.ums.PeopleContainer
-
Gets the user limit constraint.
- getMaxValue() - Method in class com.sun.identity.sm.AttributeSchema
-
Returns the maximum number of values for the attribute if the attribute
is of type MULTIPLE_CHOICE.
- getMaxValue() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Returns the maximum number of values for the attribute if the attribute
is of type MULTIPLE_CHOICE.
- getMechanism() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
-
Deprecated.
Returns value of mechanism attribute.
- getMechanism() - Method in class org.forgerock.openam.entitlement.rest.model.json.EntitlementsRegistryTypeIdResolver
-
- getMechanismHandler(String) - Static method in class com.sun.identity.liberty.ws.authnsvc.AuthnSvcService
-
Returns MechanismHandler for specified mechanism.
- getMemberCount() - Method in class com.iplanet.ums.DynamicGroup
-
Returns the member count.
- getMemberCount() - Method in class com.iplanet.ums.FilteredRole
-
Gets the member count.
- getMemberCount() - Method in interface com.iplanet.ums.IMembership
-
Gets the member count of the group.
- getMemberCount() - Method in class com.iplanet.ums.ManagedRole
-
Gets the member count.
- getMemberCount() - Method in class com.iplanet.ums.StaticGroup
-
Gets the member count.
- getMemberCount(int) - Method in class com.iplanet.ums.StaticGroup
-
Gets the member count.
- getMemberIDAt(int) - Method in class com.iplanet.ums.DynamicGroup
-
Returns a member given an index (zero-based).
- getMemberIDAt(int) - Method in class com.iplanet.ums.FilteredRole
-
Gets a member given an index (zero based).
- getMemberIDAt(int) - Method in interface com.iplanet.ums.IMembership
-
Gets a member.
- getMemberIDAt(int) - Method in class com.iplanet.ums.ManagedRole
-
Gets the GUID of the member at the given index (zero-based).
- getMemberIDAt(int) - Method in class com.iplanet.ums.StaticGroup
-
Gets a member given an index (zero-based).
- getMemberIDAt(int, int) - Method in class com.iplanet.ums.StaticGroup
-
Gets a member given an index (zero-based).
- getMemberIDs(String[]) - Method in class com.iplanet.ums.DynamicGroup
-
Returns the members of the group.
- getMemberIDs() - Method in class com.iplanet.ums.DynamicGroup
-
Returns the members of the group.
- getMemberIDs() - Method in class com.iplanet.ums.FilteredRole
-
Gets the members of the role.
- getMemberIDs(String) - Method in class com.iplanet.ums.FilteredRole
-
Gets the members of the role meeting an LDAP filter
condition.
- getMemberIDs() - Method in interface com.iplanet.ums.IMembership
-
Gets the members of the group.
- getMemberIDs(String[]) - Method in class com.iplanet.ums.ManagedRole
-
Gets the members of the role.
- getMemberIDs(String[], String) - Method in class com.iplanet.ums.ManagedRole
-
Gets the members of the role meeting the filter condition.
- getMemberIDs() - Method in class com.iplanet.ums.ManagedRole
-
Gets the members of the group.
- getMemberIDs(String) - Method in class com.iplanet.ums.ManagedRole
-
Returns the members of the group meeting the filter condition.
- getMemberIDs() - Method in class com.iplanet.ums.StaticGroup
-
Gets the members of the group.
- getMemberList() - Method in class com.sun.identity.idsvcs.IdentityDetails
-
- getMembers(SSOToken, IdType, String, IdType) - Method in class com.iplanet.am.sdk.AMSDKRepo
-
- getMembers(SSOToken, String, int) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Get members for roles, dynamic group or static group
- getMembers(SSOToken, String, int) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
Get members for roles, dynamic group or static group
- getMembers(String, String, int) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getMembers(String, String, int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- getMembers(SSOToken, String, int) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
Get members for roles, dynamic group or static group
- getMembers(String[]) - Method in class com.iplanet.ums.FilteredRole
-
TO DO : incomplete, fix the logic of building the base and filter Gets
the members of the role
- getMembers(String[], String) - Method in class com.iplanet.ums.FilteredRole
-
TO DO : incomplete, fix the logic of building the base and filter Gets
the members of the role
- getMembers(int) - Method in class com.iplanet.ums.StaticGroup
-
Get members of the group.
- GetMembers - Class in com.sun.identity.cli.idrepo
-
This command gets the members of an identity.
- GetMembers() - Constructor for class com.sun.identity.cli.idrepo.GetMembers
-
- getMembers(IdType) - Method in class com.sun.identity.idm.AMIdentity
-
Return all members of a given identity type of this identity as a Set of
AMIdentity objects.
- getMembers(SSOToken, IdType, String, IdType) - Method in class com.sun.identity.idm.IdRepo
-
Returns the memberships of an identity.
- getMembers(SSOToken, IdType, String, String, IdType, String) - Method in interface com.sun.identity.idm.IdServices
-
- getMembers(String, String) - Method in interface com.sun.identity.idm.plugins.database.DaoInterface
-
- getMembers(SSOToken, IdType, String, IdType) - Method in class com.sun.identity.idm.plugins.database.DatabaseRepo
-
- getMembers(String, String) - Method in class com.sun.identity.idm.plugins.database.JdbcSimpleUserDao
-
- getMembers(SSOToken, IdType, String, IdType) - Method in class com.sun.identity.idm.plugins.files.FilesRepo
-
- getMembers(SSOToken, IdType, String, IdType) - Method in class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- getMembers(SSOToken, IdType, String, IdType) - Method in class com.sun.identity.idm.plugins.internal.SpecialRepo
-
- getMembers(SSOToken, IdType, String, String, IdType, String) - Method in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
- getMembers(SSOToken, IdType, String, String, IdType, String) - Method in class com.sun.identity.idm.server.IdCachedServicesImpl
-
- getMembers(SSOToken, IdType, String, String, IdType, String) - Method in class com.sun.identity.idm.server.IdServicesImpl
-
- getMembers(SSOToken, IdType, String, String, IdType, String) - Method in class org.forgerock.openam.idm.IdServicesDecorator
- getMembers(SSOToken, IdType, String, IdType) - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
Gets membership data for a given group/role/filtered role.
- getMembers(SSOToken, IdType, String, IdType) - Method in class org.openidentityplatform.openam.cassandra.Repo
-
- getMembers_idrepo(String, String, String, String, String, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getMembers_idrepo(String, String, String, String, String, String) - Method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- getMembershipAttributes(String, String) - Static method in class com.sun.identity.wss.security.WSSUtils
-
Returns the membership attributes for the given subject.
- getMemberships(SSOToken, IdType, String, IdType) - Method in class com.iplanet.am.sdk.AMSDKRepo
-
- GetMemberships - Class in com.sun.identity.cli.idrepo
-
This command gets the memberships of an identity.
- GetMemberships() - Constructor for class com.sun.identity.cli.idrepo.GetMemberships
-
- getMemberships(IdType) - Method in class com.sun.identity.idm.AMIdentity
-
Returns the set of identities that this identity belongs to.
- getMemberships(SSOToken, IdType, String, IdType) - Method in class com.sun.identity.idm.IdRepo
-
Returns the memberships of an identity.
- getMemberships(SSOToken, IdType, String, IdType, String, String) - Method in interface com.sun.identity.idm.IdServices
-
- getMemberships(String, String) - Method in interface com.sun.identity.idm.plugins.database.DaoInterface
-
- getMemberships(SSOToken, IdType, String, IdType) - Method in class com.sun.identity.idm.plugins.database.DatabaseRepo
-
- getMemberships(String, String) - Method in class com.sun.identity.idm.plugins.database.JdbcSimpleUserDao
-
- getMemberships(SSOToken, IdType, String, IdType) - Method in class com.sun.identity.idm.plugins.files.FilesRepo
-
- getMemberships(SSOToken, IdType, String, IdType) - Method in class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- getMemberships(SSOToken, IdType, String, IdType) - Method in class com.sun.identity.idm.plugins.internal.SpecialRepo
-
- getMemberships(SSOToken, IdType, String, IdType, String, String) - Method in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
- getMemberships(SSOToken, IdType, String, IdType, String, String) - Method in class com.sun.identity.idm.server.IdCachedServicesImpl
-
- getMemberships(SSOToken, IdType, String, IdType, String, String) - Method in class com.sun.identity.idm.server.IdServicesImpl
-
- getMemberShips(String) - Static method in class com.sun.identity.wss.security.WSSUtils
-
- getMemberships(SSOToken, IdType, String, IdType, String, String) - Method in class org.forgerock.openam.idm.IdServicesDecorator
- getMemberships(SSOToken, IdType, String, IdType) - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
Returns the membership information of a user for the given membership type.
- getMemberships(SSOToken, IdType, String, IdType) - Method in class org.openidentityplatform.openam.cassandra.Repo
-
- getMemberships_idrepo(String, String, String, String, String, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getMemberships_idrepo(String, String, String, String, String, String) - Method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- getMessage() - Method in exception com.iplanet.am.sdk.AMException
-
Deprecated.
Overrides the default getMessage() method of super class
Exception.
- getMessage() - Method in exception com.iplanet.security.x509.CertException
-
Returns a string describing the certificate exception.
- getMessage() - Method in exception com.iplanet.services.cdm.clientschema.AMClientCapException
-
Returns a message
- getMessage() - Method in exception com.iplanet.services.ldap.event.EventException
-
Returns a string representation of the message in the this EventException
(if present)
- getMessage() - Method in exception com.iplanet.services.ldap.LDAPServiceException
-
- getMessage() - Method in exception com.iplanet.ums.UMSException
-
Returns the detail message of this exception and all embedded exceptions.
- getMessage() - Method in exception com.sun.identity.authentication.spi.AuthLoginException
-
Gets messages of the exceptions including the nested exceptions.
- getMessage() - Method in exception com.sun.identity.common.ChainedException
-
Gets messages of the exceptions including the chained exceptions
- getMessage() - Method in exception com.sun.identity.common.configuration.ConfigurationException
-
- getMessage() - Method in exception com.sun.identity.common.configuration.UnknownPropertyNameException
-
- getMessage() - Method in interface com.sun.identity.common.L10NMessage
-
Deprecated.
Use this method to get error message in default ENGLISH locale.
- getMessage() - Method in exception com.sun.identity.common.L10NMessageImpl
-
Deprecated.
- getMessage() - Method in exception com.sun.identity.coretoken.CoreTokenException
-
Returns the exception message.
- getMessage() - Method in exception com.sun.identity.entitlement.EntitlementException
-
Returns exception message.
- getMessage() - Method in class com.sun.identity.entitlement.ValidateResourceResult
-
Returns message.
- getMessage() - Method in exception com.sun.identity.entity.EntityException
-
Overriding the default getMessage() method of super class
Exception.
- getMessage() - Method in exception com.sun.identity.idm.IdRepoException
-
Returns the error message of this exception.
- getMessage() - Method in exception com.sun.identity.idsvcs.AccessDenied
-
- getMessage() - Method in exception com.sun.identity.idsvcs.GeneralFailure
-
- getMessage() - Method in class com.sun.identity.idsvcs.Log
-
- getMessage() - Method in exception com.sun.identity.idsvcs.NeedMoreCredentials
-
- getMessage() - Method in exception com.sun.identity.idsvcs.ObjectNotFound
-
- getMessage() - Method in exception com.sun.identity.idsvcs.TokenExpired
-
- getMessage() - Method in exception com.sun.identity.install.tools.configurator.InstallException
-
Returns the message that was supplied to the constructor at the time
when this exception was created.
- getMessage() - Method in class com.sun.identity.install.tools.configurator.TaskExecutionResult
-
- getMessage(String) - Method in class com.sun.identity.install.tools.configurator.UserDataInteraction
-
- getMessage() - Method in class com.sun.identity.install.tools.configurator.ValidationResult
-
- getMessage() - Method in class com.sun.identity.install.tools.util.LocalizedMessage
-
- getMessage() - Method in exception com.sun.identity.jaxrpc.SOAPClientException
-
Deprecated.
Method to obtain the message.
- getMessage() - Method in exception com.sun.identity.rest.RestException
-
Returns exception message.
- getMessage() - Method in exception com.sun.identity.saml2.profile.FederatedSSOException
-
- getMessage() - Method in exception com.sun.identity.setup.ConfiguratorException
-
- getMessage() - Method in exception com.sun.identity.shared.jaxrpc.SOAPClientException
-
Method to obtain the message.
- getMessage() - Method in interface com.sun.identity.shared.locale.L10NMessage
-
Use this method to get error message in default ENGLISH locale.
- getMessage() - Method in exception com.sun.identity.shared.locale.L10NMessageImpl
-
Returns message of the exception.
- getMessage() - Method in exception com.sun.identity.sm.SMSException
-
Returns the error message of this exception.
- getMessage(String, Locale) - Static method in class com.sun.identity.workflow.Task
-
- getMessage(String, String) - Static method in class com.sun.identity.workflow.ValidateSAML2
-
- getMessage() - Method in exception com.sun.identity.workflow.WorkflowException
-
- getMessage() - Method in class org.forgerock.openam.audit.servlet.AuditableHttpServletResponse
-
Gets the HTTP response message.
- getMessage(String) - Method in class org.forgerock.openam.console.ui.taglib.propertysheet.CCPropertySheetTag
-
- getMessage() - Method in exception org.forgerock.openam.ldap.LDAPUtilException
-
Returns the English message for this exception.
- getMessage(String) - Method in class org.forgerock.openam.license.ConsoleUser
-
Get a localised message for display to this user.
- getMessage(String) - Method in interface org.forgerock.openam.license.User
-
Get a localised message for display to this user.
- getMessage() - Method in class org.forgerock.openam.radius.common.ReplyMessageAttribute
-
Returns the contained message.
- getMessage() - Method in exception org.forgerock.openam.rest.query.QueryException
-
- getMessage() - Method in class org.forgerock.openam.scripting.ScriptError
-
Get the message that describes the error.
- getMessage() - Method in class org.forgerock.openam.services.email.MailServerImpl
-
- getMessageArgs() - Method in exception com.iplanet.am.sdk.AMException
-
Deprecated.
Returns the arguments corresponding to the error code.
- getMessageArgs() - Method in exception com.iplanet.am.sdk.remote.AMRemoteException
-
- getMessageArgs() - Method in exception com.iplanet.services.cdm.clientschema.AMClientCapException
-
Returns the message arguments array
- getMessageArgs() - Method in exception com.sun.identity.authentication.spi.AuthLoginException
-
Returns the error message arguments.
- getMessageArgs() - Method in exception com.sun.identity.common.ChainedException
-
- getMessageArgs() - Method in exception com.sun.identity.common.configuration.ConfigurationException
-
- getMessageArgs() - Method in exception com.sun.identity.common.configuration.UnknownPropertyNameException
-
Returns arguments for formatting this error message.
- getMessageArgs() - Method in interface com.sun.identity.common.L10NMessage
-
Deprecated.
Use this method to chain this exception with another to get localized
error messge use getL10NMessage method
- getMessageArgs() - Method in exception com.sun.identity.common.L10NMessageImpl
-
Deprecated.
Returns arguments for formatting this error message.
- getMessageArgs() - Method in exception com.sun.identity.entity.EntityException
-
Method to obtain the arguments corresponding to the error code.
- getMessageArgs() - Method in exception com.sun.identity.idm.IdRepoException
-
Returns arguments for formatting this error message.
- getMessageArgs() - Method in exception com.sun.identity.setup.ConfiguratorException
-
- getMessageArgs() - Method in interface com.sun.identity.shared.locale.L10NMessage
-
Use this method to chain this exception with another to get localized
error messge use getL10NMessage method
- getMessageArgs() - Method in exception com.sun.identity.shared.locale.L10NMessageImpl
-
Returns arguments for formatting this error message.
- getMessageArgs() - Method in exception com.sun.identity.sm.SMSException
-
Returns arguments for formatting this error message.
- getMessageArgs() - Method in exception com.sun.identity.workflow.WorkflowException
-
- getMessageArgs() - Method in exception org.forgerock.openam.ldap.LDAPUtilException
-
Returns the arguments for the message string.
- getMessageArgs() - Method in exception org.forgerock.openam.rest.query.QueryException
-
- getMessageCertificate() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Returns the X509 certificate used in message level authentication.
- getMessageCertificate() - Method in class com.sun.identity.wss.security.handler.SecureSOAPMessage
-
Returns the X509Certificate that is used to secure
the SOAPMessage.
- getMessageCertificate(Element) - Static method in class com.sun.identity.wss.security.WSSUtils
-
Returns the message certificate from the security token reference
especially for KeyIdentifier and X509IssuerSerial case.
- getMessageCode() - Method in exception com.sun.identity.saml2.profile.FederatedSSOException
-
Returns the message code of this error.
- getMessageContent() - Method in class com.sun.identity.authentication.modules.hotp.HOTPParams
-
- getMessageContext() - Method in class com.sun.identity.wss.sts.FAMSTSImpl
-
- getMessageDispatchCache() - Method in class org.forgerock.openam.services.push.PushGuiceModule
-
Generates a new Cache for the MessageDispatcher.
- getMessageDispatcher() - Method in interface org.forgerock.openam.services.push.PushNotificationDelegate
-
Returns the MessageDispatcher for this delegate.
- getMessageDispatcher(String) - Method in class org.forgerock.openam.services.push.PushNotificationService
-
Retrieve the MessageDispatcher message return-route object for this realm's delegate.
- getMessageDispatcher() - Method in class org.forgerock.openam.services.push.sns.SnsHttpDelegate
-
- getMessageDispatcherConcurrency() - Method in class org.forgerock.openam.services.push.PushNotificationServiceConfig
-
Gets the level of concurrency to use when accessing the message dispatcher cache.
- getMessageDispatcherDuration() - Method in class org.forgerock.openam.services.push.PushNotificationServiceConfig
-
Get the duration the message dispatcher should hold messages for.
- getMessageDispatcherSize() - Method in class org.forgerock.openam.services.push.PushNotificationServiceConfig
-
Get the message dispatcher size from this config.
- getMessageHandle() - Method in interface com.sun.identity.saml2.protocol.Artifact
-
Returns the MessageHandle of the artifact.
- getMessageHandle() - Method in class com.sun.identity.saml2.protocol.impl.ArtifactImpl
-
Returns the MessageHandle of the artifact.
- getMessageID() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
-
Deprecated.
Returns value of messageID attribute of
CorrelationHeader.
- getMessageID() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
-
Deprecated.
Returns value of messageID attribute of
CorrelationHeader.
- getMessageID() - Method in exception com.sun.identity.liberty.ws.interaction.InteractionRedirectException
-
Gets messageID of SOAP request message that caused this
exception.
- getMessageID() - Method in class com.sun.identity.liberty.ws.paos.PAOSRequest
-
Returns the value of the messageID attribute.
- getMessageID() - Method in class com.sun.identity.liberty.ws.soapbinding.CorrelationHeader
-
Returns value of messageID attribute.
- getMessageID() - Method in class com.sun.identity.wss.security.handler.SecureSOAPMessage
-
Returns the messageID from the header.
- getMessageId() - Method in class org.forgerock.openam.services.push.PushMessage
-
Retrieve the message id of this message.
- getMessages() - Method in class com.sun.identity.cli.StringOutputWriter
-
- getMessageSubject() - Method in class com.sun.identity.authentication.modules.hotp.HOTPParams
-
- getMessageTimestamp() - Method in class com.sun.identity.wss.security.handler.SecureSOAPMessage
-
Retruns the message timestamp.
- getMessageTranslations() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig
-
Gets the map of locales to email body text strings.
- getMessageTranslations() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig
-
Gets the map of locales to email body text strings.
- getMessageTranslations() - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig
-
Gets the map of locales to email body text strings.
- getMessageType() - Method in class com.sun.identity.authentication.callbacks.ScriptTextOutputCallback
-
- getMetaAlias(String, String, String, Object) - Static method in class com.sun.identity.federation.meta.IDFFMetaUtils
-
Obtains provider's meta alias.
- getMetaAlias() - Method in class com.sun.identity.federation.services.FSAssertionManager
-
Returns hosted provider meta alias.
- getMetaAlias(HttpServletRequest) - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
Retrieves meta alias of a provider from http request.
- getMetaAlias() - Method in interface com.sun.identity.saml2.jaxb.entityconfig.BaseConfigType
-
Gets the value of the metaAlias property.
- getMetaAlias() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.BaseConfigTypeImpl
-
- getMetaAlias() - Method in class com.sun.identity.saml2.profile.IDPSession
-
Returns the IDP Meta Alias.
- getMetaAlias() - Method in class com.sun.identity.saml2.profile.IDPSessionCopy
-
Returns the IDP Meta Alias.
- getMetaAlias() - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.BaseConfigType
-
Gets the value of the metaAlias property.
- getMetaAlias() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.BaseConfigTypeImpl
-
- getMetaAlias(String, String) - Static method in class com.sun.liberty.LibertyManager
-
- getMetaAlias(String, String, String) - Static method in class com.sun.liberty.LibertyManager
-
Returns metaAlias from provider ID under a realm.
- getMetaAlias(HttpServletRequest) - Method in interface org.forgerock.openam.saml2.IDPRequestValidator
-
The meta alias is used to locate the provider's entity identifier and the
organization in which it is located.
- getMetaAlias(HttpServletRequest) - Method in class org.forgerock.openam.saml2.UtilProxyIDPRequestValidator
-
The meta alias is used to locate the provider's entity identifier and the
organization in which it is located.
- getMetaAliasByUri(String) - Static method in class com.sun.identity.federation.meta.IDFFMetaUtils
-
Returns metaAlias embedded in uri.
- getMetaAliasByUri(String) - Static method in class com.sun.identity.saml2.meta.SAML2MetaUtils
-
Returns metaAlias embedded in uri.
- getMetaAliasByUri(String) - Static method in class com.sun.identity.wsfederation.meta.WSFederationMetaUtils
-
Returns metaAlias embedded in uri.
- getMetaAliasKey() - Static method in class com.sun.liberty.LibertyManager
-
Returns the metaAliasKey from IFSConstants.
- getMetaData() - Method in class com.sun.identity.entitlement.Application
-
Returns meta information.
- getMetadata() - Method in interface com.sun.identity.wsfederation.jaxb.wsaddr.EndpointReferenceType
-
Gets the value of the metadata property.
- getMetadata() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.EndpointReferenceTypeImpl
-
- getMetaJAXBContext() - Static method in class com.sun.identity.saml2.meta.SAML2MetaUtils
-
Returns JAXB context for the metadata service.
- getMetaJAXBContext() - Static method in class com.sun.identity.wsfederation.meta.WSFederationMetaUtils
-
Returns JAXB context for the metadata service.
- getMetaManager() - Static method in class com.sun.identity.wsfederation.common.WSFederationUtils
-
Returns an instance of WSFederationMetaManager.
- getMethod() - Method in class com.sun.identity.authentication.spi.RedirectCallback
-
Returns the Method used for redirection, either "GET" or "POST".
- getMethod() - Method in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationImpl
-
Returns the confirmation method
- getMethod() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmation
-
Returns the confirmation method
- getMethod() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationTypeImpl
-
- getMethod() - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectConfirmationType
-
Gets the value of the method property.
- getMethod() - Method in interface org.forgerock.http.client.request.HttpClientRequest
-
Retrieve the method set on the request.
- getMethod() - Method in class org.forgerock.http.client.request.SimpleHttpClientRequest
-
Retrieve the method set on the request.
- getMethod() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
The default behavior of this method is to return getMethod()
on the wrapped request object.
- getMethodCallSyntax(String, String, String...) - Method in class org.forgerock.openam.scripting.factories.RhinoScriptEngineFactory
- getMethodForOpcode(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_Tie
-
- getMethodForOpcode(int) - Method in class com.sun.identity.entity.EntityObjectIF_Tie
-
- getMethodForOpcode(int) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_Tie
-
- getMethodForOpcode(int) - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_Tie
-
- getMethodForOpcode(int) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_Tie
-
- getMethodForOpcode(int) - Method in class com.sun.identity.saml.AssertionManagerIF_Tie
-
- getMethodForOpcode(int) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_Tie
-
- getMethodForOpcode(int) - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_Tie
-
- getMethodID() - Method in class com.iplanet.dpro.session.share.SessionRequest
-
Returns the method ID.
- getMethodID() - Method in class com.iplanet.dpro.session.share.SessionResponse
-
Returns the method ID.
- getMethodID() - Method in class com.sun.identity.policy.remote.PolicyRequest
-
Returns the method ID of the Policy Request.
- getMethodID() - Method in class com.sun.identity.policy.remote.PolicyResponse
-
Returns the method ID of the Policy Response.
- getMethodID() - Method in class com.sun.identity.policy.remote.PolicyService
-
Returns the method id of the Policy Service.
- getMethodName() - Method in class com.iplanet.dpro.session.share.SessionRequest
-
- getMethodName() - Method in class com.sun.identity.policy.remote.PolicyRequest
-
Retrieves the string representation of the method Id.
- getMexEndpoint() - Method in class com.sun.identity.wss.provider.STSConfig
-
Returns STS Mex endpoint.
- getMigrateRunInfo() - Method in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- getMillis() - Method in enum org.forgerock.openam.utils.Time
-
- getMillisExpiryForCurrentCallbacks() - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolder
-
get the number of milliseconds before the current callback expires.
- getMillisExpiryPoint() - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolder
-
gets the point at which the current context holder expires.
- getMIMECharset() - Method in class com.sun.identity.common.ISLocaleContext
-
get mime charset to be used for current request This class detectes
clientType using Http-Accept-Lang header You should have used
setLocale(HttpServletRequest req) before calling this method.
- getMimeHeaders(HttpServletRequest) - Static method in class com.sun.identity.saml.common.SAMLUtils
-
Returns a MimeHeaders object that contains the headers
in the given HttpServletRequest object.
- getMimeHeaderValue(Context, String) - Static method in class org.forgerock.openam.rest.RestUtils
-
Returns the value of the named header field from the request, decoding it if it is mime-encoded.
- getMimeHeaderValue(HttpServletRequest, String) - Static method in class org.forgerock.openam.rest.RestUtils
-
Returns the value of the named header field from the request, decoding it if it is mime-encoded.
- getMimeType() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptedType
-
Gets the value of the mimeType property.
- getMimeType() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedTypeImpl
-
- getMimeType() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ObjectTypeImpl
-
- getMimeType() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.ObjectType
-
Gets the value of the mimeType property.
- getMimeType() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ObjectTypeImpl
-
- getMimeType() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.ObjectType
-
Gets the value of the mimeType property.
- getMimeTypes() - Method in class org.forgerock.openam.scripting.factories.RhinoScriptEngineFactory
- getMinAssertionMinorVersion() - Method in class com.sun.identity.liberty.ws.security.SecurityAssertion
-
- getMinAssertionMinorVersion() - Method in class com.sun.identity.saml.assertion.Assertion
-
- getMinConnections() - Method in class com.iplanet.services.ldap.ServerInstance
-
Get the minimum connections that the connection pool is supposed to open.
- getMinimalClientInfo() - Method in class com.iplanet.services.cdm.clientschema.AMClientCapData
-
Gets a minimal set of client properties for all clients.
- getMinimumAnswersToDefine() - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig
-
Get the minimum count of answers to define.
- getMinimumAnswersToVerify() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig
-
Get the minimum count of questions to verify.
- getMinimumAnswersToVerify() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig
-
Get the minimum count of questions to verify.
- getMinimumOperationFailuresPerPeriod(CTSOperation) - Method in interface org.forgerock.openam.cts.monitoring.CTSOperationsMonitoringStore
-
Gets the minimum observed failure rate for the given operation in the current period.
- getMinimumOperationFailuresPerPeriod(CTSOperation) - Method in class org.forgerock.openam.cts.monitoring.impl.CTSMonitoringStoreImpl
-
- getMinimumOperationFailuresPerPeriod(CTSOperation) - Method in class org.forgerock.openam.cts.monitoring.impl.operations.TokenOperationsStore
-
Gets the minimum rate of operation failures seen in the current collection period.
- getMinimumOperationsPerPeriod(boolean) - Method in interface org.forgerock.openam.cts.monitoring.CTSConnectionMonitoringStore
-
Gets the minimum number of connections requested from the pool in a given interval.
- getMinimumOperationsPerPeriod(TokenType, CTSOperation) - Method in interface org.forgerock.openam.cts.monitoring.CTSOperationsMonitoringStore
-
Gets the minimum rate of operations made in a given period.
- getMinimumOperationsPerPeriod(boolean) - Method in class org.forgerock.openam.cts.monitoring.impl.connections.ConnectionStore
-
Returns the minimum connections made in the customisable period.
- getMinimumOperationsPerPeriod(TokenType, CTSOperation) - Method in class org.forgerock.openam.cts.monitoring.impl.CTSMonitoringStoreImpl
-
Gets the minimum rate of operations made in a given period.
- getMinimumOperationsPerPeriod(boolean) - Method in class org.forgerock.openam.cts.monitoring.impl.CTSMonitoringStoreImpl
-
- getMinimumOperationsPerPeriod(TokenType, CTSOperation) - Method in class org.forgerock.openam.cts.monitoring.impl.operations.TokenOperationsStore
-
Gets the minimum rate of operations made in a given period.
- getMinimumOperationsPerPeriod(CTSOperation) - Method in class org.forgerock.openam.cts.monitoring.impl.operations.TokenOperationsStore
-
Gets the minimum rate of operations made in a given period.
- getMinimumSize() - Method in class org.forgerock.openam.sm.validation.Base64EncodedBinaryValidator
-
Determines the minimum size of the base64-decoded binary value, in bytes.
- getMinorCodeValue() - Method in class com.sun.identity.xacml.context.impl.StatusCodeImpl
-
Returns the minorCodeValue of this object
- getMinorCodeValue() - Method in interface com.sun.identity.xacml.context.StatusCode
-
Returns the minorCodeValue of this object
- getMinorVersion() - Method in class com.sun.identity.federation.message.common.AuthnContext
-
Deprecated.
Returns the MinorVersion attribute.
- getMinorVersion() - Method in class com.sun.identity.federation.message.common.Extension
-
Deprecated.
Returns the MinorVersion.
- getMinorVersion() - Method in class com.sun.identity.federation.message.common.IDPProvidedNameIdentifier
-
Deprecated.
Returns the MinorVersion attribute.
- getMinorVersion() - Method in class com.sun.identity.federation.message.common.OldProvidedNameIdentifier
-
Deprecated.
Returns the MinorVersion.
- getMinorVersion() - Method in class com.sun.identity.federation.message.common.RequestAuthnContext
-
Deprecated.
Returns the MinorVersion.
- getMinorVersion() - Method in class com.sun.identity.federation.message.common.SPProvidedNameIdentifier
-
Deprecated.
Returns the MinorVersion attribute.
- getMinorVersion() - Method in class com.sun.identity.federation.message.FSAssertion
-
Deprecated.
Returns the MinorVersion attribute.
- getMinorVersion() - Method in class com.sun.identity.federation.message.FSAuthenticationStatement
-
Deprecated.
Returns the value of MinorVersion attribute.
- getMinorVersion() - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Returns the value of the MinorVersion attribute.
- getMinorVersion() - Method in class com.sun.identity.federation.message.FSAuthnRequestEnvelope
-
Deprecated.
Returns the value of MinorVersion property.
- getMinorVersion() - Method in class com.sun.identity.federation.message.FSAuthnResponse
-
Deprecated.
Returns the value MinorVersion attribute.
- getMinorVersion() - Method in class com.sun.identity.federation.message.FSAuthnResponseEnvelope
-
Deprecated.
Returns the value of MinorVersion attribute.
- getMinorVersion() - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
-
Deprecated.
Returns the value of MinorVersion attribute.
- getMinorVersion() - Method in class com.sun.identity.federation.message.FSIDPList
-
Deprecated.
Returns the value of MinorVersion attribute.
- getMinorVersion() - Method in class com.sun.identity.federation.message.FSLogoutNotification
-
Deprecated.
Returns the value of MinorVersion attribute.
- getMinorVersion() - Method in class com.sun.identity.federation.message.FSLogoutResponse
-
Deprecated.
Returns the value of MinorVersion attribute.
- getMinorVersion() - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
-
Deprecated.
Returns the MinorVersion.
- getMinorVersion() - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
-
Deprecated.
Returns the MinorVersion.
- getMinorVersion() - Method in class com.sun.identity.federation.message.FSRequest
-
Deprecated.
Returns the MinorVersion.
- getMinorVersion() - Method in class com.sun.identity.federation.message.FSResponse
-
Deprecated.
Returns the MinorVersion.
- getMinorVersion() - Method in class com.sun.identity.federation.message.FSSAMLRequest
-
Deprecated.
Returns the MinorVersion attribute.
- getMinorVersion(List) - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
Returns the minor version of supported protocol.
- getMinorVersion() - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Returns the minor version number of an assertion.
- getMinorVersion() - Method in class com.sun.identity.saml.protocol.AbstractRequest
-
Returns the MinorVersion of the Request.
- getMinorVersion() - Method in class com.sun.identity.saml.protocol.AbstractResponse
-
Gets the MinorVersion of the Response.
- getMinRate() - Method in class org.forgerock.openam.shared.monitoring.RateWindow
-
Gets the minimum rate.
- getMinValue() - Method in class com.sun.identity.sm.AttributeSchema
-
Returns the minimum number of values for the attribute if the attribute
is of type MULTIPLE_CHOICE.
- getMinValue() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Returns the minimum number of values for the attribute if the attribute
is of type MULTIPLE_CHOICE.
- getMissingAndEmptyKeys(Set) - Method in class com.iplanet.am.sdk.AMHashMap
-
This compares all the elements of the specified and returns a Set which
contains all the keys missing in the map and also those keys whose values
are empty.
- getMissingAnswerMessage() - Method in interface com.sun.identity.password.ui.model.PWResetQuestionModel
-
Gets missing answer message
- getMissingAnswerMessage() - Method in class com.sun.identity.password.ui.model.PWResetQuestionModelImpl
-
Returns missing answer message .
- getMissingKeys(Set) - Method in class com.iplanet.am.sdk.AMHashMap
-
This compares all the elements of the specified and returns a Set which
contains all the keys missing in the map.
- getMissingUserAttrMessage(String) - Method in interface com.sun.identity.password.ui.model.PWResetUserValidationModel
-
Returns missing user attribute message.
- getMissingUserAttrMessage(String) - Method in class com.sun.identity.password.ui.model.PWResetUserValidationModelImpl
-
Returns missing user attribute message.
- getMNIBindingInfo(HttpServletRequest, String, String, String) - Static method in class com.sun.identity.saml2.profile.DoManageNameID
-
Returns binding information of MNI Service for remote entity
from request or meta configuration.
- getModel() - Method in class com.sun.identity.password.ui.PWResetInvalidURLViewBean
-
Gets model for this view bean
- getModel() - Method in class com.sun.identity.password.ui.PWResetQuestionViewBean
-
Gets model for this view bean
- getModel() - Method in class com.sun.identity.password.ui.PWResetSuccessViewBean
-
Gets model for this view bean
- getModel() - Method in class com.sun.identity.password.ui.PWResetUncaughtExceptionViewBean
-
Gets model for this view bean.
- getModel() - Method in class com.sun.identity.password.ui.PWResetUserValidationViewBean
-
Gets model for this view bean
- getModel() - Method in class com.sun.identity.password.ui.PWResetViewBeanBase
-
Gets model for this view bean
- getModification() - Method in class com.sun.identity.liberty.ws.dst.DSTModify
-
Gets the modifications to be performed.
- getModifiedSchemaMap() - Method in class org.forgerock.openam.upgrade.NewServiceWrapper
-
Get the wrapper containing the service modifications.
- getModifiedTimestampAttributeName() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getModifiedTimestampAttributeName() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Gets the modified timestamp attribute name.
- getModifiedTimestampAttributeName() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getModifyResponse(List) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
-
Performs a list of modifications specified by a list of
DSTModify objects (possible on different resource ID).
- getModifyResponse(ModifyElement) - Method in class com.sun.identity.liberty.ws.idpp.PPRequestHandler
-
Gets the modify response and set the status to OK.
- getModule() - Method in class com.sun.identity.authentication.jaas.LoginContext.ModuleInfo
-
- getModuleAuthTimeMap(SSOToken) - Static method in class com.sun.identity.authentication.util.AMAuthUtils
-
Returns a Map with all Auth Module instance names as key
and the time the module was authenticated as value.
- getModuleId() - Method in class org.forgerock.openam.audit.model.AuthenticationAuditEntry
-
Get the module id.
- getModuleId() - Method in class org.forgerock.openam.rest.LocalSSOTokenSessionModule
-
- getModuleIndex() - Method in exception com.sun.identity.authentication.spi.SetNextModuleException
-
- getModuleIndicatorKey() - Method in class com.sun.identity.federation.services.FSIDPAuthenticationContextInfo
-
Returns module indicator key.
- getModuleIndicatorValue() - Method in class com.sun.identity.federation.services.FSIDPAuthenticationContextInfo
-
Returns module indicator.
- getModuleInstanceNames() - Method in class com.sun.identity.authentication.AuthContext
-
Returns authentication module/s instances (or plugins) configured
for a organization, or sub-organization name that was set during the
AuthContext constructor.
- getModuleInstanceNames(String) - Method in class com.sun.identity.authentication.config.AMAuthenticationManager
-
Returns a Set of all registered module instance names for a module type,
including both the old instances from 6.3 DIT and the new instances
in 7.0.
- getModuleInstanceNames() - Method in class com.sun.identity.authentication.jaas.LoginContext
-
Returns module instance names list
- getModuleInstanceNames() - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Returns authentication module/s instances(or) plugin(s) configured
for an organization, or sub-organization that was set during the
AuthContext constructor.
- getModuleInstanceNames() - Method in class com.sun.identity.authentication.service.AMLoginContext
-
Returns authentication modules configured for a given organization.
- getModuleInstancesForHttpBasic(String) - Static method in class com.sun.identity.authentication.util.AMAuthUtils
-
Returns the list of configured module instances that could be
used by HTTP Basic
- getModuleList() - Method in class com.sun.identity.authentication.service.AuthLevel
-
Returns configured List of authentication modules
- getModuleLocalizedName(String) - Method in class com.sun.identity.authentication.service.AuthLevel
-
Returns localized name of a module.
- getModuleLocalizedName(String) - Method in class com.sun.identity.authentication.service.CompositeAdvices
-
Returns localized name of a module.
- getModuleMap() - Method in class com.sun.identity.authentication.service.AuthLevel
-
Returns a map containing localized module name and
module name.
- getModuleMap() - Method in class com.sun.identity.authentication.service.CompositeAdvices
-
Returns a map containing localized module name and module name.
- getModuleName(String) - Static method in class com.sun.identity.authentication.config.AMAuthConfigUtils
-
Returns module name from complete class name.
- getModuleName() - Method in class com.sun.identity.authentication.service.AuthLevel
-
Returns associated authentication module with auth level
- getModuleName() - Method in class com.sun.identity.authentication.service.CompositeAdvices
-
Returns configured List of authentication modules
- getModuleName(String) - Method in class com.sun.identity.authentication.service.LoginState
-
Returns the key for the localized module name.
- getModuleName() - Method in class com.sun.identity.authentication.service.PagePropertiesCallback
-
Deprecated.
Returns module name
- getModuleName() - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
-
Returns the authentication module name.
- getModuleName() - Method in class com.sun.identity.policy.util.AuthServiceConfigInfo
-
- getModuleName() - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolder
-
Gets the name of the module.
- getModuleServiceName(String) - Static method in class com.sun.identity.authentication.config.AMAuthConfigUtils
-
Returns SM service name based on module name
- getModuleServiceName(String) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
Get the module service name in either
iplanet-am-auth formatService(old) or
sunAMAuthService format(new).
- getModulesForLevel(int, String, String) - Method in class com.sun.identity.authentication.config.AMAuthLevelManager
-
Returns modules whose authentication level is equals or bigger than
the authentication level specified, am empty set will be returned
if organization does not exist, or no matching authentication level
could be found.
- getModuleStack() - Method in class com.sun.identity.authentication.jaas.LoginContext
-
- getModuleStackQueue() - Method in class com.sun.identity.authentication.jaas.LoginContext
-
- getModuleURL() - Method in class com.sun.identity.password.ui.PWResetServlet
-
Gets the modules URL
- getModulus() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RSAKeyValueTypeImpl
-
- getModulus() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.RSAKeyValueType
-
Gets the value of the modulus property.
- getModulus() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RSAKeyValueTypeImpl
-
- getModulus() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.RSAKeyValueType
-
Gets the value of the modulus property.
- getMonAuthList(String) - Static method in class com.sun.identity.monitoring.MonitoringUtil
-
- getMoreData() - Method in exception com.iplanet.security.x509.CertException
-
Returns a string describing the context in which the exception was
reported.
- getMostAppropriateSLOServiceLocation(List<SingleLogoutServiceElement>, String) - Static method in class com.sun.identity.saml2.profile.LogoutUtil
-
Based on the preferred SAML binding this method tries to choose the most appropriate
SingleLogoutServiceElement that can be used to send the logout request to.
- getMtu() - Method in class org.forgerock.openam.radius.common.packet.FramedMTUAttribute
-
Return the MTU.
- getMultiAttribute(CoreTokenField) - Method in class org.forgerock.openam.cts.api.tokens.Token
-
Accessor for the multi-value CoreTokenField attributes.
- getMultiRequests() - Method in class com.sun.identity.entitlement.xacml3.core.Request
-
Gets the value of the multiRequests property.
- getMustUnderstand() - Method in class com.sun.identity.liberty.ws.soapbinding.ConsentHeader
-
Returns value of mustUnderstand attribute.
- getMustUnderstand() - Method in class com.sun.identity.liberty.ws.soapbinding.CorrelationHeader
-
Returns value of mustUnderstand attribute.
- getMustUnderstand() - Method in class com.sun.identity.liberty.ws.soapbinding.ProcessingContextHeader
-
Returns value of 'mustUnderstand' attribute.
- getMustUnderstand() - Method in class com.sun.identity.liberty.ws.soapbinding.ProviderHeader
-
Returns value of mustUnderstand attribute.
- getMustUnderstand() - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
-
Returns value of mustUnderstand attribute.
- getMustUnderstand() - Method in class com.sun.identity.liberty.ws.soapbinding.UsageDirectiveHeader
-
Returns value of mustUnderstand attribute.
- getName() - Method in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
The method returns the name of the attribute
- getName() - Method in class com.iplanet.am.sdk.AMEntityType
-
Deprecated.
Returns the name of the entity
- getName() - Method in class com.iplanet.am.sdk.common.CacheStats
-
- getName() - Method in class com.iplanet.am.util.QCharset
-
- getName() - Method in class com.iplanet.security.x509.IssuingDistributionPointExtension
-
Return the name of this attribute.
- getName() - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets the name of the ACI
- getName() - Method in class com.iplanet.services.ldap.Attr
-
Get name of an UMS attribute
- getName(Locale) - Method in class com.iplanet.services.ldap.Attr
-
Get name of attribute in a given Locale
- getName(String, Locale) - Static method in class com.iplanet.services.ldap.Attr
-
Get attribute name with locale input.
- getName() - Method in class com.iplanet.services.util.ThreadPool
-
Returns the name of this thread pool
- getName() - Method in class com.iplanet.sso.providers.dpro.SSOPrincipal
-
Returns the principal name of this object
- getName() - Method in class com.iplanet.ums.cos.COSTemplate
-
Returns the name of this COS template.
- getName() - Method in class com.iplanet.ums.cos.DirectCOSDefinition
-
Returns the name of this COS.
- getName() - Method in interface com.iplanet.ums.cos.ICOSDefinition
-
This method returns the name of the COS definition.
- getName() - Method in class com.iplanet.ums.Organization
-
Returns the name of the organization.
- getName() - Method in class com.iplanet.ums.OrganizationalUnit
-
Return name of the organizational unit
- getName() - Method in class com.iplanet.ums.PeopleContainer
-
Return name of the People Container.
- getName() - Method in class com.iplanet.ums.Template
-
Gets the name of the template.
- getName() - Method in class com.sun.identity.authentication.callbacks.NameValueOutputCallback
-
- getName() - Method in class com.sun.identity.authentication.config.AMAuthenticationInstance
-
Returns the name of the module instance.
- getName() - Method in class com.sun.identity.authentication.config.AMAuthenticationSchema
-
Returns the name of this schema.
- getName() - Method in class com.sun.identity.authentication.internal.AuthPrincipal
-
Return the user name for this AuthPrincipal.
- getName() - Method in class com.sun.identity.authentication.internal.server.AuthSPrincipal
-
Return the username for this AuthPrincipal.
- getName() - Method in class com.sun.identity.authentication.modules.ad.ADPrincipal
-
Returns the AD username for this ADPrincipal.
- getName() - Method in class com.sun.identity.authentication.modules.anonymous.AnonymousAuthPrincipal
-
Return the LDAP user name for this AnonymousAuthPrincipal.
- getName() - Method in class com.sun.identity.authentication.modules.application.ApplicationPrincipal
-
Returns the LDAP user name for this ApplicationPrincipal.
- getName() - Method in class com.sun.identity.authentication.modules.cert.CertAuthPrincipal
-
Returns the username for this CertAuthPrincipal.
- getName() - Method in class com.sun.identity.authentication.modules.datastore.DataStorePrincipal
-
Returns the user name for this DataStorePrincipal.
- getName() - Method in class com.sun.identity.authentication.modules.federation.FederationPrincipal
-
Return the LDAP username for this FederationPrincipal.
- getName() - Method in class com.sun.identity.authentication.modules.hotp.HOTPPrincipal
-
Returns the HOTP username for this HOTPPrincipal.
- getName() - Method in class com.sun.identity.authentication.modules.httpbasic.HTTPBasicPrincipal
-
Returns the LDAP username for this HTTPBasicPrincipal.
- getName() - Method in class com.sun.identity.authentication.modules.jdbc.JDBCPrincipal
-
Returns the JDBC username for this JDBCPrincipal.
- getName() - Method in class com.sun.identity.authentication.modules.ldap.LDAPPrincipal
-
Returns the LDAP user name for this LDAPPrincipal.
- getName() - Method in class com.sun.identity.authentication.modules.membership.MembershipPrincipal
-
Returns the Membership user name for this
MembershipPrincipal.
- getName() - Method in class com.sun.identity.authentication.modules.msisdn.MSISDNPrincipal
-
Returns the user name for this MSISDNPrincipal.
- getName() - Method in class com.sun.identity.authentication.modules.nt.NTPrincipal
-
Returns the user name for this NTPrincipal.
- getName() - Method in class com.sun.identity.authentication.modules.radius.RADIUSPrincipal
-
Return the RADIUS username for this RADIUSPrincipal.
- getName() - Method in class com.sun.identity.authentication.modules.sae.SAEPrincipal
-
Returns the username for this SAEPrincipal.
- getName() - Method in class com.sun.identity.authentication.modules.securid.SecurIDPrincipal
-
Return the SecurID username for this SecurIDPrincipal.
- getName() - Method in class com.sun.identity.authentication.modules.windowsdesktopsso.WindowsDesktopSSOPrincipal
-
Returns the desktop user name.
- getName() - Method in class com.sun.identity.authentication.modules.wss.WSSUserPrincipal
-
Returns the user name for this WSSUserPrincipal.
- getName() - Method in class com.sun.identity.authentication.service.SSOTokenPrincipal
-
Returns the user name for this SSOTokenPrincipal.
- getName() - Method in class com.sun.identity.authentication.service.UserPrincipal
-
Return the user name for this UserPrincipal.
- getName() - Method in class com.sun.identity.cli.SubCommand
-
Returns name of the sub command.
- getName() - Method in class com.sun.identity.config.pojos.LDAPStore
-
- getName() - Method in class com.sun.identity.delegation.DelegationPrivilege
-
Returns the privilege name in the privilege
- getName() - Method in class com.sun.identity.entitlement.Application
-
Returns application name.
- getName() - Method in class com.sun.identity.entitlement.ApplicationPrivilege
-
Returns the name of the privilege.
- getName() - Method in class com.sun.identity.entitlement.ApplicationType
-
Returns application name.
- getName() - Method in class com.sun.identity.entitlement.Entitlement
-
Returns the name of the entitlement
- getName() - Method in class com.sun.identity.entitlement.EntitlementCombiner
-
Returns the name of this class for ease of reference.
- getName() - Method in interface com.sun.identity.entitlement.IPrivilege
-
Returns name.
- getName() - Method in class com.sun.identity.entitlement.JwtPrincipal
-
- getName() - Method in class com.sun.identity.entitlement.opensso.Cache
-
Returns name.
- getName() - Method in class com.sun.identity.entitlement.opensso.PolicyCondition
-
Returns name.
- getName() - Method in class com.sun.identity.entitlement.opensso.PolicySubject
-
Returns name.
- getName() - Method in class com.sun.identity.entitlement.Privilege
-
Returns the name of the privilege.
- getName() - Method in class com.sun.identity.entitlement.PrivilegeType
-
Returns name.
- getName() - Method in class com.sun.identity.entitlement.ReferralPrivilege
-
Deprecated.
Returns name.
- getName() - Method in class com.sun.identity.entitlement.util.SearchFilter
-
Returns filter name.
- getName() - Method in class com.sun.identity.federation.accountmgmt.FSAccountFedInfoKey
-
Gets opaque handle sent/received.
- getName() - Method in class com.sun.identity.federation.message.common.EncryptableNameIdentifier
-
Deprecated.
Returns the name from NameQualifier.
- getName() - Method in class com.sun.identity.idm.AMIdentity
-
Returns the name of the identity.
- getName() - Method in class com.sun.identity.idm.IdOperation
-
The getName method returns the name of the IdOperation
in string representaion.
- getName() - Method in class com.sun.identity.idm.IdType
-
Returns the name of this type, for example user for type
User.
- getName() - Method in class com.sun.identity.idsvcs.Attribute
-
- getName() - Method in class com.sun.identity.idsvcs.IdentityDetails
-
- getName() - Method in class com.sun.identity.idsvcs.Read
-
- getName() - Method in class com.sun.identity.install.tools.configurator.TaskInfo
-
- getName() - Method in class com.sun.identity.install.tools.configurator.ValidationInfo
-
- getName() - Method in class com.sun.identity.install.tools.util.Audit
-
- getName() - Method in class com.sun.identity.install.tools.util.ResultStatus
-
- getName() - Method in class com.sun.identity.install.tools.util.xml.XMLElement
-
Returns the name of this element
- getName() - Method in class com.sun.identity.install.tools.util.xml.XMLElementAttribute
-
Returns the name of this attribute
- getName() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.Parameter
-
Deprecated.
Returns value of 'name' attribute.
- getName() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.Transform
-
Deprecated.
Returns value of 'name' attribute.
- getName() - Method in class com.sun.identity.log.messageid.LogMessageID
-
Returns name.
- getName() - Method in class com.sun.identity.policy.Conditions
-
Returns the name for the collection of conditions
represented as Condition
- getName() - Method in exception com.sun.identity.policy.InvalidFormatException
-
Gets the name of the object that encountered an invalid format.
- getName() - Method in exception com.sun.identity.policy.InvalidNameException
-
Gets the name that is invalid
- getName() - Method in exception com.sun.identity.policy.LimitExceededException
-
Gets the name of the object for which limit was exceeded
- getName() - Method in exception com.sun.identity.policy.NameAlreadyExistsException
-
Gets the name that already exists.
- getName() - Method in exception com.sun.identity.policy.NameNotFoundException
-
Gets the name that was not found.
- getName() - Method in exception com.sun.identity.policy.ObjectInUseException
-
Gets the name that is in use.
- getName() - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Gets the name of the policy.
- getName() - Method in class com.sun.identity.policy.Referrals
-
Returns the name for the collection of referrals
represented as Referral
- getName() - Method in class com.sun.identity.policy.ResponseProviders
-
Returns the name of this object
- getName() - Method in class com.sun.identity.policy.Rule
-
Deprecated.
Returns the name assigned to the rule.
- getName() - Method in class com.sun.identity.policy.ServiceType
-
Returns the name of this object
- getName() - Method in class com.sun.identity.policy.Subjects
-
Returns the name for the collection of users
represented as Subject
- getName() - Method in class com.sun.identity.rest.AuthSPrincipal
-
Return the username for this AuthPrincipal.
- getName() - Method in class com.sun.identity.rest.SSOTokenPrincipal
-
- getName() - Method in class com.sun.identity.saml.assertion.NameIdentifier
-
Returns the name from NameQualifier.
- getName() - Method in interface com.sun.identity.saml2.assertion.Attribute
-
Returns the Name of the attribute.
- getName() - Method in class com.sun.identity.saml2.assertion.impl.AttributeImpl
-
Returns the Name of the attribute.
- getName() - Method in interface com.sun.identity.saml2.jaxb.assertion.AttributeType
-
Gets the value of the name property.
- getName() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeTypeImpl
-
- getName() - Method in interface com.sun.identity.saml2.jaxb.entityconfig.AttributeType
-
Gets the value of the name property.
- getName() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeTypeImpl
-
- getName() - Method in interface com.sun.identity.saml2.jaxb.metadata.EntitiesDescriptorType
-
Gets the value of the name property.
- getName() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntitiesDescriptorTypeImpl
-
- getName() - Method in interface com.sun.identity.saml2.protocol.IDPEntry
-
Returns the value of Name attribute.
- getName() - Method in class com.sun.identity.saml2.protocol.impl.IDPEntryImpl
-
Returns the value of Name attribute.
- getName() - Method in class com.sun.identity.shared.debug.Debug
-
Convinience method to query the name being used for this Debug instance.
- getName() - Method in enum com.sun.identity.shared.debug.DebugLevel
-
Get Name associated with this debug level
- getName() - Method in interface com.sun.identity.shared.debug.IDebug
-
Returns the name of the IDebug instance.
- getName() - Method in class com.sun.identity.shared.debug.impl.DebugImpl
-
Returns debug name.
- getName() - Method in class com.sun.identity.sm.AttributeSchema
-
Returns the name of the attribute.
- getName() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Retunrs the name of the attribute.
- getName() - Method in class com.sun.identity.sm.flatfile.SMSFlatFileTreeNode
-
Returns name.
- getName() - Method in class com.sun.identity.sm.PluginConfig
-
Returns the name of this service plugin.
- getName() - Method in class com.sun.identity.sm.PluginInterface
-
Returns the plugin interface name.
- getName() - Method in class com.sun.identity.sm.PluginSchema
-
Returns the name of the plugin schema
- getName() - Method in class com.sun.identity.sm.ServiceConfig
-
Returns the service name.
- getName() - Method in class com.sun.identity.sm.ServiceConfigManager
-
Returns the name of the service.
- getName() - Method in class com.sun.identity.sm.ServiceInstance
-
Returns the instance name.
- getName() - Method in class com.sun.identity.sm.ServiceSchema
-
Returns the name of the schema.
- getName() - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Returns the name of the service.
- getName() - Method in class com.sun.identity.sm.ServiceSchemaManagerImpl
-
Returns the Service name
- getName() - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.AttributeType
-
Gets the value of the name property.
- getName() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.AttributeTypeImpl
-
- getName() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyTypeImpl
-
- getName() - Method in interface com.sun.identity.wsfederation.jaxb.wspolicy.PolicyType
-
Gets the value of the name property.
- getName() - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.HeaderType
-
Gets the value of the name property.
- getName() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HeaderTypeImpl
-
- getName() - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Returns the trust authority name.
- getName() - Method in class com.sun.identity.wss.security.SecurityMechanism
-
Returns the security mechanism name.
- getName() - Method in class com.sun.identity.wss.security.SecurityPrincipal
-
Returns the name of the principal.
- getName() - Method in class com.sun.identity.wss.trust.ClaimType
-
Returns the name for the claim.
- getName() - Method in interface org.forgerock.oauth2.core.AuthenticationMethod
-
The name of the authentication method (e.g., the name of a login module or service).
- getName(OAuth2ProviderSettings) - Method in class org.forgerock.oauth2.core.ResourceOwner
-
Gets the name of the user, if possible.
- getName() - Method in class org.forgerock.openam.authentication.modules.adaptive.AdaptivePrincipal
-
Returns the VALid user name for this VALid.
- getName() - Method in class org.forgerock.openam.authentication.modules.fr.oath.OATHPrincipal
-
Returns the HOTP username for this HOTPPrincipal.
- getName() - Method in class org.forgerock.openam.authentication.modules.oath.OATHPrincipal
-
Returns the HOTP username for this HOTPPrincipal.
- getName() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthPrincipal
-
- getName() - Method in class org.forgerock.openam.authentication.modules.push.AuthenticatorPushPrincipal
-
Returns the AuthenticatorPush username for this AuthenticatorPushPrincipal.
- getName() - Method in class org.forgerock.openam.authentication.modules.scripted.ScriptedPrinciple
-
- getName() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteCookie
-
Retrieves the name of the cookie
- getName() - Method in class org.forgerock.openam.core.rest.cts.CoreTokenResourceAuthzModule
-
- getName() - Method in class org.forgerock.openam.core.rest.session.AnyOfAuthzModule
-
- getName() - Method in class org.forgerock.openam.core.rest.session.SessionResourceAuthzModule
-
- getName() - Method in class org.forgerock.openam.core.rest.session.TokenOwnerAuthzModule
-
- getName() - Method in class org.forgerock.openam.cts.worker.CTSWorkerTask
-
Return the name of this task.
- getName() - Method in class org.forgerock.openam.entitlement.ResourceType
-
Get the unique name (in the realm) for this resource type.
- getName() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlement
-
Returns the name of this entitlement (if set), or null otherwise.
- getName() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlementPattern
-
- getName() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonPolicy
-
Returns the name of this policy.
- getName() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationTypeWrapper
-
- getName() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- getName() - Method in class org.forgerock.openam.entitlement.rest.wrappers.JsonResourceType
-
- getName() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ReferralWrapper
-
- getName(DN) - Static method in class org.forgerock.openam.ldap.LDAPUtils
-
Returns the RDN without the attribute name from the passed in DN object, for example:
uid=demo,ou=people,dc=example,dc=com will return demo.
- getName() - Method in class org.forgerock.openam.license.ConsoleUser
-
Gets the name of the user.
- getName() - Method in interface org.forgerock.openam.license.User
-
Gets the name of the user.
- getName() - Method in class org.forgerock.openam.oauth2.OpenAMAuthenticationMethod
-
- getName() - Method in class org.forgerock.openam.oauth2.resources.labels.ResourceSetLabel
-
- getName() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
-
Gets the name of the resource set.
- getName() - Method in class org.forgerock.openam.oauth2.StatelessTokenMetadata
-
- getName() - Method in class org.forgerock.openam.radius.common.UserNameAttribute
-
Get the nested username value.
- getName() - Method in class org.forgerock.openam.radius.server.config.ClientConfig
-
Get the name of the client.
- getName() - Method in class org.forgerock.openam.rest.authz.AdminOnlyAuthzModule
-
- getName() - Method in class org.forgerock.openam.rest.authz.AgentOnlyAuthzModule
-
- getName() - Method in class org.forgerock.openam.rest.authz.CrestPrivilegeAuthzModule
-
- getName() - Method in class org.forgerock.openam.rest.authz.LoggingAuthzModule
-
- getName() - Method in class org.forgerock.openam.rest.authz.ResourceOwnerOrSuperUserAuthzModule
-
- getName() - Method in class org.forgerock.openam.rest.authz.SpecialAndAdminUserOnlyAuthzModule
-
- getName() - Method in class org.forgerock.openam.rest.authz.SpecialOrAdminOrAgentAuthzModule
-
- getName() - Method in class org.forgerock.openam.rest.authz.STSPublishServiceAuthzModule
-
- getName() - Method in class org.forgerock.openam.rest.authz.STSTokenGenerationServiceAuthzModule
-
- getName() - Method in class org.forgerock.openam.scripting.ScriptObject
-
The name of the script.
- getName() - Method in class org.forgerock.openam.scripting.service.ScriptConfiguration
-
Get the name for the ScriptConfiguration.
- getName() - Method in class org.forgerock.openam.selfservice.ResourceOwnerOrSuperUserAuthzModuleForKBA
-
- getName() - Method in class org.forgerock.openam.sts.soap.policy.am.OpenAMSessionAssertion
-
- getName() - Method in class org.forgerock.openam.sts.STSPrincipal
-
- getName() - Method in class org.forgerock.openam.uma.rest.UmaPolicyResourceAuthzFilter
-
- getName() - Method in interface org.forgerock.openam.xacml.v3.ImportStep
-
Name of the step.
- getName() - Method in class org.openidentityplatform.openam.authentication.modules.NtlmPrincipal
-
- getName() - Method in class org.openidentityplatform.openam.authentication.modules.QRPrincipal
-
- getName() - Method in class org.openidentityplatform.openam.authentication.modules.webauthn.WebAuthnPrincipal
-
- getNamedChildElements(String) - Method in class com.sun.identity.install.tools.util.xml.XMLElement
-
Returns a list of named chiled elements of this element.
- getNamedChildNode(Node, String, String, String) - Static method in class com.sun.identity.shared.xml.XMLUtils
-
Returns a child node that has the given node name and give attribute name
and value.
- getNamedConfig(String, String, SSOToken) - Static method in class com.sun.identity.authentication.config.AMAuthConfigUtils
-
Returns the authentication configuration defined in
iPlanetAMAuthConfiguration service as XML string.
- getNameFormat() - Method in interface com.sun.identity.saml2.assertion.Attribute
-
Returns the NameFormat of the attribute.
- getNameFormat() - Method in class com.sun.identity.saml2.assertion.impl.AttributeImpl
-
Returns the NameFormat of the attribute.
- getNameFormat() - Method in interface com.sun.identity.saml2.jaxb.assertion.AttributeType
-
Gets the value of the nameFormat property.
- getNameFormat() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeTypeImpl
-
- getNameID() - Method in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationImpl
-
Returns the identifier in NameID format
- getNameID() - Method in class com.sun.identity.saml2.assertion.impl.SubjectImpl
-
Returns the identifier in NameID format
- getNameID() - Method in interface com.sun.identity.saml2.assertion.Subject
-
Returns the identifier in NameID format
- getNameID() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmation
-
Returns the name identifier
- getNameID() - Method in class com.sun.identity.saml2.common.NameIDInfo
-
Returns the NameID object.
- getNameID() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationTypeImpl
-
- getNameID() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectTypeImpl
-
- getNameID() - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectConfirmationType
-
Gets the value of the nameID property.
- getNameID() - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectType
-
Gets the value of the nameID property.
- getNameID(Object, String, String, String, String) - Method in class com.sun.identity.saml2.plugins.DefaultIDPAccountMapper
-
- getNameID(Object, String, String, String, String) - Method in interface com.sun.identity.saml2.plugins.IDPAccountMapper
-
Returns the user's NameIDinformation that contains account federation with the corresponding remote
and local entities.
- getNameID() - Method in class com.sun.identity.saml2.profile.ManageNameIDRequestInfo
-
- getNameID() - Method in class com.sun.identity.saml2.profile.NameIDandSPpair
-
Returns the NameID.
- getNameId() - Method in class com.sun.identity.saml2.profile.ResponseInfo
-
Returns the NameID
- getNameID() - Method in class com.sun.identity.saml2.protocol.impl.LogoutRequestImpl
-
Returns the value of the nameID property.
- getNameID() - Method in class com.sun.identity.saml2.protocol.impl.ManageNameIDRequestImpl
-
Returns the value of the nameID property.
- getNameID() - Method in class com.sun.identity.saml2.protocol.impl.NameIDMappingRequestImpl
-
Returns the value of the nameID property.
- getNameID() - Method in class com.sun.identity.saml2.protocol.impl.NameIDMappingResponseImpl
-
Returns the value of the nameID property.
- getNameID() - Method in interface com.sun.identity.saml2.protocol.LogoutRequest
-
Returns the value of the nameID property.
- getNameID() - Method in interface com.sun.identity.saml2.protocol.ManageNameIDRequest
-
Returns the value of the nameID property.
- getNameID() - Method in interface com.sun.identity.saml2.protocol.NameIDMappingRequest
-
Returns the value of the nameID property.
- getNameID() - Method in interface com.sun.identity.saml2.protocol.NameIDMappingResponse
-
Returns the value of the nameID property.
- getNameID(Object, String, String, String) - Method in class com.sun.identity.wsfederation.plugins.DefaultIDPAccountMapper
-
Returns the user's NameIDinformation that contains
account federation with the corresponding remote and local entities.
- getNameID(Object, String, String, String) - Method in interface com.sun.identity.wsfederation.plugins.IDPAccountMapper
-
Returns the user's NameIDinformation that contains
account federation with the corresponding remote and local entities.
- getNameIDandSPpairs() - Method in class com.sun.identity.saml2.profile.IDPSession
-
Returns the list of NameID and
SPEntityID pair of the session.
- getNameIDandSPpairs() - Method in class com.sun.identity.saml2.profile.IDPSessionCopy
-
Returns the list of NameID and
SPEntityID pair of the session
- getNameIdentifier() - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
-
Deprecated.
Returns the NameIdentifier object.
- getNameIdentifier() - Method in class com.sun.identity.federation.message.FSLogoutNotification
-
Deprecated.
Returns the NameIdentifier object.
- getNameIdentifier() - Method in class com.sun.identity.federation.message.FSNameIdentifierMappingRequest
-
Deprecated.
Returns the NameIdentifier object qualified by the
requesting service provider .
- getNameIdentifier() - Method in class com.sun.identity.federation.message.FSNameIdentifierMappingResponse
-
Deprecated.
Returns the NameIdentifier object.
- getNameIdentifier(String, String, boolean) - Method in class com.sun.identity.federation.services.namemapping.FSNameMappingHandler
-
Returns NameIdentifier of a provider.
- getNameIdentifier(FSNameIdentifierMappingRequest, String, boolean) - Method in class com.sun.identity.federation.services.namemapping.FSNameMappingHandler
-
Returns NameIdentifier of a remote provider.
- getNameIdentifier(String, String, NameIdentifier, String) - Method in class com.sun.identity.liberty.ws.disco.plugins.IDFFNameIdentifierMapper
-
Returns mapped NameIdentifier for specified user.
- getNameIdentifier(String, String, NameIdentifier, String) - Method in interface com.sun.identity.liberty.ws.disco.plugins.NameIdentifierMapper
-
Returns mapped NameIdentifier for specified user.
- getNameIdentifier() - Method in class com.sun.identity.saml.assertion.Subject
-
Gets the NameIdentifier within the Subject element
- getNameIdentifier(Object, String, String, String) - Method in class com.sun.identity.saml.plugins.DefaultNameIdentifierMapper
-
Returns name identifier for assertion subject based on user account.
- getNameIdentifier(Object, String, String, String) - Method in interface com.sun.identity.saml.plugins.NameIdentifierMapper
-
Returns name identifier for assertion subject based on user account in
the data store.
- getNameIdentifierMapper() - Static method in class com.sun.identity.liberty.ws.disco.common.DiscoServiceManager
-
Returns the NameIdentifierMapper class specified in the
discovery service.
- getNameIdentifierMapper() - Method in class com.sun.identity.saml.common.SAMLServiceManager.SOAPEntry
-
Returns NameIdentifierMapper instance.
- getNameIDFormat() - Method in interface com.sun.identity.saml2.jaxb.metadata.AttributeAuthorityDescriptorType
-
Gets the value of the NameIDFormat property.
- getNameIDFormat() - Method in interface com.sun.identity.saml2.jaxb.metadata.AuthnAuthorityDescriptorType
-
Gets the value of the NameIDFormat property.
- getNameIDFormat() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeAuthorityDescriptorTypeImpl
-
- getNameIDFormat() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AuthnAuthorityDescriptorTypeImpl
-
- getNameIDFormat() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.PDPDescriptorTypeImpl
-
- getNameIDFormat() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.QueryDescriptorTypeImpl
-
- getNameIDFormat() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SSODescriptorTypeImpl
-
- getNameIDFormat() - Method in interface com.sun.identity.saml2.jaxb.metadata.PDPDescriptorType
-
Gets the value of the NameIDFormat property.
- getNameIDFormat() - Method in interface com.sun.identity.saml2.jaxb.metadata.QueryDescriptorType
-
Gets the value of the NameIDFormat property.
- getNameIDFormat() - Method in interface com.sun.identity.saml2.jaxb.metadata.SSODescriptorType
-
Gets the value of the NameIDFormat property.
- getNameIDFormat() - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.QueryDescriptorTypeImpl
-
- getNameIDFormat() - Method in interface com.sun.identity.saml2.jaxb.metadataextquery.QueryDescriptorType
-
Gets the value of the NameIDFormat property.
- getNameIdFormat() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
-
Gets the name-id format.
- getNameIDInfoAttribute() - Static method in class com.sun.identity.saml2.common.AccountUtils
-
Returns the SAML2 Name Identifier Info attribute name.
- getNameIDInfoAttribute() - Static method in class com.sun.identity.wsfederation.common.AccountUtils
-
Returns the WS-Federation Name Identifier Info attribute name.
- getNameIDInfoKey() - Method in class com.sun.identity.saml2.common.NameIDInfo
-
Returns the NameIDInfoKey
- getNameIDInfoKeyAttribute() - Static method in class com.sun.identity.saml2.common.AccountUtils
-
Returns the SAML2 Name Identifier InfoKey attribute name.
- getNameIDInfoKeyAttribute() - Static method in class com.sun.identity.wsfederation.common.AccountUtils
-
Returns the WS-Federation Name Identifier InfoKey attribute name.
- getNameIDKeyMap(NameID, String, String, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns the NameIDInfoKey key value pair that can
be used for searching the user.
- getNameIDMapper() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the NameID mapper class
- getNameIDMapper() - Method in class com.sun.identity.wss.provider.STSConfig
-
Returns the NameID mapper class
- getNameIDMapper() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Returns the NameID mapper class
- getNameIDMappingService() - Method in interface com.sun.identity.saml2.jaxb.metadata.IDPSSODescriptorType
-
Gets the value of the NameIDMappingService property.
- getNameIDMappingService() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorTypeImpl
-
- getNameIDMappingService(String, String, String) - Static method in class com.sun.identity.saml2.profile.NameIDMapping
-
Returns first NameIDMappingService matching specified binding in an
entity under the realm.
- getNameIDPolicy() - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Returns the NameIDPolicy object.
- getNameIDPolicy() - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
-
Returns the NameIDPolicy object.
- getNameIDPolicy() - Method in class com.sun.identity.saml2.protocol.impl.AuthnRequestImpl
-
Returns the NameIDPolicy object.
- getNameIDPolicy() - Method in class com.sun.identity.saml2.protocol.impl.NameIDMappingRequestImpl
-
Returns the NameIDPolicy object.
- getNameIDPolicy() - Method in interface com.sun.identity.saml2.protocol.NameIDMappingRequest
-
Returns the NameIDPolicy object.
- getNameIDStringFromResponse(Response) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Obtains the value of NameID from Response.
- getNameIDValue() - Method in class com.sun.identity.saml2.common.NameIDInfo
-
Returns the NameID value.
- getNameIDValue() - Method in class com.sun.identity.saml2.common.NameIDInfoKey
-
Returns the NameID value.
- getNameIDValueFromUserProfile(String, String, String, String) - Method in class com.sun.identity.saml2.plugins.DefaultIDPAccountMapper
-
- getNameQualifier() - Method in class com.sun.identity.federation.message.common.EncryptableNameIdentifier
-
Deprecated.
Returns the NameQualifier attribute.
- getNameQualifier() - Method in class com.sun.identity.saml.assertion.NameIdentifier
-
Returns the name.
- getNameQualifier() - Method in interface com.sun.identity.saml2.assertion.BaseIDAbstract
-
Returns the name qualifier
- getNameQualifier() - Method in class com.sun.identity.saml2.assertion.impl.BaseIDAbstractImpl
-
Returns the name qualifier
- getNameQualifier() - Method in class com.sun.identity.saml2.assertion.impl.NameIDTypeImpl
-
Returns the name qualifier
- getNameQualifier() - Method in interface com.sun.identity.saml2.assertion.NameIDType
-
Returns the name qualifier
- getNameQualifier() - Method in class com.sun.identity.saml2.common.NameIDInfo
-
Returns the value of the NameQualifier.
- getNameQualifier() - Method in interface com.sun.identity.saml2.jaxb.assertion.BaseIDAbstractType
-
Gets the value of the nameQualifier property.
- getNameQualifier() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.BaseIDAbstractTypeImpl
-
- getNameQualifier() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.NameIDTypeImpl
-
- getNameQualifier() - Method in interface com.sun.identity.saml2.jaxb.assertion.NameIDType
-
Gets the value of the nameQualifier property.
- getNameRegistrationDonePageURL(String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
- getNameRegistrationDonePageURL(String, String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
Returns the Name RegistrationDonePageURL from the
providerID under a realm.
- getNameRegistrationHandler(String, String, String) - Method in class com.sun.identity.federation.services.FSServiceManager
-
- getNameRegistrationHandler(String, String, String, String, String) - Method in class com.sun.identity.federation.services.FSServiceManager
-
- getNameRegistrationProviderIDKey() - Static method in class com.sun.liberty.LibertyManager
-
Returns name registration provider ID key.
- getNameRegistrationURL(String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
- getNameRegistrationURL(String, String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
Returns NameRegistrationURL.
- getNames() - Method in interface com.sun.identity.common.configuration.ISubConfigNames
-
- getNames() - Method in class com.sun.identity.common.configuration.SessionSiteNames
-
Returns the possible values for site names.
- getNames() - Method in class org.forgerock.openam.scripting.factories.RhinoScriptEngineFactory
- getNameScheme() - Method in class com.sun.identity.liberty.ws.idpp.IDPPServiceManager
-
Gets IDPP user name scheme.
- getNameSpace() - Method in class com.sun.identity.federation.accountmgmt.FSAccountFedInfoKey
-
Gets provider's (SP/IDP) nameSpace.
- getNameSpace() - Method in class com.sun.identity.saml.assertion.Action
-
Gets the namespace of Action
- getNamespace() - Method in interface com.sun.identity.saml2.assertion.Action
-
Returns the value of Namespace attribute.
- getNamespace() - Method in class com.sun.identity.saml2.assertion.impl.ActionImpl
-
Returns the value of the Namespace property.
- getNamespace() - Method in interface com.sun.identity.saml2.jaxb.assertion.ActionType
-
Gets the value of the namespace property.
- getNamespace() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ActionTypeImpl
-
- getNamespace() - Method in interface com.sun.identity.saml2.jaxb.metadata.AdditionalMetadataLocationType
-
Gets the value of the namespace property.
- getNamespace() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AdditionalMetadataLocationTypeImpl
-
- getNamespace() - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.HeaderType
-
Gets the value of the namespace property.
- getNamespace() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HeaderTypeImpl
-
- getNamespaceContext() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.MSVValidator
-
- getNamespaceContext() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXMarshaller
-
- getNamespaceContext() - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer
-
Obtains a namespace context object, which is used to
declare/obtain namespace bindings.
- getNamespaceContext() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.MSVValidator
-
- getNamespaceContext() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXMarshaller
-
- getNamespaceContext() - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.XMLSerializer
-
Obtains a namespace context object, which is used to
declare/obtain namespace bindings.
- getNamespaceDeclarations() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_Tie
-
- getNamespaceDeclarations() - Method in class com.sun.identity.entity.EntityObjectIF_Tie
-
- getNamespaceDeclarations() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_Tie
-
- getNamespaceDeclarations() - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_Tie
-
- getNamespaceDeclarations() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_Tie
-
- getNamespaceDeclarations() - Method in class com.sun.identity.saml.AssertionManagerIF_Tie
-
- getNamespaceDeclarations() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_Tie
-
- getNamespaceDeclarations() - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_Tie
-
- getNamespaceForPrefix(String, Element) - Static method in class com.sun.identity.liberty.ws.soapbinding.Utils
-
Gets the XML namespace URI that is mapped to the specified prefix, in
the context of the DOM element e
- getNameSpacePrefix() - Method in class com.sun.identity.liberty.ws.dst.DSTData
-
Gets the name space prefix.
- getNameSpacePrefix() - Method in class com.sun.identity.liberty.ws.dst.DSTModification
-
Gets the name space prefix.
- getNameSpacePrefix() - Method in class com.sun.identity.liberty.ws.dst.DSTModify
-
Gets the name space prefix.
- getNameSpacePrefix() - Method in class com.sun.identity.liberty.ws.dst.DSTModifyResponse
-
Gets the name space prefix.
- getNameSpacePrefix() - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
-
Gets the name space prefix.
- getNameSpacePrefix() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryItem
-
Gets the name space prefix.
- getNameSpacePrefix() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
-
Gets the name space prefix.
- getNamespacePrefixMapper() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.NamespaceContextImpl
-
- getNamespacePrefixMapper() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.NamespaceContextImpl
-
- getNamespacePrefixMapping() - Static method in class com.sun.identity.liberty.ws.soapbinding.Utils
-
Returns JAXB namespace prefix mapping.
- getNameSpaceURI() - Method in class com.sun.identity.liberty.ws.dst.DSTData
-
Gets the name space.
- getNameSpaceURI() - Method in class com.sun.identity.liberty.ws.dst.DSTModification
-
Gets the name space.
- getNameSpaceURI() - Method in class com.sun.identity.liberty.ws.dst.DSTModify
-
Gets the name space.
- getNameSpaceURI() - Method in class com.sun.identity.liberty.ws.dst.DSTModifyResponse
-
Gets the name space.
- getNameSpaceURI() - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
-
Gets the name space.
- getNameSpaceURI() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryItem
-
Gets the name space.
- getNameSpaceURI() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
-
Gets the name space.
- getNamespaceURI(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.NamespaceContextImpl
-
Obtains the namespace URI currently associated to the given prefix.
- getNamespaceURI(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- getNamespaceURI(String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.NamespaceContextImpl
-
Obtains the namespace URI currently associated to the given prefix.
- getNamespaceURI(String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- getNameValueMap() - Method in class com.sun.identity.install.tools.configurator.StateData
-
- getNamingAttr(int) - Static method in class com.iplanet.am.sdk.AMNamingAttrManager
-
Deprecated.
- getNamingAttr(int, String) - Static method in class com.iplanet.am.sdk.AMNamingAttrManager
-
Deprecated.
Gets the naming attribute after reading it from the corresponding
creation template.
- getNamingAttr(int, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getNamingAttr(int, String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- getNamingAttrForOrg() - Method in class com.sun.identity.sm.OrganizationConfigManager
-
- getNamingAttribute() - Method in class com.iplanet.am.sdk.AMEntityType
-
Deprecated.
Returns the naming attribute
- getNamingAttribute(int) - Static method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Returns the naming attribute of an object type.
- getNamingAttribute(int, String) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Returns the naming attribute
- getNamingAttribute(int) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
- getNamingAttribute(int, String) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
Gets the naming attribute after reading it from the corresponding
creation template.
- getNamingAttribute(int, String) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
Gets the naming attribute after reading it from the corresponding
creation template.
- getNamingAttribute() - Method in class com.iplanet.ums.CreationTemplate
-
Gets the naming attribute.
- getNamingAttribute() - Method in class com.iplanet.ums.dctree.DomainComponent
-
Get the naming attribute for the dc entry
- getNamingAttribute() - Method in class com.iplanet.ums.PersistentObject
-
Gets the attribute name that specifies the ID (or RDN in terms of DN in
ldap) component in an object.
- getNamingAttribute(int, Debug) - Static method in class com.sun.identity.common.admin.AdminInterfaceUtils
-
Returns the naming attribute used the specified object.
- getNamingAttribute() - Method in class com.sun.identity.sm.SMSObject
-
Returns the naming attribute
- getNamingServiceURL() - Static method in class com.iplanet.services.naming.WebtopNaming
-
Returns a list of the naming service urls.
- getNamingTable() - Method in class com.iplanet.services.naming.NamingTableConfigurationFactory.NamingTableConfiguration
-
- getNamingTable(boolean) - Static method in class com.iplanet.services.naming.service.NamingService
-
This function returns the naming table that consists of service urls,
platform servers and key/value mappings for platform servers Each server
instance needs to be updated in the platform server list to reflect that
server in the naming table
- getNamingTable() - Static method in class com.iplanet.services.naming.service.NamingService
-
- getNamingTable() - Method in class com.iplanet.services.naming.share.NamingResponse
-
Gets the naming table.
- getNamingTable() - Static method in class com.sun.identity.monitoring.Agent
-
- getNasId() - Method in class org.forgerock.openam.radius.common.packet.NASIdentifierAttribute
-
Return the id of the NAS originating the Access-Request.
- getNature() - Method in exception org.forgerock.openam.radius.server.RadiusProcessingException
-
Get the nature of the exception.
- getNeedAttributeEncrypted(boolean, SPSSOConfigElement) - Static method in class com.sun.identity.saml2.profile.SPACSUtils
-
- getNegativeByteAttrClone() - Method in class com.iplanet.am.sdk.AMHashMap
-
- getNegotiationCode() - Method in class com.sun.identity.authentication.spi.HttpCallback
-
Returns the negotiation error code.
- getNegotiationHeaderName() - Method in class com.sun.identity.authentication.spi.HttpCallback
-
Returns the negotiation header name.
- getNegotiationHeaderValue() - Method in class com.sun.identity.authentication.spi.HttpCallback
-
Returns the negotiation header value.
- getNestedGroupDNs() - Method in interface com.iplanet.am.sdk.AMGroup
-
Deprecated.
Returns the groups nested in this group.
- getNetworkMonitorNames() - Static method in class com.sun.identity.monitoring.MonitoringUtil
-
- getNetworkNumber() - Method in class org.forgerock.openam.radius.common.packet.FramedAppleTalkLinkAttribute
-
Returns the apple talk network number between 0 and 65535.
- getNetworkNumber() - Method in class org.forgerock.openam.radius.common.packet.FramedAppleTalkNetworkAttribute
-
Returns the apple talk network number between 0 and 65535 to probe to allocate a node for the user.
- getNewAdminConnectionFactory() - Method in class com.iplanet.services.ldap.DSConfigMgr
-
- getNewBasicConnectionFactory() - Method in class com.iplanet.services.ldap.DSConfigMgr
-
Get a new connection from this servergroup.
- getNewConnectionFactory(String, LDAPUser.Type) - Method in class com.iplanet.services.ldap.DSConfigMgr
-
Get a new connection from this servergroup.
- getNewDataValue() - Method in class com.sun.identity.liberty.ws.dst.DSTModification
-
Gets new data value
- getNewEncryptedID() - Method in class com.sun.identity.saml2.protocol.impl.ManageNameIDRequestImpl
-
Returns the value of the NewEncryptedID object.
- getNewEncryptedID() - Method in interface com.sun.identity.saml2.protocol.ManageNameIDRequest
-
Returns the value of the newEncryptedID property.
- getNewEntryIDs() - Method in class com.sun.identity.liberty.ws.disco.ModifyResponse
-
Gets the newEntryIDs attribute.
- getNewID() - Method in class com.sun.identity.saml2.protocol.impl.ManageNameIDRequestImpl
-
Returns the value of the NewID property.
- getNewID() - Method in interface com.sun.identity.saml2.protocol.ManageNameIDRequest
-
Returns the value of the NewID property.
- getNewInstance() - Static method in class com.sun.identity.entitlement.Privilege
-
Returns entitlement privilege.
- getNewInstance(String) - Static method in class com.sun.identity.entitlement.Privilege
-
- getNewInstance(JSONObject) - Static method in class com.sun.identity.entitlement.Privilege
-
- getNewKey() - Static method in class com.sun.identity.authentication.internal.AuthSSOToken
-
- getNewlyDeclaredPrefixes() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- getNewlyDeclaredPrefixes() - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext
-
Returns a list of prefixes newly declared on this element.
- getNewlyDeclaredPrefixes() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- getNewlyDeclaredPrefixes() - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallingContext
-
Returns a list of prefixes newly declared on this element.
- getNewModuleServiceName(String) - Static method in class com.sun.identity.authentication.config.AMAuthConfigUtils
-
- getNewProxyConnectionFactory() - Method in class com.iplanet.services.ldap.DSConfigMgr
-
Get a new proxy connection from this servergroup.
- getNewPWD() - Method in class com.sun.identity.authentication.modules.ldap.LDAPCallbacks
-
- getNewRequest(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
Creates New Request ID from the HttpRequestServlet.
- getNewSchema() - Method in class org.forgerock.openam.upgrade.SchemaUpgradeWrapper
-
- getNewServerDefaults(SSOToken) - Static method in class com.sun.identity.common.configuration.ServerConfiguration
-
- getNewServiceNamePath(String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Returns the absolute path of new service schema xml file.
- getNewServiceWrapper() - Method in class com.sun.identity.sm.ServiceSchemaModifications
-
Get the wrapper that wraps the new service and any modifications it might have.
- getNewTransformer() - Method in interface org.forgerock.openam.sts.XMLUtilities
-
- getNewTransformer() - Method in class org.forgerock.openam.sts.XMLUtilitiesImpl
-
- getNewUserIDs(Map, int) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Returns a set of user IDs generated from the class defined
in the Core Authentication Service.
- getNextBtnLabel() - Method in interface com.sun.identity.password.ui.model.PWResetUserValidationModel
-
Returns next button label.
- getNextBtnLabel() - Method in class com.sun.identity.password.ui.model.PWResetUserValidationModelImpl
-
Gets next button label
- getNextExecutionItem() - Method in class com.sun.identity.install.tools.configurator.Driver.ExecutionStatus
-
- getNextId(SSOToken) - Static method in class com.sun.identity.common.configuration.ConfigurationBase
-
- getNextId(Set<String>) - Static method in class com.sun.identity.common.configuration.ConfigurationBase
-
- getNextVarEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerAuthModulesTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerFedCOTMemberTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicy22AgentTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebAgentTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebGroupTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerRealmTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML1CacheTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML2SPTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerServerTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSiteMapTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSitesTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class org.forgerock.openam.monitoring.cts.CtsTokenOperationsTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class org.forgerock.openam.monitoring.cts.OperationTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class org.forgerock.openam.monitoring.cts.TokenTableMeta
-
Returns the arc of the next columnar object following "var".
- getNickName() - Method in class com.sun.identity.saml.common.SAMLCertUtils.CertEntry
-
Returns nick name of the certificate.
- getNodeAttributeValue(Node, String) - Static method in class com.sun.identity.shared.xml.XMLUtils
-
- getNodeAttributeValueNS(Node, String, String) - Static method in class com.sun.identity.shared.xml.XMLUtils
-
Gets attribute value of a node.
- getNodeName() - Method in enum com.sun.identity.sm.SMSUtils.ATTRIBUTE_SCHEMA_CHILD
-
Get the node type name
- getNodeValue() - Method in class org.forgerock.openam.entitlement.utils.indextree.treenodes.DefaultTreeNode
-
- getNodeValue() - Method in class org.forgerock.openam.entitlement.utils.indextree.treenodes.MultiWildcardNode
-
- getNodeValue() - Method in class org.forgerock.openam.entitlement.utils.indextree.treenodes.RootNode
-
- getNodeValue() - Method in class org.forgerock.openam.entitlement.utils.indextree.treenodes.SingleWildcardNode
-
- getNodeValue() - Method in interface org.forgerock.openam.entitlement.utils.indextree.treenodes.TreeNode
-
- getNonce() - Method in class com.sun.identity.federation.message.common.EncryptableNameIdentifier
-
Deprecated.
Retunrs the nounce.
- getNonce() - Method in class com.sun.identity.wss.security.UserNameToken
-
Returns the nonce
- getNonce(String) - Static method in class com.sun.liberty.LibertyManager
-
- getNonce() - Method in interface org.forgerock.oauth2.core.AccessToken
-
Gets the token's nonce.
- getNonce() - Method in class org.forgerock.oauth2.core.AuthorizationCode
-
Gets the nonce.
- getNonce() - Method in class org.forgerock.oauth2.core.DeviceCode
-
Gets the Nonce parameter.
- getNonce() - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Gets the nonce.
- getNonce() - Method in class org.forgerock.openam.oauth2.StatelessAccessToken
-
- getNonce() - Method in class org.forgerock.openam.sts.rest.token.provider.oidc.OpenIdConnectTokenCreationState
-
- getNonce() - Method in class org.forgerock.openam.sts.service.invocation.OpenIdConnectTokenGenerationState
-
- getNonce() - Method in class org.forgerock.openam.sts.user.invocation.OpenIdConnectTokenCreationState
-
- getNormalizedContentType(String) - Static method in enum org.forgerock.openam.xacml.v3.model.ContentType
-
Normalize the Content Received from the actual HTTP Request.
- getNormalizedDateString(Date) - Static method in class com.sun.identity.shared.locale.Locale
-
Converts the Date object into ISO-8601 format
yyyy/MM/dd HH:mm like 2002/12/23 20:40.
- getNormalizedValue(String) - Method in class com.sun.identity.install.tools.configurator.UserDataInteraction
-
- getNotBefore() - Method in class com.sun.identity.saml.assertion.Conditions
-
Returns the earliest time at which the assertion is valid held in this
Conditions object.
- getNotBefore() - Method in interface com.sun.identity.saml2.assertion.Conditions
-
Returns the time instant before which the subject cannot be confirmed.
- getNotBefore() - Method in class com.sun.identity.saml2.assertion.impl.ConditionsImpl
-
Returns the time instant before which the subject cannot be confirmed.
- getNotBefore() - Method in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationDataImpl
-
Returns the time instant before which the subject cannot be confirmed
- getNotBefore() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
-
Returns the time instant before which the subject cannot be confirmed
- getNotBefore() - Method in interface com.sun.identity.saml2.jaxb.assertion.ConditionsType
-
Gets the value of the notBefore property.
- getNotBefore() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionsTypeImpl
-
- getNotBefore() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationDataTypeImpl
-
- getNotBefore() - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectConfirmationDataType
-
Gets the value of the notBefore property.
- getNotBeforeSkewTime(String, String) - Static method in class com.sun.identity.saml2.profile.IDPSSOUtil
-
Returns the NotBefore skew time from the IDP
extended metadata .
- getNotChangedSince() - Method in class com.sun.identity.liberty.ws.dst.DSTModification
-
Gets the NotChangedSince attribute.
- getNotice() - Method in class org.forgerock.openam.license.CLILicensePresenter
-
Returns a String to be displayed to the user in the event they require a prompt.
- getNotice() - Method in interface org.forgerock.openam.license.LicensePresenter
-
Returns a notice to display to the user, indicating
that all licenses must be accepted for the user to be able to continue.
- getNotificationHandler(String) - Static method in class com.iplanet.services.comm.client.PLLClient
-
Gets a notification handler of a service.
- getNotificationID() - Method in class com.iplanet.dpro.session.share.SessionNotification
-
Returns the notification ID.
- getNotificationId() - Method in class com.sun.identity.policy.remote.PolicyNotification
-
Returns the notification Id of this notification.
- getNotificationQueueSize() - Method in class com.iplanet.dpro.session.service.SessionNotificationSender
-
Returns current Notification queue size.
- getNotifications() - Method in class com.iplanet.services.comm.share.NotificationSet
-
Gets the Notification objects contained in this object.
- getNotificationThreadPoolSize() - Method in class com.iplanet.dpro.session.service.SessionServiceConfig
-
Returns value of SystemProperty "com.iplanet.am.notification.threadpool.size".
- getNotificationThreadPoolThreshold() - Method in class com.iplanet.dpro.session.service.SessionServiceConfig
-
Returns value of SystemProperty "com.iplanet.am.notification.threadpool.threshold".
- getNotificationTime() - Method in class com.iplanet.dpro.session.share.SessionNotification
-
Returns the notification time.
- getNotificationType() - Method in class com.iplanet.dpro.session.share.SessionNotification
-
Returns the notification type.
- getNotificationType() - Method in class com.sun.identity.policy.remote.PolicyNotification
-
Returns the notification type of this notification.
- getNotificationURL() - Method in class com.iplanet.dpro.session.share.SessionRequest
-
Returns the notification URL.
- getNotificationURL() - Static method in class com.iplanet.services.naming.WebtopNaming
-
Returns the URL of the notification service on the local
host.
- getNotificationURL() - Method in class com.sun.identity.policy.remote.PolicyListenerRequest
-
Returns the notification URL to which the notification is sent.
- getNotificationURL() - Method in class com.sun.identity.policy.remote.RemoveListenerRequest
-
Returns the notification URL to which the notification is sent.
- getNotificationVersion() - Method in class com.iplanet.dpro.session.share.SessionNotification
-
Returns the notification version.
- getNotOnOrAfter() - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader.Credential
-
Returns value of notOnOrAfter attribute.
- getNotOnorAfter() - Method in class com.sun.identity.saml.assertion.Conditions
-
Returns the time instant held within this Conditions object
at which the Assertion has expired.
- getNotOnOrAfter() - Method in interface com.sun.identity.saml2.assertion.Conditions
-
Returns the time instant at which the subject can no longer
be confirmed.
- getNotOnOrAfter() - Method in class com.sun.identity.saml2.assertion.impl.ConditionsImpl
-
Returns the time instant at which the subject can no longer
be confirmed.
- getNotOnOrAfter() - Method in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationDataImpl
-
Returns the time instant at which the subject can no longer be
confirmed
- getNotOnOrAfter() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
-
Returns the time instant at which the subject can no longer be
confirmed
- getNotOnOrAfter() - Method in interface com.sun.identity.saml2.jaxb.assertion.ConditionsType
-
Gets the value of the notOnOrAfter property.
- getNotOnOrAfter() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionsTypeImpl
-
- getNotOnOrAfter() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationDataTypeImpl
-
- getNotOnOrAfter() - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectConfirmationDataType
-
Gets the value of the notOnOrAfter property.
- getNotOnOrAfter() - Method in class com.sun.identity.saml2.protocol.impl.LogoutRequestImpl
-
Returns the value of the notOnOrAfter property.
- getNotOnOrAfter() - Method in interface com.sun.identity.saml2.protocol.LogoutRequest
-
Returns the value of the notOnOrAfter property.
- getNumberOfAcceptedPackets() - Method in interface org.forgerock.openam.radius.server.monitoring.RadiusServerEventMonitorMXBean
-
get the number of packets accepted by the radius server.
- getNumberOfAcceptedPackets() - Method in class org.forgerock.openam.radius.server.monitoring.RadiusServerEventRegistrar
-
- getNumberOfAssignableDynamicGroups(int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Gets number of assignable dynamic groups within the specified level.
- getNumberOfAssignableDynamicGroups(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Gets number of assignable dynamic groups within the specified level.
- getNumberOfAuthModules() - Method in class com.sun.identity.authentication.service.AuthLevel
-
Returns configured number of authentication modules
- getNumberOfAuthModules() - Method in class com.sun.identity.authentication.service.CompositeAdvices
-
Returns configured number of authentication modules
- getNumberOfAuthRequestsAccepted() - Method in interface org.forgerock.openam.radius.server.monitoring.RadiusServerEventMonitorMXBean
-
get the number of auth requests (AccessRequest packets) that resulted in AccessAccept packets being returned in
response to the request.
- getNumberOfAuthRequestsAccepted() - Method in class org.forgerock.openam.radius.server.monitoring.RadiusServerEventRegistrar
-
- getNumberOfAuthRequestsRejected() - Method in interface org.forgerock.openam.radius.server.monitoring.RadiusServerEventMonitorMXBean
-
get the number of auth requests (AccessRequest packets) that resulted in AccessReject packets being returned in
response to the request.
- getNumberOfAuthRequestsRejected() - Method in class org.forgerock.openam.radius.server.monitoring.RadiusServerEventRegistrar
-
- getNumberOfDynamicGroups(int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Gets number of dynamic groups within the specified level.
- getNumberOfDynamicGroups(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Gets number of dynamic groups within the specified level.
- getNumberOfEntriesInDataColumn() - Method in class com.sun.identity.log.messageid.LogMessageID
-
Returns number of entries in the data column.
- getNumberOfFilteredRoles(int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Gets number of filtered roles within the specified level.
- getNumberOfFilteredRoles(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Gets number of filtered roles within the specified level.
- getNumberOfGroupContainers(int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Gets number of group containers within the specified level.
- getNumberOfGroupContainers(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Gets number of group containers within the specified level.
- getNumberOfGroups(int) - Method in interface com.iplanet.am.sdk.AMGroup
-
Deprecated.
Returns number of groups in the group.
- getNumberOfGroups(int) - Method in interface com.iplanet.am.sdk.AMGroupContainer
-
Deprecated.
Returns number of groups in the group container.
- getNumberOfOrganizationalUnits(int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Gets number of organizational units within the specified level.
- getNumberOfOrganizations(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Gets number of organizations within the specified level.
- getNumberOfPacketsProcessed() - Method in interface org.forgerock.openam.radius.server.monitoring.RadiusServerEventMonitorMXBean
-
get the number of packets processed by the radius server (since started).
- getNumberOfPacketsProcessed() - Method in class org.forgerock.openam.radius.server.monitoring.RadiusServerEventRegistrar
-
- getNumberOfPacketsRecieved() - Method in interface org.forgerock.openam.radius.server.monitoring.RadiusServerEventMonitorMXBean
-
Get a long count of all of the RADIUS packets received on the UDP channel.
- getNumberOfPacketsRecieved() - Method in class org.forgerock.openam.radius.server.monitoring.RadiusServerEventRegistrar
-
- getNumberOfPeopleContainers(int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Gets number of people containers within the specified level.
- getNumberOfPeopleContainers(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Gets number of people containers within the specified level.
- getNumberOfPolicies() - Static method in class com.sun.identity.entitlement.opensso.DataStore
-
- getNumberOfPolicies(String) - Static method in class com.sun.identity.entitlement.opensso.DataStore
-
- getNumberOfReferrals() - Static method in class com.sun.identity.entitlement.opensso.DataStore
-
- getNumberOfReferrals(String) - Static method in class com.sun.identity.entitlement.opensso.DataStore
-
- getNumberOfRoles(int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Gets number of roles within the specified level.
- getNumberOfRoles(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Gets number of roles within the specified level.
- getNumberOfRows(LogManager, String) - Method in class com.sun.identity.log.handlers.LogReadDBHandler
-
Return number of records in each table
- getNumberOfServices() - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Returns the number of services.
- getNumberOfServices() - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Returns the number of services.
- getNumberOfStates() - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Returns the number of authentication states for this
login module.
- getNumberOfStaticGroups(int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Gets number of static groups within the specified level.
- getNumberOfStaticGroups(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Gets number of static groups within the specified level.
- getNumberOfSubGroupContainers() - Method in interface com.iplanet.am.sdk.AMGroupContainer
-
Deprecated.
Returns number of sub group containers in the group container.
- getNumberOfSubOrganizationalUnits(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Gets number of sub organizational units within the specified level.
- getNumberOfSubOrganizations(int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Gets number of sub organizations within the specified level.
- getNumberOfSubPeopleContainers() - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Gets number of sub people containers in the people container.
- getNumberOfSuccessiveLines() - Method in class com.sun.identity.install.tools.util.DeletePattern
-
- getNumberOfUsers() - Method in interface com.iplanet.am.sdk.AMGroup
-
Deprecated.
Returns number of users in the group.
- getNumberOfUsers(int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Gets number of users within the specified level.
- getNumberOfUsers(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Gets number of users within the specified level.
- getNumberOfUsers() - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Gets number of users in the people container.
- getNumberOfUsers() - Method in interface com.iplanet.am.sdk.AMRole
-
Deprecated.
Gets number of users in the role.
- getNumCachedPolicies(String) - Static method in class com.sun.identity.entitlement.opensso.OpenSSOIndexStore
-
- getNumCachedPolicies() - Static method in class com.sun.identity.entitlement.opensso.OpenSSOIndexStore
-
- getNumCachedPolicies() - Method in class com.sun.identity.monitoring.SsoServerEntitlementSvc
-
Getter for the "NumCachedPolicies" variable.
- getNumCachedPolicies() - Method in class com.sun.identity.monitoring.SsoServerEntitlementSvcImpl
-
- getNumCachedPolicies() - Method in interface com.sun.identity.monitoring.SsoServerEntitlementSvcMBean
-
Getter for the "NumCachedPolicies" variable.
- getNumCachedReferrals(String) - Static method in class com.sun.identity.entitlement.opensso.OpenSSOIndexStore
-
- getNumCachedReferrals() - Static method in class com.sun.identity.entitlement.opensso.OpenSSOIndexStore
-
- getNumCachedReferrals() - Method in class com.sun.identity.monitoring.SsoServerEntitlementSvc
-
Getter for the "NumCachedReferrals" variable.
- getNumCachedReferrals() - Method in class com.sun.identity.monitoring.SsoServerEntitlementSvcImpl
-
- getNumCachedReferrals() - Method in interface com.sun.identity.monitoring.SsoServerEntitlementSvcMBean
-
Getter for the "NumCachedReferrals" variable.
- getNumConnReleased() - Method in class com.sun.identity.monitoring.SsoServerConnPoolSvc
-
Getter for the "NumConnReleased" variable.
- getNumConnReleased() - Method in interface com.sun.identity.monitoring.SsoServerConnPoolSvcMBean
-
Getter for the "NumConnReleased" variable.
- getNumConnUsedCurrent() - Method in class com.sun.identity.monitoring.SsoServerConnPoolSvc
-
Getter for the "NumConnUsedCurrent" variable.
- getNumConnUsedCurrent() - Method in interface com.sun.identity.monitoring.SsoServerConnPoolSvcMBean
-
Getter for the "NumConnUsedCurrent" variable.
- getNumConnUsedHighWaterMark() - Method in class com.sun.identity.monitoring.SsoServerConnPoolSvc
-
Getter for the "NumConnUsedHighWaterMark" variable.
- getNumConnUsedHighWaterMark() - Method in interface com.sun.identity.monitoring.SsoServerConnPoolSvcMBean
-
Getter for the "NumConnUsedHighWaterMark" variable.
- getNumConnUsedLowWaterMark() - Method in class com.sun.identity.monitoring.SsoServerConnPoolSvc
-
Getter for the "NumConnUsedLowWaterMark" variable.
- getNumConnUsedLowWaterMark() - Method in interface com.sun.identity.monitoring.SsoServerConnPoolSvcMBean
-
Getter for the "NumConnUsedLowWaterMark" variable.
- getNumericValue() - Method in class com.sun.identity.entitlement.util.SearchFilter
-
Returns filter numeric value.
- getNumPolicies() - Method in class com.sun.identity.monitoring.SsoServerEntitlementSvc
-
Getter for the "NumPolicies" variable.
- getNumPolicies() - Method in class com.sun.identity.monitoring.SsoServerEntitlementSvcImpl
-
- getNumPolicies() - Method in interface com.sun.identity.monitoring.SsoServerEntitlementSvcMBean
-
Getter for the "NumPolicies" variable.
- getNumPublishedInstances() - Method in interface org.forgerock.openam.sts.soap.healthcheck.HealthCheck
-
- getNumPublishedInstances() - Method in class org.forgerock.openam.sts.soap.healthcheck.HealthCheckImpl
-
- getNumRecords() - Method in class org.forgerock.openam.session.model.DBStatistics
-
Returns the number of records in the database
- getNumRecordsWanted() - Method in class com.sun.identity.log.LogQuery
-
- getNumReferrals() - Method in class com.sun.identity.monitoring.SsoServerEntitlementSvc
-
Getter for the "NumReferrals" variable.
- getNumReferrals() - Method in class com.sun.identity.monitoring.SsoServerEntitlementSvcImpl
-
- getNumReferrals() - Method in interface com.sun.identity.monitoring.SsoServerEntitlementSvcMBean
-
Getter for the "NumReferrals" variable.
- getOathDevicesDao(AuthenticatorDeviceServiceFactory<AuthenticatorOathService>) - Method in class org.forgerock.openam.core.rest.devices.CoreRestDevicesGuiceModule
-
- getOAuthField() - Method in enum org.forgerock.openam.cts.api.fields.OAuthTokenField
-
- getObject(String) - Method in class com.iplanet.dpro.session.service.InternalSession
-
Returns the value of the specified key from the internal object map.
- getObject(SSOToken, Guid) - Static method in class com.iplanet.ums.UMSObject
-
Returns the persistent object of correct subclass, for the given id.
- getObject(SSOToken, Guid, String[]) - Static method in class com.iplanet.ums.UMSObject
-
Returns the persistent object of correct subclass, for the given ID.
- getObject(Principal, Guid) - Static method in class com.iplanet.ums.UMSObject
-
- getObject(Principal, Guid, String[]) - Static method in class com.iplanet.ums.UMSObject
-
- getObject() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureTypeImpl
-
- getObject() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignatureType
-
Gets the value of the Object property.
- getObject() - Method in class com.sun.identity.saml2.profile.CacheObject
-
- getObject() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureTypeImpl
-
- getObject() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignatureType
-
Gets the value of the Object property.
- getObjectClass() - Method in class com.iplanet.am.sdk.AMEntityType
-
Deprecated.
Returns the objectclass
- getObjectClass(int) - Static method in class com.iplanet.am.sdk.AMObjectClassManager
-
Deprecated.
- getObjectClass(int) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Returns the objectclass representing an object type.
- getObjectClass(int) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
- getObjectClass(int) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
- getObjectClasses(String) - Method in class com.iplanet.ums.SchemaManager
-
Gets a collection of the names of the object classes for this attribute
- getObjectClasses() - Method in class com.sun.identity.sm.model.TokenDataEntry
-
- getObjectClassFromDS(int) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
- getObjectClassFromDS(int) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getObjectClassFromDS(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- getObjectFactory() - Static method in class com.sun.identity.liberty.ws.interaction.JAXBObjectFactory
-
Gets singleton instance of
com.sun.identity.liberty.ws.interaction.jaxb.ObjectFactory.
- getObjectFromId(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- getObjectFromId(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext
-
Looks up the ID table and gets associated object.
- getObjectFromId(String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- getObjectFromId(String) - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallingContext
-
Looks up the ID table and gets associated object.
- getObjectHandle(SSOToken, Guid) - Static method in class com.iplanet.ums.UMSObject
-
Return a PersistentObject given an authenticated token and guid.
- getObjectInstance(String) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
-
Returns default object instance for a given interface.
- getObjectInstance(String, String) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
-
Returns new object instance taking String parameter in constructor.
- getObjectInstance(String, Element) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
-
Returns new object instance taking Element parameter in constructor.
- getObjectInstance(String, byte[], int, String, String) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
-
Returns new object instance with given parameters.
- getObjectMapper() - Static method in class org.forgerock.openam.utils.JsonValueBuilder
-
Get singleton ObjectMapper instance for serialising to/from JSON.
- getObjectName(int) - Static method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Take a supported type, and returns the matching name of the supported
managed type.
- getObjectType(String) - Static method in class com.iplanet.am.sdk.AMObjectClassManager
-
Deprecated.
- getObjectType() - Method in class com.iplanet.am.sdk.common.CacheBlockBase
-
- getObjectType(SSOToken, String) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Returns the integer type of the object represented by the DN
.
- getObjectType(SSOToken, String, Map) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Returns the integer type of the object represented by the
DN using the cached attributes.
- getObjectType(SSOToken, String) - Method in class com.iplanet.am.sdk.ldap.CachedDirectoryServicesImpl
-
Gets the type of the object given its DN.
- getObjectType(SSOToken, String) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
Gets the type of the object given its DN.
- getObjectType(SSOToken, String, Map) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
Gets the type of the object given its DN.
- getObjectType(String) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
- getObjectType(SSOToken, String) - Method in class com.iplanet.am.sdk.remote.CachedRemoteServicesImpl
-
Gets the type of the object given its DN.
- getObjectType(String, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getObjectType(String, String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- getObjectType(SSOToken, String) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
Gets the type of the object given its DN.
- getObjectType(SSOToken, String, Map) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
- getObjectType() - Method in exception com.sun.identity.policy.InvalidFormatException
-
Gets the type of object which encountered
the invalid name.
- getObjectType() - Method in exception com.sun.identity.policy.InvalidNameException
-
Gets the type of object which encountered
the invalid name.
- getObjectType() - Method in exception com.sun.identity.policy.LimitExceededException
-
Gets the type of object which encountered
the invalid name.
- getObjectType() - Method in exception com.sun.identity.policy.NameAlreadyExistsException
-
Gets the type of object which encountered
the invalid name.
- getObjectType() - Method in exception com.sun.identity.policy.NameNotFoundException
-
Gets the type of object which encountered
the invalid name.
- getObligation() - Method in class com.sun.identity.entitlement.xacml3.core.Obligations
-
Gets the value of the obligation property.
- getObligationExpression() - Method in class com.sun.identity.entitlement.xacml3.core.ObligationExpressions
-
Gets the value of the obligationExpression property.
- getObligationExpressions() - Method in class com.sun.identity.entitlement.xacml3.core.Policy
-
Gets the value of the obligationExpressions property.
- getObligationExpressions() - Method in class com.sun.identity.entitlement.xacml3.core.PolicySet
-
Gets the value of the obligationExpressions property.
- getObligationExpressions() - Method in class com.sun.identity.entitlement.xacml3.core.Rule
-
Gets the value of the obligationExpressions property.
- getObligationId() - Method in class com.sun.identity.entitlement.xacml3.core.Obligation
-
Gets the value of the obligationId property.
- getObligationId() - Method in class com.sun.identity.entitlement.xacml3.core.ObligationExpression
-
Gets the value of the obligationId property.
- getObligationId() - Method in class com.sun.identity.xacml.policy.impl.ObligationImpl
-
Returns the ObligationId of this Obligation
- getObligationId() - Method in interface com.sun.identity.xacml.policy.Obligation
-
Returns the ObligationId of this Obligation
- getObligations() - Method in class com.sun.identity.entitlement.xacml3.core.Result
-
Gets the value of the obligations property.
- getObligations() - Method in class com.sun.identity.xacml.context.impl.ResultImpl
-
Returns the Obligations of this object
- getObligations() - Method in interface com.sun.identity.xacml.context.Result
-
Returns the Obligations of this object
- getObligations() - Method in class com.sun.identity.xacml.policy.impl.ObligationsImpl
-
Returns the Obligation objects set in this
Obligations
- getObligations() - Method in interface com.sun.identity.xacml.policy.Obligations
-
Returns the Obligation objects set in this
Obligations
- getOBOToken() - Method in class com.sun.identity.wss.sts.STSClientConfiguration
-
- getOctets() - Method in class org.forgerock.openam.radius.common.Attribute
-
Returns a byte array with on-the-wire attribute format including the two byte prefix consisting of the type octet
and length octet defined in section 3 of RFC 2865.
- getOctets() - Method in interface org.forgerock.openam.radius.common.Authenticator
-
Returns the on-the-wire bytes for writing a given authenticator onto the wire.
- getOctets() - Method in class org.forgerock.openam.radius.common.Packet
-
Get the on-the-wire octet sequence for this packet conforming to rfc 2865.
- getOctets() - Method in class org.forgerock.openam.radius.common.RequestAuthenticator
-
Returns the contained on-the-wire bytes of the authenticator.
- getOctets() - Method in class org.forgerock.openam.radius.common.ResponseAuthenticator
-
Returns the contained on-the-wire bytes of the authenticator.
- getOffloadedTwoWayTlsHeaderKey() - Method in class org.forgerock.openam.sts.config.user.DeploymentConfig
-
- getOffset() - Static method in class org.forgerock.openam.temper.TimeTravelTimeService
-
- getOKBtnLabel() - Method in interface com.sun.identity.password.ui.model.PWResetQuestionModel
-
Gets ok button label
- getOKBtnLabel() - Method in class com.sun.identity.password.ui.model.PWResetQuestionModelImpl
-
Gets ok button label
- getOldProvidedNameIdentifier() - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
-
Deprecated.
Returns the original NameIdentifier.
- getOldPWD() - Method in class com.sun.identity.authentication.modules.ldap.LDAPCallbacks
-
- getOldSession(AuthContextLocal) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- getOldSession() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns old Session
- getOnBehalfOf() - Method in class com.sun.identity.wss.trust.RequestSecurityToken
-
Returns the OnBehalfOf Element
- getOnBehalfOf() - Method in class org.forgerock.openam.sts.soap.TokenSpecification
-
- getOneTime() - Method in class com.sun.identity.federation.services.FSSession
-
Returns the flag for one time federation.
- getOneTimeUses() - Method in interface com.sun.identity.saml2.assertion.Conditions
-
Returns a list of OneTimeUse
- getOneTimeUses() - Method in class com.sun.identity.saml2.assertion.impl.ConditionsImpl
-
Returns a list of OneTimeUse
- getOnlyContainsCACerts() - Method in class com.iplanet.security.x509.IssuingDistributionPointExtension
-
Return the onlyContainsCACerts attribute
- getOnlyContainsUserCerts() - Method in class com.iplanet.security.x509.IssuingDistributionPointExtension
-
Return the onlyContainsUserCerts attribute
- getOnlySomeReasons() - Method in class com.iplanet.security.x509.IssuingDistributionPointExtension
-
Return the reason flags or null if not set.
- getOpcodeForFirstBodyElementName(QName) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_Tie
-
- getOpcodeForFirstBodyElementName(QName) - Method in class com.sun.identity.entity.EntityObjectIF_Tie
-
- getOpcodeForFirstBodyElementName(QName) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_Tie
-
- getOpcodeForFirstBodyElementName(QName) - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_Tie
-
- getOpcodeForFirstBodyElementName(QName) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_Tie
-
- getOpcodeForFirstBodyElementName(QName) - Method in class com.sun.identity.saml.AssertionManagerIF_Tie
-
- getOpcodeForFirstBodyElementName(QName) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_Tie
-
- getOpcodeForFirstBodyElementName(QName) - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_Tie
-
- getOpenAMSessionTokenResult(List<WSSecurityEngineResult>) - Method in class org.forgerock.openam.sts.soap.token.provider.saml2.DefaultSaml2XmlTokenAuthnContextMapper
-
- getOpenDSVersion() - Static method in class com.sun.identity.setup.EmbeddedOpenDS
-
- getOpenIdConnectToken(String, String, String, String, Set<String>, long, String, String) - Method in interface org.forgerock.openam.sts.token.provider.TokenServiceConsumer
-
Invoke the TokenService to produce a OpenId Connect Token
- getOpenIdConnectToken(String, String, String, String, Set<String>, long, String, String) - Method in class org.forgerock.openam.sts.token.provider.TokenServiceConsumerImpl
-
- getOpenIdConnectTokenConfig() - Method in class org.forgerock.openam.sts.config.user.STSInstanceConfig
-
- getOpenIdConnectTokenCryptoProvider(OpenIdConnectTokenConfig) - Method in interface org.forgerock.openam.sts.tokengeneration.oidc.crypto.OpenIdConnectTokenPKIProviderFactory
-
- getOpenIdConnectTokenCryptoProvider(OpenIdConnectTokenConfig) - Method in class org.forgerock.openam.sts.tokengeneration.oidc.crypto.OpenIdConnectTokenPKIProviderFactoryImpl
-
- getOpenIdConnectTokenGenerationState() - Method in class org.forgerock.openam.sts.service.invocation.TokenGenerationServiceInvocationState
-
- getOpenIdConnectTokenPKIProvider() - Method in class org.forgerock.openam.sts.tokengeneration.state.RestSTSInstanceState
-
- getOpenIdConnectTokenPKIProvider() - Method in class org.forgerock.openam.sts.tokengeneration.state.SoapSTSInstanceState
-
- getOpenIdConnectTokenPKIProvider() - Method in interface org.forgerock.openam.sts.tokengeneration.state.STSInstanceState
-
- getOpenIDConnectVersion() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getOpenIDConnectVersion() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Gets the supported version of the OpenID Connect specification.
- getOpenIDConnectVersion() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getOpenIdTokenLifetime() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getOpenIdTokenLifetime() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Gets the lifetime an OpenID token will have before it expires.
- getOpenIdTokenLifetime() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getOperation(SessionID) - Method in class com.iplanet.dpro.session.operations.ClientSdkSessionOperationStrategy
-
Provides a remote SessionOperation.
- getOperation(SessionID) - Method in class com.iplanet.dpro.session.operations.ServerSessionOperationStrategy
-
Based on the Session, determine the appropriate SessionOperations strategy to select.
- getOperation(SessionID) - Method in interface com.iplanet.dpro.session.operations.SessionOperationStrategy
-
Based on the Session, determine the appropriate SessionOperations strategy to select.
- getOperation() - Method in class com.sun.identity.sm.model.AMSessionRepositoryDeferredOperation
-
- getOperation() - Method in class org.forgerock.openam.session.model.AMRootEntity
-
- getOperationFailuresCumulativeCount(CTSOperation) - Method in interface org.forgerock.openam.cts.monitoring.CTSOperationsMonitoringStore
-
Gets the cumulative count of failures of this operation type since server startup.
- getOperationFailuresCumulativeCount(CTSOperation) - Method in class org.forgerock.openam.cts.monitoring.impl.CTSMonitoringStoreImpl
-
Gets the cumulative count of failures of this operation type since server startup.
- getOperationFailuresCumulativeCount(CTSOperation) - Method in class org.forgerock.openam.cts.monitoring.impl.operations.TokenOperationsStore
-
Gets the cumulative count of failures of this operation since server startup.
- getOperationFromOrdinalIndex(int) - Static method in enum org.forgerock.openam.cts.CTSOperation
-
Retrieves the appropriate CTSOperation from the list of available enums that matches on the ordinal index.
- getOperationNames() - Method in class com.sun.identity.entitlement.WSDLParser
-
Returns operation names.
- getOperations() - Method in class com.iplanet.am.sdk.ldap.ACIEventListener
-
- getOperations() - Method in class com.iplanet.am.sdk.ldap.EntryEventListener
-
- getOperations() - Method in class com.iplanet.services.cdm.clientschema.AMClientCapData
-
- getOperations() - Method in interface com.iplanet.services.ldap.event.IDSEventListener
-
- getOperations() - Method in class com.sun.identity.sm.ldap.LDAPEventManager
-
- getOperationsCumulativeCount(TokenType, CTSOperation) - Method in interface org.forgerock.openam.cts.monitoring.CTSOperationsMonitoringStore
-
Gets the cumulative count of operations made since server start up.
- getOperationsCumulativeCount(TokenType, CTSOperation) - Method in class org.forgerock.openam.cts.monitoring.impl.CTSMonitoringStoreImpl
-
Gets the cumulative count of operations made since server start up.
- getOperationsCumulativeCount(TokenType, CTSOperation) - Method in class org.forgerock.openam.cts.monitoring.impl.operations.TokenOperationsStore
-
Gets the cumulative count of operations made since server start up.
- getOperationsCumulativeCount(CTSOperation) - Method in class org.forgerock.openam.cts.monitoring.impl.operations.TokenOperationsStore
-
Gets the cumulative count of operations made since server start up.
- getOperationTable() - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoring
-
Access the "OperationTable" variable as a bean indexed property.
- getOperationTableIndex() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntry
-
Getter for the "OperationTableIndex" variable.
- getOperationTableIndex() - Method in interface org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryMBean
-
Getter for the "OperationTableIndex" variable.
- getOperationTableIndex() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntry
-
Getter for the "OperationTableIndex" variable.
- getOperationTableIndex() - Method in interface org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntryMBean
-
Getter for the "OperationTableIndex" variable.
- getOperationTableIndex() - Method in class org.forgerock.openam.monitoring.cts.OperationEntry
-
Getter for the "OperationTableIndex" variable.
- getOperationTableIndex() - Method in interface org.forgerock.openam.monitoring.cts.OperationEntryMBean
-
Getter for the "OperationTableIndex" variable.
- getOperationType() - Method in class com.sun.identity.install.tools.configurator.Driver
-
- getOperationType() - Method in class org.forgerock.openam.monitoring.cts.OperationEntry
-
Getter for the "OperationType" variable.
- getOperationType() - Method in interface org.forgerock.openam.monitoring.cts.OperationEntryMBean
-
Getter for the "OperationType" variable.
- getOperator() - Method in class com.sun.identity.entitlement.NumericAttributeCondition
-
- getOperator() - Method in class com.sun.identity.entitlement.util.SearchFilter
-
Returns filter operator.
- getOperator() - Method in class org.forgerock.openam.oauth2.rest.AggregateQuery
-
- getOps(AccessToken, OAuth2Request) - Method in class org.forgerock.openidconnect.OpenIDTokenIssuer
-
Gets the ops value for the OpenId Token.
- getOption(String) - Method in class com.sun.identity.cli.RequestContext
-
Returns values of an argument/option.
- getOption() - Method in class com.sun.identity.install.tools.admin.ToolsOptionsInfo
-
- getOptionalAttributeNames() - Method in class com.iplanet.ums.CreationTemplate
-
Gets a list of optional attribute names defined in the object.
- getOptionalAttributeSet() - Method in class com.iplanet.ums.CreationTemplate
-
Gets the optional attributes for object creation.
- getOptionalException() - Method in class com.sun.identity.authentication.jaas.LoginContext
-
- getOptionAliases(String) - Method in class com.sun.identity.cli.SubCommand
-
Returns option aliases.
- getOptionAliasesGroup(String) - Method in class com.sun.identity.cli.SubCommand
-
Returns option aliases group.
- getOptionalOptions() - Method in class com.sun.identity.cli.SubCommand
-
Returns list of optional argument/options.
- getOptionAsBoolean(Map, String) - Method in class org.forgerock.openam.authentication.modules.adaptive.Adaptive
-
- getOptionAsInteger(Map, String) - Method in class org.forgerock.openam.authentication.modules.adaptive.Adaptive
-
- getOptionDescription(String) - Method in class com.sun.identity.cli.SubCommand
-
Returns the description of an argument/option.
- getOptionDescription(String, boolean) - Method in class com.sun.identity.cli.SubCommand
-
Returns the description of an argument/option.
- getOptions() - Method in class com.sun.identity.authentication.config.AuthConfigurationEntry
-
Returns options.
- getOptions() - Method in class com.sun.identity.cli.CLIRequest
-
Returns options for the request.
- getOptions() - Method in class com.sun.identity.cli.RequestContext
-
Returns a map of argument/option to its values (List).
- getOptions() - Method in class com.sun.identity.liberty.ws.disco.RequestedService
-
Gets list of options.
- getOptions() - Method in class com.sun.identity.liberty.ws.disco.ResourceOffering
-
Gets options of the resource offering, which expresses the options
available for the resource offering, that is provides hints to a
potential requester whether certain data or operations may be available
with a particular resource offering.
- getOrDefault(String, String) - Method in class com.sun.identity.configuration.FedLibSystemProperties
-
- getOrDefault(String, String) - Method in class com.sun.identity.configuration.SystemProperties
-
- getOrDefault(String, String) - Method in interface com.sun.identity.shared.configuration.ISystemProperties
-
Returns system property or the default value if not set.
- getOrder() - Method in class com.sun.identity.sm.AttributeSchema
-
Returns the order of this attribute.
- getOrder() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Returns the order of this attribute.
- getOrderedPaths(String, String, String, String, String, String) - Static method in class com.sun.identity.shared.search.FileLookup
-
Returns all possible paths for the specified file in an ordered array.
- getOrganization(String) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Gets the organization by DN
- getOrganization(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Returns the handle to the AMOrganization object
represented by DN.
- getOrganization() - Method in class com.iplanet.ums.dctree.DomainComponent
-
Get the domain mapping from this dc entry to the
organization entry in the customer DIT.
- getOrganization(String) - Method in class com.iplanet.ums.dctree.DomainComponentTree
-
Given a virtual domain name such as
"javasoft.sun.com", return the organization, organizationalunit or any
DIT entry that is assoicated from the domain compoent tree (dctree) to
the customer oranization DIT (the convergence tree as outlined in nortel
spec)
- getOrganization(SSOToken, String) - Static method in class com.sun.identity.idm.IdUtils
-
- getOrganization() - Method in interface com.sun.identity.saml2.jaxb.metadata.EntityDescriptorType
-
Gets the value of the organization property.
- getOrganization() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl
-
- getOrganization() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl
-
- getOrganization() - Method in interface com.sun.identity.saml2.jaxb.metadata.RoleDescriptorType
-
Gets the value of the organization property.
- getOrganization(SSOToken, String) - Method in class org.forgerock.openam.core.CoreWrapper
-
Returns an organization which maps to the identifier used by application.
- getOrganizationalUnit(String) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Gets the organizational unit by DN.
- getOrganizationalUnit(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Returns the handle to the AMOrganizationalUnit object
represented by DN.
- getOrganizationalUnitNamingAttribute() - Static method in class com.iplanet.am.sdk.AMStoreConnection
-
- getOrganizationalUnits(int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Gets the organizational units within the specified level.
- getOrganizationConfig(String, String) - Method in class com.sun.identity.sm.ServiceConfigManager
-
Returns the organization configuration for the
given organization and instance name.
- getOrganizationConfigManager(String) - Method in class com.sun.identity.sm.ServiceManager
-
Returns the OrganizationConfigManager for the given
organization name.
- getOrganizationCreationSchema() - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Returns the organization creation configuration schema if present; else
returns null
- getOrganizationDisplayName() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationTypeImpl
-
- getOrganizationDisplayName() - Method in interface com.sun.identity.saml2.jaxb.metadata.OrganizationType
-
Gets the value of the OrganizationDisplayName property.
- getOrganizationDN() - Method in interface com.iplanet.am.sdk.AMEntity
-
Deprecated.
Gets the object's organization distinguished name.
- getOrganizationDN() - Method in class com.iplanet.am.sdk.AMEntityImpl
-
- getOrganizationDN() - Method in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Returns the object's organization.
- getOrganizationDN(String, String) - Method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Returns the DN of the organization, using the domainname
provided and the searchTemplate (if provided).
- getOrganizationDN() - Method in class com.iplanet.am.sdk.common.CacheBlockBase
-
- getOrganizationDN(SSOToken, String) - Method in interface com.iplanet.am.sdk.common.IDCTreeServices
-
Return the Organization DN for a given domain.
- getOrganizationDN(SSOToken, String) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Gets the Organization DN for the specified entryDN.
- getOrganizationDN(SSOToken, String) - Method in class com.iplanet.am.sdk.ldap.CachedDirectoryServicesImpl
-
Gets the Organization DN for the specified entryDN.
- getOrganizationDN(SSOToken, String) - Method in class com.iplanet.am.sdk.ldap.DCTreeServicesImpl
-
Returns the organization DN matching the domain name
- getOrganizationDN(SSOToken, String) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
Gets the Organization DN for the specified entryDN.
- getOrganizationDN(SSOToken, String) - Method in class com.iplanet.am.sdk.remote.CachedRemoteServicesImpl
-
Gets the Organization DN for the specified entryDN.
- getOrganizationDN(SSOToken, String) - Method in class com.iplanet.am.sdk.remote.DCTreeServicesImpl
-
- getOrganizationDN(String, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getOrganizationDN(String, String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- getOrganizationDN(SSOToken, String) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
Gets the Organization DN for the specified entryDN.
- getOrganizationDN(String, boolean, HttpServletRequest) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- getOrganizationName() - Method in class com.sun.identity.authentication.AuthContext
-
Returns the the organization name that was set during the
AuthContext constructor.
- getOrganizationName() - Method in class com.sun.identity.authentication.internal.AuthContext
-
Method to get organization name that was set during
construction of this instance.
- getOrganizationName() - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Returns the the organization name that was set during the
AuthContextLocal constructor.
- getOrganizationName() - Method in class com.sun.identity.authentication.service.AMLoginContext
-
Returns organization/suborganization for a request.
- getOrganizationName() - Method in class com.sun.identity.delegation.DelegationPermission
-
Returns the realm name in the permission
- getOrganizationName() - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Gets the organization name under which the policy is created
This would be set only for policies that have been read from data store.
- getOrganizationName() - Method in class com.sun.identity.policy.PolicyManager
-
Deprecated.
Gets the organization name for which the policy manager
was initialized with.
- getOrganizationName() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationTypeImpl
-
- getOrganizationName() - Method in interface com.sun.identity.saml2.jaxb.metadata.OrganizationType
-
Gets the value of the OrganizationName property.
- getOrganizationName() - Method in class com.sun.identity.sm.OrganizationConfigManager
-
Returns the fully qualified name of the
organization from the root
- getOrganizationNamingAttribute() - Static method in class com.iplanet.am.sdk.AMStoreConnection
-
- getOrganizations(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Gets the organizations within the specified level.
- getOrganizationSchema() - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Returns the organization service configuration
schema.
- getOrganizationURL() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationTypeImpl
-
- getOrganizationURL() - Method in interface com.sun.identity.saml2.jaxb.metadata.OrganizationType
-
Gets the value of the OrganizationURL property.
- getOrgAttributes(SSOToken, String) - Static method in class com.sun.identity.sm.SMSMigration70
-
Adds these two organization attributes to realm.
- getOrgConfig(SSOToken, String, String) - Static method in class com.iplanet.am.sdk.AMServiceUtils
-
Deprecated.
Get organization config for the service
- getOrgConfigAttribute(String, String) - Method in class com.iplanet.am.sdk.common.CallBackHelperBase
-
- getOrgConfigManager(String) - Method in class com.sun.identity.authentication.service.AuthD
-
Returns the Organization Configuration Manager for an organization.
- getOrgConfiguredAuthenticationChain(String) - Method in class com.sun.identity.authentication.service.AuthD
-
Returns the authentication service or chain configured for the
given organization.
- getOrgConfiguredAuthenticationChain(String) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
Returns the authentication service or chain configured for the
given organization.
- getOrgConfiguredAuthenticationChain(String) - Method in class org.forgerock.openam.core.CoreServicesWrapper
-
Returns the authentication service or chain configured for the given organization.
- getOrgDN() - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Returns the Organization DN
- getOrgDN(String) - Method in class com.sun.identity.authentication.service.AuthD
-
Returns the organization DN.
- getOrgDN(AuthContextLocal) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- getOrgDN() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns the organization DN example o=iplanet.com,o=isp.
- getOrgDN() - Method in interface org.forgerock.openam.core.rest.authn.core.AuthenticationContext
-
Returns the Organization DN.
- getOrgDN() - Method in class org.forgerock.openam.core.rest.authn.core.CompletedLoginProcess
-
Returns the organisation's domain name
- getOrgDN() - Method in class org.forgerock.openam.core.rest.authn.core.LoginProcess
-
Returns the organisation's domain name
- getOrgDN() - Method in class org.forgerock.openam.core.rest.authn.core.wrappers.AuthContextLocalWrapper
-
Returns the Organization DN.
- getOrgDNFromDomain(String, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getOrgDNFromDomain(String, String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- getOrgFilePath(String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- getOrgGuid(Guid) - Static method in class com.iplanet.ums.util.GuidUtils
-
- getOrgInvalidCharsFromCache(String) - Static method in class com.sun.identity.common.AdministrationServiceListener
-
Returns invalid characters from cache.
- getOrgName() - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Returns the organization name.
- getOrgName() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns the organization name.
- getOrgName() - Method in class com.sun.identity.idm.IdSearchResults
-
- getOrgNamingAttribute() - Method in class com.sun.identity.sm.SMSObject
-
Returns the organization naming attribute
- getOrgParam(Map<String, String>) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Returns the org or domain parameter passed as a query in the request.
- getOrgPluginNameFromCache(String) - Static method in class com.sun.identity.common.AdministrationServiceListener
-
Returns user/password validation plugin name from cache.
- getOrgProfile(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Returns the organization attributes for specified organization.
- getOrgSearchFilter(String) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Returns the search filter for organization.
- getOrgSearchFilter(String) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
- getOrgSearchFilter(String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getOrgSearchFilter(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- getOrgSearchFilter(String) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
- getOrgServiceAttributes(String, String) - Method in class com.sun.identity.authentication.service.AuthD
-
Returns attribute map of the specified service in the specified
organization.
- getOrgServiceTemplate(String, String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Returns service template attributes defined for the specified
organization.
- getOrgTypeAttributes(AMOrganization, String, String) - Method in class com.iplanet.am.sdk.ldap.EmailNotificationHelper
-
Protected method to be used to obtain organization attribute values for a
given serviceName and attribute name.
- getOriginalMapApplNameToResources() - Method in class com.sun.identity.entitlement.ReferralPrivilege
-
Deprecated.
Returns non canonicalized mapping of application name to resources.
- getOriginalName() - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Gets the original policy name.
- getOriginalUrl() - Method in class com.sun.identity.common.ServerOrSiteEntry
-
- getOriginalValue() - Method in class org.forgerock.openidconnect.OpenIdPrompt
-
Get to the original value passed in.
- getOriginatingLogoutRequestBinding() - Method in class com.sun.identity.saml2.profile.IDPSession
-
Returns the original logout request binding.
- getOriginatingLogoutRequestBinding() - Method in class com.sun.identity.saml2.profile.IDPSessionCopy
-
Returns the original logout request binding.
- getOriginatingLogoutRequestID() - Method in class com.sun.identity.saml2.profile.IDPSession
-
Returns the original log out request id of the session.
- getOriginatingLogoutRequestID() - Method in class com.sun.identity.saml2.profile.IDPSessionCopy
-
Returns the original log out request id of the session
- getOriginatingLogoutSPEntityID() - Method in class com.sun.identity.saml2.profile.IDPSession
-
Returns the original log out SPEntityID of the session.
- getOriginatingLogoutSPEntityID() - Method in class com.sun.identity.saml2.profile.IDPSessionCopy
-
Returns the original log out SPEntityID of the session
- getOrigRedirectURL(HttpServletRequest, SessionID) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- getOsMajorVersion() - Static method in class com.sun.identity.install.tools.util.OSChecker
-
- getOsMinorVersion() - Static method in class com.sun.identity.install.tools.util.OSChecker
-
- getOtherAttributes() - Method in class com.sun.identity.entitlement.xacml3.core.AttributeValue
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherChildren() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
Returns a list of children except Status element,
CorrelationHeader, ProviderHeader
ConsentHeader, UsageDirectiveHeader,
ProcessingContextHeader and
ServiceInstanceUpdateHeader.
- getOtherElement() - Method in class com.sun.identity.saml.assertion.AdviceBase
-
Gets other element contained within the Advice element
- getOtherElements() - Method in class com.sun.identity.federation.message.common.EntityName
-
Deprecated.
Returns list of other elements.
- getOtherElements() - Method in class com.sun.identity.federation.message.FSAuthnRequestEnvelope
-
Deprecated.
Returns a list of elements.
- getOtherElements() - Method in class com.sun.identity.federation.message.FSAuthnResponseEnvelope
-
Deprecated.
Returns a list of elements.
- getOtherOptions() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
- getOtherOptions() - Method in class com.sun.identity.wss.sts.config.FAMTrustSPMetadata
-
- getOtherSecurityHeaders() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Returns a list of security header except the SAML assertion used in
SAML token profile or the binary security token used in X509 token
profile.
- getOtherSOAPHeaders() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Returns a list of SOAP headers except CorrelationHeader,
ConsentHeader, UsageDirectiveHeader and
Security header.
- getOutputJarFilePath(String) - Method in class com.sun.identity.workflow.CreateSoapSTSDeployment
-
- getOutputPolicy(ProviderConfig) - Method in class com.sun.identity.wss.policy.WSSPolicyManager
-
Returns the output policy for the given web service provider
configuration.
- getOutputStatement(String) - Method in class org.forgerock.openam.scripting.factories.RhinoScriptEngineFactory
- getOutputStream() - Static method in class com.sun.identity.setup.SetupProgress
-
Returns OutputStream associated with reporting progress to enduser.
- getOutputStream() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletResponse
-
The default behavior of this method is to return getOutputStream()
on the wrapped response object.
- getOutputStream() - Static method in class org.forgerock.openam.upgrade.UpgradeProgress
-
Returns OutputStream associated with reporting progress to enduser.
- getOutputTokenState() - Method in class org.forgerock.openam.sts.user.invocation.RestSTSTokenTranslationInvocationState
-
- getOutputTokenType() - Method in class org.forgerock.openam.sts.rest.config.user.TokenTransformConfig
-
- getOutputWriter() - Method in class com.sun.identity.cli.CLICommandBase
-
- getOutputWriter() - Method in class com.sun.identity.cli.CommandManager
-
Returns output writer.
- getP() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.DSAKeyValueType
-
Gets the value of the p property.
- getP() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- getP() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.DSAKeyValueType
-
Gets the value of the p property.
- getP() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- getPacketRepresentation(Packet) - Static method in class org.forgerock.openam.radius.server.RadiusRequestContext
-
Formats a textual representation of the contents of a packet.
- getPacketType(int) - Static method in enum org.forgerock.openam.radius.common.PacketType
-
Get the PacketType corresponding to a given code from an incoming packet.
- getPageNum() - Method in class com.sun.identity.config.wizard.LDAPStoreWizardPage
-
- getPagePropertiesCallback() - Method in class org.forgerock.openam.core.rest.authn.core.CompletedLoginProcess
-
Returns the PagePropertiesCallback from the current array of Callbacks.
- getPagePropertiesCallback() - Method in class org.forgerock.openam.core.rest.authn.core.LoginProcess
-
Returns the PagePropertiesCallback from the current array of Callbacks.
- getPageState() - Method in class com.sun.identity.authentication.service.PagePropertiesCallback
-
Deprecated.
Returns page state
- getPageState() - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
-
Returns the authentication module display page state.
- getParameter(Map<String, String>, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns the query parameter value for the param specified from the given Map.
- getParameter(Map, String) - Static method in class com.sun.identity.saml2.profile.SPSSOFederate
-
Gets the query parameter value for the param specified.
- getParameter(String) - Method in class com.sun.identity.setup.HttpServletRequestWrapper
-
Returns values of a parameter.
- getParameter(String) - Method in class org.forgerock.oauth2.core.OAuth2Request
-
Gets the specified parameter from the request.
- getParameter(String) - Method in class org.forgerock.openam.authentication.modules.scripted.ScriptHttpRequestWrapper
-
Gets the parameter associated with the passed name.
- getParameter(String) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
The default behavior of this method is to return getParameter(String name)
on the wrapped request object.
- getParameter(String) - Method in class org.forgerock.openam.core.rest.authn.core.RestAuthHttpRequestWrapper
-
Gets the parameter with the given name from the underlying HttpServletRequest.
- getParameter(String) - Method in exception org.forgerock.openam.oauth2.OAuthProblemException
-
- getParameter(String) - Method in class org.forgerock.openam.scripting.factories.RhinoScriptEngineFactory
- getParameter(String, String, String) - Static method in class org.forgerock.openam.utils.StringUtils
-
Takes a list as a String (where each element is of the form name=value) and returns the value
specified by parameterName (if it exists).
- getParameterCount(String) - Method in class org.forgerock.oauth2.core.OAuth2Request
-
Gets the count of the parameter present in the request with the given name
- getParameterLocation() - Method in exception org.forgerock.oauth2.core.exceptions.OAuth2Exception
-
Gets the location of the parameters in the URL.
- getParameterLocation() - Method in exception org.forgerock.oauth2.restlet.OAuth2RestletException
-
Gets the location of the parameters in the URL.
- getParameterMap() - Method in class com.sun.identity.setup.HttpServletRequestWrapper
-
Returns all parameters values.
- getParameterMap() - Method in interface com.sun.identity.setup.IHttpServletRequest
-
Returns all parameters values.
- getParameterMap() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
The default behavior of this method is to return getParameterMap()
on the wrapped request object.
- getParameterMap() - Method in class org.forgerock.openam.core.rest.authn.core.RestAuthHttpRequestWrapper
-
Creates a combined parameter map from the underlying HttpServletRequest and the local parameter map.
- getParameterMap() - Method in class org.forgerock.openam.upgrade.UpgradeHttpServletRequest
-
- getParameterName() - Method in class com.sun.identity.entitlement.xacml3.core.CombinerParameter
-
Gets the value of the parameterName property.
- getParameterNames() - Method in class org.forgerock.oauth2.core.OAuth2Request
-
Gets the name of the parameters in the current request
- getParameterNames() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
The default behavior of this method is to return getParameterNames()
on the wrapped request object.
- getParameterNames() - Method in class org.forgerock.openam.core.rest.authn.core.RestAuthHttpRequestWrapper
-
Gets the parameter names from the combined parameter maps.
- getParameters() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.Transform
-
Deprecated.
Returns a list of 'Parameter' child element.
- getParameters(InteractionResponseElement) - Static method in class com.sun.identity.liberty.ws.interaction.InteractionUtils
-
Returns user friendly Map representation of parameters
in interaction response element
- getParameters() - Method in class com.sun.identity.sm.model.AMSessionRepositoryDeferredOperation
-
- getParameters(String) - Method in class org.forgerock.openam.authentication.modules.scripted.ScriptHttpRequestWrapper
-
Gets the parameters associated with the passed name.
- getParameters(Request) - Method in class org.forgerock.openam.oauth2.OAuth2Utils
-
Get the parameters from the request.
- getParameters() - Method in exception org.forgerock.openam.oauth2.OAuthProblemException
-
- getParameterValues(String) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
The default behavior of this method is to return getParameterValues(String name)
on the wrapped request object.
- getParameterValues(String) - Method in class org.forgerock.openam.core.rest.authn.core.RestAuthHttpRequestWrapper
-
Gets the parameter values from the combined parameter maps.
- getParams() - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Returns the request parameters.
- getParamsMap(HttpServletRequest) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns a Map of parameters retrieved from the Query parameters
in the HttpServletRequest.
- getParamsMap() - Method in class com.sun.identity.saml2.profile.AuthnRequestInfo
-
Returns the Map of parameters in the Request.
- getParamsMap() - Method in class com.sun.identity.saml2.profile.ManageNameIDRequestInfo
-
Returns the Map of parameters in the Request.
- getParamValue(String, String) - Static method in class org.forgerock.openam.authentication.modules.oauth2.OAuthUtil
-
- getParent() - Method in class com.sun.identity.cli.CLIRequest
-
Returns parent request object.
- getParent() - Method in class org.forgerock.openam.entitlement.utils.indextree.treenodes.BasicTreeNode
-
- getParent() - Method in interface org.forgerock.openam.entitlement.utils.indextree.treenodes.TreeNode
-
- getParentClass(String) - Static method in class com.iplanet.services.util.Crypt
-
- getParentDirPath(String, int) - Static method in class com.sun.identity.install.tools.util.FileUtils
-
Returns the parent folder upper level count to the current path
- getParentDirPath(String) - Static method in class com.sun.identity.install.tools.util.FileUtils
-
Returns the parent folder of the given file/folder
- getParentDN() - Method in interface com.iplanet.am.sdk.AMEntity
-
Deprecated.
Returns the parent distinguished name of the entry.
- getParentDN() - Method in class com.iplanet.am.sdk.AMEntityImpl
-
- getParentDN() - Method in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Returns the parent DN of the entry.
- getParentGuid() - Method in interface com.iplanet.ums.ISearch
-
Search for immediate parent ID
- getParentGuid() - Method in class com.iplanet.ums.PersistentObject
-
Gets the parent guid
- getParentNode() - Method in class com.sun.identity.sm.flatfile.SMSFlatFileTreeNode
-
Returns parent node.
- getParentObject() - Method in class com.iplanet.ums.PersistentObject
-
Gets the parent object
- getParentOrgConfigManager() - Method in class com.sun.identity.sm.OrganizationConfigManager
-
Returns the OrganizationConfigManager
of the parent for the given organization name.
- getParentPathIndexes() - Method in class com.sun.identity.entitlement.ResourceSaveIndexes
-
Returns parent path indexes.
- getParentPathIndexes() - Method in class com.sun.identity.entitlement.ResourceSearchIndexes
-
Returns parent path indexes.
- getParentRealm(String) - Static method in class org.forgerock.openam.utils.RealmUtils
-
Returns parent realm from a given fully qualified realm.
- getPart(String) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
- getPartiallyMatchedClient(String) - Method in class com.iplanet.services.cdm.DefaultClientTypesManager
-
Get a previously "partially" matched userAgent String
- getPartialQueryHandler() - Method in class org.forgerock.openam.cts.impl.queue.AsyncResultHandlerFactory
-
- getPartialQueryHandler() - Method in interface org.forgerock.openam.cts.impl.queue.ResultHandlerFactory
-
- getPartialQueryHandler() - Method in class org.forgerock.openam.cts.monitoring.impl.queue.MonitoredResultHandlerFactory
-
- getPartner() - Method in class com.sun.identity.federation.services.FSSessionPartner
-
Returns session partner's provider ID.
- getPartner() - Method in class com.sun.identity.saml2.profile.SAML2SessionPartner
-
Returns session partner's provider ID.
- getPartnerAccountMapper() - Method in class com.sun.identity.saml.common.SAMLServiceManager.SOAPEntry
-
Returns PartnerAccountMapper instance.
- getPartnerSiteAttributeMapper() - Method in class com.sun.identity.saml.common.SAMLServiceManager.SOAPEntry
-
Returns PartnerSiteAttributeMapper instance.
- getParts() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
- getPassedTestCases() - Method in class com.sun.identity.shared.test.tools.Test
-
Returns a list of passed testcases.
- getPasswd() - Method in class com.iplanet.services.ldap.LDAPUser
-
Get the authentication password.
- getPasswd() - Method in class com.iplanet.services.ldap.ServerInstance
-
Get the password to get authenticated.
- getPassword() - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Returns the password.
- getPassword() - Method in class com.sun.identity.config.pojos.LDAPStore
-
- getPassword() - Method in class com.sun.identity.security.cert.AMLDAPCertStoreParameters
-
Get ldap password for bind
- getPassword() - Method in class com.sun.identity.wss.security.PasswordCredential
-
Returns the password.
- getPassword() - Method in class com.sun.identity.wss.security.UserNameToken
-
Returns the password in the username token.
- getPassword() - Method in class com.sun.identity.wss.security.UserNameTokenSpec
-
Returns the password.
- getPassword() - Method in class org.forgerock.openam.radius.common.packet.CHAPPasswordAttribute
-
Returns the CHAP password.
- getPassword() - Method in class org.forgerock.openam.sts.token.model.RestUsernameToken
-
- getPassword() - Method in class org.forgerock.openam.sts.user.invocation.UsernameTokenState
-
- getPasswordAuthentication() - Method in class com.iplanet.am.util.AMUserNamePasswordAuthenticator
-
Gets a PasswordAuthentication object
- getPasswordDigest(String, String, String) - Static method in class com.sun.identity.wss.security.UserNameToken
-
Returns the password digest for the given password using nonce
and created timestamp.
- getPasswordFields(String) - Static method in class com.sun.identity.cli.CLIUtil
-
Returns a set of attributes (of password syntax) of a given service.
- getPasswordFields(String, SchemaType, String) - Static method in class com.sun.identity.cli.CLIUtil
-
Returns a set of attributes (of password syntax) of a given service.
- getPasswordResetFailureLockoutCount() - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns failure lockout count for password reset.
- getPasswordResetFailureLockoutDuration() - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns lockout duration for password reset.
- getPasswordResetFailureLockoutMultiplier() - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns lockout multiplier for password reset.
- getPasswordResetFailureLockoutTime() - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns failure lockout time interval for password reset.
- getPasswordResetLockoutAttributeName() - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns password reset lockout attribute name.
- getPasswordResetLockoutAttributeValue() - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns password reset lockout attribute value.
- getPasswordResetLockoutNotification() - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns lockout notification email address for password reset.
- getPasswordResetLockoutUserWarningCount() - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns lockout warn user count for password reset.
- getPasswordResetMessage() - Method in interface com.sun.identity.password.ui.model.PWResetModel
-
Returns password reset success message.
- getPasswordResetMessage() - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns password reset message.
- getPasswordTransforms() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
-
Deprecated.
Returns child Element 'PasswordTransforms'.
- getPasswordType() - Method in class com.sun.identity.wss.security.UserNameToken
-
Returns the password type.
- getPasswordType() - Method in class com.sun.identity.wss.security.UserNameTokenSpec
-
Returns the password type.
- getPatchableUserAttributes() - Method in class org.forgerock.openam.core.rest.CoreRestIdentityGuiceModule
-
- getPatchString(PatchRequest) - Static method in class org.forgerock.openam.forgerockrest.utils.ServerContextUtils
-
Generates for logging a String in the form PATCH | resourceRevision from the PatchRequest.
- getPatchSuccessDetail(PatchRequest, ResourceResponse) - Method in class org.forgerock.openam.rest.fluent.AuditFilter
-
Provides additional details (e.g. failure description or summary of the payload) relating to an
ResourceResponse to a successful PatchRequest.
- getPath() - Method in class com.sun.identity.entitlement.util.RelaxedURL
-
- getPath() - Method in class com.sun.identity.entitlement.xacml3.core.AttributeSelector
-
Gets the value of the path property.
- getPath() - Method in class com.sun.identity.install.tools.util.RESTEndpoint
-
For a little less than total debugging, try this:
- getPath() - Method in class com.sun.identity.install.tools.util.RESTEndpoint.RESTEndpointBuilder
-
This is where we assemble the path (straightforward in itself) but substitute the realm.
- getPath() - Method in class com.sun.identity.install.tools.util.xml.XMLElement
-
Returns a string representing the path of this XMLElement in the current
document.
- getPath() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteCookie
-
Retrieves the path of the cookie, if set
- getPath() - Method in class org.forgerock.openam.core.rest.sms.tree.SmsRouteTree
-
Returns the resource path of this SMS RouteTree
- getPath() - Method in enum org.forgerock.openam.oauth2.OAuth2Constants.EndpointType
-
Get the resource path.
- getPathIndex() - Method in class org.forgerock.openam.entitlement.indextree.events.ModificationEvent
-
- getPathIndexes() - Method in class com.sun.identity.entitlement.ResourceSaveIndexes
-
Returns path indexes.
- getPathIndexes() - Method in class com.sun.identity.entitlement.ResourceSearchIndexes
-
Returns path indexes.
- getPathInfo() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
The default behavior of this method is to return getPathInfo()
on the wrapped request object.
- getPathTranslated() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
The default behavior of this method is to return getPathTranslated()
on the wrapped request object.
- getPattern() - Method in class com.iplanet.dpro.session.share.SessionRequest
-
Returns the pattern value.
- getPattern() - Method in class com.sun.identity.install.tools.util.MatchPattern
-
- getPatternOccurences(Set) - Method in class com.sun.identity.install.tools.util.FileEditor
-
- getPatterns() - Method in class org.forgerock.openam.entitlement.ResourceType
-
Get the resource patterns that guides the resource for a policy.
- getPatterns() - Method in class org.forgerock.openam.entitlement.rest.wrappers.JsonResourceType
-
- getPConditionName() - Method in class com.sun.identity.entitlement.AttributeLookupCondition
-
Returns OpenAM policy Condition name.
- getPConditionName() - Method in class com.sun.identity.entitlement.LogicalCondition
-
Returns OpenAM policy Condition name
- getPConditionName() - Method in class com.sun.identity.entitlement.NotCondition
-
Returns OpenAM policy Condition name
- getPConditionName() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlementConditionMixin
-
- getPDPVerificationCerts(XACMLPDPDescriptorElement, String) - Static method in class com.sun.identity.saml2.key.KeyUtil
-
Returns the partner entity's signature verification certificates.
- getPeerCertificate() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Returns the X509 certificate used in client authentication.
- getPeerOrganizationNames() - Method in class com.sun.identity.sm.OrganizationConfigManager
-
Returns the names of all peer-organizations.
- getPendingLogoutRequestID() - Method in class com.sun.identity.saml2.profile.IDPSession
-
Returns the pending log out request id of the session.
- getPendingLogoutRequestID() - Method in class com.sun.identity.saml2.profile.IDPSessionCopy
-
Returns the pending log out request id of the session
- getPendingRequestAdapter(TokenIdGenerator) - Method in class org.forgerock.openam.uma.UmaGuiceModule
-
- getPeopleContainer(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Returns the handle to the AMPeopleContainer object
represented by DN.
- getPeopleContainerGuids() - Method in class com.iplanet.ums.Organization
-
Gets all People Containers under the organization.
- getPeopleContainerNamingAttribute() - Static method in class com.iplanet.am.sdk.AMStoreConnection
-
- getPeopleContainers(int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Gets the people containers within the specified level.
- getPeopleContainers(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Gets the people containers within the specified level.
- getPEPEncInfo(XACMLAuthzDecisionQueryDescriptorElement, String) - Static method in class com.sun.identity.saml2.key.KeyUtil
-
Returns the encryption information which will be used in
encrypting messages intended for the partner entity.
- getPEPVerificationCerts(XACMLAuthzDecisionQueryDescriptorElement, String) - Static method in class com.sun.identity.saml2.key.KeyUtil
-
Returns the partner entity's signature verification certificates.
- getPermissionRegistrationEndpoint() - Method in interface org.forgerock.openam.uma.UmaUris
-
Gets the URI for the UMA permission registration endpoint.
- getPermissions() - Method in class com.iplanet.services.ldap.aci.ACI
-
Geets the QualifiedCollection of permissions that apply to the ACI
- getPermissions(SSOToken, String) - Method in class com.sun.identity.delegation.DelegationEvaluatorImpl
-
Returns a set of permissions that a user has.
- getPermissions() - Method in class com.sun.identity.delegation.DelegationPrivilege
-
Returns the DelegationPermissions in the privilege
- getPermissions(SSOToken, String) - Method in interface com.sun.identity.delegation.interfaces.DelegationInterface
-
Returns a set of permissions that a user has.
- getPermissions(SSOToken, String) - Method in class com.sun.identity.delegation.plugins.DelegationPolicyImpl
-
Returns a set of permissions that a user has.
- getPermissions(ProtectionDomain) - Method in class com.sun.identity.policy.jaas.ISPolicy
-
Evaluates the global policy and returns a
PermissionCollection object specifying the set of
permissions allowed for Principals associated with the enclosed
set of classes.
- getPermissions(CodeSource) - Method in class com.sun.identity.policy.jaas.ISPolicy
-
Evaluates the global policy and returns a
PermissionCollection object specifying the set of
permissions allowed for Principals associated with the specified code
source.
- getPermissions() - Method in class org.forgerock.openam.uma.RequestingPartyToken
-
- getPermissionTicketAdapter(TokenIdGenerator) - Method in class org.forgerock.openam.uma.UmaGuiceModule
-
- getPermissionTicketId() - Method in class org.forgerock.openam.uma.RequestingPartyToken
-
- getPermissionTicketLifetime() - Method in interface org.forgerock.openam.uma.UmaSettings
-
Gets the lifetime an permission ticket will have before it expires.
- getPermissionTicketLifetime() - Method in class org.forgerock.openam.uma.UmaSettingsImpl
-
Gets the lifetime an permission ticket will have before it expires.
- getPgenCounter() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.DSAKeyValueType
-
Gets the value of the pgenCounter property.
- getPgenCounter() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- getPgenCounter() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.DSAKeyValueType
-
Gets the value of the pgenCounter property.
- getPgenCounter() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- getPGPKeyID() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.PGPDataTypeImpl
-
- getPGPKeyID() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.PGPDataType
-
Gets the value of the pgpKeyID property.
- getPGPKeyID() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.PGPDataTypeImpl
-
- getPGPKeyID() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.PGPDataType
-
Gets the value of the pgpKeyID property.
- getPGPKeyPacket() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.PGPDataTypeImpl
-
- getPGPKeyPacket() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.PGPDataType
-
Gets the value of the pgpKeyPacket property.
- getPGPKeyPacket() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.PGPDataTypeImpl
-
- getPGPKeyPacket() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.PGPDataType
-
Gets the value of the pgpKeyPacket property.
- getPlainMechanismAuthenticationModule() - Static method in class com.sun.identity.liberty.ws.authnsvc.AuthnSvcService
-
Returns authentication module for 'PLAIN' mechanism handler.
- getPlatform() - Static method in class com.iplanet.am.util.SystemProperties
-
- getPlatformEncoding() - Static method in class com.iplanet.am.util.CharsetMapping
-
- getPlatformLocale() - Method in class com.sun.identity.authentication.service.AuthD
-
Return configured PlatformLocale
- getPlatformServerIDs() - Method in class com.iplanet.services.naming.NamingTableConfigurationFactory.NamingTableConfiguration
-
- getPlatformServerList() - Static method in class com.iplanet.services.naming.WebtopNaming
-
Returns the platform server list.
- getPlatformServerList(boolean) - Static method in class com.iplanet.services.naming.WebtopNaming
-
Returns the platform server list.
- getPlatformServers() - Method in class com.iplanet.services.naming.NamingTableConfigurationFactory.NamingTableConfiguration
-
- getPluginConfig(String, String, String, String) - Method in class com.sun.identity.sm.ServiceConfigManager
-
Returns the plugin configuration parameters for the service
- getPluginConfigNames(String, String, String) - Method in class com.sun.identity.sm.ServiceConfigManager
-
Returns a set of plugins configured for the given plugin interface and
plugin schema in a organization
- getPluginInterface(String) - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Returns the PluginInterface object of the service for the
specified plugin interface name
- getPluginInterfaceNames() - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Returns the names of the plugin interfaces used by the service
- getPluginSchema(String, String, String) - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Returns the PluginSchema object given the schema name and the interface
name for the specified organization.
- getPluginSchema(String, String) - Method in class com.sun.identity.sm.SMSSchema
-
Method returns the XML plugin schema for the given service name and
plugin name in a String format that can stored in a directory.
- getPluginSchema(String) - Method in class com.sun.identity.sm.SMSSchema
-
Method returns the XML plugin schema for the given plugin name in a
String format that can stored in a directory.
- getPluginSchema(Node) - Method in class com.sun.identity.sm.SMSSchema
-
Method returns the XML plugin schema for the given plugin name in a
String format that can stored in a directory.
- getPluginSchemaNames(String, String) - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Returns the names of plugins configured for the plugin interface.
- getPluginSchemaNode(Document) - Method in class com.sun.identity.sm.PluginSchema
-
- getPolicies() - Method in class com.sun.identity.policy.ProtectedResource
-
Deprecated.
Gets policies that protect the resource name
- getPolicies() - Method in class org.forgerock.openam.uma.PolicySearch
-
- getPoliciesForExactResourceMatch(String) - Method in class com.sun.identity.policy.ServiceType
-
Method to identify policies that have the specified resource.
- getPoliciesFromPolicySet(PolicySet) - Static method in class com.sun.identity.entitlement.xacml3.XACMLPrivilegeUtils
-
- getPoliciesUsingRealmSubject(String) - Method in class com.sun.identity.policy.PolicyManager
-
Deprecated.
Gets the set of policies that use the realm subject
- getPolicy(String) - Method in interface com.iplanet.am.sdk.AMObject
-
- getPolicy(Subject, String, String) - Method in class com.sun.identity.entitlement.opensso.OpenSSOPolicyDataStore
-
- getPolicy(Subject, String, String) - Method in class com.sun.identity.entitlement.PolicyDataStore
-
Returns policy object.
- getPolicy(String) - Method in class com.sun.identity.policy.PolicyManager
-
Deprecated.
Gets the policy object given the name of the policy.
- getPolicy() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.NestedPolicyTypeImpl
-
- getPolicy() - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.NestedPolicyType
-
Gets the value of the policy property.
- getPolicy(ProviderConfig) - Method in class com.sun.identity.wss.policy.WSSPolicyManager
-
Returns the web service end point policy based on the provider
configuration.
- getPolicy() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
-
Gets the name of the policy linked to this resource set.
- getPolicy22AgentIndex() - Method in class com.sun.identity.monitoring.SsoServerPolicy22AgentEntry
-
Getter for the "Policy22AgentIndex" variable.
- getPolicy22AgentIndex() - Method in interface com.sun.identity.monitoring.SsoServerPolicy22AgentEntryMBean
-
Getter for the "Policy22AgentIndex" variable.
- getPolicy22AgentName() - Method in class com.sun.identity.monitoring.SsoServerPolicy22AgentEntry
-
Getter for the "Policy22AgentName" variable.
- getPolicy22AgentName() - Method in interface com.sun.identity.monitoring.SsoServerPolicy22AgentEntryMBean
-
Getter for the "Policy22AgentName" variable.
- getPolicyAgentsGroup() - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
- getPolicyChangeNotification() - Method in class com.sun.identity.policy.remote.PolicyNotification
-
Returns the notification Id of this notification.
- getPolicyChangeType() - Method in class com.sun.identity.policy.remote.PolicyChangeNotification
-
Returns the policy change type.
- getPolicyCombiningAlgId() - Method in class com.sun.identity.entitlement.xacml3.core.PolicySet
-
Gets the value of the policyCombiningAlgId property.
- getPolicyCondition() - Method in class com.sun.identity.entitlement.opensso.PolicyCondition
-
Constructs a legacy policy
Condition object based on the information contained in this adapter.
- getPolicyConfig(String) - Static method in class com.sun.identity.policy.PolicyConfig
-
this method returns the policy configuration for the given organization.
- getPolicyConfig() - Method in class com.sun.identity.policy.PolicyManager
-
Deprecated.
Gets the policy config attribute values defined for this policy manager
- getPolicyDecision(SSOToken, String, Set) - Method in class com.sun.identity.policy.client.PolicyEvaluator
-
Evaluates privileges of the user to perform the specified actions
on the specified resource.
- getPolicyDecision(SSOToken, String, Set, Map) - Method in class com.sun.identity.policy.client.PolicyEvaluator
-
Evaluates privileges of the user to perform the specified actions
on the specified resource.
- getPolicyDecision(SSOToken, String, String, Set, Map) - Method in interface com.sun.identity.policy.interfaces.Referral
-
Deprecated.
Gets policy results
- getPolicyDecision(SSOToken, String, String, Set, Map) - Method in class com.sun.identity.policy.plugins.OrgReferral
-
Gets policy evaluation results
- getPolicyDecision(SSOToken, String, String, Set, Map) - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Gets policy decision
- getPolicyDecision(SSOToken, String, Set) - Method in class com.sun.identity.policy.PolicyEvaluator
-
Deprecated.
Evaluates privileges of the user to perform the specified actions
on the specified resource.
- getPolicyDecision(SSOToken, String, Set, Map) - Method in class com.sun.identity.policy.PolicyEvaluator
-
Deprecated.
Evaluates privileges of the user to perform the specified actions
on the specified resource.
- getPolicyDecision() - Method in class com.sun.identity.policy.ResourceResult
-
Deprecated.
Returns the policy decision associated with this resource result
- getPolicyDecisionForFedlet(HttpServletRequest, String, String, String, String, String, String) - Static method in class com.sun.identity.saml2.profile.XACMLQueryUtil
-
Sends the XACML query to specifiied PDP, gets the policy decision
and sends it back to the Fedlet
- getPolicyDecisionIgnoreSubjects(String, Set, Map) - Method in class com.sun.identity.policy.ProxyPolicyEvaluator
-
Deprecated.
Gets policy decision for a resource, skipping subject evaluation.
- getPolicyDecisionPointConfig(String, String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns first policy decision point configuration in an entity under
the realm.
- getPolicyDecisionPointDescriptor(String, String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns first policy decision point descriptor in an entity under the
realm.
- getPolicyDecisionPointDescriptor(EntityDescriptorElement) - Static method in class com.sun.identity.saml2.meta.SAML2MetaUtils
-
Returns first policy decision point descriptor in an entity descriptor.
- getPolicyDefaults() - Method in class com.sun.identity.entitlement.xacml3.core.Policy
-
Gets the value of the policyDefaults property.
- getPolicyDN(String) - Method in class com.sun.identity.policy.PolicyManager
-
Deprecated.
Gets the LDAP DN (distinguished name) for the named policy
- getPolicyEnforcementPointConfig(String, String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns first policy enforcement point configuration in an entity under
the realm.
- getPolicyEnforcementPointDescriptor(String, String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns first policy enforcement point descriptor in an entity under the
realm.
- getPolicyEnforcementPointDescriptor(EntityDescriptorElement) - Static method in class com.sun.identity.saml2.meta.SAML2MetaUtils
-
Returns first policy enforcement point descriptor in an entity
descriptor.
- getPolicyEvalsIn() - Method in class com.sun.identity.monitoring.SsoServerPolicySvc
-
Getter for the "PolicyEvalsIn" variable.
- getPolicyEvalsIn() - Method in interface com.sun.identity.monitoring.SsoServerPolicySvcMBean
-
Getter for the "PolicyEvalsIn" variable.
- getPolicyEvalsOut() - Method in class com.sun.identity.monitoring.SsoServerPolicySvc
-
Getter for the "PolicyEvalsOut" variable.
- getPolicyEvalsOut() - Method in interface com.sun.identity.monitoring.SsoServerPolicySvcMBean
-
Getter for the "PolicyEvalsOut" variable.
- getPolicyEvaluation() - Method in class org.forgerock.openam.monitoring.policy.FORGEROCK_OPENAM_POLICY_MIBImpl
-
- getPolicyEvaluator(String) - Method in class com.sun.identity.policy.client.PolicyEvaluatorFactory
-
Returns an instance of
com.sun.identity.policy.client.PolicyEvaluator
- getPolicyEvaluator(String, AppSSOTokenProvider) - Method in class com.sun.identity.policy.client.PolicyEvaluatorFactory
-
Returns an instance of
com.sun.identity.policy.client.PolicyEvaluator
- getPolicyEvaluator(Subject, String) - Method in interface org.forgerock.openam.uma.UmaProviderSettings
-
- getPolicyEvaluator(Subject) - Method in interface org.forgerock.openam.uma.UmaProviderSettings
-
- getPolicyForResource(String) - Method in class com.sun.identity.policy.ServiceType
-
Method to identify polcies that has the specified resource
and its superior resources.
- getPolicyId() - Method in class com.sun.identity.entitlement.xacml3.core.Policy
-
Gets the value of the policyId property.
- getPolicyIdentifierList() - Method in class com.sun.identity.entitlement.xacml3.core.Result
-
Gets the value of the policyIdentifierList property.
- getPolicyIdRef() - Method in class com.sun.identity.entitlement.xacml3.core.PolicyCombinerParameters
-
Gets the value of the policyIdRef property.
- getPolicyIdReferenceOrPolicySetIdReference() - Method in class com.sun.identity.entitlement.xacml3.core.PolicyIdentifierList
-
Gets the value of the policyIdReferenceOrPolicySetIdReference property.
- getPolicyIssuer() - Method in class com.sun.identity.entitlement.xacml3.core.Policy
-
Gets the value of the policyIssuer property.
- getPolicyIssuer() - Method in class com.sun.identity.entitlement.xacml3.core.PolicySet
-
Gets the value of the policyIssuer property.
- getPolicyJ2EEAgentAgentURL() - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentEntry
-
Getter for the "PolicyJ2EEAgentAgentURL" variable.
- getPolicyJ2EEAgentAgentURL() - Method in interface com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentEntryMBean
-
Getter for the "PolicyJ2EEAgentAgentURL" variable.
- getPolicyJ2EEAgentGroup() - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentEntry
-
Getter for the "PolicyJ2EEAgentGroup" variable.
- getPolicyJ2EEAgentGroup() - Method in interface com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentEntryMBean
-
Getter for the "PolicyJ2EEAgentGroup" variable.
- getPolicyJ2EEAgentIndex() - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentEntry
-
Getter for the "PolicyJ2EEAgentIndex" variable.
- getPolicyJ2EEAgentIndex() - Method in interface com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentEntryMBean
-
Getter for the "PolicyJ2EEAgentIndex" variable.
- getPolicyJ2EEAgentName() - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentEntry
-
Getter for the "PolicyJ2EEAgentName" variable.
- getPolicyJ2EEAgentName() - Method in interface com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentEntryMBean
-
Getter for the "PolicyJ2EEAgentName" variable.
- getPolicyJ2EEAgentServerURL() - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentEntry
-
Getter for the "PolicyJ2EEAgentServerURL" variable.
- getPolicyJ2EEAgentServerURL() - Method in interface com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentEntryMBean
-
Getter for the "PolicyJ2EEAgentServerURL" variable.
- getPolicyJ2EEGroupIndex() - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupEntry
-
Getter for the "PolicyJ2EEGroupIndex" variable.
- getPolicyJ2EEGroupIndex() - Method in interface com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupEntryMBean
-
Getter for the "PolicyJ2EEGroupIndex" variable.
- getPolicyJ2EEGroupName() - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupEntry
-
Getter for the "PolicyJ2EEGroupName" variable.
- getPolicyJ2EEGroupName() - Method in interface com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupEntryMBean
-
Getter for the "PolicyJ2EEGroupName" variable.
- getPolicyJ2EEGroupServerURL() - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupEntry
-
Getter for the "PolicyJ2EEGroupServerURL" variable.
- getPolicyJ2EEGroupServerURL() - Method in interface com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupEntryMBean
-
Getter for the "PolicyJ2EEGroupServerURL" variable.
- getPolicyListenerRequest() - Method in class com.sun.identity.policy.remote.PolicyRequest
-
Returns the PolicyListenerRequest object.
- getPolicyName() - Method in class com.sun.identity.entitlement.opensso.OpenSSOPrivilege
-
Returns policy name.
- getPolicyName(Object) - Static method in class com.sun.identity.entitlement.opensso.PrivilegeUtils
-
- getPolicyNames() - Method in interface com.iplanet.am.sdk.AMTemplate
-
Deprecated.
Returns a set of policy distinguished names if this
AMTemplate is a named policy template, otherwise returns
null.
- getPolicyNames() - Method in class com.sun.identity.policy.PolicyManager
-
Deprecated.
Gets a set of names of polices defined in the
organization for which the policy manager was instantiated.
- getPolicyNames(String) - Method in class com.sun.identity.policy.PolicyManager
-
Deprecated.
Gets a set of selected policy names matching the
pattern in the given organization.
- getPolicyNames(String, String, boolean) - Method in class com.sun.identity.policy.ResourceManager
-
Returns a set of names of all the policies for the given resource
of the given service.
- getPolicyNotification() - Method in class com.sun.identity.policy.remote.PolicyService
-
Returns the PolicyNotification object.
- getPolicyOrAllOrExactlyOne() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.OperatorContentTypeImpl
-
- getPolicyOrAllOrExactlyOne() - Method in interface com.sun.identity.wsfederation.jaxb.wspolicy.OperatorContentType
-
Gets the value of the PolicyOrAllOrExactlyOne property.
- getPolicyOrPolicyReference() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyAttachmentTypeImpl
-
- getPolicyOrPolicyReference() - Method in interface com.sun.identity.wsfederation.jaxb.wspolicy.PolicyAttachmentType
-
Gets the value of the PolicyOrPolicyReference property.
- getPolicyRequest() - Method in class com.sun.identity.policy.remote.PolicyService
-
Returns the PolicyRequest object.
- getPolicyResponse() - Method in class com.sun.identity.policy.remote.PolicyService
-
Returns the PolicyResponse object.
- getPolicySchema() - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Returns the policy service configuration schema.
- getPolicyScopes(JsonValue) - Static method in class org.forgerock.openam.uma.UmaPolicyUtils
-
Given the JSON representation of a policy engine UMA policy, returns the scopes that are granted by it.
- getPolicyServiceRevisionNumber() - Static method in class com.sun.identity.policy.ServiceTypeManager
-
Returns service revision number of policy service
- getPolicySetDefaults() - Method in class com.sun.identity.entitlement.xacml3.core.PolicySet
-
Gets the value of the policySetDefaults property.
- getPolicySetId() - Method in class com.sun.identity.entitlement.xacml3.core.PolicySet
-
Gets the value of the policySetId property.
- getPolicySetIdRef() - Method in class com.sun.identity.entitlement.xacml3.core.PolicySetCombinerParameters
-
Gets the value of the policySetIdRef property.
- getPolicySetOrPolicyOrPolicySetIdReference() - Method in class com.sun.identity.entitlement.xacml3.core.PolicySet
-
Gets the value of the policySetOrPolicyOrPolicySetIdReference property.
- getPolicyStatus() - Method in class com.sun.identity.monitoring.SsoServerPolicySvc
-
Getter for the "PolicyStatus" variable.
- getPolicyStatus() - Method in interface com.sun.identity.monitoring.SsoServerPolicySvcMBean
-
Getter for the "PolicyStatus" variable.
- getPolicyStore(Context) - Method in interface org.forgerock.openam.entitlement.rest.PolicyStoreProvider
-
Gets a policy store for the given realm.
- getPolicyStore(Subject, String) - Method in interface org.forgerock.openam.entitlement.rest.PolicyStoreProvider
-
Gets a policy store for the given realm.
- getPolicyStore(Context) - Method in class org.forgerock.openam.entitlement.rest.PrivilegePolicyStoreProvider
-
- getPolicyStore(Subject, String) - Method in class org.forgerock.openam.entitlement.rest.PrivilegePolicyStoreProvider
-
- getPolicySubject() - Method in class com.sun.identity.entitlement.opensso.PolicySubject
-
Constructs a legacy policy subject based on the information in this adapter.
- getPolicySubject() - Method in class org.forgerock.openam.entitlement.rest.model.json.PolicyRequest
-
- getPolicySubject(JsonValue) - Static method in class org.forgerock.openam.uma.UmaPolicyUtils
-
Given the JSON representation of a policy engine UMA policy, returns the subject.
- getPolicySvcGroup() - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
- getPolicySvcMBean() - Static method in class com.sun.identity.monitoring.Agent
-
Return the pointer to the policy service mbean
- getPolicyTemplate(String) - Method in interface com.iplanet.am.sdk.AMObject
-
- getPolicyTemplate(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
- getPolicyTemplates(Set) - Method in interface com.iplanet.am.sdk.AMRole
-
Deprecated.
Get requested policy templates defined for this role.
- getPolicyUri() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
-
Gets the policy uri for the resource set.
- getPolicyWebAgentAgentURL() - Method in class com.sun.identity.monitoring.SsoServerPolicyWebAgentEntry
-
Getter for the "PolicyWebAgentAgentURL" variable.
- getPolicyWebAgentAgentURL() - Method in interface com.sun.identity.monitoring.SsoServerPolicyWebAgentEntryMBean
-
Getter for the "PolicyWebAgentAgentURL" variable.
- getPolicyWebAgentGroup() - Method in class com.sun.identity.monitoring.SsoServerPolicyWebAgentEntry
-
Getter for the "PolicyWebAgentGroup" variable.
- getPolicyWebAgentGroup() - Method in interface com.sun.identity.monitoring.SsoServerPolicyWebAgentEntryMBean
-
Getter for the "PolicyWebAgentGroup" variable.
- getPolicyWebAgentIndex() - Method in class com.sun.identity.monitoring.SsoServerPolicyWebAgentEntry
-
Getter for the "PolicyWebAgentIndex" variable.
- getPolicyWebAgentIndex() - Method in interface com.sun.identity.monitoring.SsoServerPolicyWebAgentEntryMBean
-
Getter for the "PolicyWebAgentIndex" variable.
- getPolicyWebAgentName() - Method in class com.sun.identity.monitoring.SsoServerPolicyWebAgentEntry
-
Getter for the "PolicyWebAgentName" variable.
- getPolicyWebAgentName() - Method in interface com.sun.identity.monitoring.SsoServerPolicyWebAgentEntryMBean
-
Getter for the "PolicyWebAgentName" variable.
- getPolicyWebAgentServerURL() - Method in class com.sun.identity.monitoring.SsoServerPolicyWebAgentEntry
-
Getter for the "PolicyWebAgentServerURL" variable.
- getPolicyWebAgentServerURL() - Method in interface com.sun.identity.monitoring.SsoServerPolicyWebAgentEntryMBean
-
Getter for the "PolicyWebAgentServerURL" variable.
- getPolicyWebGroupIndex() - Method in class com.sun.identity.monitoring.SsoServerPolicyWebGroupEntry
-
Getter for the "PolicyWebGroupIndex" variable.
- getPolicyWebGroupIndex() - Method in interface com.sun.identity.monitoring.SsoServerPolicyWebGroupEntryMBean
-
Getter for the "PolicyWebGroupIndex" variable.
- getPolicyWebGroupName() - Method in class com.sun.identity.monitoring.SsoServerPolicyWebGroupEntry
-
Getter for the "PolicyWebGroupName" variable.
- getPolicyWebGroupName() - Method in interface com.sun.identity.monitoring.SsoServerPolicyWebGroupEntryMBean
-
Getter for the "PolicyWebGroupName" variable.
- getPolicyWebGroupServerURL() - Method in class com.sun.identity.monitoring.SsoServerPolicyWebGroupEntry
-
Getter for the "PolicyWebGroupServerURL" variable.
- getPolicyWebGroupServerURL() - Method in interface com.sun.identity.monitoring.SsoServerPolicyWebGroupEntryMBean
-
Getter for the "PolicyWebGroupServerURL" variable.
- getPolicyWindowSize() - Method in interface com.sun.identity.entitlement.EntitlementConfiguration
-
Informs us of the size of the policy window set in the configurable options.
- getPolicyWindowSize() - Method in class com.sun.identity.entitlement.opensso.EntitlementService
-
- getPolicyWindowSize() - Static method in class com.sun.identity.monitoring.Agent
-
Return the size of the policy window to configure.
- getPolicyWindowSize() - Static method in class com.sun.identity.monitoring.MonitoringUtil
-
- getPolicyWindowSize() - Method in class org.forgerock.openam.entitlement.monitoring.EntitlementConfigurationWrapper
-
The number of samples to retain for average/slowest calculation via the monitoring service.
- getPollingWaitState() - Method in class org.forgerock.openam.authentication.callbacks.helpers.PollingWaitAssistant
-
This method checks to see if the wait is complete and if not sets the new wait timeout.
- getPort() - Method in class com.iplanet.services.ldap.Server
-
Get the server's port.
- getPort() - Method in class com.iplanet.services.ldap.ServerInstance
-
Get the port number.
- getPort() - Method in class com.sun.identity.authentication.modules.radius.RADIUSServer
-
Returns the port.
- getPort() - Method in class com.sun.identity.entitlement.util.RelaxedURL
-
- getPort() - Method in class com.sun.identity.saml.common.SAMLServiceManager.SiteEntry
-
Returns port of the target.
- getPort() - Method in class com.sun.identity.security.cert.AMLDAPCertStoreParameters
-
Get port number
- getPort() - Method in class com.sun.identity.shared.FQDNUrl
-
Returns port number.
- getPort() - Method in class org.forgerock.openam.ldap.LDAPURL
-
Gets the port from the LDAP URL.
- getPort() - Method in class org.forgerock.openam.radius.common.packet.LoginTCPPortAttribute
-
Returns the TCP port with which the user is to be connected.
- getPort() - Method in class org.forgerock.openam.radius.common.packet.NASPortAttribute
-
Returns the physical port number of the NAS.
- getPort() - Method in class org.forgerock.openam.radius.common.packet.PortLimitAttribute
-
Returns the maximum number of ports this user should be allowed to connect to on the NAS.
- getPort() - Method in class org.forgerock.openam.radius.server.config.RadiusServiceConfig
-
The port to which the RADIUS service should have a bound Datagram Channel listening for incoming packets if
isEnabled() returns true.
- getPort() - Method in class org.forgerock.openam.sts.soap.config.user.SoapDeploymentConfig
-
- getPortNumber(String) - Method in class com.sun.identity.policy.util.GatewayServletUtils
-
- getPortQName() - Method in class org.forgerock.openam.sts.soap.EndpointSpecification
-
- getPortType() - Method in class org.forgerock.openam.radius.common.packet.NASPortTypeAttribute
-
Returns the port type of the NAS.
- getPostBindingMsg(IDPSSODescriptorElement, SPSSODescriptorElement, Map, AuthnRequest) - Static method in class com.sun.identity.saml2.profile.SPSSOFederate
-
Gets the Post Binding message
- getPostLoginClassSet() - Method in class com.sun.identity.authentication.service.LoginState
-
get orgPostLoginClassSet
- getPostLogoutRedirectionURIs() - Method in class org.forgerock.openidconnect.Client
-
Gets the post logout redirection uri of the OAuth2Client.
- getPostLogoutRedirectUris() - Method in interface org.forgerock.oauth2.core.ClientRegistration
-
Gets the registered post logout redirect uris for the client.
- getPostLogoutRedirectUris() - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
- getPostLogoutRedirectUris() - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
Gets the registered post logout redirect uris for the client.
- getPostProcessLogoutURL(HttpServletRequest) - Method in class org.forgerock.openam.authentication.service.AuthUtilsWrapper
-
Returns the logout redirect url set by the post-process plugin, if any has been set.
- getPostProcessURL(HttpServletRequest, String) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- getPOSTUrl() - Method in class com.sun.identity.saml.common.SAMLServiceManager.SiteEntry
-
Returns URL endpoint which handles SAML web browser POST profile.
- getPPAttribute(String) - Method in class com.sun.identity.liberty.ws.idpp.PPInteractionHelper
-
Gets the Personal Profile DS Attribute from the attribute mapper.
- getPPDSMap() - Method in class com.sun.identity.liberty.ws.idpp.IDPPServiceManager
-
Gets the PP LDAP Attribute Map
- getPPExtensionPrefix() - Method in class com.sun.identity.liberty.ws.idpp.IDPPServiceManager
-
Gets the personal profile attribute extension prefix.
- getPPID() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.ClientPseudonymType
-
Gets the value of the ppid property.
- getPPID() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClientPseudonymTypeImpl
-
- getPredicates() - Method in class org.forgerock.openam.services.push.dispatch.MessagePromise
-
Retrieve the set of predicates which should be applied to the contents of any supposed response to
this message.
- getPreferCookieName(String) - Static method in class com.sun.identity.saml2.idpdiscovery.CookieUtils
-
Gets the preferred cookie name based on the HttpRequest URI.
- getPreferredIDP(FSAuthnRequest, String, HttpServletRequest, HttpServletResponse) - Method in interface com.sun.identity.federation.services.FSIDPProxy
-
- getPreferredIDP(FSAuthnRequest, String, HttpServletRequest, HttpServletResponse) - Method in class com.sun.identity.federation.services.FSIDPProxyImpl
-
Deprecated.
Returns the preferred IDP.
- getPreferredIDP(FSAuthnRequest, String, String, HttpServletRequest, HttpServletResponse) - Method in interface com.sun.identity.federation.services.FSRealmIDPProxy
-
Deprecated.
Returns the preferred IDP.
- getPreferredIDP(FSAuthnRequest, String, String, HttpServletRequest, HttpServletResponse) - Method in class com.sun.identity.federation.services.FSRealmIDPProxyImpl
-
Returns the preferred IDP.
- getPreferredIDP(HttpServletRequest) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns the Identity Provider Entity Identifier.
- getPreferredIDP(AuthnRequest, String, String, HttpServletRequest, HttpServletResponse) - Method in class com.sun.identity.saml2.plugins.ECPIDPFinder
-
Returns a list of preferred IDP providerID's.
- getPreferredIDP(AuthnRequest, String, String, HttpServletRequest, HttpServletResponse) - Method in interface com.sun.identity.saml2.plugins.SAML2IDPFinder
-
Returns a list of preferred IDP providerID's.
- getPreferredIDP(AuthnRequest, String, String, HttpServletRequest, HttpServletResponse) - Method in class com.sun.identity.saml2.plugins.SAML2IDPProxyFRImpl
-
Returns a list of preferred IDP providerIDs.
- getPreferredIDP(AuthnRequest, String, String, HttpServletRequest, HttpServletResponse) - Method in class com.sun.identity.saml2.plugins.SAML2IDPProxyImpl
-
Returns a list of preferred IDP providerIDs.
- getPreferredIDP(AuthnRequest, String, String, HttpServletRequest, HttpServletResponse) - Static method in class com.sun.identity.saml2.profile.IDPProxyUtil
-
Gets the preferred IDP Id to be proxied.
- getPreferredNamingURL() - Method in class com.iplanet.services.naming.share.NamingRequest
-
Gets the PreferredNamingURL.
- getPreferredPrefix(String, String, boolean) - Method in class com.sun.identity.federation.meta.NamespacePrefixMapperImpl
-
Returns a preferred prefix for the given namespace URI.
- getPreferredPrefix(String, String, boolean) - Method in class com.sun.identity.liberty.ws.soapbinding.NamespacePrefixMapperImpl
-
Returns a preferred prefix for the given namespace URI.
- getPreferredPrefix(String, String, boolean) - Method in class com.sun.identity.saml2.meta.NamespacePrefixMapperImpl
-
Returns a preferred prefix for the given namespace URI.
- getPrefix() - Method in class com.sun.identity.log.messageid.LogMessageID
-
Returns prefix.
- getPrefix(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.NamespaceContextImpl
-
- getPrefix(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- getPrefix(String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.NamespaceContextImpl
-
- getPrefix(String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- getPrefixes(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.NamespaceContextImpl
-
- getPrefixes(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- getPrefixes(String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.NamespaceContextImpl
-
- getPrefixes(String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- getPreLoginServletURL(String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
- getPreLoginServletURL(String, String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
Returns PreLoginServlet URL and appends
metaAlias to it.
- getPreLogoutHandler() - Method in class com.sun.identity.federation.services.FSServiceManager
-
- getPrePostImpls(String) - Method in class com.iplanet.am.sdk.common.CallBackHelperBase
-
- getPresetConfigDir() - Static method in class com.sun.identity.setup.AMSetupServlet
-
- getPResponseProviderName() - Method in class com.sun.identity.entitlement.opensso.PolicyResponseProvider
-
Return the response provider name
- getPResponseProviderName() - Method in interface com.sun.identity.entitlement.ResourceAttribute
-
Deprecated.
- getPResponseProviderName() - Method in class com.sun.identity.entitlement.StaticAttributes
-
Returns OpenAM policy response provider name of the object
- getPResponseProviderName() - Method in class com.sun.identity.entitlement.UserAttributes
-
Returns OpenAM policy response provider name of the object
- getPResponseProviderName() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonResourceAttributeMixin
-
- getPreviousBtnLabel() - Method in interface com.sun.identity.password.ui.model.PWResetQuestionModel
-
Gets previous button label
- getPreviousBtnLabel() - Method in class com.sun.identity.password.ui.model.PWResetQuestionModelImpl
-
Gets previous button label
- getPrimaryID() - Method in class com.iplanet.dpro.session.DynamicSessionIDExtensions
-
- getPrimaryID() - Method in class com.iplanet.dpro.session.LegacySessionIDExtensions
-
- getPrimaryID() - Method in interface com.iplanet.dpro.session.SessionIDExtensions
-
The Primary ID for the SessionID is that Sessions home server.
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ActionElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ActionTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AdviceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AdviceTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionIDRefElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionURIRefElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeStatementElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeStatementTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeValueElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AudienceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AudienceRestrictionElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AudienceRestrictionTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthenticatingAuthorityElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextClassRefElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextDeclElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextDeclRefElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthzDecisionStatementElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthzDecisionStatementTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.BaseIDAbstractTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.BaseIDElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionAbstractTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionsElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionsTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EncryptedAssertionElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EncryptedAttributeElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EncryptedElementTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EncryptedIDElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EvidenceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EvidenceTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.IssuerElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.KeyInfoConfirmationDataTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.NameIDElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.NameIDTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.OneTimeUseElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.OneTimeUseTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ProxyRestrictionElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ProxyRestrictionTypeImpl
-
- getPrimaryInterface() - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatableObject
-
Gets the main interface that this object implements.
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.StatementAbstractTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.StatementElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationDataElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationDataTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AffiliationConfigElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeAuthorityConfigElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeQueryConfigElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AuthnAuthorityConfigElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.BaseConfigTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.EntityConfigElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.EntityConfigTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.IDPSSOConfigElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.PDPConfigElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.SPSSOConfigElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.ValueElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.XACMLAuthzDecisionQueryConfigElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.XACMLPDPConfigElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AdditionalMetadataLocationElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AdditionalMetadataLocationTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliateMemberElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ArtifactResolutionServiceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AssertionConsumerServiceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AssertionIDRequestServiceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeAuthorityDescriptorElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeAuthorityDescriptorTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeProfileElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeServiceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeServiceTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AuthnAuthorityDescriptorElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AuthnAuthorityDescriptorTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AuthnQueryServiceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AuthzServiceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.CompanyElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ContactPersonElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ContactTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EmailAddressElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EncryptionMethodElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EndpointTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntitiesDescriptorElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntitiesDescriptorTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ExtensionsElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ExtensionsTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.GivenNameElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IndexedEndpointTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.KeyDescriptorElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.KeyDescriptorTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.LocalizedNameTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.LocalizedURITypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ManageNameIDServiceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.NameIDFormatElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.NameIDMappingServiceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationDisplayNameElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationNameElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationURLElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.PDPDescriptorElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.PDPDescriptorTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.QueryDescriptorElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.QueryDescriptorTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RequestedAttributeElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RequestedAttributeTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ServiceDescriptionElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ServiceNameElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SingleLogoutServiceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SingleSignOnServiceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SSODescriptorTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SurNameElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.TelephoneNumberElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLAuthzDecisionQueryDescriptorElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLAuthzDecisionQueryDescriptorTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLAuthzServiceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLPDPDescriptorElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLPDPDescriptorTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadataattr.impl.EntityAttributesElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadataattr.impl.EntityAttributesTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.ActionNamespaceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.AttributeQueryDescriptorElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.AttributeQueryDescriptorTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.AuthnQueryDescriptorTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.AuthzDecisionQueryDescriptorTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.QueryDescriptorTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.metadataidpdiscovery.impl.DiscoveryResponseElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.schema.impl.AnyTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl.KANonceImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl.OriginatorKeyInfoImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl.RecipientKeyInfoImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherDataElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherDataTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherReferenceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherReferenceTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedDataElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedDataTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedKeyElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedKeyTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl.KeySizeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl.OAEPparamsImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertiesElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertiesTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListTypeImpl.DataReferenceImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListTypeImpl.KeyReferenceImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.TransformsTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.CanonicalizationMethodElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.CanonicalizationMethodTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DigestMethodElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DigestMethodTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DigestValueElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DSAKeyValueElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyInfoElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyInfoTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyNameElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyValueElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyValueTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ManifestElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ManifestTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.MgmtDataElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ObjectElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ObjectTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.PGPDataElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.PGPDataTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ReferenceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RetrievalMethodElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RetrievalMethodTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RSAKeyValueElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RSAKeyValueTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureMethodElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureMethodTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureMethodTypeImpl.HMACOutputLengthImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertiesElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertiesTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertyElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertyTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureValueElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureValueTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignedInfoElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignedInfoTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SPKIDataElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SPKIDataTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SPKIDataTypeImpl.SPKISexpImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformsElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformsTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformTypeImpl.XPathImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509CertificateImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509CRLImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509IssuerSerialImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509SKIImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509SubjectNameImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509IssuerSerialTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.AttributeElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.AttributeTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.BaseConfigTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.FederationConfigElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.FederationConfigTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.IDPSSOConfigElementImpl
-
- getPrimaryInterface() - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.ValidatableObject
-
Gets the main interface that this object implements.
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.SPSSOConfigElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.ValueElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ActionElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.AttributedQNameTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.AttributedUnsignedLongTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.AttributedURITypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.EndpointReferenceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.EndpointReferenceTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.FaultToElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.FromElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.MessageIDElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.MetadataElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.MetadataTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ProblemActionElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ProblemActionTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ProblemHeaderQNameElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ProblemIRIElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ReferenceParametersElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ReferenceParametersTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.RelatesToElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.RelatesToTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ReplyToElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.RetryAfterElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ToElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AdditionalContextProcessedElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AssertionTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AttributeExtensibleStringImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AttributeExtensibleURIImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AttributeServiceEndpointElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AuthenticationTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AutomaticPseudonymsElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClaimTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClientPseudonymElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClientPseudonymTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.DescriptionTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.DisplayNameTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationIDElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationMetadataElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationMetadataHandlerElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationMetadataHandlerTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationMetadataTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FilterPseudonymsElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FilterPseudonymsTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FreshnessElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FreshnessImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuerNamesOfferedElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuerNamesOfferedTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuerNameTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuesSpecificPolicyFaultElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ProofTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ProofTokenTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymBasisElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymBasisTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PsuedonymServiceEndpointElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RealmElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceDigestTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceToken11ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceTokenTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RelativeToElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RelativeToTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestProofTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestProofTokenTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestPseudonymElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestPseudonymTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequireBearerTokensElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequireReferenceTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequiresGenericClaimDialectElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequireSharedCookiesElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequireSignedTokensElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SecurityTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SecurityTokenTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutBasisTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SingleSignOutNotificationEndpointElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SingleSignOutSubscriptionEndpointElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenIssuerEndpointElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenIssuerNameElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenKeyInfoTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenKeyTransferKeyInfoElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenSigningKeyInfoElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenTypesOfferedElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenTypesOfferedTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.UriNamedClaimTypesOfferedElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.UriNamedClaimTypesOfferedTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.WebBindingElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.AllElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.AppliesToElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.AppliesToTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.ExactlyOneElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.OperatorContentTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyAttachmentElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyAttachmentTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyReferenceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyReferenceTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.AttributedStringImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.BinarySecurityTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.BinarySecurityTokenTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.EmbeddedElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.EmbeddedTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.EncodedStringImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.KeyIdentifierElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.KeyIdentifierTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.NonceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.PasswordElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.PasswordStringImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.ReferenceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.ReferenceTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityHeaderTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityTokenReferenceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityTokenReferenceTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.TransformationParametersElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.TransformationParametersTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.UsernameTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.UsernameTokenTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.AbsXPathElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.AlgorithmSuiteElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.AsymmetricBindingElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic128ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic128Rsa15ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic128Sha256ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic128Sha256Rsa15ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic192ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic192Rsa15ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic192Sha256ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic192Sha256Rsa15ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic256ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic256Rsa15ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic256Sha256ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic256Sha256Rsa15ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.BootstrapPolicyElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EmptyTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptBeforeSigningElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptedElementsElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptedPartsElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptionTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptSignatureElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EndorsingEncryptedSupportingTokensElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EndorsingSupportingTokensElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HashPasswordElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HeaderTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HttpBasicAuthenticationElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HttpDigestAuthenticationElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HttpsTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.IncludeTimestampElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.InclusiveC14NElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.InitiatorEncryptionTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.InitiatorSignatureTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.InitiatorTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.IssuedTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.IssuedTokenTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.KerberosTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.LaxElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.LaxTsFirstElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.LaxTsLastElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.LayoutElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportClientChallengeElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportIssuedTokensElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefEmbeddedTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefEncryptedKeyElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefExternalURIElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefIssuerSerialElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefKeyIdentifierElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefThumbprintElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportServerChallengeElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.NestedPolicyTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.NoPasswordElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.OnlySignEntireHeadersAndBodyElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.ProtectionTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.ProtectTokensElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.QNameAssertionTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RecipientEncryptionTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RecipientSignatureTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RecipientTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RelTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequestSecurityTokenTemplateTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireClientCertificateElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireClientEntropyElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequiredElementsElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireDerivedKeysElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireEmbeddedTokenReferenceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireExplicitDerivedKeysElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireExternalReferenceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireExternalUriReferenceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireImplicitDerivedKeysElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireInternalReferenceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireIssuerSerialReferenceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireKeyIdentifierReferenceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireRequestSecurityTokenCollectionElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireServerEntropyElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireSignatureConfirmationElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireThumbprintReferenceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SamlTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SC200502SecurityContextTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SecureConversationTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SecureConversationTokenTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SecurityContextTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SePartsTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SerElementsTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignatureTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedElementsElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedEncryptedSupportingTokensElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedEndorsingEncryptedSupportingTokensElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedEndorsingSupportingTokensElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedPartsElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedSupportingTokensElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SOAPNormalization10ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SpnegoContextTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SpnegoContextTokenTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.StrictElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.STRTransform10ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SupportingTokensElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SymmetricBindingElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TokenAssertionTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TransportBindingElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TransportTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TripleDesElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TripleDesRsa15ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TripleDesSha256ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TripleDesSha256Rsa15ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Trust10ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.UsernameTokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Wss10ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Wss11ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssGssKerberosV5ApReqToken11ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssKerberosV5ApReqToken11ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssRelV10Token10ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssRelV10Token11ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssRelV20Token10ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssRelV20Token11ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssSamlV11Token10ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssSamlV11Token11ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssSamlV20Token11ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssUsernameToken10ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssUsernameToken11ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509Pkcs7Token10ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509Pkcs7Token11ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509PkiPathV1Token10ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509PkiPathV1Token11ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509V1Token11ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509V3Token10ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509V3Token11ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.X509TokenElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.XPath10ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.XPathFilter20ElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.AttributedDateTimeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.AttributedURIImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.CreatedElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.ExpiresElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.TimestampElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.TimestampTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.CanonicalizationMethodElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.CanonicalizationMethodTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DigestMethodElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DigestMethodTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DigestValueElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DSAKeyValueElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyInfoElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyInfoTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyNameElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyValueElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyValueTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ManifestElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ManifestTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.MgmtDataElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ObjectElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ObjectTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.PGPDataElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.PGPDataTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ReferenceElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RetrievalMethodElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RetrievalMethodTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RSAKeyValueElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RSAKeyValueTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureMethodElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureMethodTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureMethodTypeImpl.HMACOutputLengthImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertiesElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertiesTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertyElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertyTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureValueElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureValueTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignedInfoElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignedInfoTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SPKIDataElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SPKIDataTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SPKIDataTypeImpl.SPKISexpImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformsElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformsTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformTypeImpl.XPathImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataElementImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509CertificateImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509CRLImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509IssuerSerialImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509SKIImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509SubjectNameImpl
-
- getPrimaryInterface() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509IssuerSerialTypeImpl
-
- getPrimaryKey() - Method in class org.forgerock.openam.cts.api.tokens.SAMLToken
-
- getPrimaryKey() - Method in class org.forgerock.openam.session.model.AMRootEntity
-
- getPrimaryServerID() - Method in class com.iplanet.dpro.session.service.SessionServerConfig
-
Gets the ID of the primary server.
- getPrimaryServerURL() - Method in class com.iplanet.dpro.session.service.SessionServerConfig
-
Gets the URL of the primary server.
- getPrincipal() - Method in interface com.iplanet.sso.SSOToken
-
Returns the value of the property "Principal" set to the single sign on
token.
- getPrincipal() - Method in class com.sun.identity.authentication.internal.AuthContext
-
Returns the (first) AuthPrincipal in
the Subject.
- getPrincipal() - Method in class com.sun.identity.authentication.internal.AuthSSOToken
-
- getPrincipal() - Method in class com.sun.identity.authentication.modules.ad.AD
-
- getPrincipal() - Method in class com.sun.identity.authentication.modules.anonymous.Anonymous
-
- getPrincipal() - Method in class com.sun.identity.authentication.modules.application.Application
-
Returns Principal for the authenticated user.
- getPrincipal() - Method in class com.sun.identity.authentication.modules.cert.Cert
-
- getPrincipal() - Method in class com.sun.identity.authentication.modules.datastore.DataStore
-
- getPrincipal() - Method in class com.sun.identity.authentication.modules.federation.Federation
-
Returns principal of the authenticated user.
- getPrincipal() - Method in class com.sun.identity.authentication.modules.hotp.HOTP
-
- getPrincipal() - Method in class com.sun.identity.authentication.modules.httpbasic.HTTPBasic
-
- getPrincipal() - Method in class com.sun.identity.authentication.modules.jdbc.JDBC
-
Returns principal of the authenticated user.
- getPrincipal() - Method in class com.sun.identity.authentication.modules.ldap.LDAP
-
Returns principal.
- getPrincipal() - Method in class com.sun.identity.authentication.modules.membership.Membership
-
Returns Principal.
- getPrincipal() - Method in class com.sun.identity.authentication.modules.msisdn.MSISDN
-
Returns the User Principal.
- getPrincipal() - Method in class com.sun.identity.authentication.modules.nt.NT
-
TODO-JAVADOC
- getPrincipal() - Method in class com.sun.identity.authentication.modules.radius.RADIUS
-
Returns java.security.Principal.
- getPrincipal() - Method in class com.sun.identity.authentication.modules.sae.SAE
-
Returns the User Principal
- getPrincipal() - Method in class com.sun.identity.authentication.modules.securid.SecurID
-
- getPrincipal() - Method in class com.sun.identity.authentication.modules.windowsdesktopsso.WindowsDesktopSSO
-
Returns principal of the authenticated user.
- getPrincipal() - Method in class com.sun.identity.authentication.modules.wss.WSSAuthModule
-
Returns the authenticated principal.
- getPrincipal() - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Returns the principal.
- getPrincipal() - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Abstract method must be implemeted by each login module to
get the user Principal
- getPrincipal() - Method in class org.forgerock.openam.authentication.modules.adaptive.Adaptive
-
- getPrincipal() - Method in class org.forgerock.openam.authentication.modules.common.AbstractLoginModuleBinder
-
Abstract method must be implemented by each login module to get the user Principal.
- getPrincipal() - Method in class org.forgerock.openam.authentication.modules.common.AuthLoginModule
-
Abstract method must be implemented by each login module to get the user Principal.
- getPrincipal() - Method in class org.forgerock.openam.authentication.modules.deviceprint.DeviceIdSave
-
Abstract method must be implemeted by each login module to
get the user Principal
- getPrincipal() - Method in class org.forgerock.openam.authentication.modules.fr.oath.AuthenticatorOATH
-
Returns the principal for this module.
- getPrincipal() - Method in class org.forgerock.openam.authentication.modules.oath.OATH
-
Deprecated.
Returns the principal for this module.
- getPrincipal() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuth
-
- getPrincipal() - Method in class org.forgerock.openam.authentication.modules.oidc.OpenIdConnect
-
- getPrincipal() - Method in class org.forgerock.openam.authentication.modules.persistentcookie.PersistentCookieAuthModule
-
Abstract method must be implemented by each login module to get the user Principal.
- getPrincipal() - Method in class org.forgerock.openam.authentication.modules.push.AuthenticatorPush
-
- getPrincipal() - Method in class org.forgerock.openam.authentication.modules.push.registration.AuthenticatorPushRegistration
-
- getPrincipal() - Method in class org.forgerock.openam.authentication.modules.saml2.SAML2
-
- getPrincipal() - Method in class org.forgerock.openam.authentication.modules.scripted.Scripted
-
Abstract method must be implemeted by each login module to
get the user Principal
- getPrincipal() - Method in class org.forgerock.openam.sts.rest.operation.translate.CustomRestTokenProviderParametersImpl
-
- getPrincipal() - Method in interface org.forgerock.openam.sts.rest.token.provider.CustomRestTokenProviderParameters
-
- getPrincipal() - Method in class org.forgerock.openam.sts.rest.token.validator.RestTokenTransformValidatorResult
-
- getPrincipal() - Method in class org.openidentityplatform.openam.authentication.modules.Ntlm
-
- getPrincipal() - Method in class org.openidentityplatform.openam.authentication.modules.QR
-
- getPrincipal() - Method in class org.openidentityplatform.openam.authentication.modules.recaptcha.ReCaptcha
-
- getPrincipal() - Method in class org.openidentityplatform.openam.authentication.modules.webauthn.WebAuthnAuthentication
-
- getPrincipal() - Method in class org.openidentityplatform.openam.authentication.modules.webauthn.WebAuthnRegistration
-
- getPrincipalDataRetriever() - Static method in class com.sun.identity.authentication.service.AuthenticationPrincipalDataRetrieverFactory
-
Returns an instance of AuthenticationPrincipalDataRetriever.
- getPrincipalDN(SSOToken) - Static method in class com.iplanet.am.sdk.AMCommonUtils
-
Deprecated.
Gets the principal DN String in RFC lowercase format from the SSOToken
- getPrincipalDN(SSOToken) - Static method in class com.iplanet.am.sdk.common.MiscUtils
-
Gets the principal DN String in RFC lowercase format from the SSOToken
- getPrincipalFromSession(String) - Method in interface org.forgerock.openam.sts.token.validator.PrincipalFromSession
-
- getPrincipalFromSession(String) - Method in class org.forgerock.openam.sts.token.validator.PrincipalFromSessionImpl
-
- getPrincipalId(Subject) - Static method in class com.sun.identity.entitlement.opensso.SubjectUtils
-
- getPrincipalName(Object) - Method in class com.sun.identity.plugin.session.impl.FedletSessionProvider
-
Returns princiapl name, or user name given the session
object.
- getPrincipalName(Object) - Method in class com.sun.identity.plugin.session.impl.FMSessionProvider
-
Returns princiapl name, or user name given the session
object.
- getPrincipalName(Object) - Method in interface com.sun.identity.plugin.session.SessionProvider
-
Returns princiapl name, or user name given the session
object.
- getPrincipalName() - Method in interface com.sun.identity.wss.sts.ClientUserToken
-
Returns the principal name that the client user token carries.
- getPrincipalName() - Method in class com.sun.identity.wss.sts.STSClientUserToken
-
- getPrincipalName() - Method in class org.forgerock.openam.sts.user.invocation.STSIssuedTokenState
-
- getPrincipalNameFromServerContext(Context) - Static method in class org.forgerock.openam.forgerockrest.utils.PrincipalRestUtils
-
Returns the authenticated principal associated with this context.
- getPrincipalNameFromSubject(Subject) - Static method in class org.forgerock.openam.forgerockrest.utils.PrincipalRestUtils
-
Returns the authenticated principal associated with this subject.
- getPrincipals() - Method in class com.sun.identity.authentication.internal.AuthContext
-
Method to get the set of AuthPrincipals in the
Subject.
- getPrincipals() - Method in class com.sun.identity.authentication.internal.AuthSubject
-
- getPrincipalWithoutLogin(Subject, Assertion, String, String, SAML2MetaManager, String, String) - Static method in class com.sun.identity.saml2.profile.SPACSUtils
-
Returns the username if there was one from the Assertion we were able to map into a local user account.
- getPriority() - Method in interface com.iplanet.am.sdk.AMTemplate
-
Deprecated.
Returns the priority of this template in the DIT.
- getPriority() - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Gets the priority of the policy.
- getPriority() - Method in class com.sun.identity.sm.PluginConfig
-
Returns the priority assigned to the service plugin.
- getPriority() - Method in class com.sun.identity.sm.ServiceConfig
-
Returns the priority assigned to the service configuration.
- getPrivateKey(String) - Method in class com.sun.identity.liberty.ws.soapbinding.WSX509KeyManager
-
Returns the private key associated with the given alias.
- getPrivateKey(String) - Method in interface com.sun.identity.sae.api.SecureAttrs.Certs
-
- getPrivateKey(String) - Method in class com.sun.identity.saml.xmlsig.JKSKeyProvider
-
Return java.security.PrivateKey for the specified certAlias.
- getPrivateKey(String, String) - Method in class com.sun.identity.saml.xmlsig.JKSKeyProvider
-
Return the
PrivateKey for the specified certAlias and encrypted private key password.
- getPrivateKey(String) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
-
Returns java.security.PrivateKey for the specified
certAlias.
- getPrivateKey(String, String) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
-
Return the
PrivateKey for the specified certAlias and encrypted private key password.
- getPrivateKey(String) - Method in class com.sun.identity.security.keystore.AMX509KeyManagerImpl
-
Returns the private key associated with the given alias.
- getPrivateKey(String) - Method in class com.sun.identity.security.keystore.v_14.AMX509KeyManagerImpl
-
Returns the private key associated with the given alias.
- getPrivateKey(KeyInfo) - Method in class com.sun.identity.xmlenc.AMEncryptionProvider
-
Returns the private key for X509Certificate embedded in the KeyInfo
- getPrivateKey(String, String) - Method in class org.forgerock.openam.sts.tokengeneration.STSCryptoProviderBase
-
This method will be called to obtain the PrivateKey used to sign SAML2 assertions and OpenIdConnect Tokens
- getPrivateKey(String) - Method in class org.forgerock.openam.utils.AMKeyProvider
-
Return java.security.PrivateKey for the specified certAlias.
- getPrivateKey(String, String) - Method in class org.forgerock.openam.utils.AMKeyProvider
-
Return the
PrivateKey for the specified certAlias and encrypted private key password.
- getPrivateKeyAlias() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Returns the key alias for the security provider at STS service.
- getPrivateKeyAlias() - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Returns the key alias for the security provider at STS service.
- getPrivateKeyPass() - Method in class com.sun.identity.saml.xmlsig.JKSKeyProvider
-
Get the private key password
- getPrivateKeyPass() - Method in class org.forgerock.openam.utils.AMKeyProvider
-
Get the private key password.
- getPrivateKeyType() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Returns the key type for the security provider at STS service.
- getPrivateKeyType() - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Returns the key type for the security provider at STS service.
- getPrivilege(String) - Method in class com.sun.identity.entitlement.ApplicationPrivilegeManager
-
Returns the application privilege object.
- getPrivilege(String, String) - Method in class com.sun.identity.entitlement.opensso.DataStore
-
Retrieves an individual privilege from the data store.
- getPrivilege(String) - Method in class com.sun.identity.entitlement.opensso.OpenSSOApplicationPrivilegeManager
-
- getPrivilege(String) - Method in class com.sun.identity.entitlement.opensso.OpenSSOIndexStore
-
Retrieve an individual privilege from the data store.
- getPrivilege(String) - Method in class com.sun.identity.entitlement.PrivilegeIndexStore
-
The single requested privilege, found
within the context of this realm.
- getPrivilegeDistinguishedName(String, String, String) - Static method in class com.sun.identity.entitlement.opensso.DataStore
-
Returns distingished name of a privilege.
- getPrivilegeEvaluationMBean() - Static method in class com.sun.identity.monitoring.Agent
-
- GetPrivileges - Class in com.sun.identity.cli.idrepo
-
This command gets the privilege of an identity.
- GetPrivileges() - Constructor for class com.sun.identity.cli.idrepo.GetPrivileges
-
- getPrivileges() - Method in class com.sun.identity.delegation.DelegationManager
-
Returns all the delegation privileges associated with the realm.
- getPrivileges(String) - Method in class com.sun.identity.delegation.DelegationManager
-
Returns all the delegation privileges associated with the realm and
applicable to a subject.
- getPrivileges(SSOToken, String) - Method in interface com.sun.identity.delegation.interfaces.DelegationInterface
-
Returns all the delegation privileges associated with a realm.
- getPrivileges(SSOToken, String) - Method in class com.sun.identity.delegation.plugins.DelegationPolicyImpl
-
Returns all the delegation privileges associated with a realm.
- getPrivileges() - Method in class com.sun.identity.entitlement.xacml3.PrivilegeSet
-
Obtain list of Privilege objects held by this class.
- getProbePoints() - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.GrammarInfo
-
Return the probe points for this GrammarInfo, which are used to detect
{namespaceURI,localName} collisions across the GrammarInfo's on the
schemaPath.
- getProbePoints() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.GrammarInfoImpl
-
- getProbePoints() - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.GrammarInfo
-
Return the probe points for this GrammarInfo, which are used to detect
{namespaceURI,localName} collisions across the GrammarInfo's on the
schemaPath.
- getProbePoints() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.GrammarInfoImpl
-
- getProcessingContextHeader() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Returns the ProcessingContextHeader.
- getProcessingContextHeader() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
Returns ProcessingContextHeader.
- getProcessors() - Method in class org.forgerock.openam.cts.impl.queue.config.CTSQueueConfiguration
-
- getProcessors() - Method in interface org.forgerock.openam.sm.datalayer.api.QueueConfiguration
-
The number of asynchronous Task Processors that should be initialised.
- getProductAuditLogsPathMessage() - Method in class com.sun.identity.install.tools.configurator.CustomInstallDriver
-
- getProductAuditLogsPathMessage() - Method in class com.sun.identity.install.tools.configurator.InstallDriver
-
- getProductConfigFilePathMessage() - Method in class com.sun.identity.install.tools.configurator.CustomInstallDriver
-
- getProductConfigFilePathMessage() - Method in class com.sun.identity.install.tools.configurator.InstallDriver
-
- getProductDebugLogsPathMessage() - Method in class com.sun.identity.install.tools.configurator.CustomInstallDriver
-
- getProductDebugLogsPathMessage() - Method in class com.sun.identity.install.tools.configurator.InstallDriver
-
- getProductDetails(String, ArrayList) - Method in class com.sun.identity.install.tools.configurator.InstFinderStore
-
- getProductHome() - Static method in class com.sun.identity.install.tools.configurator.MigrateFromInstFinderStore
-
get product home of previous product.
- getProductInstanceNameMessage() - Method in class com.sun.identity.install.tools.configurator.CustomInstallDriver
-
- getProductInstanceNameMessage() - Method in class com.sun.identity.install.tools.configurator.InstallDriver
-
- getProductLabel() - Method in interface com.sun.identity.password.ui.model.PWResetModel
-
Returns label for product logo.
- getProductLabel() - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns label for product logo.
- getProductName() - Method in class com.sun.identity.cli.AccessManager
-
Returns product name.
- getProductName() - Method in class com.sun.identity.cli.CommandManager
-
Returns product name.
- getProductName() - Method in interface com.sun.identity.cli.IDefinition
-
Returns product name.
- getProductName() - Method in class com.sun.identity.federation.cli.FederationManager
-
Returns product name.
- getProductShortName() - Static method in class com.sun.identity.install.tools.admin.ToolsConfiguration
-
- getProfile(OAuthConf, String) - Method in class org.forgerock.openam.authentication.modules.oauth2.profile.DefaultProfileProvider
-
- getProfile(OAuthConf, String) - Method in class org.forgerock.openam.authentication.modules.oauth2.profile.ESIAProfileProvider
-
- getProfile(OAuthConf, String) - Method in class org.forgerock.openam.authentication.modules.oauth2.profile.MailRuProfileProvider
-
- getProfile(OAuthConf, String) - Method in class org.forgerock.openam.authentication.modules.oauth2.profile.OdnoklassnikiProvider
-
- getProfile(OAuthConf, String) - Method in interface org.forgerock.openam.authentication.modules.oauth2.profile.ProfileProvider
-
- getProfile(OAuthConf, String) - Method in class org.forgerock.openam.authentication.modules.oauth2.profile.VkontakteProvider
-
- getProfileBinding() - Method in class com.sun.identity.saml2.profile.ResponseInfo
-
Returns the profile binding, one of the following values:
null,
SAML2Constants.HTTP_POST,
SAML2Constants.HTTP_ARTIFACT,
SAML2Constants.PAOS
- getProfileManagerXML() - Method in class com.iplanet.services.cdm.clientschema.AMClientCapData
-
Gets the profile manager xlob as a string.
- getProfileProvider(OAuthConf) - Static method in class org.forgerock.openam.authentication.modules.oauth2.profile.ProfileProviderFactory
-
- getProfileServiceGetParameters() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getProfileServiceUrl() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getProfileToCommunicateLogout() - Method in class com.sun.identity.federation.services.logout.FSSingleLogoutHandler
-
Determines the profile to be used to communicate logout.
- getProgram(String...) - Method in class org.forgerock.openam.scripting.factories.RhinoScriptEngineFactory
- getPromise() - Method in class org.forgerock.openam.services.push.dispatch.MessagePromise
-
Retrieve the internally stored promise implementation.
- getPrompt(Node) - Static method in class com.sun.identity.authentication.share.AuthXMLUtils
-
- getPrompt() - Method in class com.sun.identity.authentication.spi.X509CertificateCallback
-
Returns the prompt.
- getPrompt() - Method in class org.forgerock.oauth2.core.DeviceCode
-
Gets the prompt parameter.
- getPromptMessage(IStateAccess) - Method in class com.sun.identity.install.tools.configurator.BaseInteraction
-
Method that needs to be implemented by the sub-classes to return the
prompt message that needs to be displayed for the user to input data.
- getPromptMessage(IStateAccess) - Method in class com.sun.identity.install.tools.configurator.ConfirmInteraction
-
- getPromptMessage(IStateAccess) - Method in class com.sun.identity.install.tools.configurator.DisplaySummaryHandler
-
- getPromptMessage(IStateAccess) - Method in class com.sun.identity.install.tools.configurator.InstallInteraction
-
- getPromptMessage(IStateAccess) - Method in class com.sun.identity.install.tools.configurator.TaskInteraction
-
- getPromptPasswordFlag() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getPromptSuffix() - Method in class com.sun.identity.install.tools.configurator.UserDataInteraction
-
- getPromptValue(IStateAccess) - Method in class com.sun.identity.install.tools.configurator.BaseInteraction
-
Method that needs to be implemented by the sub-classes to return a
prompt value (default value) that needs to be displayed for the user to
input data.
- getPromptValue(IStateAccess) - Method in class com.sun.identity.install.tools.configurator.ConfirmInteraction
-
- getPromptValue(IStateAccess) - Method in class com.sun.identity.install.tools.configurator.InstallInteraction
-
- getPromptValue(IStateAccess) - Method in class com.sun.identity.install.tools.configurator.UserResponseInteraction
-
- getProofToken() - Method in class com.sun.identity.wss.trust.RequestedProofToken
-
Returns the proof token element
- getProofTokenState() - Method in class org.forgerock.openam.sts.rest.token.provider.saml.Saml2TokenCreationState
-
- getProofTokenState() - Method in class org.forgerock.openam.sts.service.invocation.SAML2TokenGenerationState
-
- getProofTokenState() - Method in class org.forgerock.openam.sts.user.invocation.SAML2TokenCreationState
-
- getProperties() - Static method in class com.iplanet.am.util.SystemProperties
-
Returns all the properties defined and their values.
- getProperties() - Method in class com.iplanet.dpro.session.share.SessionInfo
-
- getProperties(String) - Method in class com.iplanet.services.cdm.Client
-
Gets the client property for the specified key.
- getProperties(String) - Method in class com.iplanet.services.cdm.clientschema.AMClientCapData
-
Get a Map of all the properties for the Client.
- getProperties(String) - Static method in class com.sun.identity.common.configuration.ServerConfiguration
-
Returns properties object.
- getProperties(Set) - Static method in class com.sun.identity.common.configuration.ServerConfiguration
-
Returns properties object.
- getProperties() - Method in class com.sun.identity.entitlement.opensso.PolicyCondition
-
Returns properties.
- getProperties(String) - Static method in class com.sun.identity.install.tools.util.FileUtils
-
Method getProperties
Loads a properties file into memory and creates a
java.util.Properties object
- getProperties() - Method in interface com.sun.identity.policy.interfaces.Condition
-
Deprecated.
Gets the properties of the condition
- getProperties() - Method in interface com.sun.identity.policy.interfaces.ResponseProvider
-
Deprecated.
Gets the properties of the response provider.
- getProperties() - Method in class com.sun.identity.policy.plugins.AMIdentityMembershipCondition
-
Deprecated.
Returns properties of this condition.
- getProperties() - Method in class com.sun.identity.policy.plugins.AuthenticatedSharedAgentsCondition
-
Gets the properties of the condition.
- getProperties() - Method in class com.sun.identity.policy.plugins.AuthenticateToRealmCondition
-
Deprecated.
Returns the properties of the condition.
- getProperties() - Method in class com.sun.identity.policy.plugins.AuthenticateToServiceCondition
-
Deprecated.
Returns the properties of the condition.
- getProperties() - Method in class com.sun.identity.policy.plugins.AuthLevelCondition
-
Deprecated.
Gets the properties of the condition.
- getProperties() - Method in class com.sun.identity.policy.plugins.AuthRoleCondition
-
Deprecated.
Returns properties of this condition.
- getProperties() - Method in class com.sun.identity.policy.plugins.AuthSchemeCondition
-
Deprecated.
Gets the properties of the condition.
- getProperties() - Method in class com.sun.identity.policy.plugins.IDRepoResponseProvider
-
Gets the properties of the responseprovider
- getProperties() - Method in class com.sun.identity.policy.plugins.IPCondition
-
Deprecated.
Gets the properties of the condition.
- getProperties() - Method in class com.sun.identity.policy.plugins.LDAPFilterCondition
-
Deprecated.
Returns properties of this condition.
- getProperties() - Method in class com.sun.identity.policy.plugins.LEAuthLevelCondition
-
Deprecated.
Gets the properties of the condition.
- getProperties() - Method in class com.sun.identity.policy.plugins.PrivilegeCondition
-
Returns the property values.
- getProperties() - Method in class com.sun.identity.policy.plugins.ResourceEnvIPCondition
-
Deprecated.
Returns properties of ResourceEnvIPCondition.
- getProperties() - Method in class com.sun.identity.policy.plugins.SessionCondition
-
Deprecated.
Gets the properties of the condition.
- getProperties() - Method in class com.sun.identity.policy.plugins.SessionPropertyCondition
-
Deprecated.
Get properties of this condition.
- getProperties() - Method in class com.sun.identity.policy.plugins.SimpleTimeCondition
-
Deprecated.
Gets the properties of the condition.
- getProperties() - Method in class com.sun.identity.policy.plugins.UserSelfCheckCondition
-
Gets the properties of the condition.
- getProperties() - Method in class org.forgerock.openam.entitlement.conditions.environment.SessionPropertyCondition
-
- getProperties() - Method in class org.forgerock.openam.network.ipv4.IPv4Condition
-
Deprecated.
Gets the properties of the condition.
- getProperties() - Method in class org.forgerock.openam.network.ipv6.IPv6Condition
-
Deprecated.
Gets the properties of the condition.
- getProperties(String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
- getPropertiesMap() - Method in class com.sun.identity.install.tools.configurator.TaskInfo
-
- getPropertiesMap() - Method in class com.sun.identity.install.tools.configurator.ValidationInfo
-
- getPropertiesSet(String) - Static method in class com.sun.identity.common.configuration.ServerConfiguration
-
Returns set of string with this format, key=value.
- getPropertiesViewBeanURL() - Method in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
Returns URL of the view bean for the attribute.
- getPropertiesViewBeanURL(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Returns the URL of the view bean for the service
- getPropertiesViewBeanURL() - Method in class com.sun.identity.sm.AttributeSchema
-
Returns URL of the view bean for the attribute.
- getPropertiesViewBeanURL() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Returns URL of the view bean for the attribute.
- getPropertiesViewBeanURL() - Method in class com.sun.identity.sm.PluginSchema
-
Returns URL of the view bean for the service
- getPropertiesViewBeanURL() - Method in class com.sun.identity.sm.ServiceSchema
-
Returns the view bean URL for this service
- getPropertiesViewBeanURL() - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Returns URL of the view bean for the service
- getProperty(String) - Method in class com.iplanet.dpro.session.service.InternalSession
-
Returns the value of the specified key from the Internal Session property
table.
- getProperty(String) - Method in class com.iplanet.dpro.session.Session
-
Gets the property stored in this session.
- getProperty(String) - Method in class com.iplanet.services.cdm.Client
-
Gets the client property for the specified key.
- getProperty(String) - Method in interface com.iplanet.sso.SSOToken
-
Gets the property stored in this token.
- getProperty(String, boolean) - Method in interface com.iplanet.sso.SSOToken
-
Gets the property stored in this token.
- getProperty(String) - Method in class com.sun.identity.authentication.internal.AuthSSOToken
-
- getProperty(String, boolean) - Method in class com.sun.identity.authentication.internal.AuthSSOToken
-
- getProperty(String) - Method in class com.sun.identity.common.CaseInsensitiveProperties
-
- getProperty(String, AttributeStruct) - Static method in class com.sun.identity.common.PropertiesFinder
-
- getProperty(String) - Static method in class com.sun.identity.common.SystemConfigurationUtil
-
Returns property value corresponding to the property name.
- getProperty(String, String) - Static method in class com.sun.identity.common.SystemConfigurationUtil
-
Returns property value corresponding to the property name.
- getProperty(String) - Method in class com.sun.identity.install.tools.configurator.OrderedPropertyStore
-
- getProperty(Object, String) - Method in class com.sun.identity.plugin.session.impl.FedletSessionProvider
-
Retrieves a property from the session object.
- getProperty(Object, String) - Method in class com.sun.identity.plugin.session.impl.FMSessionProvider
-
Retrieves a property from the session object.
- getProperty(Object, String) - Method in interface com.sun.identity.plugin.session.SessionProvider
-
Returns property value of a session object.
- getProperty(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.DefaultJAXBContextImpl
-
There are no required properties, so simply throw an exception.
- getProperty(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.MarshallerImpl
-
- getProperty(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatorImpl
-
There are no required properties, so simply throw an exception.
- getProperty(String) - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Get the specified property.
- getProperty(String) - Method in class com.sun.identity.saml2.jaxb.entityconfig.ObjectFactory
-
Get the specified property.
- getProperty(String) - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Get the specified property.
- getProperty(String) - Method in class com.sun.identity.saml2.jaxb.metadataattr.ObjectFactory
-
Get the specified property.
- getProperty(String) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.ObjectFactory
-
Get the specified property.
- getProperty(String) - Method in class com.sun.identity.saml2.jaxb.metadataidpdiscovery.ObjectFactory
-
Get the specified property.
- getProperty(String) - Method in class com.sun.identity.saml2.jaxb.schema.ObjectFactory
-
Get the specified property.
- getProperty(String) - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Get the specified property.
- getProperty(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Get the specified property.
- getProperty(String) - Method in class com.sun.identity.tools.manifest.Manifest
-
- getProperty(String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.DefaultJAXBContextImpl
-
There are no required properties, so simply throw an exception.
- getProperty(String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.MarshallerImpl
-
- getProperty(String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.ValidatorImpl
-
There are no required properties, so simply throw an exception.
- getProperty(String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.ObjectFactory
-
Get the specified property.
- getProperty(String) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.ObjectFactory
-
Get the specified property.
- getProperty(String) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Get the specified property.
- getProperty(String) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.ObjectFactory
-
Get the specified property.
- getProperty(String) - Method in class com.sun.identity.wsfederation.jaxb.wsse.ObjectFactory
-
Get the specified property.
- getProperty(String) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Get the specified property.
- getProperty(String) - Method in class com.sun.identity.wsfederation.jaxb.wsu.ObjectFactory
-
Get the specified property.
- getProperty(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Get the specified property.
- getProperty(String) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the value of the property.
- getProperty(String) - Static method in class org.forgerock.openam.audit.context.AuditRequestContext
-
Get the value for the specified property.
- getProperty(SSOToken, String) - Method in class org.forgerock.openam.core.rest.session.SessionProperties
-
- getProperty(String) - Method in class org.forgerock.openam.scripting.api.ScriptedSession
-
Given the property name, retrieves its corresponding value.
- getProperty(String) - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSession
-
- GetPropertyActionHandler - Class in org.forgerock.openam.core.rest.session.action
-
Handles 'getProperty' actions.
- GetPropertyActionHandler(SessionPropertyWhitelist, SessionResourceUtil) - Constructor for class org.forgerock.openam.core.rest.session.action.GetPropertyActionHandler
-
Constructs a GetPropertyActionHandler instance
- getPropertyBooleanValue(Map, String) - Method in class com.sun.identity.idm.plugins.database.RepoConfigHelper
-
- getPropertyIntValue(Map, String, int) - Method in class com.sun.identity.idm.plugins.database.RepoConfigHelper
-
- getPropertyKey(int) - Method in class com.sun.identity.install.tools.configurator.OrderedPropertyStore
-
- getPropertyKeys() - Method in class com.sun.identity.install.tools.configurator.OrderedPropertyStore
-
- getPropertyName() - Method in class com.iplanet.dpro.session.share.SessionRequest
-
Returns the property name.
- getPropertyName() - Method in class com.sun.identity.entitlement.opensso.PolicyResponseProvider
-
Get the name of the property associated with this wrapper.
- getPropertyName() - Method in interface com.sun.identity.entitlement.ResourceAttribute
-
Returns property name.
- getPropertyName() - Method in class com.sun.identity.entitlement.StaticAttributes
-
- getPropertyName() - Method in class com.sun.identity.entitlement.UserAttributes
-
- getPropertyNames() - Method in class com.iplanet.dpro.session.service.InternalSession
-
Returns the Enumeration of property names of the Internal Session
property table.
- getPropertyNames() - Method in class com.iplanet.services.cdm.Client
-
Returns a set of property names for this client data instance.
- getPropertyNames(String) - Method in class com.iplanet.services.cdm.clientschema.AMClientCapData
-
Get a Set of all the Property names for the classification.
- getPropertyNames() - Method in interface com.sun.identity.policy.interfaces.Condition
-
Deprecated.
Returns a list of property names for the condition.
- getPropertyNames() - Method in interface com.sun.identity.policy.interfaces.ResponseProvider
-
Deprecated.
Returns a list of property names for the Response provider.
- getPropertyNames() - Method in class com.sun.identity.policy.plugins.AMIdentityMembershipCondition
-
Deprecated.
Returns a set of property names for the condition.
- getPropertyNames() - Method in class com.sun.identity.policy.plugins.AuthenticatedSharedAgentsCondition
-
Returns a set of property names for the condition.
- getPropertyNames() - Method in class com.sun.identity.policy.plugins.AuthenticateToRealmCondition
-
Deprecated.
Returns a list of property names for the condition.
- getPropertyNames() - Method in class com.sun.identity.policy.plugins.AuthenticateToServiceCondition
-
Deprecated.
Returns a list of property names for the condition.
- getPropertyNames() - Method in class com.sun.identity.policy.plugins.AuthLevelCondition
-
Deprecated.
Returns a list of property names for the condition.
- getPropertyNames() - Method in class com.sun.identity.policy.plugins.AuthRoleCondition
-
Deprecated.
Returns a set of property names for the condition.
- getPropertyNames() - Method in class com.sun.identity.policy.plugins.AuthSchemeCondition
-
Deprecated.
Returns a list of property names for the condition.
- getPropertyNames() - Method in class com.sun.identity.policy.plugins.IDRepoResponseProvider
-
Returns a list of property names for the responseprovider.
- getPropertyNames() - Method in class com.sun.identity.policy.plugins.IPCondition
-
Deprecated.
Returns a list of property names for the condition.
- getPropertyNames() - Method in class com.sun.identity.policy.plugins.LDAPFilterCondition
-
Deprecated.
Returns the List of property names for the condition.
- getPropertyNames() - Method in class com.sun.identity.policy.plugins.LEAuthLevelCondition
-
Deprecated.
Returns a list of property names for the condition.
- getPropertyNames() - Method in class com.sun.identity.policy.plugins.PrivilegeCondition
-
Returns a list of property names.
- getPropertyNames() - Method in class com.sun.identity.policy.plugins.ResourceEnvIPCondition
-
Deprecated.
Returns a list of property names for ResourceEnvIPCondition.
- getPropertyNames() - Method in class com.sun.identity.policy.plugins.SessionCondition
-
Deprecated.
Gets a list of property names for the condition.
- getPropertyNames() - Method in class com.sun.identity.policy.plugins.SessionPropertyCondition
-
Deprecated.
Returns a List of property names for the condition.
- getPropertyNames() - Method in class com.sun.identity.policy.plugins.SimpleTimeCondition
-
Deprecated.
Returns a list of property names for the condition.
- getPropertyNames() - Method in class com.sun.identity.policy.plugins.UserSelfCheckCondition
-
Returns a set of property names for the condition.
- getPropertyNames() - Method in class com.sun.identity.tools.manifest.Manifest
-
- getPropertyNames() - Method in class org.forgerock.openam.network.ipv4.IPv4Condition
-
Deprecated.
Returns a list of property names for the condition.
- getPropertyNames() - Method in class org.forgerock.openam.network.ipv6.IPv6Condition
-
Deprecated.
Returns a list of property names for the condition.
- getPropertyNames() - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSession
-
- GetPropertyNamesActionHandler - Class in org.forgerock.openam.core.rest.session.action
-
Handles 'getPropertyNames' actions.
- GetPropertyNamesActionHandler(SessionPropertyWhitelist) - Constructor for class org.forgerock.openam.core.rest.session.action.GetPropertyNamesActionHandler
-
Constructs a GetPropertyNamesActionHandler instance
- getPropertyStringValue(Map, String, String) - Method in class com.sun.identity.idm.plugins.database.RepoConfigHelper
-
- getPropertyStringValue(Map, String) - Method in class com.sun.identity.idm.plugins.database.RepoConfigHelper
-
- getPropertySyntax(String) - Method in interface com.sun.identity.policy.interfaces.Condition
-
Deprecated.
Returns the syntax for a property name
- getPropertySyntax(String) - Method in interface com.sun.identity.policy.interfaces.ResponseProvider
-
Deprecated.
Returns the syntax for a property name
- getPropertySyntax(String) - Method in class com.sun.identity.policy.plugins.AMIdentityMembershipCondition
-
Deprecated.
Returns the syntax for a property name
- getPropertySyntax(String) - Method in class com.sun.identity.policy.plugins.AuthenticatedSharedAgentsCondition
-
Returns the syntax for a property name
- getPropertySyntax(String) - Method in class com.sun.identity.policy.plugins.AuthenticateToRealmCondition
-
Deprecated.
Returns the syntax for a property name
- getPropertySyntax(String) - Method in class com.sun.identity.policy.plugins.AuthenticateToServiceCondition
-
Deprecated.
Returns the syntax for a property name
- getPropertySyntax(String) - Method in class com.sun.identity.policy.plugins.AuthLevelCondition
-
Deprecated.
Returns the syntax for a property name
- getPropertySyntax(String) - Method in class com.sun.identity.policy.plugins.AuthRoleCondition
-
Deprecated.
Returns the syntax for a property name
- getPropertySyntax(String) - Method in class com.sun.identity.policy.plugins.AuthSchemeCondition
-
Deprecated.
Returns the syntax for a property name
- getPropertySyntax(String) - Method in class com.sun.identity.policy.plugins.IDRepoResponseProvider
-
Returns the syntax for a property name
- getPropertySyntax(String) - Method in class com.sun.identity.policy.plugins.IPCondition
-
Deprecated.
Returns the syntax for a property name
- getPropertySyntax(String) - Method in class com.sun.identity.policy.plugins.LDAPFilterCondition
-
Deprecated.
Returns the syntax for a property name
- getPropertySyntax(String) - Method in class com.sun.identity.policy.plugins.LEAuthLevelCondition
-
Deprecated.
Returns the syntax for a property name
- getPropertySyntax(String) - Method in class com.sun.identity.policy.plugins.PrivilegeCondition
-
Return the syntax for displaying the property value.
- getPropertySyntax(String) - Method in class com.sun.identity.policy.plugins.ResourceEnvIPCondition
-
Deprecated.
Returns the syntax for a property name
- getPropertySyntax(String) - Method in class com.sun.identity.policy.plugins.SessionCondition
-
Deprecated.
Gets the Syntax for a property name.
- getPropertySyntax(String) - Method in class com.sun.identity.policy.plugins.SessionPropertyCondition
-
Deprecated.
Returns the syntax for a property name
- getPropertySyntax(String) - Method in class com.sun.identity.policy.plugins.SimpleTimeCondition
-
Deprecated.
Returns the syntax for a property name
- getPropertySyntax(String) - Method in class com.sun.identity.policy.plugins.UserSelfCheckCondition
-
Returns the syntax for a property name
- getPropertySyntax(String) - Method in class org.forgerock.openam.network.ipv4.IPv4Condition
-
Deprecated.
Returns the syntax for a property name
- getPropertySyntax(String) - Method in class org.forgerock.openam.network.ipv6.IPv6Condition
-
Deprecated.
Returns the syntax for a property name
- getPropertyValue() - Method in class com.iplanet.dpro.session.share.SessionRequest
-
Returns the property value.
- getPropertyValue(int) - Method in class com.sun.identity.install.tools.configurator.OrderedPropertyStore
-
- getPropertyValues() - Method in class com.sun.identity.entitlement.opensso.PolicyResponseProvider
-
Get the name of the property values for this wrapper
- getPropertyValues() - Method in interface com.sun.identity.entitlement.ResourceAttribute
-
Returns property values.
- getPropertyValues() - Method in class com.sun.identity.entitlement.StaticAttributes
-
- getPropertyValues() - Method in class com.sun.identity.entitlement.UserAttributes
-
- getPropertyValues() - Method in class com.sun.identity.install.tools.configurator.OrderedPropertyStore
-
- getPropertyValues(String, String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Looks for a key in the referenced resource bundle, then tokenizes the value and converts it to a list.
- getPropertyWithoutValidation(String) - Method in class com.iplanet.dpro.session.Session
-
Gets the property stored in this session.
- getProtectedResourcesIgnoreConditions(SSOToken, String) - Method in class com.sun.identity.policy.PolicyEvaluator
-
Deprecated.
Gets protected resources for a user identified by single sign on token
Conditions defined in the policies are ignored while
computing protected resources.
- getProtectedUserAttributes() - Method in class org.forgerock.openam.services.RestSecurity
-
Deprecated.
- getProtectionDomain() - Method in class com.sun.identity.policy.jaas.ISPermission
-
returns the ProtectionDomainassociated with this
ISPermission.
- getProtocol() - Method in class com.sun.identity.entitlement.util.RelaxedURL
-
- getProtocol() - Method in class com.sun.identity.idsvcs.rest.MarshallerFactory
-
- getProtocol() - Method in class com.sun.identity.shared.FQDNUrl
-
Returns protocol.
- getProtocol() - Method in class com.sun.identity.wss.sts.STSClientConfiguration
-
- getProtocol() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
The default behavior of this method is to return getProtocol()
on the wrapped request object.
- getProtocolBinding() - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
-
Returns the value of the ProtocolBinding attribute.
- getProtocolBinding() - Method in class com.sun.identity.saml2.protocol.impl.AuthnRequestImpl
-
Returns the value of the ProtocolBinding attribute.
- getProtocolProfile() - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Returns the value of ProtocolProfile attribute.
- getProtocolSupportEnumeration() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl
-
- getProtocolSupportEnumeration() - Method in interface com.sun.identity.saml2.jaxb.metadata.RoleDescriptorType
-
Gets the value of the ProtocolSupportEnumeration property.
- getProtocolVersion() - Method in class com.sun.identity.wss.provider.STSConfig
-
Returns the protocol version.
- getProtoValues() - Method in class org.forgerock.openam.utils.ForwardedHeader
-
- getProvider(String) - Method in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
- getProvider() - Method in class com.sun.identity.federation.services.fednsso.FSSSOAndFedHandler
-
Returns remote SP provider descriptor.
- getProvider() - Method in interface com.sun.identity.idm.IdServicesProvider
-
- getProvider() - Method in class com.sun.identity.idm.remote.IdRemoteServicesProviderImpl
-
- getProvider() - Method in class com.sun.identity.idm.server.IdServicesProviderImpl
-
- getProvider(String) - Static method in class com.sun.identity.log.messageid.MessageProviderFactory
-
Returns an instance of provider.
- getProvider(String, String) - Static method in class com.sun.identity.log.messageid.MessageProviderFactory
-
Returns an instance of provider.
- getProvider() - Static method in class com.sun.identity.plugin.session.SessionManager
-
Returns the configured SessionProvider instance.
- getProvider() - Static method in class com.sun.identity.sm.AuthenticationServiceNameProviderFactory
-
Provides access to the configured implementation of
AuthenticationServiceNameProvider interface.
- getProvider(String, String) - Static method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the provider configuration for a given provider name.
- getProvider(String, String, boolean) - Static method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the provider configuration for a given provider name.
- getProvider(C) - Method in interface org.forgerock.openam.selfservice.config.ServiceConfigProviderFactory
-
Retrieves an instance of a service config provider based on the passed console configuration.
- getProvider(C) - Method in class org.forgerock.openam.selfservice.config.ServiceConfigProviderFactoryImpl
-
- getProvider(String) - Method in interface org.forgerock.openam.shared.security.crypto.KeyPairProviderFactory
-
Gets the provider for the given realm.
- getProvider(String) - Method in class org.forgerock.openam.shared.security.crypto.KeyPairProviderFactoryImpl
-
- getProviderArg() - Method in class org.forgerock.openam.keystore.KeyStoreConfig
-
Get the provider class name as a string.
- getProviderByEndpoint(String, String) - Static method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the provider configuration for a given end point
- getProviderCertificateChain(String) - Method in class org.forgerock.openam.sts.tokengeneration.oidc.crypto.FauxOpenIdConnectTokenPKIProvider
-
- getProviderCertificateChain(String) - Method in interface org.forgerock.openam.sts.tokengeneration.oidc.crypto.OpenIdConnectTokenPKIProvider
-
Get the OpenIdConnect Provider's X509Certificate[] corresponding to their PrivateKeyEntry.
- getProviderCertificateChain(String) - Method in class org.forgerock.openam.sts.tokengeneration.oidc.crypto.OpenIdConnectTokenPKIProviderImpl
-
- getProviderClass() - Method in class org.forgerock.openam.keystore.KeyStoreConfig
-
Get the provider class name string.
- getProviderHeader() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Returns the ProviderHeader.
- getProviderHeader() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
Returns the ProviderHeader.
- getProviderID() - Method in class com.sun.identity.federation.accountmgmt.FSAccountFedInfo
-
Deprecated.
Returns provider's (SP/IDP) ID.
- getProviderID() - Method in class com.sun.identity.federation.message.common.IDPEntry
-
Deprecated.
Returns the value of ProviderID attribute.
- getProviderId() - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Returns the value of ProviderID attribute.
- getProviderId() - Method in class com.sun.identity.federation.message.FSAuthnResponse
-
Deprecated.
Returns the ProviderID attribute value.
- getProviderId() - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
-
Deprecated.
Returns the value of ProviderID attribute.
- getProviderId() - Method in class com.sun.identity.federation.message.FSLogoutNotification
-
Deprecated.
Returns value of ProviderID attribute.
- getProviderId() - Method in class com.sun.identity.federation.message.FSLogoutResponse
-
Deprecated.
Returns the value of ProviderID attribute.
- getProviderID() - Method in class com.sun.identity.federation.message.FSNameIdentifierMappingRequest
-
Deprecated.
Returns the ProviderID attribute.
- getProviderID() - Method in class com.sun.identity.federation.message.FSNameIdentifierMappingResponse
-
Deprecated.
Returns the value of ProviderID attribute.
- getProviderId() - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
-
Deprecated.
Returns the value of ProviderID attribute.
- getProviderId() - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
-
Deprecated.
Returns the value of ProviderID attribute.
- getProviderID() - Method in class com.sun.identity.liberty.ws.disco.ServiceInstance
-
Gets provider ID of the service instance.
- getProviderID() - Method in class com.sun.identity.liberty.ws.idpp.IDPPServiceManager
-
Gets the provider id
- getProviderID() - Method in class com.sun.identity.liberty.ws.security.SessionContext
-
Returns the ProviderID in the SessionContext
object.
- getProviderID() - Method in class com.sun.identity.liberty.ws.soapbinding.ProviderHeader
-
Returns value of providerID attribute.
- getProviderID() - Method in interface com.sun.identity.saml2.protocol.IDPEntry
-
Returns the ProviderID attribute value.
- getProviderID() - Method in class com.sun.identity.saml2.protocol.impl.IDPEntryImpl
-
Returns the value of ProviderID attribute.
- getProviderIDKey() - Static method in class com.sun.liberty.LibertyManager
-
Returns the providerIDKey from IFSConstants.
- getProviderManager() - Static method in class com.sun.identity.liberty.ws.util.ProviderUtil
-
Gets ProviderManager implementation.
- getProviderName() - Method in class com.sun.identity.federation.message.common.IDPEntry
-
Deprecated.
Returns the Identity Provider Name.
- getProviderName() - Method in interface com.sun.identity.saml2.ecp.ECPRequest
-
Returns the ProviderName attribute value.
- getProviderName() - Method in class com.sun.identity.saml2.ecp.impl.ECPRequestImpl
-
Returns the ProviderName attribute value.
- getProviderName() - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
-
Returns the ProviderName attribute value.
- getProviderName() - Method in class com.sun.identity.saml2.protocol.impl.AuthnRequestImpl
-
Returns the ProviderName attribute value.
- getProviderName() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the name of the Provider.
- getProviderPrivateKey(String, String) - Method in class org.forgerock.openam.sts.tokengeneration.oidc.crypto.FauxOpenIdConnectTokenPKIProvider
-
- getProviderPrivateKey(String, String) - Method in interface org.forgerock.openam.sts.tokengeneration.oidc.crypto.OpenIdConnectTokenPKIProvider
-
Get the OpenIdConnect Provider's PrivateKey.
- getProviderPrivateKey(String, String) - Method in class org.forgerock.openam.sts.tokengeneration.oidc.crypto.OpenIdConnectTokenPKIProviderImpl
-
- getProviderRole(String) - Static method in class com.sun.liberty.LibertyManager
-
Returns providerRole from the ProviderAlias
using meta Mgmt calls.
- getProviderRoleByMetaAlias(String) - Method in class com.sun.identity.federation.meta.IDFFMetaManager
-
Returns entity role associated with the metaAlias.
- getProvidersToFederate(String, String, String) - Static method in class com.sun.liberty.LibertyManager
-
- getProvidersToFederate(String, String, String, String) - Static method in class com.sun.liberty.LibertyManager
-
Returns the list of all Trusted Identity Providers of this user not
already federated with.
- getProviderType() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the provider type.
- getProxyCount() - Method in class com.sun.identity.federation.message.FSScoping
-
Deprecated.
Returns the proxy count.
- getProxyCount() - Method in class com.sun.identity.saml2.protocol.impl.ScopingImpl
-
Returns the value of ProxyCount attribute.
- getProxyCount() - Method in interface com.sun.identity.saml2.protocol.Scoping
-
Returns the value of ProxyCount attribute.
- getProxyPolicyEvaluator(SSOToken, String) - Method in class com.sun.identity.policy.ProxyPolicyEvaluatorFactory
-
Deprecated.
Gets an instance of ProxyPolicyEvaluator.
- getProxyRestrictions() - Method in interface com.sun.identity.saml2.assertion.Conditions
-
Returns a list of ProxyRestriction
- getProxyRestrictions() - Method in class com.sun.identity.saml2.assertion.impl.ConditionsImpl
-
Returns a list of ProxyRestriction
- getProxySPAuthnRequest(String) - Method in class com.sun.identity.federation.services.FSSessionManager
-
Returns proxy authentication request.
- getProxySPDescriptor(String) - Method in class com.sun.identity.federation.services.FSSessionManager
-
Returns proxy service provider descriptor.
- getProxySubject() - Method in class com.sun.identity.liberty.ws.security.ResourceAccessStatement
-
Returns the ProxySubject in the
ResourceAccessStatement.
- getProxySubject() - Method in class com.sun.identity.liberty.ws.security.SessionContextStatement
-
Return the ProxySubject in the
SessionContextStatement.
- getProxyURL() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getPseudonymBasis() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.FilterPseudonymsType
-
Gets the value of the pseudonymBasis property.
- getPseudonymBasis() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FilterPseudonymsTypeImpl
-
- getPseudonymBasis() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymTypeImpl
-
- getPseudonymBasis() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.PseudonymType
-
Gets the value of the pseudonymBasis property.
- getPSubjectName() - Method in class com.sun.identity.entitlement.AnonymousESubject
-
- getPSubjectName() - Method in class com.sun.identity.entitlement.EntitlementSubjectImpl
-
Deprecated.
Returns OpenAM policy subject name of the object
- getPSubjectName() - Method in class com.sun.identity.entitlement.LogicalSubject
-
Returns OpenAM policy Subject name
- getPSubjectName() - Method in class com.sun.identity.entitlement.NotSubject
-
Returns OpenAM policy Subject name
- getPSubjectName() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlementSubjectMixin
-
- getPublicKey(String) - Method in interface com.sun.identity.sae.api.SecureAttrs.Certs
-
- getPublicKey(X509Certificate) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Returns the public key from the certificate embedded in the KeyInfo.
- getPublicKey(String) - Method in class com.sun.identity.saml.xmlsig.JKSKeyProvider
-
Return java.security.PublicKey for the specified keyAlias
- getPublicKey(String) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
-
Returns java.security.PublicKey for the specified
keyAlias
- getPublicKey(String) - Method in class org.forgerock.openam.utils.AMKeyProvider
-
Return java.security.PublicKey for the specified keyAlias.
- getPublicKeyAlias() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the Public key alias for this provider's partner.
- getPublicKeyAlias() - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Returns the Public key alias for this trust authority client's partner.
- getPublicKeyAlias() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Returns the Public key alias for this provider's partner.
- getPublicKeyAlias() - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Returns the Public key alias for this provider's partner.
- getPublicKeybyDSARSAkeyValue(Document, Element) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
- getPublicKeyReferenceType() - Method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig
-
- getPublishedInstance(String, String) - Method in interface org.forgerock.openam.sts.publish.rest.RestSTSInstancePublisher
-
Called to return the config state corresponding to a specified Rest STS instance
- getPublishedInstance(String, String) - Method in class org.forgerock.openam.sts.publish.rest.RestSTSInstancePublisherImpl
-
- getPublishedInstance(String, String) - Method in interface org.forgerock.openam.sts.publish.soap.SoapSTSInstancePublisher
-
Called to return the config state corresponding to a specified Soap STS instance
- getPublishedInstance(String, String) - Method in class org.forgerock.openam.sts.publish.soap.SoapSTSInstancePublisherImpl
-
- getPublishedInstances(String) - Method in class org.forgerock.openam.sts.publish.common.STSInstanceConfigStoreBase
-
- getPublishedInstances() - Method in interface org.forgerock.openam.sts.publish.rest.RestSTSInstancePublisher
-
Called to obtain the configuration elements corresponding to previously-published STS instances.
- getPublishedInstances() - Method in class org.forgerock.openam.sts.publish.rest.RestSTSInstancePublisherImpl
-
- getPublishedInstances() - Method in interface org.forgerock.openam.sts.publish.soap.SoapSTSInstancePublisher
-
Called to obtain the configuration elements corresponding to previously-published STS instances.
- getPublishedInstances(String) - Method in interface org.forgerock.openam.sts.publish.soap.SoapSTSInstancePublisher
-
Called to obtain the configuration elements corresponding to previously-published STS instances.
- getPublishedInstances() - Method in class org.forgerock.openam.sts.publish.soap.SoapSTSInstancePublisherImpl
-
- getPublishedInstances(String) - Method in class org.forgerock.openam.sts.publish.soap.SoapSTSInstancePublisherImpl
-
- getPublishedInstances(String) - Method in interface org.forgerock.openam.sts.publish.STSInstanceConfigStore
-
This method will be called by some startup context in the remotely deployed SOAP STS context
to obtain all of the previously-published soap STS instances for a given realm, as a soap-sts deployment is specific
to a given realm.
- getPublishedInstances() - Method in interface org.forgerock.openam.sts.soap.publish.PublishServiceConsumer
-
- getPublishedInstances() - Method in class org.forgerock.openam.sts.soap.publish.PublishServiceConsumerImpl
-
- getPushDevicesDao(AuthenticatorDeviceServiceFactory<AuthenticatorPushService>) - Method in class org.forgerock.openam.core.rest.devices.CoreRestDevicesGuiceModule
-
- getPwdKey() - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Returns JAAS shared state password key.
- getPWQuestionTitleString(String) - Method in interface com.sun.identity.password.ui.model.PWResetQuestionModel
-
Gets password reset question title
- getPWQuestionTitleString(String) - Method in class com.sun.identity.password.ui.model.PWResetQuestionModelImpl
-
Gets password reset question title
- getPWResetServiceSchema() - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns service schema.
- getQ() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.DSAKeyValueType
-
Gets the value of the q property.
- getQ() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- getQ() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.DSAKeyValueType
-
Gets the value of the q property.
- getQ() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- getQFactor() - Method in class com.iplanet.am.util.QCharset
-
- getQR() - Method in class org.openidentityplatform.openam.authentication.modules.QR
-
- getQRCodeGenerationJavascript(String, String, int, ErrorCorrectionLevel) - Static method in class org.forgerock.openam.utils.qr.GenerationUtils
-
This function provides the Javascript required for the UI to generate a QR code and place it on the screen.
- getQRCodeGenerationJavascriptForAuthenticatorAppRegistration(String, String) - Static method in class org.forgerock.openam.utils.qr.GenerationUtils
-
Convenience method to provide the Javascript required for the UI to generate a QR code and place it on the
screen, with the data being an Authenticator App registration URL.
- getQueries() - Method in class com.sun.identity.log.LogQuery
-
Returns the full list of query
- getQuery() - Method in class com.sun.identity.entitlement.util.RelaxedURL
-
- getQuery() - Method in class com.sun.identity.saml.protocol.Request
-
Gets the query of the Request.
- getQuery() - Method in class org.forgerock.openam.cts.api.filter.TokenFilter
-
Inspect the CoreTokenField, Object pairs that have been assigned as filters.
- getQuery() - Method in class org.forgerock.openam.cts.impl.query.worker.queries.CTSWorkerBaseQuery
-
Returns the QueryBuilder for this ReaperQuery.
- getQuery() - Method in class org.forgerock.openam.cts.impl.query.worker.queries.CTSWorkerPastExpiryDateQuery
-
- getQuery() - Method in class org.forgerock.openam.cts.impl.query.worker.queries.MaxSessionTimeExpiredQuery
-
- getQuery() - Method in class org.forgerock.openam.cts.impl.query.worker.queries.SessionIdleTimeExpiredQuery
-
- getQuery() - Method in class org.forgerock.openam.sm.datalayer.impl.tasks.ContinuousQueryTask
-
Retrieve the query promise which this task generated.
- getQueryDataElements(QueryResponseElement) - Static method in class com.sun.identity.liberty.ws.idpp.common.IDPPUtils
-
Gets the data element given a Query Response.
- getQueryFilter() - Method in class org.forgerock.openam.utils.CrestQuery
-
Gets the CREST query filter.
- getQueryHandler() - Method in class org.forgerock.openam.cts.impl.queue.AsyncResultHandlerFactory
-
- getQueryHandler() - Method in interface org.forgerock.openam.cts.impl.queue.ResultHandlerFactory
-
- getQueryHandler() - Method in class org.forgerock.openam.cts.monitoring.impl.queue.MonitoredResultHandlerFactory
-
- getQueryId() - Method in class org.forgerock.openam.utils.CrestQuery
-
Gets the CREST query id.
- getQueryItems() - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
-
Gets the value of the QueryItem property.
- getQueryOrgName(HttpServletRequest, String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- getQueryParameters() - Method in interface org.forgerock.http.client.request.HttpClientRequest
-
Retrieve the query parameters set on the request.
- getQueryParameters() - Method in class org.forgerock.http.client.request.SimpleHttpClientRequest
-
Retrieve the query parameters set on the request.
- getQueryParametersAsMap(String) - Static method in class org.forgerock.openam.audit.AMAuditEventBuilderUtils
-
Generate a map of query parameters from the ampersand-separated list of key-value pairs.
- getQueryParams() - Method in class com.sun.identity.authentication.UI.taglib.DSAMEHrefTag
-
- getQueryResponse(List) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
-
Gets query responses for a list of DST queries
- getQueryResponse(QueryElement) - Method in class com.sun.identity.liberty.ws.idpp.PPRequestHandler
-
Gets the query response and set the status to OK.
- getQueryResults(Map, List) - Static method in class com.sun.identity.liberty.ws.disco.plugins.DiscoEntryHandlerImplUtils
-
- getQueryStrFromParameters(Map) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- getQueryString() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
The default behavior of this method is to return getQueryString()
on the wrapped request object.
- getQueryString(QueryRequest) - Static method in class org.forgerock.openam.forgerockrest.utils.ServerContextUtils
-
Generates for logging a String in the form QUERY | queryId from the QueryRequest.
- getQuerySuccessDetail(QueryRequest, QueryResponse) - Method in class org.forgerock.openam.rest.fluent.AuditFilter
-
Provides additional details (e.g. failure description or summary of the payload) relating to an
QueryResponse to a successful QueryRequest.
- getQueryType() - Method in class com.sun.identity.saml.protocol.AttributeQuery
-
Returns the type of the query.
- getQueryType() - Method in class com.sun.identity.saml.protocol.AuthenticationQuery
-
Returns the type of this query.
- getQueryType() - Method in class com.sun.identity.saml.protocol.AuthorizationDecisionQuery
-
Returns the type of the query.
- getQueryType() - Method in class com.sun.identity.saml.protocol.Query
-
Returns the type of the Query such as AuthenticationQuery or
AuthorizationDecisionQuery.
- getQueueSize() - Method in class org.forgerock.openam.cts.impl.queue.config.CTSQueueConfiguration
-
- getQueueSize() - Method in class org.forgerock.openam.radius.server.config.ThreadPoolConfig
-
Return the size of the queue used to queue work items.
- getQueueSize() - Method in interface org.forgerock.openam.sm.datalayer.api.QueueConfiguration
-
The size of each work queue that is used by the asynchronous work queue mechanism.
- getQueueTimeout() - Method in class org.forgerock.openam.cts.impl.queue.config.CTSQueueConfiguration
-
The maximum duration the caller should wait to place their asynchronous
task on a work queue, and the maximum duration the caller should wait to
retrieve the result of processing from the queue.
- getQueueTimeout() - Method in interface org.forgerock.openam.sm.datalayer.api.QueueConfiguration
-
The maximum duration the caller should wait to place their asynchronous
task on a work queue, and the maximum duration the caller should wait to
retrieve the result of processing from the queue.
- getQuoteEscapedLocalizedString(String) - Method in class com.sun.identity.config.util.AjaxPage
-
- getRadiusEventBus() - Method in class org.forgerock.openam.radius.server.RadiusServerGuiceModule
-
Get the radius eventBus.
- getRadiusRequestListener(RadiusServiceConfig) - Method in class org.forgerock.openam.radius.server.RequestListenerFactory
-
Factory method to obtain a new RadiusRequestListener.
- getRadiusServerEventRegistrator() - Method in class org.forgerock.openam.radius.server.RadiusServerGuiceModule
-
Get the RadiusServerEventRegistrator.
- getRadiusServiceConfigManger() - Method in class org.forgerock.openam.radius.server.RadiusServerGuiceModule
-
Guice provider for the ServiceConfigManager.
- getRandomString() - Static method in class com.sun.identity.setup.AMSetupUtils
-
Creates a new secure random string.
- getRateOfDeletedSessions() - Method in interface org.forgerock.openam.cts.monitoring.CTSReaperMonitoringStore
-
Gets the average rate of deletion based from all of the reaper runs since server start up.
- getRateOfDeletedSessions() - Method in class org.forgerock.openam.cts.monitoring.impl.CTSMonitoringStoreImpl
-
Gets the average rate of deletion based from all of the reaper runs since server start up.
- getRateOfDeletedSessions() - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoring
-
Getter for the "RateOfDeletedSessions" variable.
- getRateOfDeletedSessions() - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoringImpl
-
Gets the CTS Reapers current rate of deletion from the CTS monitoring store.
- getRateOfDeletedSessions() - Method in interface org.forgerock.openam.monitoring.cts.CtsMonitoringMBean
-
Getter for the "RateOfDeletedSessions" variable.
- getRateOfDeletion() - Method in class org.forgerock.openam.cts.monitoring.impl.reaper.ReaperMonitor
- getRawAttributesFromEncodedData(String) - Method in class com.sun.identity.sae.api.SecureAttrs
-
Returns a decoded Map of attribute-value pairs.
- getRawAttributesFromEncodedData(String, String) - Method in class com.sun.identity.sae.api.SecureAttrs
-
Returns a decoded Map of attribute-value pairs.
- getReadableAttributeNames() - Method in class com.iplanet.ums.AccessRightObject
-
Get all the readable attribute names.
- getReader() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
The default behavior of this method is to return getReader()
on the wrapped request object.
- getReaderURL(String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
- getReadHandler() - Method in class org.forgerock.openam.cts.impl.queue.AsyncResultHandlerFactory
-
- getReadHandler() - Method in interface org.forgerock.openam.cts.impl.queue.ResultHandlerFactory
-
- getReadHandler() - Method in class org.forgerock.openam.cts.monitoring.impl.queue.MonitoredResultHandlerFactory
-
- getReadOnlyAttributeDefaults() - Method in class com.sun.identity.sm.ServiceSchema
-
Returns an unmodifiable map of all the attribute and their default values
in this schema.
- getReadRecordRequestAverageTime() - Method in class com.sun.identity.sm.ldap.Statistics
-
Returns the read record count request average time
- getReadRecordRequestTimeMaximum() - Method in class com.sun.identity.sm.ldap.Statistics
-
Returns the read record count request maximum time
- getReadRecordRequestTimeMinimum() - Method in class com.sun.identity.sm.ldap.Statistics
-
Returns the read record count request minimum time
- getReadRequestAverageTime() - Method in class com.sun.identity.sm.ldap.Statistics
-
Returns the read request average time
- getReadRequestTimeMaximum() - Method in class com.sun.identity.sm.ldap.Statistics
-
Returns the read request maximum time
- getReadRequestTimeMinimum() - Method in class com.sun.identity.sm.ldap.Statistics
-
Returns the read request minimum time
- getReadString(ReadRequest) - Static method in class org.forgerock.openam.forgerockrest.utils.ServerContextUtils
-
Generates for logging a String in the form READ from the CreateRequest.
- getReadSuccessDetail(ReadRequest, ResourceResponse) - Method in class org.forgerock.openam.rest.fluent.AuditFilter
-
Provides additional details (e.g. failure description or summary of the payload) relating to an
ResourceResponse to a successful ReadRequest.
- getReadTimeout() - Static method in class com.sun.identity.common.HttpURLConnectionManager
-
- getRealm() - Method in class com.sun.identity.entitlement.PrivilegeIndexStore
-
- getRealm() - Method in class com.sun.identity.entitlement.PrivilegeManager
-
Returns realm name.
- getRealm() - Method in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
Gets the realm under which the entity resides.
- getRealm() - Method in class com.sun.identity.federation.services.fednsso.FSSSOAndFedHandler
-
Gets the realm under which the entity resides.
- getRealm() - Method in class com.sun.identity.federation.services.FSAssertionManager
-
Returns the realm which hosted provider resides.
- getRealm() - Method in class com.sun.identity.idm.AMIdentity
-
Returns the realm for this identity.
- getRealm() - Method in class com.sun.identity.idsvcs.IdentityDetails
-
- getRealm(String) - Method in interface com.sun.identity.password.ui.model.PWResetUserValidationModel
-
Returns realm name.
- getRealm(String) - Method in class com.sun.identity.password.ui.model.PWResetUserValidationModelImpl
-
Returns realm name.
- getRealm() - Method in interface com.sun.identity.plugin.configuration.ConfigurationActionEvent
-
Returns realm name.
- getRealm() - Method in class com.sun.identity.plugin.configuration.impl.ConfigurationActionEventImpl
-
Returns realm name.
- getRealm(String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns the realm.
- getRealm() - Method in class com.sun.identity.saml2.profile.AuthnRequestInfo
-
Returns the realm.
- getRealm(String) - Static method in class com.sun.identity.saml2.profile.SPSSOFederate
-
Fills in the realm with the default top level realm if it does not contain a more specific subrealm.
- getRealm() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutTypeImpl
-
- getRealm() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.SignOutType
-
Gets the value of the realm property.
- getRealm() - Method in class org.forgerock.oauth2.core.AuthorizationCode
-
Gets the realm.
- getRealm() - Method in class org.forgerock.oauth2.core.DeviceCode
-
Gets the realm.
- getRealm(OAuth2Request) - Method in class org.forgerock.oauth2.core.exceptions.ClientAuthenticationFailureFactory
-
Extracts the realm from the request, and normalises it
- getRealm() - Method in interface org.forgerock.oauth2.core.IntrospectableToken
-
Gets the token's realm.
- getRealm() - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Gets the realm.
- getRealm() - Method in class org.forgerock.oauth2.core.StatefulRefreshToken
-
Gets the realm.
- getRealm() - Method in class org.forgerock.oauth2.core.StatefulToken
-
- getRealm(OAuth2Request) - Method in class org.forgerock.oauth2.restlet.OpenAMClientAuthenticationFailureFactory
-
- getRealm(Context) - Method in class org.forgerock.openam.audit.AbstractHttpAccessAuditFilter
-
Get the realm from the request context.
- getRealm() - Method in exception org.forgerock.openam.core.realms.RealmLookupException
-
Gets the realm that could not be found.
- getRealm(Context) - Method in class org.forgerock.openam.core.rest.authn.AuthenticationAccessAuditFilter
-
- getRealm() - Method in class org.forgerock.openam.dpro.session.PartialSession
-
Returns the realm associated with this partial session.
- getRealm() - Method in class org.forgerock.openam.entitlement.indextree.events.ModificationEvent
-
- getRealm() - Method in class org.forgerock.openam.entitlement.PrivilegeEvaluatorContext
-
Return the realm
- getRealm() - Method in class org.forgerock.openam.entitlement.rest.model.json.PolicyRequest
-
- getRealm(Context) - Static method in class org.forgerock.openam.forgerockrest.utils.ServerContextUtils
-
Gets the resolved realm from the context.
- getRealm(Request) - Method in class org.forgerock.openam.oauth2.OAuth2Utils
-
Get the realm from the Attributes first and then look for the realm in
the request.
- getRealm(HttpServletRequest) - Method in class org.forgerock.openam.oauth2.OAuth2Utils
-
- getRealm() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
-
Gets the realm for the Resource Set Description.
- getRealm() - Method in class org.forgerock.openam.oauth2.StatelessToken
-
- getRealm() - Method in class org.forgerock.openam.oauth2.StatelessTokenMetadata
-
- getRealm() - Method in class org.forgerock.openam.radius.server.events.AcceptedRadiusEvent
-
Get the realm that the access request will be authenticated against.
- getRealm() - Method in class org.forgerock.openam.radius.server.RadiusResponse
-
Return the realm that the authentication was made against.
- getRealm(Context) - Method in class org.forgerock.openam.rest.RealmAwareResource
-
Retrieves the Realm from a provided Context.
- getRealm() - Method in class org.forgerock.openam.rest.RealmContext
-
Gets the realm.
- getRealm(Context) - Static method in class org.forgerock.openam.rest.RealmContext
-
Gets the realm for the given context.
- getRealm(Context) - Method in class org.forgerock.openam.rest.resource.ContextHelper
-
Gets the realm for the accessed resource.
- getRealm() - Method in class org.forgerock.openam.saml2.IDPSSOFederateRequest
-
Gets the current realm.
- getRealm() - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaPendingRequest
-
- getRealm() - Method in class org.forgerock.openam.sts.config.user.DeploymentConfig
-
- getRealm() - Method in class org.forgerock.openam.sts.service.invocation.TokenGenerationServiceInvocationState
-
- getRealm() - Method in class org.forgerock.openam.uma.PermissionTicket
-
- getRealm() - Method in class org.forgerock.openam.uma.RequestingPartyToken
-
- getRealm() - Method in interface org.forgerock.openam.uma.UmaToken
-
- getRealmByMetaAlias(String) - Static method in class com.sun.identity.federation.meta.IDFFMetaUtils
-
Returns the realm by parsing the metaAlias.
- getRealmByMetaAlias(String) - Static method in class com.sun.identity.saml2.meta.SAML2MetaUtils
-
Returns the realm by parsing the metaAlias.
- getRealmByMetaAlias(String) - Static method in class com.sun.identity.wsfederation.meta.WSFederationMetaUtils
-
Returns the realm by parsing the metaAlias.
- getRealmByMetaAlias(String) - Static method in class com.sun.liberty.LibertyManager
-
Returns the realm by parsing the metaAlias.
- getRealmByMetaAlias(String) - Method in interface org.forgerock.openam.saml2.IDPRequestValidator
-
Gets the realm for the entity from the IDP Meta Alias.
- getRealmByMetaAlias(String) - Method in class org.forgerock.openam.saml2.UtilProxyIDPRequestValidator
-
- getRealmConfiguration(String) - Method in interface org.forgerock.openam.audit.configuration.AuditServiceConfigurationProvider
-
Get the audit service configuration for the specified realm.
- getRealmConfiguration(String) - Method in class org.forgerock.openam.audit.configuration.AuditServiceConfigurationProviderImpl
-
- getRealmConfiguration(String) - Method in class org.forgerock.openam.plugin.configuration.FedletAuditServiceConfigurationProviderImpl
-
- getRealmDNForRealm(String) - Static method in class com.sun.identity.monitoring.MonitoringUtil
-
- getRealmEventHandlerConfigurations(String) - Method in interface org.forgerock.openam.audit.configuration.AuditServiceConfigurationProvider
-
Get the audit event handler configuration for the specified realm.
- getRealmEventHandlerConfigurations(String) - Method in class org.forgerock.openam.audit.configuration.AuditServiceConfigurationProviderImpl
-
- getRealmEventHandlerConfigurations(String) - Method in class org.forgerock.openam.plugin.configuration.FedletAuditServiceConfigurationProviderImpl
-
- getRealmForAMSDK(String, String) - Static method in class com.sun.identity.sm.OrgConfigViaAMSDK
-
Returns the realm name that contains the AMSDK plugin with the
given organization dn.
- getRealmFromDN(String) - Static method in class org.forgerock.openam.auditors.SMSAuditor
-
Extract the realm from the LDAP DN
- getRealmFromPolicyAdvice(String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Parses the policy condition advice and checks for realm advices
- getRealmFromPolicyAdvice(String) - Method in class org.forgerock.openam.core.CoreWrapper
-
Parses the policy condition advice and checks for realm advices.
- getRealmFromRealmQualifiedData(String) - Static method in class com.sun.identity.authentication.util.AMAuthUtils
-
Returns the Realm name from Realm qualified data.
- getRealmFromRealmQualifiedData(String) - Method in class org.forgerock.openam.core.CoreServicesWrapper
-
Returns the Realm name from Realm qualified data.
- getRealmFromRealmQualifiedData(String) - Method in class org.forgerock.openam.core.CoreWrapper
-
Returns the Realm name from Realm qualified data.
- getRealmFromRequest(Request) - Static method in class org.forgerock.openam.rest.service.RestletRealmRouter
-
Deprecated.
Returns the realm from the given request.
- getRealmFromState(LoginState) - Method in class com.sun.identity.authentication.audit.AbstractAuthenticationEventAuditor
-
Get the realm from the login state of the event.
- getRealmFromToken(SSOToken) - Method in class com.sun.identity.authentication.audit.AbstractAuthenticationEventAuditor
-
Get the realm from the of the event.
- getRealmIdentity() - Method in class com.sun.identity.idm.AMIdentityRepository
-
Returns a handle of the Identity object representing this
realm for services related operations only.
- getRealmIndexFromName(String) - Static method in class com.sun.identity.monitoring.Agent
-
- getRealmNameFromDN(String) - Static method in class com.sun.identity.monitoring.Agent
-
- getRealmNameFromIndex(Integer) - Static method in class com.sun.identity.monitoring.Agent
-
- getRealmNames() - Method in class org.forgerock.openam.upgrade.steps.AbstractUpgradeStep
-
Returns the names of the realms available in the OpenAM configuration.
- getRealmNames(SSOToken) - Static method in class org.forgerock.openam.utils.RealmUtils
-
Retrieve the names of all the realms starting with '/' and including '/'.
- getRealmNamesFromParent() - Method in class org.forgerock.openam.upgrade.steps.policy.UpgradeResourceTypeStep
-
The parent method is final and can't be mocked out for testing, which is why this one was introduced.
- getRealmProviderSettings(String) - Method in class org.forgerock.oauth2.core.OAuth2ProviderSettingsFactory
-
Gets the instance of the OAuth2ProviderSettings defined in the realm.
- getRealmQualifiedAuthenticatedLevels(SSOToken) - Static method in class com.sun.identity.authentication.util.AMAuthUtils
-
Returns the set of all authenticated realm qualified authentication
levels.
- getRealmQualifiedAuthenticatedLevels(SSOToken) - Method in class org.forgerock.openam.core.CoreWrapper
-
Returns the set of all authenticated realm qualified authentication levels.
- getRealmQualifiedAuthenticatedSchemes(SSOToken) - Static method in class com.sun.identity.authentication.util.AMAuthUtils
-
Returns the set of all authenticated realm qualified scheme names.
- getRealmQualifiedAuthenticatedSchemes(SSOToken) - Method in class org.forgerock.openam.core.CoreWrapper
-
Returns the set of all authenticated realm qualified scheme names.
- getRealmQualifiedAuthenticatedSchemes(SSOToken) - Method in class org.forgerock.openam.entitlement.conditions.environment.EntitlementCoreWrapper
-
Returns the set of all authenticated realm qualified scheme names.
- getRealmQualifiedAuthenticatedServices(SSOToken) - Static method in class com.sun.identity.authentication.util.AMAuthUtils
-
Returns the set of all authenticated realm qualified service names.
- getRealmQualifiedAuthenticatedServices(SSOToken) - Method in class org.forgerock.openam.core.CoreWrapper
-
Returns the set of all authenticated realm qualified service names.
- getRealmResourceRouter() - Method in class org.forgerock.openam.rest.AbstractRestRouteProvider
-
- getRealms() - Method in class com.sun.identity.entitlement.ReferralPrivilege
-
Deprecated.
Returns realms.
- getRealms() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ReferralWrapper
-
- getRealmServiceRouter() - Method in class org.forgerock.openam.rest.AbstractRestRouteProvider
-
- getRealmURL(HttpServletRequest, String, Realm) - Method in class org.forgerock.openam.services.baseurl.BaseURLProvider
-
Gets the base URL to use in the response to the request.
- getRealmURL(HttpContext, String, Realm) - Method in class org.forgerock.openam.services.baseurl.BaseURLProvider
-
Gets the base URL to use in the http context.
- getRealPath(String) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
The default behavior of this method is to return getRealPath(String path)
on the wrapped request object.
- getReason() - Method in class com.sun.identity.entitlement.SubjectResult
-
Returns reason for the SubjectResult value
- getReason() - Method in class com.sun.identity.saml2.protocol.impl.LogoutRequestImpl
-
Returns the value of the reason property.
- getReason() - Method in interface com.sun.identity.saml2.protocol.LogoutRequest
-
Returns the value of the reason property.
- getReasonPhrase() - Method in interface org.forgerock.http.client.response.HttpClientResponse
-
Retrieve the reason phrase of the accessed resource.
- getReasonPhrase() - Method in class org.forgerock.http.client.response.SimpleHttpClientResponse
-
Retrieve the reason phrase of the accessed resource.
- getReauthenticateOnOrAfter() - Method in class com.sun.identity.federation.message.FSAuthenticationStatement
-
Deprecated.
Returns the re-authentication date for this
authentication statement.
- getRecdCallback(AuthContextLocal) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- getReceivedInfo() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns recieved callback info from loginmodule.
- getRecipient() - Method in class com.sun.identity.saml.protocol.AbstractResponse
-
Gets the recipient of the Response.
- getRecipient() - Method in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationDataImpl
-
Returns the URI specifying the entity or location to which an
attesting entity can present the assertion
- getRecipient() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
-
Returns the URI specifying the entity or location to which an
attesting entity can present the assertion
- getRecipient() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationDataTypeImpl
-
- getRecipient() - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectConfirmationDataType
-
Gets the value of the recipient property.
- getRecipient() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptedKeyType
-
Gets the value of the recipient property.
- getRecipient() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedKeyTypeImpl
-
- getRecipient() - Method in class org.forgerock.openam.services.push.PushMessage
-
Retrieve the recipient of this message.
- getRecordProperties() - Method in class org.forgerock.openam.core.rest.record.Record
-
Get the record properties
- getRecords() - Method in class com.sun.identity.sm.model.AMRecord
-
- getRecordsHistory() - Method in class org.forgerock.openam.core.rest.record.Record
-
Get the history of the records
- getRecordStatus() - Method in class org.forgerock.openam.core.rest.record.Record
-
Get record status
- getRecoveryCodes() - Method in class org.forgerock.openam.core.rest.devices.DeviceSettings
-
Get the array of recovery codes which are usable for this device.
- getRedirect(String, String, String, IDPSSODescriptorElement, SPSSODescriptorElement, Map) - Static method in class com.sun.identity.saml2.profile.SPSSOFederate
-
Gets the redirect String.
- getRedirectBackUrlCookie(Node) - Static method in class com.sun.identity.authentication.share.AuthXMLUtils
-
- getRedirectBackUrlCookieName() - Method in class com.sun.identity.authentication.spi.RedirectCallback
-
Returns the redirectBackUrlCookie name to be set as the OpenAM
server URL when redirecting to external web site.
- getRedirectData(Node) - Static method in class com.sun.identity.authentication.share.AuthXMLUtils
-
- getRedirectData() - Method in class com.sun.identity.authentication.spi.RedirectCallback
-
Returns the data to be redirected to redirect URL.
- getRedirectionURIs() - Method in class org.forgerock.openidconnect.Client
-
Gets the redirection uris of the OAuth2Client.
- getRedirectionURIsAsString() - Method in class org.forgerock.openidconnect.Client
-
Gets the redirection uris of the OAuth2Client.
- getRedirectProtocol(String, String) - Static method in class com.sun.identity.common.RequestUtils
-
- getRedirectStatus(Node) - Static method in class com.sun.identity.authentication.share.AuthXMLUtils
-
- getRedirectStatusParam(Node) - Static method in class com.sun.identity.authentication.share.AuthXMLUtils
-
- getRedirectUri() - Method in class org.forgerock.oauth2.core.AuthorizationCode
-
Gets the redirect uri.
- getRedirectUri() - Method in exception org.forgerock.oauth2.core.exceptions.ResourceOwnerAuthenticationRequired
-
Gets the redirect uri of the login page.
- getRedirectUri() - Method in interface org.forgerock.oauth2.core.RefreshToken
-
Gets the token's redirect uri.
- getRedirectUri() - Method in class org.forgerock.oauth2.core.StatefulRefreshToken
-
Gets the client's redirect uri.
- getRedirectUri() - Method in exception org.forgerock.oauth2.restlet.OAuth2RestletException
-
Gets the redirect uri.
- getRedirectUri() - Method in exception org.forgerock.openam.oauth2.OAuthProblemException
-
- getRedirectUri() - Method in class org.forgerock.openam.oauth2.StatelessRefreshToken
-
- getRedirectUris() - Method in interface org.forgerock.oauth2.core.ClientRegistration
-
Gets the registered redirect uris for the client.
- getRedirectUris() - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
- getRedirectUris() - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
Gets the registered redirect uris for the client.
- getRedirectURL(Node) - Static method in class com.sun.identity.authentication.share.AuthXMLUtils
-
- getRedirectUrl() - Method in class com.sun.identity.authentication.spi.RedirectCallback
-
Returns the URL to be redirected to.
- getRedirectURL(String, String, HttpServletRequest) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns the redirect URL.
- getRedirectUrl(T, String, String) - Method in class org.forgerock.openam.shared.security.whitelist.RedirectUrlValidator
-
Returns the appopriate redirectUrl, given the options of the provided URL and the default one, as well
as a configuration.
- getRef() - Method in class com.sun.identity.liberty.ws.common.Status
-
Gets reference attribute.
- getRef() - Method in class com.sun.identity.liberty.ws.soapbinding.UsageDirectiveHeader
-
Returns value of ref attribute.
- getReference() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ManifestTypeImpl
-
- getReference() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignedInfoTypeImpl
-
- getReference() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.ManifestType
-
Gets the value of the Reference property.
- getReference() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignedInfoType
-
Gets the value of the Reference property.
- getReference() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ManifestTypeImpl
-
- getReference() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignedInfoTypeImpl
-
- getReference() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.ManifestType
-
Gets the value of the Reference property.
- getReference() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignedInfoType
-
Gets the value of the Reference property.
- getReference() - Method in class com.sun.identity.wss.security.SecurityTokenReference
-
Returns the Reference.
- getReferenceDigest() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceTokenTypeImpl
-
- getReferenceDigest() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.ReferenceTokenType
-
Gets the value of the referenceDigest property.
- getReferenceEPR() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceTokenTypeImpl
-
- getReferenceEPR() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.ReferenceTokenType
-
Gets the value of the ReferenceEPR property.
- getReferenceId() - Method in class com.sun.identity.entitlement.xacml3.core.AttributesReference
-
Gets the value of the referenceId property.
- getReferenceID() - Method in class org.forgerock.openam.core.rest.record.RecordProperties
-
Get Reference ID
- getReferenceList() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptedKeyType
-
Gets the value of the referenceList property.
- getReferenceList() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedKeyTypeImpl
-
- getReferenceParameters() - Method in interface com.sun.identity.wsfederation.jaxb.wsaddr.EndpointReferenceType
-
Gets the value of the referenceParameters property.
- getReferenceParameters() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.EndpointReferenceTypeImpl
-
- getReferenceType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceTokenTypeImpl
-
- getReferenceType() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.ReferenceTokenType
-
Gets the value of the referenceType property.
- getReferenceType() - Method in class com.sun.identity.wss.security.SecurityTokenReference
-
Returns the reference type
- getReferenceType() - Method in class com.sun.identity.wss.security.X509TokenSpec
-
Returns the token reference type.
- getReferenceValue() - Method in class com.sun.identity.wss.security.KeyIdentifier
-
Returns the key identifier reference value.
- getRefererWhitelist() - Method in class com.sun.identity.authentication.client.ZeroPageLoginConfig
-
Returns the whitelist of allowed Referer URLs.
- getReferral(Subject, String, String) - Method in class com.sun.identity.entitlement.opensso.OpenSSOPolicyDataStore
-
- getReferral(Subject, String, String) - Method in class com.sun.identity.entitlement.PolicyDataStore
-
Returns referral privilege object.
- getReferral(String) - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Gets the Referral object identified by name.
- getReferral(String) - Method in class com.sun.identity.policy.Referrals
-
Returns the Referral object associated
with the given referral name.
- getReferral(String) - Method in class com.sun.identity.policy.ReferralTypeManager
-
Deprecated.
Returns an instance of the Referral
given the referral type name.
- getReferral() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ReferralWrapper
-
- getReferralName(Referral) - Method in class com.sun.identity.policy.Referrals
-
Returns the name associated with the given referral object.
- getReferralNames() - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Get the Set of referral names associated with the policy.
- getReferralNames() - Method in class com.sun.identity.policy.Referrals
-
Returns the names of Referral objects
contained in this object.
- getReferralPrivileges() - Method in class com.sun.identity.entitlement.xacml3.PrivilegeSet
-
Obtain list of ReferralPrivilege objects held by this class.
- getReferralTypeManager() - Method in class com.sun.identity.policy.PolicyManager
-
Deprecated.
Returns ReferralTypeManager associated with this
policy manager.
- getReferralTypeName() - Method in interface com.sun.identity.policy.interfaces.Referral
-
Deprecated.
Gets the name of the Referral Type
- getReferralTypeName() - Method in class com.sun.identity.policy.plugins.OrgReferral
-
Gets the name of the ReferralType
- getReferralTypeName() - Method in class com.sun.identity.policy.plugins.PeerOrgReferral
-
Gets the name of the ReferralType
- getReferralTypeName() - Method in class com.sun.identity.policy.plugins.SubOrgReferral
-
Gets the name of the ReferralType
- getReferralTypeName(Referral) - Method in class com.sun.identity.policy.ReferralTypeManager
-
Deprecated.
Returns the type of the Referral implementation.
- getReferralTypeNames() - Method in class com.sun.identity.policy.ReferralTypeManager
-
Deprecated.
Returns a set of all valid referral type names defined by the policy
service.
- getReferredResources(String) - Method in class com.sun.identity.entitlement.opensso.OpenSSOIndexStore
-
Returns a set of resources that are referred to this realm.
- getReferredResources(String) - Method in class com.sun.identity.entitlement.PrivilegeIndexStore
-
Returns a set of resources that are referred to this realm.
- getReferredResources(String) - Method in interface org.forgerock.openam.entitlement.service.ApplicationService
-
Returns referred resources for a realm.
- getReferredResources(String) - Method in class org.forgerock.openam.entitlement.service.ApplicationServiceImpl
-
- getRefresh() - Method in class com.sun.identity.idsvcs.AttributesRequest
-
- getRefreshTokenLifetime() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getRefreshTokenLifetime() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Gets the lifetime an refresh token will have before it expires.
- getRefreshTokenLifetime() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getRefreshTokenLifeTime(OAuth2ProviderSettings) - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
- getRefreshTokenLifeTime(OAuth2ProviderSettings) - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
Gets the refresh token life time in milliseconds.
- getRefreshTokenLifeTime() - Method in class org.forgerock.openidconnect.Client
-
Gets the refresh token lifetime of the OAuth2Client.
- getRefreshTokenLifeTime(OAuth2ProviderSettings) - Method in interface org.forgerock.openidconnect.OpenIdConnectClientRegistration
-
Gets the refresh token life time in milliseconds.
- getRefToMessageID() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
-
Deprecated.
Returns value of refToMessageID attribute of
CorrelationHeader.
- getRefToMessageID() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
-
Deprecated.
Returns value of refToMessageID attribute of
CorrelationHeader.
- getRefToMessageID() - Method in class com.sun.identity.liberty.ws.paos.PAOSResponse
-
Returns the value of the refToMessageID attribute.
- getRefToMessageID() - Method in class com.sun.identity.liberty.ws.soapbinding.CorrelationHeader
-
Returns value of refToMessageID attribute.
- getRegion() - Method in class org.forgerock.openam.services.push.PushNotificationServiceConfig
-
Get the region in which this client exists.
- getRegisteredCertificate(AMLDAPCertStoreParameters, X509Certificate, String) - Static method in class com.sun.identity.security.cert.AMCertStore
-
Return X509 Certificate if the ldap entry has the same one
- getRegisteredProviders(String, String, String) - Static method in class com.sun.liberty.LibertyManager
-
- getRegisteredProviders(String, String, String, String) - Static method in class com.sun.liberty.LibertyManager
-
Returns registered providers of an user.
- getRegisteredServiceNames() - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Gets the names of registered services.
- getRegisteredServiceNames() - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Gets the names of registered services.
- getRegisteredServiceNames(SSOToken, String) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Get registered services for an organization
- getRegisteredServiceNames(SSOToken, String) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
Get registered services for an organization
- getRegisteredServiceNames(String, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getRegisteredServiceNames(String, String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- getRegisteredServiceNames(SSOToken, String) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
Get registered services for an organization
- getRegisteredTableMeta(String) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
- getRegisteredTableMeta(SnmpMib) - Method in class com.sun.identity.monitoring.TableSsoServerAuthModulesTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class com.sun.identity.monitoring.TableSsoServerEntitlementPolicyStatsTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class com.sun.identity.monitoring.TableSsoServerFedCOTMemberTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class com.sun.identity.monitoring.TableSsoServerFedCOTsTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class com.sun.identity.monitoring.TableSsoServerFedEntitiesTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class com.sun.identity.monitoring.TableSsoServerLoggingHdlrTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class com.sun.identity.monitoring.TableSsoServerPolicy22AgentTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class com.sun.identity.monitoring.TableSsoServerPolicyJ2EEAgentTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class com.sun.identity.monitoring.TableSsoServerPolicyJ2EEGroupTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class com.sun.identity.monitoring.TableSsoServerPolicyWebAgentTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class com.sun.identity.monitoring.TableSsoServerPolicyWebGroupTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class com.sun.identity.monitoring.TableSsoServerRealmTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class com.sun.identity.monitoring.TableSsoServerSAML1CacheTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class com.sun.identity.monitoring.TableSsoServerSAML1EndPointTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class com.sun.identity.monitoring.TableSsoServerSAML1TrustPrtnrsTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class com.sun.identity.monitoring.TableSsoServerSAML2IDPTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class com.sun.identity.monitoring.TableSsoServerSAML2SPTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class com.sun.identity.monitoring.TableSsoServerServerTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class com.sun.identity.monitoring.TableSsoServerSiteMapTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class com.sun.identity.monitoring.TableSsoServerSitesTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsDSCAgentTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsDSCAgtGrpTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsSTSAgentTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsSTSAgtGrpTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsWSCAgentTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsWSCAgtGrpTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsWSPAgentTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class com.sun.identity.monitoring.TableSsoServerWSSAgentsWSPAgtGrpTable
-
- getRegisteredTableMeta(String) - Method in class org.forgerock.openam.monitoring.cts.FORGEROCK_OPENAM_CTS_MIB
-
- getRegisteredTableMeta(SnmpMib) - Method in class org.forgerock.openam.monitoring.cts.TableCtsCRUDOperationsPerTokenTypeTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class org.forgerock.openam.monitoring.cts.TableCtsCRUDOperationsTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class org.forgerock.openam.monitoring.cts.TableCtsTokenOperationsTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class org.forgerock.openam.monitoring.cts.TableOperationTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class org.forgerock.openam.monitoring.cts.TableTokenTable
-
- getRegisteredTableMeta(String) - Method in class org.forgerock.openam.monitoring.policy.FORGEROCK_OPENAM_POLICY_MIB
-
- getRegisteredTableMeta(String) - Method in class org.forgerock.openam.monitoring.session.FORGEROCK_OPENAM_SESSION_MIB
-
- getRegistration(String, String, OAuth2Request) - Method in class org.forgerock.openidconnect.OpenIdConnectClientRegistrationService
-
Gets an OpenId Connect client registration from the OAuth2 provider.
- getRegistrationDonePageURL(HttpServletRequest, BaseConfigType, String) - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
Returns registration done page URL.
- getRegistrationMap(String) - Method in class com.sun.identity.federation.services.registration.FSRegistrationManager
-
Returns registration state for the provider.
- getRegistrationMessagePredicates() - Method in interface org.forgerock.openam.services.push.PushNotificationDelegate
-
Returns a set of registration message predicates required by this delegate.
- getRegistrationMessagePredicates() - Method in class org.forgerock.openam.services.push.sns.SnsHttpDelegate
-
- getRegistrationMessagePredicatesFor(String) - Method in class org.forgerock.openam.services.push.PushNotificationService
-
Retrieve the message predicates (if any) specific to the delegate implementation for the given realm,
which must be passed during registration message(s).
- getRegistry() - Method in class com.sun.identity.idsvcs.IdentityServicesImplService_SerializerRegistry
-
- getRegistry() - Method in class com.sun.identity.jaxrpc.IdentityManagementServices_SerializerRegistry
-
- getRegServiceAddress(String) - Method in class org.forgerock.openam.services.push.PushNotificationService
-
Returns the relative location of the registration service endpoint in this realm.
- getRegServiceLocation() - Method in interface org.forgerock.openam.services.push.PushNotificationDelegate
-
Returns the (public, relative) registration service location of this delegate - if appropriate.
- getRegServiceLocation() - Method in class org.forgerock.openam.services.push.sns.SnsHttpDelegate
-
- getRejectedLicense() - Method in exception org.forgerock.openam.license.LicenseRejectedException
-
Returns the license that was rejected by the user.
- getRelation() - Method in class com.sun.identity.log.QueryElement
-
Returns relation to be applied in between field and value
as stored in the query element.
- getRelationshipType() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.RelatesToTypeImpl
-
- getRelationshipType() - Method in interface com.sun.identity.wsfederation.jaxb.wsaddr.RelatesToType
-
Gets the value of the relationshipType property.
- getRelativeName() - Method in class com.iplanet.security.x509.IssuingDistributionPointExtension
-
Return the relative distribution point name or null if not set.
- getRelativeTo() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.FilterPseudonymsType
-
Gets the value of the relativeTo property.
- getRelativeTo() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FilterPseudonymsTypeImpl
-
- getRelativeTo() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymTypeImpl
-
- getRelativeTo() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.PseudonymType
-
Gets the value of the relativeTo property.
- getRelativeTranslateFile() - Static method in class com.sun.identity.install.tools.configurator.MigrateFromInstFinderStore
-
- getRelayState() - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Returns the value of RelayState attribute.
- getRelayState() - Method in class com.sun.identity.federation.message.FSAuthnResponse
-
Deprecated.
Returns the RelayState attribute in the Response.
- getRelayState() - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
-
Deprecated.
Returns the value of RelayState attribute.
- getRelayState() - Method in class com.sun.identity.federation.message.FSLogoutNotification
-
Deprecated.
Returns the value of RelayState attribute.
- getRelayState() - Method in class com.sun.identity.federation.message.FSLogoutResponse
-
Deprecated.
Returns the value of RelayState attribute.
- getRelayState() - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
-
Deprecated.
Returns the value of RelayState attribute.
- getRelayState() - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
-
Deprecated.
Returns the value of RelayState attribute.
- getRelayState(String) - Method in class com.sun.identity.federation.services.FSSessionManager
-
Gets the RelayState value which maps
to the request ID.
- getRelayState(HttpServletRequest) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns the URL to which redirection will happen after
Single-Signon / Federation.
- getRelayState() - Method in class com.sun.identity.saml2.profile.AuthnRequestInfo
-
Returns the RelayState parameter value.
- getRelayState() - Method in class com.sun.identity.saml2.profile.ManageNameIDRequestInfo
-
Returns the RelayState parameter value.
- getRelayState() - Method in class com.sun.identity.saml2.profile.ResponseInfo
-
Returns the relayState.
- getRelayState(String, String, String, SAML2MetaManager) - Static method in class com.sun.identity.saml2.profile.SPACSUtils
-
Obtains relay state.
- getRelayState() - Method in class org.forgerock.openam.saml2.IDPSSOFederateRequest
-
Gets the relay state.
- getRelayStateID(String, String) - Static method in class com.sun.identity.saml2.profile.SPSSOFederate
-
Gets the Relay State ID for the request.
- getRemoteAddr() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
The default behavior of this method is to return getRemoteAddr()
on the wrapped request object.
- getRemoteDescriptor(String) - Method in class com.sun.identity.federation.services.logout.FSSingleLogoutHandler
-
Gets the remote provider descriptor.
- getRemoteEntityID() - Method in class com.sun.identity.saml2.common.NameIDInfo
-
Returns the EntityID of the remote provider.
- getRemoteEntityID() - Method in class com.sun.identity.saml2.common.NameIDInfoKey
-
Returns the EntityID of the remote provider.
- getRemoteHost() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
The default behavior of this method is to return getRemoteHost()
on the wrapped request object.
- getRemoteNameIdentifier() - Method in class com.sun.identity.federation.accountmgmt.FSAccountFedInfo
-
Deprecated.
Returns remote NameIdentifier received from other side(SP/IDP).
- getRemotePort() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
Returns the Internet Protocol (IP) source port of the client or last proxy that sent the request.
- getRemoteRequest() - Method in class com.sun.identity.authentication.AuthContext
-
Fetches the remote request from the context
- getRemoteRequest(Node) - Static method in class com.sun.identity.authentication.share.AuthXMLUtils
-
Returns the remote HttpServletRequest object from the embedded serialized
content in the XML document
- getRemoteResponse() - Method in class com.sun.identity.authentication.AuthContext
-
Fetches the remote response from the context
- getRemoteResponse(Node) - Static method in class com.sun.identity.authentication.share.AuthXMLUtils
-
Returns the remote HttpServletResponse object from the embedded serialized
content in the XML document
- getRemoteSecurityEnabled() - Static method in class com.sun.identity.authentication.service.AuthUtils
-
Returns true if remote Auth security is enabled and false otherwise
- getRemoteServerInfo(String, String, String) - Static method in class com.sun.identity.setup.AMSetupUtils
-
Obtains misc config data from a remote OpenAM server:
OpendDJ admin port
config basedn
replication ready flag
OpenDJ replication port or OpenDJ suggested port
- getRemoteServiceURL(String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Gets remote service URL according to server id embedded in the provided ID.
- getRemoteServiceURLs(HttpServletRequest) - Static method in class com.sun.identity.federation.common.FSUtils
-
Gets remote service URLs
- getRemoteSessions() - Method in class org.forgerock.openam.monitoring.session.FORGEROCK_OPENAM_SESSION_MIBImpl
-
- getRemoteSessionsMBean() - Static method in class com.sun.identity.monitoring.Agent
-
- getRemoteStub(String) - Static method in class com.sun.identity.jaxrpc.JAXRPCUtil
-
Returns a valid JAXRPC end point for the given service name.
- getRemoteUser() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
The default behavior of this method is to return getRemoteUser()
on the wrapped request object.
- getRemoveAssertion() - Static method in class com.sun.identity.saml.common.SAMLServiceManager
-
Returns the value of flag remove assertion.
- getRemoved() - Method in class com.iplanet.dpro.session.Session
-
- getRemoveEntry() - Method in class com.sun.identity.liberty.ws.disco.Modify
-
Gets the value of the RemoveEntry property.
- getRemoveListenerRequest() - Method in class com.sun.identity.policy.remote.PolicyRequest
-
Returns the RemoveListenerRequest object.
- getReplicationPort(String, String, String, String) - Static method in class com.sun.identity.setup.EmbeddedOpenDS
-
Get replication port
- getReplicationStatus(String, String, OutputStream, OutputStream) - Static method in class com.sun.identity.setup.EmbeddedOpenDS
-
Returns Replication Status by invoking OpenDJ dsreplication
CLI
- getReplyMessage() - Method in exception com.sun.identity.authentication.modules.radius.client.ChallengeException
-
Returns the value of the first incurred reply message attribute contained in the packet.
- getReplyMessage() - Method in exception com.sun.identity.authentication.modules.radius.client.RejectException
-
Returns the reply message if any send with the AccessReject packet.
- getRepresentation(Context, OAuth2Request, String, Map<String, Object>) - Method in class org.forgerock.oauth2.restlet.OAuth2Representation
-
Gets the appropriate representation to send to the user agent based from the specified parameters.
- getRepresentation(Status, Request, Response) - Method in class org.forgerock.oauth2.restlet.OAuth2StatusService
-
Takes the status reason and description and creates a Json representation of them.
- getReqSignature() - Method in class com.sun.identity.authentication.spi.X509CertificateCallback
-
Returns the reqSignature flag.
- getRequest() - Method in class com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionQueryImpl
-
Returns the xacml-context:Request element of this object
- getRequest() - Method in class com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionStatementImpl
-
Returns Request element of this object
- getRequest() - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery
-
Returns the xacml-context:Request element of this object
- getRequest() - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionStatement
-
Returns Request element of this object
- getRequest() - Method in class org.forgerock.oauth2.core.OAuth2Request
-
Gets the actual underlying request.
- getRequest() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
Return the wrapped request object.
- getRequest() - Method in class org.forgerock.openam.radius.server.events.AcceptedRadiusEvent
-
Return the request.
- getRequestAuthenticator() - Method in class org.forgerock.openam.radius.server.RadiusRequestContext
-
Returns the authenticator for the request associated with this context object.
- getRequestAuthnContext() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
-
Deprecated.
Returns Element RequestAuthnContext.
- getRequestContext() - Method in class org.forgerock.openam.radius.server.events.AcceptedRadiusEvent
-
Get the request context in which the access request was made.
- getRequestCookies(HttpServletRequest) - Static method in class com.sun.identity.shared.encode.CookieUtils
-
This method creates Map from the name values of cookies
present in the given HttpServletRequest
- getRequestDefaults() - Method in class com.sun.identity.entitlement.xacml3.core.Request
-
Gets the value of the requestDefaults property.
- getRequestDispatcher(String) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
The default behavior of this method is to return getRequestDispatcher(String path)
on the wrapped request object.
- getRequestedAt() - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaPendingRequest
-
- getRequestedAttribute() - Method in interface com.sun.identity.saml2.jaxb.metadata.AttributeConsumingServiceType
-
Gets the value of the RequestedAttribute property.
- getRequestedAttribute() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceTypeImpl
-
- getRequestedAuthnContext(String, String, Map) - Method in class com.sun.identity.saml2.plugins.DefaultSPAuthnContextMapper
-
Returns the RequestedAuthnContext object.
- getRequestedAuthnContext(String, String, Map) - Method in interface com.sun.identity.saml2.plugins.SPAuthnContextMapper
-
Returns the RequestedAuthnContext Object .
- getRequestedAuthnContext() - Method in interface com.sun.identity.saml2.protocol.AuthnQuery
-
Returns the RequestedAuthnContext object.
- getRequestedAuthnContext() - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
-
Returns the RequestedAuthnContext object.
- getRequestedAuthnContext() - Method in class com.sun.identity.saml2.protocol.impl.AuthnQueryImpl
-
Returns the RequestedAuthnContext object.
- getRequestedAuthnContext() - Method in class com.sun.identity.saml2.protocol.impl.AuthnRequestImpl
-
Returns the RequestedAuthnContext object.
- getRequestedClaims() - Method in class com.sun.identity.wss.provider.STSConfig
-
Returns the list of requested claims
- getRequestedClaims(String, Set, SSOToken) - Static method in class com.sun.identity.wss.security.WSSUtils
-
Returns the list of requested claims for the given subject
- getRequestedProofToken() - Method in class com.sun.identity.wss.trust.RequestSecurityTokenResponse
-
Returns the requested proof token.
- getRequestedResourceName() - Method in class com.sun.identity.entitlement.Entitlement
-
Returns non normalised resource name.
- getRequestedResourceNames() - Method in class com.sun.identity.entitlement.Entitlement
-
Returns non normalised resource names.
- getRequestedSecurityToken() - Method in class com.sun.identity.wsfederation.profile.RequestSecurityTokenResponse
-
This method returns the component RequestedSecurityToken
- getRequestedSecurityToken() - Method in class com.sun.identity.wss.trust.RequestSecurityTokenResponse
-
Returns the requested security token as a DOM Element.
- getRequestedServiceType() - Method in class com.sun.identity.liberty.ws.disco.Query
-
Gets the list of the requested service types.
- getRequestedSessionId() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
The default behavior of this method is to return getRequestedSessionId()
on the wrapped request object.
- getRequester() - Method in class com.iplanet.dpro.session.share.SessionRequest
-
Returns the requester
- getRequesterIDs() - Method in class com.sun.identity.saml2.protocol.impl.ScopingImpl
-
Returns a list of RequesterID Objects.
- getRequesterIDs() - Method in interface com.sun.identity.saml2.protocol.Scoping
-
Returns a list of RequesterID Objects..
- getRequestID() - Method in class com.iplanet.dpro.session.share.SessionRequest
-
Returns the request ID.
- getRequestID() - Method in class com.iplanet.dpro.session.share.SessionResponse
-
Returns the request ID.
- getRequestID() - Method in class com.iplanet.services.naming.share.NamingRequest
-
Gets the request ID.
- getRequestID() - Method in class com.iplanet.services.naming.share.NamingResponse
-
Gets the request ID.
- getRequestId() - Method in exception com.sun.identity.policy.remote.PolicyEvaluationException
-
Returns the request Id.
- getRequestId() - Method in class com.sun.identity.policy.remote.PolicyRequest
-
Returns the request ID.
- getRequestId() - Method in class com.sun.identity.policy.remote.PolicyResponse
-
Returns the request ID.
- getRequestID() - Method in class com.sun.identity.saml.protocol.AbstractRequest
-
Gets the RequestID of the Request.
- getRequestId() - Method in class org.forgerock.openam.radius.server.events.AcceptedRadiusEvent
-
Get the request id of the access request.
- getRequestId() - Method in class org.forgerock.openam.radius.server.RadiusRequest
-
Get the radius request id.
- getRequestId() - Method in class org.forgerock.openam.radius.server.RadiusRequestContext
-
Returns the id of the request associated with this context.
- getRequestID() - Method in class org.forgerock.openam.saml2.IDPSSOFederateRequest
-
Gets the request ID.
- getRequestIDKey() - Static method in class com.sun.liberty.LibertyManager
-
Returns the requestIDKey from IFSConstants.
- getRequestingPartyClaimsEndpoint() - Method in interface org.forgerock.openam.uma.UmaUris
-
Gets the UMA requesting party claims endpoint.
- getRequestingPartyId() - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaAuditEntry
-
- getRequestingPartyId() - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaPendingRequest
-
- getRequestingPartyId(OAuth2Request, AccessToken, JsonValue) - Method in interface org.forgerock.openam.uma.ClaimGatherer
-
Attempts to get the requesting party id from the claim token.
- getRequestingPartyId(OAuth2Request, AccessToken, JsonValue) - Method in class org.forgerock.openam.uma.IdTokenClaimGatherer
-
- getRequestIp(Map) - Static method in class com.sun.identity.policy.plugins.IPCondition
-
Deprecated.
Helper method to extract REQUEST_IP
- getRequestLocale() - Method in class com.sun.identity.authentication.UI.AuthViewBeanBase
-
Returns Locale for auth request.
- getRequestOrg() - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Returns the organization DN for this authentication session.
- getRequestOrg() - Method in interface org.forgerock.openam.authentication.modules.common.AMLoginModuleBinder
-
Returns the organization DN for this authentication session.
- getRequestOrg() - Method in class org.forgerock.openam.authentication.modules.common.AuthLoginModule
-
Returns the organization DN for this authentication session.
- getRequestPacket() - Method in class org.forgerock.openam.radius.server.RadiusRequest
-
Get the packet that is to be sent as part of the request.
- getRequestParameter(Request, String, Class<T>) - Method in class org.forgerock.openam.oauth2.OAuth2Utils
-
- getRequestParameters(Request) - Method in class org.forgerock.openam.oauth2.OAuth2Utils
-
It copies the given parameters only once!!!
- getRequestParamHash() - Method in class com.sun.identity.authentication.service.LoginState
-
Return saved request parameters in Hashtable
- getRequestReference() - Method in class com.sun.identity.entitlement.xacml3.core.MultiRequests
-
Gets the value of the requestReference property.
- getRequests() - Method in class com.iplanet.services.comm.share.RequestSet
-
Gets the Request objects contained in this object.
- getRequestSecurityTokenResponses() - Method in class com.sun.identity.wss.trust.RequestSecurityTokenResponseCollection
-
Returns the list of RequestSecurityTokenResponses.
- getRequestSecurityTokenTemplate() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.IssuedTokenTypeImpl
-
- getRequestSecurityTokenTemplate() - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.IssuedTokenType
-
Gets the value of the requestSecurityTokenTemplate property.
- getRequestSetID() - Method in class com.iplanet.services.comm.share.RequestSet
-
Gets the RequestSet ID for this object.
- getRequestSetVersion() - Method in class com.iplanet.services.comm.share.RequestSet
-
Gets the version of the RequestSet.
- getRequestType() - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Returns the request type.
- getRequestType() - Method in class com.sun.identity.wss.trust.RequestSecurityToken
-
Returns the request type
- getRequestType() - Method in class com.sun.identity.wss.trust.RequestSecurityTokenResponse
-
Returns the request type
- getRequestURI() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
The default behavior of this method is to return getRequestURI()
on the wrapped request object.
- getRequestURL(Map) - Method in class com.sun.identity.workflow.Task
-
- getRequestURL() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
The default behavior of this method is to return getRequestURL()
on the wrapped request object.
- getRequestUtils() - Method in class org.forgerock.openam.rest.LocalSSOTokenSessionModule
-
- getRequestVersion() - Method in class com.iplanet.dpro.session.share.SessionRequest
-
Returns the request version.
- getRequestVersion() - Method in class com.iplanet.services.naming.share.NamingRequest
-
Gets the request version.
- getRequire() - Method in class com.sun.identity.authentication.service.PagePropertiesCallback
-
Deprecated.
Returns list of require
- getRequire() - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
-
Returns the list of authentication module display attributes which are
required to be entered by the end user.
- getRequiredAttributeNames() - Method in class com.iplanet.ums.CreationTemplate
-
Gets a list of required attribute names defined in the object.
- getRequiredAttributeNames() - Method in class com.sun.identity.authentication.config.AMAuthenticationSchema
-
Returns a set of required attribute names.
- getRequiredAttributeNames() - Method in class com.sun.identity.entitlement.AnyUserSubject
-
Deprecated.
- getRequiredAttributeNames() - Method in class com.sun.identity.entitlement.AttributeSubject
-
Returns required attribute names.
- getRequiredAttributeNames() - Method in interface com.sun.identity.entitlement.EntitlementSubject
-
Returns a set of attribute names that are used for evaluation.
- getRequiredAttributeNames() - Method in class com.sun.identity.entitlement.GroupSubject
-
Deprecated.
Returns required attribute names.
- getRequiredAttributeNames() - Method in class com.sun.identity.entitlement.JwtClaimSubject
-
- getRequiredAttributeNames() - Method in class com.sun.identity.entitlement.LogicalSubject
-
Returns the required attribute names.
- getRequiredAttributeNames() - Method in class com.sun.identity.entitlement.NoSubject
-
- getRequiredAttributeNames() - Method in class com.sun.identity.entitlement.NotSubject
-
Returns required attribute names.
- getRequiredAttributeNames() - Method in class com.sun.identity.entitlement.opensso.OpenSSOGroupSubject
-
Deprecated.
Returns required attribute names.
- getRequiredAttributeNames() - Method in class com.sun.identity.entitlement.opensso.PolicySubject
-
Returns required attribute names.
- getRequiredAttributeNames(Privilege) - Static method in class com.sun.identity.entitlement.SubjectAttributesManager
-
Returns the required attribute name for a given privilege.
- getRequiredAttributeNames() - Method in class com.sun.identity.entitlement.UserSubject
-
Deprecated.
- getRequiredAttributeNames() - Method in class org.forgerock.openam.entitlement.conditions.subject.AuthenticatedUsers
-
Returns a set of attribute names that are used for evaluation.
- getRequiredAttributeNames() - Method in class org.forgerock.openam.entitlement.conditions.subject.IdentitySubject
-
Returns a set of attribute names that are used for evaluation.
- getRequiredAttributeNames() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlementSubjectMixin
-
- getRequiredAttributeSet() - Method in class com.iplanet.ums.CreationTemplate
-
Gets the required attributes for object creation.
- getRequiredClaimsDetails(String) - Method in interface org.forgerock.openam.uma.ClaimGatherer
-
Gets the details of the required claims.
- getRequiredClaimsDetails(String) - Method in class org.forgerock.openam.uma.IdTokenClaimGatherer
-
- getRequiredException() - Method in class com.sun.identity.authentication.jaas.LoginContext
-
- getRequiredFlag() - Method in class com.sun.identity.install.tools.configurator.InteractionInfo
-
- getRequiredInfo() - Method in class com.sun.identity.authentication.service.AMLoginContext
-
Returns array of received callbacks from module.
- getRequiredLicenses() - Method in interface org.forgerock.openam.license.LicenseLocator
-
Gets a set of required licenses that must all be accepted by the user before the software can be installed/
upgraded.
- getRequiredLicenses() - Method in class org.forgerock.openam.license.PersistentLicenseLocator
-
Gets a set of required licenses that must all be accepted by the user before the software can be installed/
upgraded.
- getRequiredLicenses() - Method in class org.forgerock.openam.license.ResourceLoaderLicenseLocator
-
Gets a set of required licenses that must all be accepted by the user before the software can be installed/
upgraded.
- getRequiredScopes() - Method in class org.forgerock.openam.entitlement.conditions.environment.OAuth2ScopeCondition
-
- getRequiredUrlLocation(OAuth2Request, ClientRegistration) - Static method in class org.forgerock.oauth2.core.Utils
-
Determines if the UrlLocation is fragment or query based on the response types read from the request
and the type of client.
- getRequiredUrlLocation(Set<String>, ClientRegistration) - Static method in class org.forgerock.oauth2.core.Utils
-
Determines if the UrlLocation is fragment or query based on the given response types and the type of client.
- getRequirements() - Method in class com.sun.identity.authentication.AuthContext
-
Returns an array of Callback objects that must be populated
by the user and returned back.
- getRequirements(boolean) - Method in class com.sun.identity.authentication.AuthContext
-
Returns an array of Callback objects that
must be populated by the user and returned back.
- getRequirements() - Method in class com.sun.identity.authentication.internal.AuthContext
-
Returns an array of Callback objects
that must be populated by the user and returned back.
- getRequirements() - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Returns an array of Callback objects that
must be populated by the user and returned back.
- getRequirements(boolean) - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Returns an array of Callback objects that
must be populated by the user and returned back.
- getRequirements() - Method in interface org.forgerock.openam.core.rest.authn.core.AuthenticationContext
-
Returns an array of Callbacks that must be populated by the user and returned back.
- getRequirements(boolean) - Method in interface org.forgerock.openam.core.rest.authn.core.AuthenticationContext
-
Returns an array of Callbacks that must be populated by the user and returned back.
- getRequirements() - Method in class org.forgerock.openam.core.rest.authn.core.wrappers.AuthContextLocalWrapper
-
Returns an array of Callbacks that must be populated by the user and returned back.
- getRequirements(boolean) - Method in class org.forgerock.openam.core.rest.authn.core.wrappers.AuthContextLocalWrapper
-
Returns an array of Callbacks that must be populated by the user and returned back.
- getResBundle(String, Locale) - Method in class com.sun.identity.shared.locale.AMResourceBundleCache
-
Returns resource bundle from cache.
- getResBundleName() - Method in class com.iplanet.services.util.I18n
-
Returns the resource file name associated with the service
- getReservedLongOptionName(String) - Static method in class com.sun.identity.cli.SubCommand
-
Returns long reserved argument/option name given its short name.
- getReservedShortOptionName(String) - Static method in class com.sun.identity.cli.SubCommand
-
Returns short reserved argument/option name given its long name.
- getResetFlag() - Method in class com.iplanet.dpro.session.share.SessionRequest
-
Returns the reset flag.
- getResharingMode() - Method in interface org.forgerock.openam.uma.UmaSettings
-
Gets the configured re-sharing mode.
- getResharingMode() - Method in class org.forgerock.openam.uma.UmaSettingsImpl
-
- getResolverForIssuer(String) - Method in interface org.forgerock.openam.authentication.modules.oidc.OpenIdResolverCache
-
- getResolverForIssuer(String) - Method in class org.forgerock.openam.authentication.modules.oidc.OpenIdResolverCacheImpl
-
- getResource(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Returns the handle to the AMResource object represented by
DN.
- getResource(String) - Method in class com.sun.identity.classloader.MaskingClassLoader
-
- getResource() - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
-
Returns the resource from AuthorizationStatement
- getResource() - Method in class com.sun.identity.saml.protocol.AttributeQuery
-
Returns the Resource String.
- getResource() - Method in class com.sun.identity.saml.protocol.AuthorizationDecisionQuery
-
Accessor for the Resource
- getResource() - Method in interface com.sun.identity.saml2.assertion.AuthzDecisionStatement
-
Returns the Resource of the statement.
- getResource() - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthzDecisionStatementType
-
Gets the value of the resource property.
- getResource() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthzDecisionStatementTypeImpl
-
- getResource() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonDecision
-
- getResource() - Method in class org.forgerock.openam.entitlement.rest.model.json.TreePolicyRequest
-
- getResourceAsStream(ServletContext, String) - Static method in class com.sun.identity.setup.AMSetupUtils
-
Gets the file contents as an InputStream.
- getResourceAsStream(String) - Method in class org.forgerock.openam.license.ClasspathLicenseLocator
-
Load the given resource as an input stream.
- getResourceAsStream(String) - Method in class org.forgerock.openam.license.ResourceLoaderLicenseLocator
-
Load the given resource as an input stream.
- getResourceAsStream(String) - Method in class org.forgerock.openam.license.ServletContextLicenseLocator
-
Load the given resource as an input stream.
- getResourceAttributes() - Method in class com.sun.identity.entitlement.Privilege
-
Returns the eResurceAttributes of the privilege
- getResourceAttributes() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonPolicy
-
Gets the resource attribute providers for this policy.
- getResourceBundle(String) - Method in class com.sun.identity.authentication.service.AuthD
-
Returns Resource bundle of a locale.
- getResourceBundle() - Method in class com.sun.identity.cli.CommandManager
-
Returns resource bundle.
- GetResourceBundle - Class in com.sun.identity.cli
-
Gets resource bundle from data store.
- GetResourceBundle() - Constructor for class com.sun.identity.cli.GetResourceBundle
-
- getResourceBundle() - Method in class com.sun.identity.cli.SubCommand
-
Returns resource bundle of the sub command.
- getResourceBundle(SSOToken, String, Locale) - Static method in class com.sun.identity.common.ISResourceBundle
-
Returns a ResourceBundle.
- getResourceBundle(SSOToken, String, String) - Static method in class com.sun.identity.common.ISResourceBundle
-
Returns a ResourceBundle.
- getResourceBundle(String, String) - Static method in class com.sun.identity.shared.locale.Locale
-
Gets the resource bundle corresponding to the specified locale and the
localized property file name.
- getResourceBundle(String) - Static method in class com.sun.identity.shared.locale.Locale
-
- getResourceBundle(Locale) - Static method in class com.sun.identity.workflow.Task
-
- getResourceBundleName() - Method in exception com.iplanet.am.sdk.AMException
-
Deprecated.
Returns ResourceBundle Name associated with this exception
- getResourceBundleName() - Method in exception com.iplanet.services.cdm.clientschema.AMClientCapException
-
Returns the resource bundle name
- getResourceBundleName() - Method in exception com.sun.identity.authentication.spi.AuthLoginException
-
Returns the resource bundle name.
- getResourceBundleName() - Method in exception com.sun.identity.common.ChainedException
-
Returns resource bundle name associated with this error message.
- getResourceBundleName() - Static method in class com.sun.identity.common.configuration.AgentConfiguration
-
Returns resource bundle name of agent service.
- getResourceBundleName() - Method in exception com.sun.identity.common.configuration.ConfigurationException
-
- getResourceBundleName() - Method in exception com.sun.identity.common.configuration.UnknownPropertyNameException
-
Returns resource bundle name associated with this error message.
- getResourceBundleName() - Method in interface com.sun.identity.common.L10NMessage
-
Deprecated.
Use this method to chain this exception with another to get localized
error messge use getL10NMessage method
- getResourceBundleName() - Method in exception com.sun.identity.common.L10NMessageImpl
-
Deprecated.
Returns resource bundle name associated with this error message.
- getResourceBundleName() - Method in exception com.sun.identity.idm.IdRepoException
-
Returns ResourceBundle Name associated with this error
message.
- getResourceBundleName() - Method in exception com.sun.identity.setup.ConfiguratorException
-
- getResourceBundleName() - Method in interface com.sun.identity.shared.locale.L10NMessage
-
Use this method to chain this exception with another to get localized
error messge use getL10NMessage method
- getResourceBundleName() - Method in exception com.sun.identity.shared.locale.L10NMessageImpl
-
Returns resource bundle name associated with this error message.
- getResourceBundleName() - Method in exception com.sun.identity.sm.SMSException
-
Returns ResourceBundle Name associated with this error
message.
- getResourceBundleName() - Method in exception com.sun.identity.workflow.WorkflowException
-
- getResourceBundleName() - Method in exception org.forgerock.openam.ldap.LDAPUtilException
-
Returns resource bundle name in string.
- getResourceBundleName() - Method in exception org.forgerock.openam.rest.query.QueryException
-
- getResourceComparator() - Method in class com.sun.identity.entitlement.Application
-
Returns resource comparator for this Application, defaulting to the ApplicationType's
resource comparator if none is directly associated with this Application.
- getResourceComparator(boolean) - Method in class com.sun.identity.entitlement.Application
-
Returns resource comparator for this Application.
- getResourceComparator() - Method in class com.sun.identity.entitlement.ApplicationType
-
Returns resource comparator.
- getResourceComparator(String) - Static method in class com.sun.identity.entitlement.ApplicationTypeManager
-
Returns resource comparator implementation class.
- getResourceComparator() - Method in class com.sun.identity.entitlement.EntitlementCombiner
-
Returns the resource comparator.
- getResourceComparator() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationTypeWrapper
-
- getResourceComparator() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- getResourceComparatorClass() - Method in class com.sun.identity.entitlement.Application
-
Returns resource comparator class.
- getResourceCompareConfig(String) - Static method in class com.sun.identity.policy.PolicyConfig
-
Returns the resource comparator configuration for the given
service type
- getResourceContent() - Method in class com.sun.identity.xacml.context.impl.ResourceImpl
-
Returns the ResourceConent
- getResourceContent() - Method in interface com.sun.identity.xacml.context.Resource
-
Returns the resource content of the Resource
- getResourceContent() - Method in interface com.sun.identity.xacml.context.ResourceContent
-
Returns the resource content of the Resource
- getResourceEnvIPConditionValue() - Method in class org.forgerock.openam.entitlement.conditions.environment.ResourceEnvIPCondition
-
- getResourceExpression(String) - Static method in class com.sun.identity.liberty.ws.idpp.common.IDPPUtils
-
Returns the resource expression from the select xpath expression.
- getResourceID() - Method in class com.sun.identity.liberty.ws.disco.Modify
-
Gets the resource ID for the discovery resource to be modified.
- getResourceID(String, String) - Method in class com.sun.identity.liberty.ws.disco.plugins.Default64ResourceIDMapper
-
Returns the resource ID that is associated with the user in a provider.
- getResourceID(String, String) - Method in class com.sun.identity.liberty.ws.disco.plugins.DefaultHexResourceIDMapper
-
Returns the resource ID that is associated with the user in a provider.
- getResourceID() - Method in class com.sun.identity.liberty.ws.disco.Query
-
Gets the resource ID of the discovery resource to be queried.
- getResourceID() - Method in class com.sun.identity.liberty.ws.disco.ResourceID
-
Gets resource id.
- getResourceID() - Method in class com.sun.identity.liberty.ws.disco.ResourceOffering
-
Gets resource ID.
- getResourceID() - Method in class com.sun.identity.liberty.ws.dst.DSTModify
-
Gets resource ID
- getResourceID() - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
-
Gets resource ID.
- getResourceID(Object, String, String) - Method in class com.sun.identity.liberty.ws.dst.service.DSTRequestHandler
-
Gets the Resource ID given in the Query or Modify Request.
- getResourceID(String) - Static method in class com.sun.identity.liberty.ws.idpp.common.IDPPUtils
-
Gets the resource id for a given user id
- getResourceID(String, String) - Method in class com.sun.identity.liberty.ws.idpp.plugin.IDPPResourceIDMapper
-
Gets the resourceID for a user in IDPP service provider
- getResourceID(String, String) - Method in interface com.sun.identity.liberty.ws.interfaces.ResourceIDMapper
-
Returns the resource ID that is associated with the user in a provider.
- getResourceID() - Method in class com.sun.identity.liberty.ws.security.ResourceAccessStatement
-
Gets the ResourceID from this
ResourceAccessStatement object.
- getResourceId() - Method in class com.sun.identity.xacml.context.impl.ResultImpl
-
Returns resourceId of this object
- getResourceId() - Method in interface com.sun.identity.xacml.context.Result
-
Returns the Resourceids of this object
- getResourceId(Request, Context) - Static method in class org.forgerock.openam.forgerockrest.utils.ServerContextUtils
-
Returns the name of the resource requested, and appends its id, if there is one.
- getResourceIDMapper(String) - Static method in class com.sun.identity.liberty.ws.disco.common.DiscoServiceManager
-
Returns the ResourceIDMapper associated with the providerID.
- getResourceIDMapper() - Method in class com.sun.identity.liberty.ws.idpp.IDPPServiceManager
-
Gets IDPP ResourceID Mapper.
- getResourceIDObject() - Method in class com.sun.identity.liberty.ws.security.ResourceAccessStatement
-
Gets the ResourceID object from this
ResourceAccessStatement object.
- getResourceLocation(String, String, String, String, String, String, ServletContext, HttpServletRequest) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- getResourceManager() - Method in class com.sun.identity.policy.PolicyManager
-
Deprecated.
Gets the ResourceManager object instance associated
with this PolicyManager object instance
- getResourceName() - Method in class com.sun.identity.entitlement.Entitlement
-
Returns resource name.
- getResourceName() - Method in class com.sun.identity.entitlement.JSONEntitlement
-
Returns resource name.
- getResourceName() - Method in class com.sun.identity.policy.jaas.ISPermission
-
returns the name of the resource associated with this ISPermission
.
- getResourceName() - Method in class com.sun.identity.policy.ProtectedResource
-
Deprecated.
Gets the protected resource name
- getResourceName() - Method in class com.sun.identity.policy.remote.ResourceResultRequest
-
Returns the resource name of the request.
- getResourceName() - Method in class com.sun.identity.policy.ResourceResult
-
Deprecated.
Returns the resource name of this resource result
- getResourceName() - Method in class com.sun.identity.policy.Rule
-
Deprecated.
Returns the resource name for which the rule has been created.
- getResourceName() - Method in class com.sun.identity.sm.AttributeSchema
-
Returns the name of this attribute when used in a CREST representation.
- getResourceName() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Returns the name of the attribute for CREST representation.
- getResourceName() - Method in class com.sun.identity.sm.ServiceSchema
-
Returns the name for the service schema when used in a CREST representation.
- getResourceName() - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Returns the service's resource name for CREST representation, or the
service name if a resource name is not defined.
- getResourceName() - Method in class com.sun.identity.sm.ServiceSchemaManagerImpl
-
The name to use in CREST representation.
- getResourceName() - Method in class org.forgerock.openam.entitlement.PrivilegeEvaluatorContext
-
Return the resource name
- getResourceName(String, Request) - Method in class org.forgerock.openam.uma.audit.UmaAuditLogger
-
- getResourceNameComparator() - Method in class com.sun.identity.policy.ServiceType
-
Returns ResourceName used by this object
- getResourceNameI18NKey(String) - Method in class com.sun.identity.policy.ActionSchema
-
Returns the I18N key for displaying resource names associated
with the action value.
- getResourceNames(String) - Method in class com.sun.identity.entitlement.ApplicationPrivilege
-
- getResourceNames() - Method in class com.sun.identity.entitlement.Entitlement
-
Returns resource names.
- getResourceNames(String) - Method in class com.sun.identity.policy.ActionSchema
-
Returns the default resource names associated with the
action value.
- getResourceNames(SSOToken, String, String) - Method in interface com.sun.identity.policy.interfaces.Referral
-
Deprecated.
Gets resource names that are exact matches, sub resources or
wild card matches of argument resource name.
- getResourceNames(SSOToken, String, String) - Method in class com.sun.identity.policy.plugins.OrgReferral
-
Gets resource names that are exact matches, sub resources or
wild card matches of argument resource name.
- getResourceNames(SSOToken, String, boolean) - Method in class com.sun.identity.policy.PolicyEvaluator
-
Deprecated.
Gets resource names that are exact matches, sub resources or
wild card matches of argument resource name.
- getResourceNames(SSOToken, String, boolean, Set) - Method in class com.sun.identity.policy.PolicyEvaluator
-
Deprecated.
Gets resource names that are exact matches, sub resources or
wild card matches of argument resource name.
- getResourceNames() - Method in class com.sun.identity.policy.PolicyEvent
-
Deprecated.
Gets the resource names affected by the policy change.
- getResourceNames() - Method in class com.sun.identity.policy.remote.PolicyChangeNotification
-
Returns the resource names.
- getResourceNames() - Method in class com.sun.identity.policy.Rule
-
Deprecated.
Returns the resource names for which the rule has been created.
- getResourceNamesFromPolicy(Policy) - Static method in class com.sun.identity.entitlement.xacml3.XACMLPrivilegeUtils
-
Gets the resource names from the policy.
- getResourceOffering() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
-
Deprecated.
Returns Element ResourceOffering.
- getResourceOffering(List) - Method in class com.sun.identity.liberty.ws.disco.DiscoveryClient
-
Queries discovery service for ResourceOffering given list of
service types.
- getResourceOffering(Query) - Method in class com.sun.identity.liberty.ws.disco.DiscoveryClient
-
Queries discovery service for resource offering.
- getResourceOffering() - Method in class com.sun.identity.liberty.ws.disco.InsertEntry
-
Gets the resource offering to be inserted.
- getResourceOffering() - Method in class com.sun.identity.liberty.ws.disco.QueryResponse
-
Gets the returned ResourceOffering.
- getResourceOwnerAuthenticatedAttributes() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getResourceOwnerAuthenticatedAttributes() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Gets the attributes of the resource owner that are used for authenticating resource owners.
- getResourceOwnerAuthenticatedAttributes() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getResourceOwnerId() - Method in class org.forgerock.oauth2.core.AuthorizationCode
-
Gets the resource owner's id.
- getResourceOwnerId() - Method in class org.forgerock.oauth2.core.DeviceCode
-
Gets the Resource Owner ID parameter.
- getResourceOwnerId() - Method in interface org.forgerock.oauth2.core.IntrospectableToken
-
Gets the token's resource owner id.
- getResourceOwnerId() - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Gets the resource owner's id.
- getResourceOwnerId() - Method in class org.forgerock.oauth2.core.StatefulToken
-
Gets the resource owner's id.
- getResourceOwnerId() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
-
Gets the resource owner id of the resource set.
- getResourceOwnerId() - Method in class org.forgerock.openam.oauth2.StatelessToken
-
- getResourceOwnerId() - Method in class org.forgerock.openam.oauth2.StatelessTokenMetadata
-
- getResourceOwnerId() - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaAuditEntry
-
- getResourceOwnerId() - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaPendingRequest
-
- getResourceOwnerIdentity(String, String) - Method in class org.forgerock.openam.oauth2.IdentityManager
-
Gets a resource owner's identity.
- getResourceOwnerSession(OAuth2Request) - Method in class org.forgerock.oauth2.core.ResourceOwnerSessionValidator
-
Gets the resource owner's session from the OAuth2 request.
- getResourceResponses(List<ApplicationTypeWrapper>) - Method in class org.forgerock.openam.entitlement.rest.ApplicationTypesResource
-
- getResourceResult(SSOToken, String, String, Map) - Method in class com.sun.identity.policy.PolicyEvaluator
-
- getResourceResultRequest() - Method in class com.sun.identity.policy.remote.PolicyRequest
-
Returns the resource result request object.
- getResourceResults(SSOToken, String, String, Map) - Method in class com.sun.identity.policy.PolicyEvaluator
-
Deprecated.
Gets resource result objects given a resource name.
- getResourceResults() - Method in class com.sun.identity.policy.remote.PolicyResponse
-
Returns the set of the sub resource results.
- getResourceResults() - Method in class com.sun.identity.policy.ResourceResult
-
Deprecated.
Returns the child resource results of this resource result
- getResourceResults() - Method in class com.sun.identity.policy.ResourceResults
-
Returns ResourceResult objects contained in this object
- getResources(String) - Method in class com.sun.identity.classloader.MaskingClassLoader
-
- getResources(String, ApplicationPrivilege.Action) - Method in class com.sun.identity.entitlement.ApplicationPrivilegeManager
-
Returns a set of resources for an application and an action.
- getResources(String, ApplicationPrivilege.Action) - Method in class com.sun.identity.entitlement.opensso.OpenSSOApplicationPrivilegeManager
-
- getResources() - Method in class com.sun.identity.entitlement.WSDLParser
-
Returns resources.
- getResources() - Method in class com.sun.identity.xacml.context.impl.RequestImpl
-
Returns the one to many Resource elements of this object
- getResources() - Method in interface com.sun.identity.xacml.context.Request
-
Returns the one to many Resource elements of this object
- getResources() - Method in class org.forgerock.openam.entitlement.rest.model.json.BatchPolicyRequest
-
- getResources() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlement
-
Since excluded resource names were removed, there are only included resource names.
- getResources() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ReferralWrapper
-
- getResources(Map<String, Set<String>>) - Static method in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
- getResourceSaveIndex(String) - Method in class com.sun.identity.entitlement.Application
-
Returns save indexes for a given resource.
- getResourceSaveIndex(String) - Method in class com.sun.identity.entitlement.ApplicationType
-
Returns save indexes for a give resource name.
- getResourceSaveIndexes(Subject, String) - Method in class com.sun.identity.entitlement.Entitlement
-
Returns resource save indexes.
- getResourceSaveIndexes(Subject, String) - Method in interface com.sun.identity.entitlement.IPrivilege
-
Returns resource save indexes.
- getResourceSaveIndexes(Subject, String) - Method in class com.sun.identity.entitlement.Privilege
-
Returns resource save indexes.
- getResourceSaveIndexes(Subject, String) - Method in class com.sun.identity.entitlement.ReferralPrivilege
-
Deprecated.
Returns resource save indexes.
- getResourceScope() - Method in class com.sun.identity.policy.remote.ResourceResultRequest
-
Returns the resource scope of the request.
- getResourceSearchIndex(String, String) - Method in class com.sun.identity.entitlement.Application
-
Returns search indexes for a given resource.
- getResourceSearchIndex(String, String) - Method in class com.sun.identity.entitlement.ApplicationType
-
Returns search indexes for a give resource name.
- getResourceSearchIndexes(Subject, String) - Method in class com.sun.identity.entitlement.Entitlement
-
Returns resource search indexes.
- getResourceServerClientId() - Method in class org.forgerock.openam.uma.PermissionTicket
-
- getResourceServerClientId() - Method in class org.forgerock.openam.uma.RequestingPartyToken
-
- getResourceServerId() - Method in class org.forgerock.openam.uma.UmaPolicy
-
Gets the Resource Server Id that the resource set was registered by.
- getResourceSet() - Method in class org.forgerock.openam.uma.UmaPolicy
-
- getResourceSetDescriptionAdapter(TokenIdGenerator) - Method in class org.forgerock.openam.oauth2.guice.OAuth2GuiceModule
-
- getResourceSetId() - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaAuditEntry
-
- getResourceSetId() - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaPendingRequest
-
- getResourceSetId() - Method in class org.forgerock.openam.uma.Permission
-
- getResourceSetId() - Method in class org.forgerock.openam.uma.PermissionTicket
-
- getResourceSetIds() - Method in class org.forgerock.openam.oauth2.resources.labels.ResourceSetLabel
-
- getResourceSetName() - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaAuditEntry
-
- getResourceSetName() - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaPendingRequest
-
- getResourceSetRegistrationEndpoint() - Method in interface org.forgerock.oauth2.core.OAuth2Uris
-
Returns the default URL for this provider's Resource Set Registration endpoint.
- getResourceSetRegistrationEndpoint() - Method in interface org.forgerock.openam.uma.UmaUris
-
Gets the URI for the OAuth2 resource set registration endpoint.
- getResourceSetRegistrationPolicyEndpoint(String) - Method in interface org.forgerock.oauth2.core.OAuth2Uris
-
Returns the default URL for this provider's Resource Set Registration policy endpoint.
- getResourceSetStore() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getResourceSetStore() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Returns the ResourceSetStore instance for the realm.
- getResourceSetStore() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getResourceString(String) - Method in class com.sun.identity.cli.CLICommandBase
-
- getResourceString(String) - Method in class com.sun.identity.cli.RequestContext
-
Returns resource string.
- getResourceString(String) - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Gets the display String for the given String.
- getResourceString(String) - Method in class org.forgerock.oauth2.core.StatefulRefreshToken
-
Gets the display String for the given String.
- getResourceString(String) - Method in class org.forgerock.oauth2.core.StatefulToken
-
Gets the display String for the given String.
- getResourceString(String) - Method in class org.forgerock.openam.oauth2.StatelessAccessToken
-
- getResourceString(String) - Method in class org.forgerock.openam.oauth2.StatelessRefreshToken
-
Gets the display String for the given String.
- getResourceType(Subject, String, String) - Method in interface org.forgerock.openam.entitlement.configuration.ResourceTypeConfiguration
-
Retrieve a registered resource type by id.
- getResourceType(Subject, String, String) - Method in class org.forgerock.openam.entitlement.configuration.ResourceTypeConfigurationImpl
-
Retrieve a registered resource type by id.
- getResourceType(boolean) - Method in class org.forgerock.openam.entitlement.rest.wrappers.JsonResourceType
-
- getResourceType(Subject, String, String) - Method in interface org.forgerock.openam.entitlement.service.ResourceTypeService
-
Retrieve the resource type with the given UUID, stored under the specified realm.
- getResourceType(Subject, String, String) - Method in class org.forgerock.openam.entitlement.service.ResourceTypeServiceImpl
-
Retrieve the resource type with the given UUID, stored under the specified realm.
- getResourceTypes() - Method in class com.sun.identity.entitlement.xacml3.PrivilegeSet
-
Obtain list of ResourceType objects held by this class.
- getResourceTypes(QueryFilter<SmsAttribute>, Subject, String) - Method in interface org.forgerock.openam.entitlement.configuration.ResourceTypeConfiguration
-
Retrieves a set of resource types based on the passed query filter.
- getResourceTypes(QueryFilter<SmsAttribute>, Subject, String) - Method in class org.forgerock.openam.entitlement.configuration.ResourceTypeConfigurationImpl
-
- getResourceTypes(QueryFilter<SmsAttribute>, Subject, String) - Method in interface org.forgerock.openam.entitlement.service.ResourceTypeService
-
Retrieves a set of resource types based on the passed query filter.
- getResourceTypes(QueryFilter<SmsAttribute>, Subject, String) - Method in class org.forgerock.openam.entitlement.service.ResourceTypeServiceImpl
-
- getResourceTypesData(Subject, String) - Method in interface org.forgerock.openam.entitlement.configuration.ResourceTypeConfiguration
-
Retrieve the resource types stored under the specified realm from the data store.
- getResourceTypesData(Subject, String) - Method in class org.forgerock.openam.entitlement.configuration.ResourceTypeConfigurationImpl
-
- getResourceTypesData(Subject, String) - Method in interface org.forgerock.openam.entitlement.service.ResourceTypeService
-
Retrieve the resource types stored under the specified realm from the data store.
- getResourceTypesData(Subject, String) - Method in class org.forgerock.openam.entitlement.service.ResourceTypeServiceImpl
-
- getResourceTypeUuid() - Method in class com.sun.identity.entitlement.Privilege
-
Retrieves the resource type uuid that is associated with this policy.
- getResourceTypeUuid() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonPolicy
-
Retrieves the associated resource type uuid.
- getResourceTypeUuids() - Method in class com.sun.identity.entitlement.Application
-
Retrieves the resource type UUIDs associated with the application.
- getResourceTypeUuids() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- getResourceTypeUUIDs(Map<String, Set<String>>) - Static method in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
Returns the set of resource type UUIDs
- getResourceURL(HttpServletRequest) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Returns the resource URL.
- getResourceURL(HttpServletRequest) - Method in class org.forgerock.openam.core.CoreServicesWrapper
-
Gets the resource URL to use for resource-based authentication.
- getRespondWith() - Method in class com.sun.identity.saml.protocol.AbstractRequest
-
Gets 0 or more of RespondWith in the Request.
- getResponse(byte[]) - Static method in class com.sun.identity.saml.common.SAMLUtils
-
Returns Response object from byte array.
- getResponse(HttpServletRequest, Object, AuthnRequest, String, String, String, String, String, String, String, AuthnContext) - Static method in class com.sun.identity.saml2.profile.IDPSSOUtil
-
Returns a SAML Response object.
- getResponse() - Method in class com.sun.identity.saml2.profile.ResponseInfo
-
Returns the Response object.
- getResponse(HttpServletRequest, HttpServletResponse, String, String, SAML2MetaManager) - Static method in class com.sun.identity.saml2.profile.SPACSUtils
-
Retrieves SAML Response from http request.
- getResponse() - Method in class com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionStatementImpl
-
Returns Response element of this object
- getResponse() - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionStatement
-
Returns Response element of this object
- getResponse() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletResponse
-
Return the wrapped ServletResponse object.
- getResponse() - Method in class org.forgerock.openam.radius.server.events.AcceptedRadiusEvent
-
Return the response to the request, or null if none has been sent.
- getResponse(String) - Method in class org.forgerock.openam.scripting.rest.batch.helpers.ScriptResponse
-
Retrieve a specific response from the ScriptResponse.
- getResponseAttributes() - Method in class com.sun.identity.entitlement.ConditionDecision
-
Retrieves the response attributes.
- getResponseAttributes() - Method in class com.sun.identity.policy.PolicyDecision
-
Deprecated.
Gets response attributes associated with this policy decision.
- getResponseAttributes() - Method in class com.sun.identity.policy.remote.ResourceResultRequest
-
Returns the response attributes.
- getResponseBytes(Response) - Static method in class com.sun.identity.saml.common.SAMLUtils
-
Returns byte array from a SAML Response.
- getResponseCode() - Method in class com.sun.identity.install.tools.util.RESTEndpoint.RESTResponse
-
- getResponseConsumerURL() - Method in class com.sun.identity.liberty.ws.paos.PAOSRequest
-
Returns the value of the responseConsumerURL attribute.
- getResponseDecision(SSOToken, Map) - Method in interface com.sun.identity.policy.interfaces.ResponseProvider
-
Deprecated.
Gets the response attributes computed by this ResponseProvider object,
based on the SSOToken and Map of
environment parameters.
- getResponseDecision(SSOToken, Map) - Method in class com.sun.identity.policy.plugins.IDRepoResponseProvider
-
Gets the response attributes computed by this ResponseProvider object,
based on the sso token and map of environment parameters
- getResponseDecisions() - Method in class com.sun.identity.policy.PolicyDecision
-
Deprecated.
Gets response decisions associated with this policy decision
- getResponseHeaders() - Method in exception org.forgerock.openam.core.rest.authn.exceptions.RestAuthResponseException
-
Gets the Map of header key value pairs.
- getResponseID() - Method in class com.sun.identity.saml.protocol.AbstractResponse
-
Gets the ResponseID of the Response.
- getResponseInfo() - Method in class org.forgerock.openam.authentication.modules.saml2.SAML2ResponseData
-
Get the response info.
- getResponseLocation() - Method in interface com.sun.identity.saml2.jaxb.metadata.EndpointType
-
Gets the value of the responseLocation property.
- getResponseLocation() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EndpointTypeImpl
-
- getResponseOptions() - Method in class com.sun.identity.install.tools.configurator.BaseOptions
-
- getResponsePacket() - Method in class org.forgerock.openam.radius.server.RadiusResponse
-
Get the response packet to be sent to the requester.
- getResponseProvider() - Method in class com.sun.identity.entitlement.opensso.PolicyResponseProvider
-
Constructs a legacy response provider based on the information in this adapter.
- getResponseProvider(String) - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Gets the ResponseProvider object identified by name.
- getResponseProvider(String) - Method in class com.sun.identity.policy.ResponseProviders
-
Returns the ResponseProvider object associated
with the given responseProvider name.
- getResponseProvider(String) - Method in class com.sun.identity.policy.ResponseProviderTypeManager
-
Deprecated.
Returns an instance of the ResponseProvider
given the response provider type name.
- getResponseProviderName(ResponseProvider) - Method in class com.sun.identity.policy.ResponseProviders
-
Returns the name associated with the given responseProvider object.
- getResponseProviderNames() - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Get a Set of String objects representing
the responseProvider names associated with the policy.
- getResponseProviderNames() - Method in class com.sun.identity.policy.ResponseProviders
-
Returns the names of ResponseProvider objects
contained in this object.
- getResponseProviderTypeManager() - Method in class com.sun.identity.policy.PolicyManager
-
Deprecated.
Gets the ResponseProviderTypeManager object instance
associated with this PolicyManager object instance
- getResponseProviderTypeName(ResponseProvider) - Method in class com.sun.identity.policy.ResponseProviderTypeManager
-
Deprecated.
Returns the type of the ResponseProvider object.
- getResponseProviderTypeNames() - Method in class com.sun.identity.policy.ResponseProviderTypeManager
-
Deprecated.
Returns a set of all valid ResponseProvider type names
defined in the PolicyConfig service.
- getResponses() - Method in class com.iplanet.services.comm.share.ResponseSet
-
Gets the Response objects contained in this object.
- getResponses() - Method in class org.forgerock.openam.scripting.rest.batch.helpers.ScriptResponse
-
Returns an unmodifiable map of the responses this ScriptResponse holds.
- getResponseTimes() - Method in class com.sun.identity.entitlement.util.NetworkMonitor.StatsData
-
- getResponseTo() - Method in class com.sun.identity.federation.message.FSLogoutResponse
-
Deprecated.
Returns the value of InResponseTo attribute.
- getResponseType() - Method in class org.forgerock.oauth2.core.DeviceCode
-
Gets the response type parameter.
- getResponseTypes() - Method in class org.forgerock.openidconnect.Client
-
Gets the response types.
- getResponseVersion() - Method in class com.iplanet.dpro.session.share.SessionResponse
-
Returns the response version.
- getResponseVersion() - Method in class com.iplanet.services.naming.share.NamingResponse
-
Gets the response version.
- getRestAuthCallbackHandler(Class<T>) - Method in class org.forgerock.openam.core.rest.authn.RestAuthCallbackHandlerFactory
-
Retrieves the appropriate RestAuthCallbackHandlers for the given Callback class.
- getRestLog() - Method in class org.forgerock.openam.forgerockrest.guice.ForgerockRestGuiceModule
-
- getRestrictedTokenForRestriction(TokenRestriction) - Method in class com.iplanet.dpro.session.service.InternalSession
-
Returns the SessionID of the restricted token for the provided restriction for this session.
- getRestrictedTokenId(SessionID, TokenRestriction) - Method in class com.iplanet.dpro.session.monitoring.MonitoredOperations
-
- getRestrictedTokenId(SessionID, TokenRestriction) - Method in interface com.iplanet.dpro.session.operations.SessionOperations
-
Gets the restricted token ID for a session.
- getRestrictedTokenId(SessionID, TokenRestriction) - Method in class com.iplanet.dpro.session.operations.strategies.ClientSdkOperations
-
- getRestrictedTokenId(SessionID, TokenRestriction) - Method in class com.iplanet.dpro.session.operations.strategies.LocalOperations
-
Returns the restricted token
- getRestrictedTokenId(SessionID, TokenRestriction) - Method in class com.iplanet.dpro.session.operations.strategies.StatelessOperations
-
- getRestrictedTokenId(String, TokenRestriction) - Method in class com.iplanet.dpro.session.service.SessionService
-
Returns the restricted token
- getRestrictedTokens() - Method in class com.iplanet.dpro.session.service.InternalSession
-
Returns the set (possibly empty) of restricted session IDs associated with this session.
- getRestriction() - Method in class com.iplanet.dpro.session.Session
-
- getRestrictionForToken(SessionID) - Method in class com.iplanet.dpro.session.service.InternalSession
-
Returns the TokenRestriction for the given SessionID.
- getRestSubject() - Method in class org.forgerock.openam.entitlement.rest.model.json.PolicyRequest
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesForSchema_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getCreationTemplateName_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDeletedObjectFilter_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getNamingAttr_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectClassFromDS_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectType_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgSearchFilter_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSearchFilterFromTemplate_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getTopLevelContainers_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_objectsChanged_idrepo_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_objectsChanged_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_idrepo_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_ResponseStruct
-
- getResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_ResponseStruct
-
- getResult() - Method in class com.sun.identity.entitlement.xacml3.core.Response
-
Gets the value of the result property.
- getResult() - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_ResponseStruct
-
- getResult() - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_ResponseStruct
-
- getResult() - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_ResponseStruct
-
- getResult() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_ResponseStruct
-
- getResult() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_ResponseStruct
-
- getResult() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_ResponseStruct
-
- getResult() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_ResponseStruct
-
- getResult() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_ResponseStruct
-
- getResult() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getX509CertificateToken_ResponseStruct
-
- getResult() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_ResponseStruct
-
- getResult() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion_ResponseStruct
-
- getResult() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_ResponseStruct
-
- getResult() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_ResponseStruct
-
- getResult() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion_ResponseStruct
-
- getResult() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_ResponseStruct
-
- getResult() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_ResponseStruct
-
- getResult() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_ResponseStruct
-
- getResult() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_ResponseStruct
-
- getResult() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertions_ResponseStruct
-
- getResult() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- getResult() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatingUnmarshaller
-
- getResult() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_getAMSdkBaseDN_ResponseStruct
-
- getResult() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_getRootSuffix_ResponseStruct
-
- getResult() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_objectsChanged_ResponseStruct
-
- getResult() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_ResponseStruct
-
- getResult() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_registerNotificationURL_ResponseStruct
-
- getResult() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_ResponseStruct
-
- getResult() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_ResponseStruct
-
- getResult() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_ResponseStruct
-
- getResult() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_ResponseStruct
-
- getResult() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_ResponseStruct
-
- getResult() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_ResponseStruct
-
- getResult() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_ResponseStruct
-
- getResult() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- getResult() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.ValidatingUnmarshaller
-
- getResult() - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryResourceOffering_ResponseStruct
-
- getResult() - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryServiceCredential_ResponseStruct
-
- getResult() - Method in class org.forgerock.openam.audit.model.AuthenticationAuditEntry
-
Get the result.
- getResult() - Method in class org.forgerock.openam.sts.HttpURLConnectionWrapper.ConnectionResult
-
- getResultAttributes() - Method in class com.iplanet.am.sdk.AMSearchResults
-
Deprecated.
Method which returns the search results as a map containing DN's as key
and the attribute value String.
- getResultAttributes() - Method in class com.sun.identity.idm.IdSearchResults
-
Method which returns the search results as a map containing AMIdentity
objects as key and the attribute value String.
- getResultAttributes() - Method in class com.sun.identity.idm.RepoSearchResults
-
Method which returns the search results as a map containing AMIdentity
objects as key and the attribute value String.
- getResultCode() - Method in exception org.forgerock.openam.ldap.LDAPUtilException
-
- getResults() - Method in class com.sun.identity.entitlement.EntitlementCombiner
-
Returns entitlements which are the result of combining a set of entitlements.
- getResults() - Method in class com.sun.identity.xacml.context.impl.ResponseImpl
-
Returns the Results of this object
- getResults() - Method in interface com.sun.identity.xacml.context.Response
-
Returns the Results of this object
- getResults() - Method in class org.forgerock.openam.cts.impl.queue.AsyncResultHandler
-
Blocking call to wait for the results of processing.
- getResults() - Method in class org.forgerock.openam.cts.impl.queue.DeleteOnQueryResultHandler
-
- getResults() - Method in class org.forgerock.openam.cts.monitoring.impl.queue.DefaultMonitoringResultHandler
-
Defers to wrapped handler.
- getResults() - Method in class org.forgerock.openam.cts.monitoring.impl.queue.TokenMonitoringResultHandler
-
- getResults() - Method in interface org.forgerock.openam.sm.datalayer.api.ResultHandler
-
Get the results from the ResultHandler.
- getResults() - Method in class org.forgerock.openam.sm.datalayer.impl.CountDownHandler
-
- getResultStatusMap() - Method in class com.sun.identity.install.tools.configurator.DisplaySummaryHandler
-
- getResultStatusMap() - Method in class com.sun.identity.install.tools.configurator.TaskInteraction
-
- getResultStatusMap() - Method in class com.sun.identity.install.tools.configurator.UserResponseInteraction
-
Method that needs to be implemented by the sub-classes to intialize the
result status Map.
- getRetryErrorCodes() - Static method in class com.iplanet.ums.DataLayer
-
- getReturnAttributes() - Method in class com.iplanet.am.sdk.AMSearchControl
-
Deprecated.
Returns the list of attributes requested to be read when the search is
performed.
- getReturnAttributes() - Method in class com.sun.identity.idm.IdSearchControl
-
Returns the list of attributes requested to be read when the search is
performed.
- getReturnContext() - Method in class com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionQueryImpl
-
Returns the XML attribute boolean value which provides means
to PEP to request that an xacml-context>Request
element be included in the XACMlAuthzdecisionStatement
resulting from the request.
- getReturnContext() - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery
-
Returns the XML attribute boolean value which provides means
to PEP to request that an xacml-context>Request
element be included in the XACMlAuthzdecisionStatement
resulting from the request.
- getReturnFields() - Method in class org.forgerock.openam.cts.api.filter.TokenFilter
-
The current set of return fields.
- getReturnLocation() - Method in class org.forgerock.oauth2.core.AuthorizationCodeResponseTypeHandler
-
- getReturnLocation() - Method in class org.forgerock.oauth2.core.NoneResponseTypeHandler
-
- getReturnLocation() - Method in interface org.forgerock.oauth2.core.ResponseTypeHandler
-
- getReturnLocation() - Method in class org.forgerock.oauth2.core.TokenResponseTypeHandler
-
- getReturnLocation() - Method in class org.forgerock.openidconnect.IdTokenResponseTypeHandler
-
- getRevision() - Method in class com.sun.identity.policy.remote.PolicyService
-
Returns the service revision number of the Policy Service.
- getRevision() - Method in class org.forgerock.openam.uma.UmaPolicy
-
Gets the revision of this UMA policy.
- getRevisionNumber() - Method in class com.sun.identity.sm.ServiceSchemaManager
-
iPlanet_PUBLIC-METHOD Returns the revision number of the service schema.
- getRightBrace() - Method in class com.sun.identity.tools.objects.MapFormat
-
Returns string used as right brace
- getRole(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Returns the handle to the AMRole object represented by DN.
- getRole(String) - Method in class com.sun.identity.authentication.service.LoginState
-
Returns AMIdentity object for a Role.
- getRole() - Method in class org.forgerock.openam.core.rest.GlobalAdminUiRolePredicate
-
- getRole() - Method in class org.forgerock.openam.core.rest.RealmAdminUiRolePredicate
-
- getRole() - Method in class org.forgerock.openam.core.rest.SelfServiceUserUiRolePredicate
-
- getRole() - Method in interface org.forgerock.openam.core.rest.UiRolePredicate
-
- getRole() - Method in class org.forgerock.openam.uma.UmaUserUiRolePredicate
-
- getRoleByMetaAlias(String) - Static method in class com.sun.identity.federation.meta.IDFFMetaCache
-
Returns provider role corresponding to the meta alias.
- getRoleByMetaAlias(String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns role of an entity based on its metaAlias.
- getRoleByMetaAlias(String) - Method in class com.sun.identity.wsfederation.meta.WSFederationMetaManager
-
Returns role of an entity based on its metaAlias.
- getRoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor() - Method in interface com.sun.identity.saml2.jaxb.metadata.EntityDescriptorType
-
Gets the value of the RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor property.
- getRoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl
-
- getRoleDNs() - Method in class com.iplanet.am.sdk.AMEntityImpl
-
- getRoleDNs() - Method in interface com.iplanet.am.sdk.AMUser
-
Deprecated.
Gets all the static roles the user is in.
- getRoleList() - Method in class com.sun.identity.idsvcs.IdentityDetails
-
- getRoleNamingAttribute() - Static method in class com.iplanet.am.sdk.AMStoreConnection
-
- getRoles(int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Gets the roles within the specified level.
- getRoles(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Gets the roles within the specified level.
- getRoles() - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets the collection of roles to which the ACI applies
- getRoles() - Method in class com.iplanet.ums.PersistentObject
-
Gets the list of GUIDS roles assosciated with this object
- getRoles() - Method in class com.sun.identity.idsvcs.UserDetails
-
- getRoleType() - Method in interface com.iplanet.am.sdk.AMRole
-
Deprecated.
Gets the type of the role.
- getRollBackMessage(IStateAccess, Map) - Method in class com.sun.identity.install.tools.configurator.AuditLogFileNameTask
-
- getRollBackMessage(IStateAccess, Map) - Method in class com.sun.identity.install.tools.configurator.BackupFileTask
-
- getRollBackMessage(IStateAccess, Map) - Method in class com.sun.identity.install.tools.configurator.ConfigurePropertiesTask
-
- getRollBackMessage(IStateAccess, Map) - Method in class com.sun.identity.install.tools.configurator.CreateLayoutTask
-
- getRollBackMessage(IStateAccess, Map) - Method in class com.sun.identity.install.tools.configurator.CreateProfileTask
-
- getRollBackMessage(IStateAccess, Map) - Method in class com.sun.identity.install.tools.configurator.DeleteLayoutTask
-
- getRollBackMessage(IStateAccess, Map) - Method in interface com.sun.identity.install.tools.configurator.ITask
-
- getRootCause() - Method in exception com.iplanet.ums.UMSException
-
Returns the embedded exception.
- getRootCause() - Method in exception com.sun.identity.federation.common.FSException
-
Returns the embedded exception.
- getRootCause() - Method in exception com.sun.identity.federation.common.FSRedirectException
-
Deprecated.
Returns the embedded exception.
- getRootCause() - Method in exception com.sun.identity.xmlenc.EncryptionException
-
Returns the embedded exception.
- getRootE() - Method in class com.sun.identity.entitlement.EntitlementCombiner
-
Returns the entitlement which will act as the root for sub tree evaluations.
- getRootElement() - Method in class com.sun.identity.install.tools.util.xml.XMLDocument
-
Returns the root element for the given XML document.
- getRootElement(String, String) - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.GrammarInfo
-
Creates an instance for the root element.
- getRootElement(String, String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.GrammarInfoImpl
-
- getRootElement(String, String) - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.GrammarInfo
-
Creates an instance for the root element.
- getRootElement(String, String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.GrammarInfoImpl
-
- getRootNode(Document, String) - Static method in class com.sun.identity.shared.xml.XMLUtils
-
- getRootNode() - Method in class org.forgerock.openam.entitlement.utils.indextree.nodefactory.BasicTreeNodeFactory
-
- getRootNode() - Method in interface org.forgerock.openam.entitlement.utils.indextree.nodefactory.TreeNodeFactory
-
- getRootResourceRouter() - Method in class org.forgerock.openam.rest.AbstractRestRouteProvider
-
- getRootServerConfig(SSOToken) - Static method in class com.sun.identity.common.configuration.ConfigurationBase
-
- getRootServerConfigWithRetry(SSOToken) - Static method in class com.sun.identity.common.configuration.ConfigurationBase
-
- getRootServiceRouter() - Method in class org.forgerock.openam.rest.AbstractRestRouteProvider
-
- getRootSiteConfig(SSOToken) - Static method in class com.sun.identity.common.configuration.ConfigurationBase
-
- getRootSuffix() - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- getRootSuffix() - Method in class com.sun.identity.cli.InitializeSystem
-
- getRootSuffix() - Method in interface com.sun.identity.password.ui.model.PWResetModel
-
Returns root suffix.
- getRootSuffix() - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns root suffix.
- getRootSuffix() - Method in class com.sun.identity.sm.jaxrpc.SMSJAXRPCObject
-
Returns the root suffix (i.e., base DN) for the SMS objects.
- getRootSuffix() - Method in class com.sun.identity.sm.jaxrpc.SMSJAXRPCObjectImpl
-
Returns the root suffix (i.e., base DN) for the SMS objects.
- getRootSuffix() - Method in interface com.sun.identity.sm.jaxrpc.SMSObjectIF
-
- getRootSuffix() - Method in interface com.sun.identity.sm.ServiceManagementDAO
-
- getRootSuffix() - Method in class com.sun.identity.sm.ServiceManagementDAOWrapper
-
- getRootSuffix() - Static method in class com.sun.identity.sm.SMSEntry
-
- getRootSuffix() - Method in class com.sun.identity.sm.SMSObject
-
Returns the root suffix (i.e., base DN) for the SMS objects.
- getRootSuffix() - Method in class com.sun.identity.sm.SMSObjectDB
-
Returns the BaseDN for the SM objects.
- getRootURL(HttpServletRequest) - Method in class org.forgerock.openam.services.baseurl.BaseURLProvider
-
Gets the base URL to use in the response to the request.
- getRootURL(HttpContext) - Method in class org.forgerock.openam.services.baseurl.BaseURLProvider
-
Gets the base URL to use in the http context.
- getRootURL(HttpServletRequest) - Method in class org.forgerock.openam.services.baseurl.ExtensionBaseURLProvider
-
- getRootURL(HttpContext) - Method in class org.forgerock.openam.services.baseurl.ExtensionBaseURLProvider
-
- getRotationFileSizeInByte() - Method in interface com.sun.identity.shared.debug.file.DebugConfiguration
-
get size rotation in byte
- getRotationFileSizeInByte() - Method in class com.sun.identity.shared.debug.file.impl.DebugConfigurationFromProperties
-
- getRotationFileSizeInByte() - Method in class com.sun.identity.shared.debug.file.impl.DefaultDebugConfiguration
-
- getRotationInterval() - Method in interface com.sun.identity.shared.debug.file.DebugConfiguration
-
get rotation interval in minute
Rotation interval can't be <= 0
- getRotationInterval() - Method in class com.sun.identity.shared.debug.file.impl.DebugConfigurationFromProperties
-
- getRotationInterval() - Method in class com.sun.identity.shared.debug.file.impl.DefaultDebugConfiguration
-
- getRouter() - Method in interface org.forgerock.openam.rest.ResourceRouter
-
Gets the CHF root router on which all route registration has happened.
- getRouter() - Method in class org.forgerock.openam.rest.service.OAuth2ServiceEndpointApplication
-
Returns the XACML router.
- getRouter() - Method in class org.forgerock.openam.rest.service.ServiceEndpointApplication
-
Obtain the router for this application from the RestEndpoints.
- getRouter() - Method in class org.forgerock.openam.rest.service.UMAServiceEndpointApplication
-
Returns the UMA router.
- getRouter() - Method in class org.forgerock.openam.rest.service.XACMLServiceEndpointApplication
-
Returns the XACML router.
- getRouter() - Method in interface org.forgerock.openam.rest.ServiceRouter
-
Gets the CHF root router on which all route registration has happened.
- getRouteString() - Method in class org.forgerock.openam.radius.common.packet.FramedRouteAttribute
-
Return the route string.
- getRouting() - Method in class org.forgerock.openam.radius.common.packet.FramedRoutingAttribute
-
Get the routing represented by this attribute.
- getRPTAdapter(TokenIdGenerator) - Method in class org.forgerock.openam.uma.UmaGuiceModule
-
- getRPTEndpoint() - Method in interface org.forgerock.openam.uma.UmaUris
-
Gets the URI for the UMA RPT authorization request endpoint.
- getRPTLifetime() - Method in interface org.forgerock.openam.uma.UmaSettings
-
Gets the lifetime an RPT will have before it expires.
- getRPTLifetime() - Method in class org.forgerock.openam.uma.UmaSettingsImpl
-
Gets the lifetime an RPT will have before it expires.
- getRule() - Method in class com.iplanet.ums.validation.ValidationElement
-
Returns a rule
- getRule(String) - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Gets the rule object identified by name.
- getRuleCombiningAlgId() - Method in class com.sun.identity.entitlement.xacml3.core.Policy
-
Gets the value of the ruleCombiningAlgId property.
- getRuleCombiningAlgId(String) - Static method in class com.sun.identity.entitlement.xacml3.XACMLPrivilegeUtils
-
- getRuleId() - Method in class com.sun.identity.entitlement.xacml3.core.Rule
-
Gets the value of the ruleId property.
- getRuleIdRef() - Method in class com.sun.identity.entitlement.xacml3.core.RuleCombinerParameters
-
Gets the value of the ruleIdRef property.
- getRuleNames() - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Gets the set of rule names associated with the policy.
- getRunInfo() - Method in class com.sun.identity.install.tools.configurator.Driver
-
- getRunnable() - Method in class com.sun.identity.common.RunnableTimerTask
-
Returns the runnable interface from this RunnableTimerTask
- getRunPeriod() - Method in class com.iplanet.dpro.session.service.cluster.ClusterStateService
-
Implements for GeneralTaskRunnable
- getRunPeriod() - Method in class com.iplanet.services.naming.WebtopNaming.SiteMonitor
-
- getRunPeriod() - Method in class com.sun.identity.common.HeadTaskRunnable
-
Implements for TaskRunnable interface, HeadTaskRunnable doesn't have a
run period.
- getRunPeriod() - Method in class com.sun.identity.common.InstantRunnable
-
Returns the run period of this InstantRunnable.
- getRunPeriod() - Method in class com.sun.identity.common.PeriodicRunnable
-
Returns the run period of this PeriodicRunnable.
- getRunPeriod() - Method in interface com.sun.identity.common.TaskRunnable
-
Returns the run period of this TaskRunnable.
- getRunPeriod() - Method in class com.sun.identity.coretoken.service.TokenCleanupRunnable
-
- getRunPeriod() - Method in class com.sun.identity.saml.servlet.POSTCleanUpRunnable
-
- getRunPeriod() - Method in class com.sun.identity.saml.xmlsig.KeyStoreRefresher
-
- getRunPeriod() - Method in class com.sun.identity.saml2.profile.CacheCleanUpRunnable
-
- getRunPeriod() - Method in class com.sun.identity.shared.stats.StatsRunner
-
- getRunPeriod() - Method in class org.forgerock.openam.cts.CoreTokenConfig
-
- getRunPeriod() - Method in class org.forgerock.openam.session.SessionCuller
-
- getSAEAttrs(String, String, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Retrieves SAE related attributes from exended metadata.
- getSafeDocumentBuilder(boolean) - Static method in class com.sun.identity.shared.xml.XMLUtils
-
Provides a secure DocumentBuilder implementation, which is protected against
different types of entity expansion attacks and makes sure that only locally
available DTDs can be referenced within the XML document.
- getSafeSAXParser(boolean) - Static method in class com.sun.identity.shared.xml.XMLUtils
-
Provides a secure SAXParser instance, which is protected against different
types of entity expension, DoS attacks and makes sure that only locally
available DTDs can be referenced within the XML document.
- getSaltedPassword(byte[]) - Static method in class org.openidentityplatform.openam.cassandra.SSHA
-
Creates an RFC 2307-compliant salted, hashed password with the SHA1
MessageDigest algorithm.
- getSaltedPassword(byte[], byte[]) - Static method in class org.openidentityplatform.openam.cassandra.SSHA
-
Helper method that creates an RFC 2307-compliant salted, hashed password
with the SHA1 MessageDigest algorithm.
- getSaltedPassword(byte[]) - Static method in class org.openidentityplatform.openam.cassandra.SSHA256
-
Creates an RFC 2307-compliant salted, hashed password with the SHA1
MessageDigest algorithm.
- getSaltedPassword(byte[], byte[]) - Static method in class org.openidentityplatform.openam.cassandra.SSHA256
-
Helper method that creates an RFC 2307-compliant salted, hashed password
with the SHA1 MessageDigest algorithm.
- getSAML1CacheHits() - Method in class com.sun.identity.monitoring.SsoServerSAML1CacheEntry
-
Getter for the "SAML1CacheHits" variable.
- getSAML1CacheHits() - Method in interface com.sun.identity.monitoring.SsoServerSAML1CacheEntryMBean
-
Getter for the "SAML1CacheHits" variable.
- getSAML1CacheIndex() - Method in class com.sun.identity.monitoring.SsoServerSAML1CacheEntry
-
Getter for the "SAML1CacheIndex" variable.
- getSAML1CacheIndex() - Method in interface com.sun.identity.monitoring.SsoServerSAML1CacheEntryMBean
-
Getter for the "SAML1CacheIndex" variable.
- getSAML1CacheMisses() - Method in class com.sun.identity.monitoring.SsoServerSAML1CacheEntry
-
Getter for the "SAML1CacheMisses" variable.
- getSAML1CacheMisses() - Method in interface com.sun.identity.monitoring.SsoServerSAML1CacheEntryMBean
-
Getter for the "SAML1CacheMisses" variable.
- getSAML1CacheName() - Method in class com.sun.identity.monitoring.SsoServerSAML1CacheEntry
-
Getter for the "SAML1CacheName" variable.
- getSAML1CacheName() - Method in interface com.sun.identity.monitoring.SsoServerSAML1CacheEntryMBean
-
Getter for the "SAML1CacheName" variable.
- getSAML1CacheReads() - Method in class com.sun.identity.monitoring.SsoServerSAML1CacheEntry
-
Getter for the "SAML1CacheReads" variable.
- getSAML1CacheReads() - Method in interface com.sun.identity.monitoring.SsoServerSAML1CacheEntryMBean
-
Getter for the "SAML1CacheReads" variable.
- getSAML1CacheWrites() - Method in class com.sun.identity.monitoring.SsoServerSAML1CacheEntry
-
Getter for the "SAML1CacheWrites" variable.
- getSAML1CacheWrites() - Method in interface com.sun.identity.monitoring.SsoServerSAML1CacheEntryMBean
-
Getter for the "SAML1CacheWrites" variable.
- getSAML1EndPointIndex() - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointEntry
-
Getter for the "SAML1EndPointIndex" variable.
- getSAML1EndPointIndex() - Method in interface com.sun.identity.monitoring.SsoServerSAML1EndPointEntryMBean
-
Getter for the "SAML1EndPointIndex" variable.
- getSAML1EndPointName() - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointEntry
-
Getter for the "SAML1EndPointName" variable.
- getSAML1EndPointName() - Method in interface com.sun.identity.monitoring.SsoServerSAML1EndPointEntryMBean
-
Getter for the "SAML1EndPointName" variable.
- getSAML1EndPointRqtAborted() - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointEntry
-
Getter for the "SAML1EndPointRqtAborted" variable.
- getSAML1EndPointRqtAborted() - Method in interface com.sun.identity.monitoring.SsoServerSAML1EndPointEntryMBean
-
Getter for the "SAML1EndPointRqtAborted" variable.
- getSAML1EndPointRqtFailed() - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointEntry
-
Getter for the "SAML1EndPointRqtFailed" variable.
- getSAML1EndPointRqtFailed() - Method in interface com.sun.identity.monitoring.SsoServerSAML1EndPointEntryMBean
-
Getter for the "SAML1EndPointRqtFailed" variable.
- getSAML1EndPointRqtIn() - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointEntry
-
Getter for the "SAML1EndPointRqtIn" variable.
- getSAML1EndPointRqtIn() - Method in interface com.sun.identity.monitoring.SsoServerSAML1EndPointEntryMBean
-
Getter for the "SAML1EndPointRqtIn" variable.
- getSAML1EndPointRqtOut() - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointEntry
-
Getter for the "SAML1EndPointRqtOut" variable.
- getSAML1EndPointRqtOut() - Method in interface com.sun.identity.monitoring.SsoServerSAML1EndPointEntryMBean
-
Getter for the "SAML1EndPointRqtOut" variable.
- getSAML1EndPointStatus() - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointEntry
-
Getter for the "SAML1EndPointStatus" variable.
- getSAML1EndPointStatus() - Method in interface com.sun.identity.monitoring.SsoServerSAML1EndPointEntryMBean
-
Getter for the "SAML1EndPointStatus" variable.
- getSAML1Svc() - Static method in class com.sun.identity.plugin.monitoring.MonitorManager
-
- getSaml1SvcGroup() - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
- getSaml1SvcMBean() - Static method in class com.sun.identity.monitoring.Agent
-
Return the pointer to the SAML1 service mbean
- getSaml1SvcMBean() - Method in interface com.sun.identity.plugin.monitoring.FedMonAgent
-
Get a handle to the monitoring MBean for the SAML1 service.
- getSaml1SvcMBean() - Method in class com.sun.identity.plugin.monitoring.impl.AgentProvider
-
- getSaml1SvcMBean() - Method in class com.sun.identity.plugin.monitoring.impl.FedletAgentProvider
-
- getSAML1TrustPrtnrIndex() - Method in class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsEntry
-
Getter for the "SAML1TrustPrtnrIndex" variable.
- getSAML1TrustPrtnrIndex() - Method in interface com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsEntryMBean
-
Getter for the "SAML1TrustPrtnrIndex" variable.
- getSAML1TrustPrtnrName() - Method in class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsEntry
-
Getter for the "SAML1TrustPrtnrName" variable.
- getSAML1TrustPrtnrName() - Method in interface com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsEntryMBean
-
Getter for the "SAML1TrustPrtnrName" variable.
- getSAML2BearerAssertion(String, String, String, String, String) - Method in interface org.forgerock.openam.sts.token.provider.TokenServiceConsumer
-
Invoke the TokenService to produce a SAML2 Bearer assertion
- getSAML2BearerAssertion(String, String, String, String, String) - Method in class org.forgerock.openam.sts.token.provider.TokenServiceConsumerImpl
-
- getSaml2Config() - Method in class org.forgerock.openam.sts.config.user.STSInstanceConfig
-
- getSAML2CryptoProvider() - Method in class org.forgerock.openam.sts.tokengeneration.state.RestSTSInstanceState
-
- getSAML2CryptoProvider() - Method in class org.forgerock.openam.sts.tokengeneration.state.SoapSTSInstanceState
-
- getSAML2CryptoProvider() - Method in interface org.forgerock.openam.sts.tokengeneration.state.STSInstanceState
-
- getSAML2FedSessionCount() - Method in class com.sun.identity.monitoring.SsoServerSAML2Svc
-
Getter for the "SAML2FedSessionCount" variable.
- getSAML2FedSessionCount() - Method in interface com.sun.identity.monitoring.SsoServerSAML2SvcMBean
-
Getter for the "SAML2FedSessionCount" variable.
- getSAML2HolderOfKeyAssertion(String, String, String, String, ProofTokenState, String) - Method in interface org.forgerock.openam.sts.token.provider.TokenServiceConsumer
-
Invoke the TokenService to produce a SAML2 Bearer assertion
- getSAML2HolderOfKeyAssertion(String, String, String, String, ProofTokenState, String) - Method in class org.forgerock.openam.sts.token.provider.TokenServiceConsumerImpl
-
- getSAML2HostedIDPCount() - Method in class com.sun.identity.monitoring.SsoServerSAML2Svc
-
Getter for the "SAML2HostedIDPCount" variable.
- getSAML2HostedIDPCount() - Method in interface com.sun.identity.monitoring.SsoServerSAML2SvcMBean
-
Getter for the "SAML2HostedIDPCount" variable.
- getSAML2IDPArtifactsInCache() - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPEntry
-
Getter for the "SAML2IDPArtifactsInCache" variable.
- getSAML2IDPArtifactsInCache() - Method in interface com.sun.identity.monitoring.SsoServerSAML2IDPEntryMBean
-
Getter for the "SAML2IDPArtifactsInCache" variable.
- getSAML2IDPArtifactsIssued() - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPEntry
-
Getter for the "SAML2IDPArtifactsIssued" variable.
- getSAML2IDPArtifactsIssued() - Method in interface com.sun.identity.monitoring.SsoServerSAML2IDPEntryMBean
-
Getter for the "SAML2IDPArtifactsIssued" variable.
- getSAML2IDPAssertionsInCache() - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPEntry
-
Getter for the "SAML2IDPAssertionsInCache" variable.
- getSAML2IDPAssertionsInCache() - Method in interface com.sun.identity.monitoring.SsoServerSAML2IDPEntryMBean
-
Getter for the "SAML2IDPAssertionsInCache" variable.
- getSAML2IDPAssertionsIssued() - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPEntry
-
Getter for the "SAML2IDPAssertionsIssued" variable.
- getSAML2IDPAssertionsIssued() - Method in interface com.sun.identity.monitoring.SsoServerSAML2IDPEntryMBean
-
Getter for the "SAML2IDPAssertionsIssued" variable.
- getSAML2IDPEntry(String) - Static method in class com.sun.identity.monitoring.Agent
-
- getSAML2IDPIndex() - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPEntry
-
Getter for the "SAML2IDPIndex" variable.
- getSAML2IDPIndex() - Method in interface com.sun.identity.monitoring.SsoServerSAML2IDPEntryMBean
-
Getter for the "SAML2IDPIndex" variable.
- getSAML2IDPInvalRqtsRcvd() - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPEntry
-
Getter for the "SAML2IDPInvalRqtsRcvd" variable.
- getSAML2IDPInvalRqtsRcvd() - Method in interface com.sun.identity.monitoring.SsoServerSAML2IDPEntryMBean
-
Getter for the "SAML2IDPInvalRqtsRcvd" variable.
- getSAML2IDPName() - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPEntry
-
Getter for the "SAML2IDPName" variable.
- getSAML2IDPName() - Method in interface com.sun.identity.monitoring.SsoServerSAML2IDPEntryMBean
-
Getter for the "SAML2IDPName" variable.
- getSAML2IDPRqtsRcvd() - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPEntry
-
Getter for the "SAML2IDPRqtsRcvd" variable.
- getSAML2IDPRqtsRcvd() - Method in interface com.sun.identity.monitoring.SsoServerSAML2IDPEntryMBean
-
Getter for the "SAML2IDPRqtsRcvd" variable.
- getSAML2IDPSessionCount() - Method in class com.sun.identity.monitoring.SsoServerSAML2Svc
-
Getter for the "SAML2IDPSessionCount" variable.
- getSAML2IDPSessionCount() - Method in interface com.sun.identity.monitoring.SsoServerSAML2SvcMBean
-
Getter for the "SAML2IDPSessionCount" variable.
- getSAML2MetaManager() - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns an instance of SAML2MetaManger.
- getSAML2ReaderServiceURL() - Method in class com.sun.identity.cot.CircleOfTrustDescriptor
-
Returns reader service URL of the Circle of Trust for SAMLv2 protocol.
- getSAML2RemoteIDPCount() - Method in class com.sun.identity.monitoring.SsoServerSAML2Svc
-
Getter for the "SAML2RemoteIDPCount" variable.
- getSAML2RemoteIDPCount() - Method in interface com.sun.identity.monitoring.SsoServerSAML2SvcMBean
-
Getter for the "SAML2RemoteIDPCount" variable.
- getSAML2SenderVouchesAssertion(String, String, String, String, String) - Method in interface org.forgerock.openam.sts.token.provider.TokenServiceConsumer
-
Invoke the TokenService to produce a SAML2 Bearer assertion
- getSAML2SenderVouchesAssertion(String, String, String, String, String) - Method in class org.forgerock.openam.sts.token.provider.TokenServiceConsumerImpl
-
- getSAML2SPEntry(String) - Static method in class com.sun.identity.monitoring.Agent
-
- getSAML2SPIndex() - Method in class com.sun.identity.monitoring.SsoServerSAML2SPEntry
-
Getter for the "SAML2SPIndex" variable.
- getSAML2SPIndex() - Method in interface com.sun.identity.monitoring.SsoServerSAML2SPEntryMBean
-
Getter for the "SAML2SPIndex" variable.
- getSAML2SPInvalidArtifactsRcvd() - Method in class com.sun.identity.monitoring.SsoServerSAML2SPEntry
-
Getter for the "SAML2SPInvalidArtifactsRcvd" variable.
- getSAML2SPInvalidArtifactsRcvd() - Method in interface com.sun.identity.monitoring.SsoServerSAML2SPEntryMBean
-
Getter for the "SAML2SPInvalidArtifactsRcvd" variable.
- getSAML2SPName() - Method in class com.sun.identity.monitoring.SsoServerSAML2SPEntry
-
Getter for the "SAML2SPName" variable.
- getSAML2SPName() - Method in interface com.sun.identity.monitoring.SsoServerSAML2SPEntryMBean
-
Getter for the "SAML2SPName" variable.
- getSAML2SPRqtsSent() - Method in class com.sun.identity.monitoring.SsoServerSAML2SPEntry
-
Getter for the "SAML2SPRqtsSent" variable.
- getSAML2SPRqtsSent() - Method in interface com.sun.identity.monitoring.SsoServerSAML2SPEntryMBean
-
Getter for the "SAML2SPRqtsSent" variable.
- getSAML2SPValidAssertionsRcvd() - Method in class com.sun.identity.monitoring.SsoServerSAML2SPEntry
-
Getter for the "SAML2SPValidAssertionsRcvd" variable.
- getSAML2SPValidAssertionsRcvd() - Method in interface com.sun.identity.monitoring.SsoServerSAML2SPEntryMBean
-
Getter for the "SAML2SPValidAssertionsRcvd" variable.
- getSAML2Status() - Method in class com.sun.identity.monitoring.SsoServerSAML2Svc
-
Getter for the "SAML2Status" variable.
- getSAML2Status() - Method in interface com.sun.identity.monitoring.SsoServerSAML2SvcMBean
-
Getter for the "SAML2Status" variable.
- getSaml2SubjectConfirmation() - Method in class org.forgerock.openam.sts.service.invocation.SAML2TokenGenerationState
-
- getSAML2Svc() - Static method in class com.sun.identity.plugin.monitoring.MonitorManager
-
- getSaml2SvcGroup() - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
- getSaml2SvcMBean() - Static method in class com.sun.identity.monitoring.Agent
-
Return the pointer to the SAML2 service mbean
- getSaml2SvcMBean() - Method in interface com.sun.identity.plugin.monitoring.FedMonAgent
-
Get a handle to the monitoring MBean for the SAML2 service.
- getSaml2SvcMBean() - Method in class com.sun.identity.plugin.monitoring.impl.AgentProvider
-
- getSaml2SvcMBean() - Method in class com.sun.identity.plugin.monitoring.impl.FedletAgentProvider
-
- getSaml2TokenGenerationState() - Method in class org.forgerock.openam.sts.service.invocation.TokenGenerationServiceInvocationState
-
- getSAML2TokenValue() - Method in class org.forgerock.openam.sts.user.invocation.SAML2TokenState
-
- getSAML2WriterServiceURL() - Method in class com.sun.identity.cot.CircleOfTrustDescriptor
-
Returns Writer Service URL of the Circle of Trust for SAMLv2 protocol.
- getSAMLAttribute(String, String, String[]) - Method in class com.sun.identity.saml.plugins.DefaultSiteAttributeMapper
-
Returns the SAML Attribute object.
- getSAMLAttribute(String, String[]) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns the SAML Attribute object.
- getSAMLAttribute(String, String, Set<String>, String, String, String) - Method in class com.sun.identity.saml2.plugins.DefaultLibraryIDPAttributeMapper
-
Returns the SAML Attribute object.
- getSAMLAttribute(String, String, Set<String>) - Method in class com.sun.identity.wsfederation.plugins.DefaultIDPAttributeMapper
-
Returns the SAML Attribute object.
- getSAMLAttributeMapping() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the SAML Attribute Mapping list.
- getSAMLAttributeMapping() - Method in class com.sun.identity.wss.provider.STSConfig
-
Returns the SAML Attribute Mapping list.
- getSAMLAttributeMapping() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Returns the SAML Attribute Mapping list.
- getSAMLAttributeNamespace() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns SAML attribute namespace.
- getSAMLAttributeNamespace() - Method in class com.sun.identity.wss.provider.STSConfig
-
Returns SAML attribute namespace.
- getSAMLAttributeNamespace() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Returns SAML attribute namespace.
- getSAMLAttributes(Assertion, boolean, Set<PrivateKey>) - Static method in class com.sun.identity.saml2.profile.SPACSUtils
-
Gets the attributes from an assert's AttributeStates.
- getSAMLAttributes(String, Set, String, SSOToken) - Static method in class com.sun.identity.wss.security.WSSUtils
-
Returns the SAML Attribute Map>.
- getSAMLAuthenticationToken(NameIdentifier) - Method in class com.sun.identity.liberty.ws.security.LibSecurityTokenProvider
-
Creates a SAML Assertion for message authentication.
- getSAMLAuthenticationToken(NameIdentifier) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManager
-
Creates a SAML Assertion for message authentication.
- getSAMLAuthenticationToken(NameIdentifier) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerClient
-
Creates a SAML Assertion for message authentication.
- getSAMLAuthenticationToken(String) - Method in interface com.sun.identity.liberty.ws.security.SecurityTokenManagerIF
-
Returns the SAML Authentication Token.
- getSAMLAuthenticationToken(String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerImpl
-
Returns the SAML Authentication Token.
- getSAMLAuthenticationToken(NameIdentifier) - Method in interface com.sun.identity.liberty.ws.security.SecurityTokenProvider
-
Creates a SAML Assertion for message authentication.
- getSAMLAuthenticator(IDPSSOFederateRequest, HttpServletRequest, HttpServletResponse, PrintWriter, boolean) - Method in class org.forgerock.openam.saml2.SAML2ActorFactory
-
Gets a SAMLAuthenticator object.
- getSAMLAuthenticatorLookup(IDPSSOFederateRequest, HttpServletRequest, HttpServletResponse, PrintWriter) - Method in class org.forgerock.openam.saml2.SAML2ActorFactory
-
Get a SAMLAuthenticatorLookup object.
- getSAMLAuthorizationToken(NameIdentifier, SessionContext, String, boolean, boolean, String) - Method in class com.sun.identity.liberty.ws.security.LibSecurityTokenProvider
-
Creates a SAML Assertion for message authorization, the assertion could
optionally contain an AuthenticationStatement which will be used for
message authentication.
- getSAMLAuthorizationToken(NameIdentifier, SessionContext, EncryptedResourceID, boolean, boolean, String) - Method in class com.sun.identity.liberty.ws.security.LibSecurityTokenProvider
-
Creates a SAML Assertion for message authorization, the assertion could
optionally contain an AuthenticationStatement which will be used for
message authentication.
- getSAMLAuthorizationToken(NameIdentifier, SessionContext, String, boolean, boolean, String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManager
-
Creates a SAML Assertion for message authorization, the assertion could
optionally contain an AuthenticationStatement which will be used for
message authentication.
- getSAMLAuthorizationToken(NameIdentifier, SessionContext, EncryptedResourceID, boolean, boolean, String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManager
-
Creates a SAML Assertion for message authorization, the assertion could
optionally contain an AuthenticationStatement which will be used for
message authentication.
- getSAMLAuthorizationToken(NameIdentifier, SessionContext, String, boolean, boolean, String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerClient
-
Creates a SAML Assertion for message authorization, the assertion could
optionally contain an AuthenticationStatement which will be
used for message authentication.
- getSAMLAuthorizationToken(NameIdentifier, SessionContext, EncryptedResourceID, boolean, boolean, String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerClient
-
Creates a SAML Assertion for message authorization, the assertion could
optionally contain an AuthenticationStatement which will be
used for message authentication.
- getSAMLAuthorizationToken(String, String, String, boolean, boolean, boolean, String) - Method in interface com.sun.identity.liberty.ws.security.SecurityTokenManagerIF
-
Returns the SAML Authorization Token.
- getSAMLAuthorizationToken(String, String, String, boolean, boolean, boolean, String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerImpl
-
Returns the SAML Authorization Token.
- getSAMLAuthorizationToken(NameIdentifier, SessionContext, String, boolean, boolean, String) - Method in interface com.sun.identity.liberty.ws.security.SecurityTokenProvider
-
Creates a SAML Assertion for message authorization, the assertion could
optionally contain an AuthenticationStatement which will be
used for message authentication.
- getSAMLAuthorizationToken(NameIdentifier, SessionContext, EncryptedResourceID, boolean, boolean, String) - Method in interface com.sun.identity.liberty.ws.security.SecurityTokenProvider
-
Creates a SAML Assertion for message authorization, the assertion could
optionally contain an AuthenticationStatement which will be
used for message authentication.
- getSAMLBearerToken(NameIdentifier, SessionContext, String, boolean, boolean, String) - Method in class com.sun.identity.liberty.ws.security.LibSecurityTokenProvider
-
Creates a SAML assertion.
- getSAMLBearerToken(NameIdentifier, SessionContext, EncryptedResourceID, boolean, boolean, String) - Method in class com.sun.identity.liberty.ws.security.LibSecurityTokenProvider
-
Creates a SAML assertion.
- getSAMLBearerToken(NameIdentifier, SessionContext, String, boolean, boolean, String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManager
-
Creates a SAML assertion.
- getSAMLBearerToken(NameIdentifier, SessionContext, EncryptedResourceID, boolean, boolean, String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManager
-
Creates a SAML assertion.
- getSAMLBearerToken(NameIdentifier, SessionContext, String, boolean, boolean, String) - Method in interface com.sun.identity.liberty.ws.security.SecurityTokenProvider
-
Creates a SAML assertion.
- getSAMLBearerToken(NameIdentifier, SessionContext, EncryptedResourceID, boolean, boolean, String) - Method in interface com.sun.identity.liberty.ws.security.SecurityTokenProvider
-
Creates a SAML assertion.
- getSamlpElement(SOAPMessage, String) - Method in class com.sun.identity.saml2.common.SOAPCommunicator
-
Returns first Element with given local name in samlp name space inside
SOAP message.
- getSAMLUrl() - Method in class com.sun.identity.saml.common.SAMLServiceManager.SiteEntry
-
Returns URL endpoint which handles SAML web browser artifact profile.
- getSaveAttributesToSessionFlag() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getSaveErrorMessage() - Method in class com.sun.identity.install.tools.configurator.InstFinderStore
-
- getSaveErrorMessage() - Method in class com.sun.identity.install.tools.configurator.MigrateFromInstFinderStore
-
- getSaveErrorMessage() - Method in class com.sun.identity.install.tools.configurator.OrderedPropertyStore
-
- getSaveIndex() - Method in class com.sun.identity.entitlement.Application
-
Returns save index
- getSaveIndex() - Method in class com.sun.identity.entitlement.ApplicationType
-
Returns save index.
- getSaveIndex(String) - Static method in class com.sun.identity.entitlement.ApplicationTypeManager
-
Returns save index class.
- getSaveIndex() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationTypeWrapper
-
- getSaveIndex() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- getSaveIndexClass() - Method in class com.sun.identity.entitlement.Application
-
Returns save index class.
- getSAverage() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntry
-
Getter for the "SAverage" variable.
- getSAverage() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryImpl
-
Gets the average rate that the specified CTS operation has been made on the CTS.
- getSAverage() - Method in interface org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryMBean
-
Getter for the "SAverage" variable.
- getSAXParser(boolean) - Method in interface org.forgerock.openam.utils.SAXParserProvider
-
Gets a pre-configured
SAXParser from the underlying implementation.
- getSchema(String, AMSchema.Type) - Method in class com.iplanet.am.sdk.AMStoreConnection
-
- getSchema(Principal) - Method in class com.iplanet.ums.DataLayer
-
Fetches the schema from the LDAP directory server.
- getSchema(String) - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Returns the configuration schema for the given
schema type
- getSchema(SchemaType) - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Returns the configuration schema for the given
schema type
- getSchema() - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Returns the service schema in XML for this service.
- getSchema(String) - Method in class com.sun.identity.sm.SMSSchema
-
Method returns the XML schema for the given service name in a String
format that can stored in a directory.
- getSchema() - Method in class com.sun.identity.sm.SMSSchema
-
Method returns the XML schema for the service in a String format that can
stored in a directory.
- getSchema() - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
- getSchemaElements() - Static method in class com.iplanet.services.cdm.clientschema.AMClientCapData
-
This method returns the name of the "defined" client properties in the
Schema.
- getSchemaID() - Method in class com.sun.identity.sm.ServiceConfig
-
Returns the service component's schema ID.
- getSchemaManager(SSOToken) - Static method in class com.iplanet.ums.SchemaManager
-
Returns the schema manager assosciated with the given authenticated
Principal.
- getSchemaManager(Principal) - Static method in class com.iplanet.ums.SchemaManager
-
Returns the schema manager assosciated with the given authenticated
Principal.
- getSchemaManager(String, String) - Method in class com.sun.identity.sm.ServiceManager
-
Returns the ServiceSchemaManager for
the given service name and version.
- getSchemaModifications() - Method in class com.sun.identity.sm.ServiceSchemaModifications
-
- getSchemaName() - Method in class org.forgerock.openam.upgrade.ServiceSchemaModificationWrapper
-
Returns the name of the schema associated with this wrapper
- getSchemaNode() - Method in class com.sun.identity.sm.ServiceSchema
-
Returns the Node of this schema element.
- getSchemaSubEntries(SSOToken, String, String) - Method in class com.sun.identity.sm.CachedSubEntries
-
Returns sub-entries that belong to given SubSchema name and
statisfies the pattern.
- getSchemaType(String) - Method in class com.sun.identity.common.BackwardCompSupport
-
- getSchemaTypes(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
-
- getSchemaTypes() - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Returns the schema types available with this
service.
- getScheme() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
The default behavior of this method is to return getScheme()
on the wrapped request object.
- getScope() - Method in class com.iplanet.am.sdk.ldap.ACIEventListener
-
- getScope() - Method in class com.iplanet.am.sdk.ldap.EntryEventListener
-
- getScope() - Method in class com.iplanet.services.cdm.clientschema.AMClientCapData
-
- getScope() - Method in interface com.iplanet.services.ldap.event.IDSEventListener
-
- getScope() - Method in class com.sun.identity.sm.ldap.LDAPEventManager
-
- getScope() - Method in class org.forgerock.oauth2.core.AuthorizationCode
-
Gets the scope.
- getScope() - Method in class org.forgerock.oauth2.core.DeviceCode
-
Gets the set of scopes requested.
- getScope() - Method in interface org.forgerock.oauth2.core.IntrospectableToken
-
Gets the token's scopes.
- getScope() - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Gets the scope.
- getScope() - Method in class org.forgerock.oauth2.core.StatefulRefreshToken
-
Gets the scope.
- getScope() - Method in class org.forgerock.oauth2.core.StatefulToken
-
Gets the scope.
- getScope() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getScope() - Method in exception org.forgerock.openam.oauth2.OAuthProblemException
-
- getScope() - Method in class org.forgerock.openam.oauth2.StatelessToken
-
- getScope() - Method in class org.forgerock.openam.oauth2.StatelessTokenMetadata
-
- getScopeDescriptions(Locale) - Method in interface org.forgerock.oauth2.core.ClientRegistration
-
Gets the display descriptions for the allowed and default scopes combined, in the specified locale.
- getScopeDescriptions() - Method in exception org.forgerock.oauth2.core.exceptions.ResourceOwnerConsentRequired
-
Gets the scope descriptions.
- getScopeDescriptions(Locale) - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
Gets the display descriptions for the allowed and default scopes combined, in the specified locale.
- getScopeDescriptions(Locale) - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
Gets the display descriptions for the allowed and default scopes combined, in the specified locale.
- getScopes() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
-
Gets the set of available scopes for the resource set.
- getScopes() - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaPendingRequest
-
- getScopes() - Method in class org.forgerock.openam.uma.Permission
-
- getScopes() - Method in class org.forgerock.openam.uma.PermissionTicket
-
- getScopes() - Method in class org.forgerock.openam.uma.UmaPolicy
-
Parses the unique set of scopes that are defined for all subject in this UMA policy.
- getScoping() - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Returns the FSScoping object.
- getScoping() - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
-
Returns the Scoping object.
- getScoping() - Method in class com.sun.identity.saml2.protocol.impl.AuthnRequestImpl
-
Returns the Scoping object.
- getScript() - Method in class org.forgerock.openam.scripting.ScriptObject
-
The contents of the script in the given scripting language.
- getScript() - Method in class org.forgerock.openam.scripting.service.ScriptConfiguration
-
Get the script represented by the ScriptConfiguration.
- getScriptConfiguration(String) - Method in class org.forgerock.openam.entitlement.conditions.environment.ScriptCondition
-
Retrieve the script configuration from the scripting service.
- getScriptEngine() - Method in class org.forgerock.openam.scripting.factories.GroovyEngineFactory
-
Instantiates and returns an instance of GroovyScriptEngineImpl passing in
a new GroovyClassLoader with an AST transformation customizer that will ensure
that interrupt checks are inserted into the compiled code (at the start of closures, loops, etc.).
- getScriptEngine() - Method in class org.forgerock.openam.scripting.factories.RhinoScriptEngineFactory
- getScriptEngine(ScriptEngineManager) - Method in interface org.forgerock.openam.scripting.ScriptingLanguage
-
Gets a script engine for evaluating scripts in this scripting language.
- getScriptErrorCode() - Method in exception org.forgerock.openam.scripting.ScriptException
-
Get the ScriptErrorCode that describes this error.
- getScriptExecutionTimeout() - Method in class org.forgerock.openam.scripting.ScriptEngineConfiguration
-
Returns the maximum script execution time limit, in seconds.
- getScriptId() - Method in class org.forgerock.openam.entitlement.conditions.environment.ScriptCondition
-
Gets the script Id.
- getScriptName() - Method in class org.forgerock.openam.scripting.ScriptError
-
Get the name of the script in which the error occurred.
- getScriptValidator() - Method in interface org.forgerock.openam.scripting.ScriptingLanguage
-
Gets a script validator for validating scripts in this scripting language.
- getSCumulativeCount() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntry
-
Getter for the "SCumulativeCount" variable.
- getSCumulativeCount() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryImpl
-
Gets the cumulative count for the specified CTS operation.
- getSCumulativeCount() - Method in interface org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryMBean
-
Getter for the "SCumulativeCount" variable.
- getSDK() - Method in class com.sun.identity.authentication.service.AuthD
-
Returns connection for AM store.
- getSDKAttributeValue(String) - Method in class com.sun.identity.sm.OrgConfigViaAMSDK
-
- getSearchableAttributeNames() - Method in class com.sun.identity.sm.ServiceSchema
-
Returns the names of the schema attributes defined for the service which
are searchable.
- getSearchAttribute(String) - Static method in class com.sun.identity.entitlement.xacml3.SearchFilterFactory
-
Get the SearchAttribute instance for the specified policy attribute name.
- getSearchBase() - Method in class com.iplanet.ums.DynamicGroup
-
Returns the search base used to evaluate this dynamic group.
- getSearchBase() - Method in interface com.iplanet.ums.IDynamicMembership
-
Gets the search base used to evaluate this dynamic group.
- getSearchBaseDN(String, String) - Static method in class com.sun.identity.entitlement.opensso.DataStore
-
Returns the base search DN.
- getSearchControl() - Method in class com.iplanet.am.sdk.AMSearchControl
-
Deprecated.
- getSearchFilter(int, String, String, boolean) - Static method in class com.iplanet.am.sdk.AMSearchFilterManager
-
Deprecated.
Method to get search filter for the specified object type defined at the
specified Organization.
- getSearchFilter(int, String) - Static method in class com.iplanet.am.sdk.AMSearchFilterManager
-
Deprecated.
Method to get the search filter for the object type defined at the
specified Organization.
- getSearchFilter(int, String, String, boolean) - Static method in class com.iplanet.am.sdk.ldap.SearchFilterManager
-
Method to get search filter for the specified object type defined at the
specified Organization.
- getSearchFilter(int, String) - Static method in class com.iplanet.am.sdk.ldap.SearchFilterManager
-
Method to get the search filter for the object type defined at the
specified Organization.
- getSearchFilter() - Method in class com.iplanet.ums.DynamicGroup
-
Returns the search filter used to evaluate this dynamic group.
- getSearchFilter() - Method in interface com.iplanet.ums.IDynamicMembership
-
Gets the search filter used to evaluate this dynamic group.
- getSearchFilter() - Method in class com.iplanet.ums.SearchTemplate
-
Gets the filter expression used to search for objects of this type.
- getSearchFilter() - Method in class com.sun.identity.security.cert.AMLDAPCertStoreParameters
-
Get search filter for ldap search
- getSearchFilter() - Method in class com.sun.identity.sm.SMSObject
-
Returns search (LDAP) filter to search for SMS objects
- getSearchFilterFromTemplate(int, String, String) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Returns the search filter of a given search template.
- getSearchFilterFromTemplate(int, String, String) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
- getSearchFilterFromTemplate(int, String, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getSearchFilterFromTemplate(int, String, String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- getSearchFilterFromTemplate(int, String, String) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
- getSearchID() - Method in class com.iplanet.services.ldap.event.DSEvent
-
Returns the Directory Server search ID that was assigned when the
persistent search was first submited.
- getSearchIndex() - Method in class com.sun.identity.entitlement.Application
-
Returns search index
- getSearchIndex() - Method in class com.sun.identity.entitlement.ApplicationType
-
Returns search index.
- getSearchIndex(String) - Static method in class com.sun.identity.entitlement.ApplicationTypeManager
-
Returns search index class.
- getSearchIndex() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationTypeWrapper
-
- getSearchIndex() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- getSearchIndexAttributes() - Method in class com.sun.identity.entitlement.AnyUserSubject
-
Deprecated.
- getSearchIndexAttributes() - Method in class com.sun.identity.entitlement.AttributeSubject
-
Returns search index attributes.
- getSearchIndexAttributes() - Method in interface com.sun.identity.entitlement.EntitlementSubject
-
Returns attribute names and values that could be used for indexing.
- getSearchIndexAttributes() - Method in class com.sun.identity.entitlement.GroupSubject
-
Deprecated.
Returns search index attributes.
- getSearchIndexAttributes() - Method in class com.sun.identity.entitlement.JwtClaimSubject
-
- getSearchIndexAttributes() - Method in class com.sun.identity.entitlement.LogicalSubject
-
Returns the search index attributes.
- getSearchIndexAttributes() - Method in class com.sun.identity.entitlement.NoSubject
-
- getSearchIndexAttributes() - Method in class com.sun.identity.entitlement.NotSubject
-
Returns search index attributes.
- getSearchIndexAttributes() - Method in class com.sun.identity.entitlement.opensso.OpenSSOGroupSubject
-
Deprecated.
Returns search index attributes.
- getSearchIndexAttributes() - Method in class com.sun.identity.entitlement.opensso.OpenSSOUserSubject
-
Deprecated.
Returns search index attributes.
- getSearchIndexAttributes() - Method in class com.sun.identity.entitlement.opensso.PolicySubject
-
Returns search index attributes.
- getSearchIndexAttributes() - Method in class com.sun.identity.entitlement.UserSubject
-
Deprecated.
- getSearchIndexAttributes() - Method in class org.forgerock.openam.entitlement.conditions.subject.AuthenticatedUsers
-
Returns attribute names and values that could be used for indexing.
- getSearchIndexAttributes() - Method in class org.forgerock.openam.entitlement.conditions.subject.IdentitySubject
-
Returns attribute names and values that could be used for indexing.
- getSearchIndexAttributes() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlementSubjectMixin
-
- getSearchIndexClass() - Method in class com.sun.identity.entitlement.Application
-
Returns search index class.
- getSearchModifier() - Method in class com.sun.identity.idm.IdSearchControl
-
Returns the IdSearchOpModifier defined for this SearchControl
- getSearchModifierMap() - Method in class com.sun.identity.idm.IdSearchControl
-
Returns the map set to be used to modify the search filter in each
plugin.
- getSearchParameters(NameIdentifier, String, String, String) - Method in class com.sun.identity.wsfederation.plugins.DefaultAccountMapper
-
Returns the NameIDInfoKey key value pair that can
be used for searching the user.
- getSearchParameters(NameIdentifier, String, String, String) - Method in class com.sun.identity.wsfederation.plugins.DefaultADFSPartnerAccountMapper
-
This method simply extracts the NameIDValue and constructs a search map
according to the configuration.
- getSearchResultEntryHandler() - Method in class com.iplanet.services.ldap.event.LDAPv3PersistentSearch
-
Returns the SearchResultEntryHandler for the concrete implementation.
- getSearchResultEntryHandler() - Method in class org.forgerock.openam.idrepo.ldap.psearch.DJLDAPv3PersistentSearch
-
- getSearchResultEntryHandler() - Method in class org.forgerock.openam.sm.datalayer.impl.ldap.CTSDJLDAPv3PersistentSearch
-
- getSearchResults() - Method in class com.iplanet.am.sdk.AMSearchResults
-
Deprecated.
Method which returns the search results as an ordered set.
- getSearchResults() - Method in class com.sun.identity.common.SearchResults
-
Returns the search results.
- getSearchResults() - Method in class com.sun.identity.idm.IdSearchResults
-
Method which returns the search results as an ordered set.
- getSearchResults() - Method in class com.sun.identity.idm.RepoSearchResults
-
Method which returns the search results as an ordered set.
- getSearchResults() - Method in class com.sun.identity.policy.ValidValues
-
Deprecated.
Returns the search results as a set.
- getSearchScope() - Method in class com.iplanet.am.sdk.AMSearchControl
-
Deprecated.
Gets the search scope defined in the AMSearchControl.
- getSearchScope(int) - Method in class com.iplanet.am.sdk.AMSearchControl
-
Deprecated.
Gets the search scope defined in the AMSearchControl.
- getSearchScope() - Method in class com.iplanet.ums.DynamicGroup
-
Returns the search scope used to evaluate this dynamic group.
- getSearchScope() - Method in interface com.iplanet.ums.IDynamicMembership
-
Gets the search scope used to evaluate this dynamic group.
- getSearchScope() - Method in class com.iplanet.ums.SearchControl
-
Gets the search scope defined in the SearchControl.
- getSearchScope(int) - Method in class com.iplanet.ums.SearchControl
-
Gets the search scope defined in the SearchControl.
- getSearchScope(String, SearchScope) - Static method in class org.forgerock.openam.ldap.LDAPUtils
-
Converts string representation of scope (as defined in the configuration) to the corresponding
SearchScope object.
- getSearchTemplate() - Method in class com.iplanet.am.sdk.AMEntityType
-
Deprecated.
Returns the search template name
- getSearchTemplate(Guid, String, int) - Method in class com.iplanet.ums.ConfigManagerUMS
-
Returns the Attribute Key-Value set of a Search or Creation
Template entry.
- getSearchTemplate(String, Guid) - Method in class com.iplanet.ums.TemplateManager
-
Returns a template from a supplied template name.
- getSearchTemplate(String, Guid, int) - Method in class com.iplanet.ums.TemplateManager
-
Returns a template from a supplied template name.
- getSearchTemplateNames(Guid) - Method in class com.iplanet.ums.ConfigManagerUMS
-
Returns a set of the Search Template names under the given
organization.
- getSearchTemplateNames(Guid) - Method in class com.iplanet.ums.TemplateManager
-
Returns a set of known search templates.
- getSecondaryInitializationError() - Static method in class com.iplanet.am.util.SystemProperties
-
Returns error messages during initialization using the single war
deployment, else null.
- getSecondaryKey() - Method in class org.forgerock.openam.cts.api.tokens.SAMLToken
-
- getSecondaryKey() - Method in class org.forgerock.openam.session.model.AMRootEntity
-
- getSecondarySiteIDs() - Method in class com.iplanet.dpro.session.service.SessionServerConfig
-
- getSecondarySiteIDs() - Method in class com.iplanet.services.naming.NamingTableConfigurationFactory.NamingTableConfiguration
-
- getSecondarySites(String, String, String, String) - Static method in class com.iplanet.services.naming.WebtopNaming
-
Returns the String representation of the separator delimited
secondary site list.
- getSecondarySites(String) - Static method in class com.iplanet.services.naming.WebtopNaming
-
Returns the String representation of the separator delimited
secondary site list.
- getSecondlevelStatuscode() - Method in exception com.sun.identity.saml2.common.InvalidStatusCodeSaml2Exception
-
Returns second level status code.
- getSecondQuery() - Method in class org.forgerock.openam.oauth2.rest.AggregateQuery
-
- getSecret() - Method in class com.iplanet.dpro.session.share.SessionInfo
-
- getSecret() - Method in class com.sun.identity.wss.trust.BinarySecret
-
Returns the secret.
- getSecret() - Method in class org.forgerock.openam.radius.server.config.ClientConfig
-
Get the shared secret used by both client and server for encryption and decryption and signing of the packets.
- getSecret() - Method in class org.forgerock.openam.services.push.PushNotificationServiceConfig
-
Get the sender ID to authenticate to the remote service.
- getSecret(String) - Method in class org.forgerock.openam.utils.AMKeyProvider
-
Retrieve store secret (usually a password).
- getSecretKey(String) - Method in class com.sun.identity.saml.xmlsig.JKSKeyProvider
-
- getSecretKey(String) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
-
Retrieves the secret key for the given certificate alias.
- getSecretKey(String, Set<PrivateKey>) - Method in interface com.sun.identity.saml2.xmlenc.EncProvider
-
Returns the secret key that encrypts encrypted data and is encrypted
with recipient's public key in the XML document.
- getSecretKey(String, Set<PrivateKey>) - Method in class com.sun.identity.saml2.xmlenc.FMEncProvider
-
- getSecretKey() - Method in class com.sun.identity.wss.security.BinarySecurityToken
-
Returns the secret key for kerberos token.
- getSecretKey(SecurityToken, String) - Static method in class com.sun.identity.wss.security.SAML2TokenUtils
-
- getSecretKey(SecurityToken, String) - Static method in class com.sun.identity.wss.security.WSSUtils
-
Returns the secret key from the security token from SAML1 Assertion.
- getSecretKey() - Method in class com.sun.identity.wss.sts.TrustAuthorityClient
-
Returns the secret key obtained as a proof token from STS.
- getSecretKey(String) - Method in class org.forgerock.openam.utils.AMKeyProvider
-
- getSecretQuestions(String, String) - Method in interface com.sun.identity.password.ui.model.PWResetQuestionModel
-
Gets map of secret questions
- getSecretQuestions(String, String) - Method in class com.sun.identity.password.ui.model.PWResetQuestionModelImpl
-
Returns map of secret questions that is displayed in reset page.
- getSectorIdentifierUri() - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
Gets the subject identifier uri.
- getSectorIdentifierUri() - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
Gets the subject identifier uri.
- getSectorIdentifierUri() - Method in interface org.forgerock.openidconnect.OpenIdConnectClientRegistration
-
Gets the subject identifier uri.
- getSectorIdUri() - Method in class org.forgerock.openidconnect.Client
-
Returns the sector id uri for this client if set.
- getSecure() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteCookie
-
Is this cookie secure?
- getSecureLogHelper(String) - Static method in class com.sun.identity.log.handlers.SecureFileHandler
-
This method takes in a logger name and returns a helper object
corresponding to that logger name.
- getSecureLogHelper() - Method in class com.sun.identity.log.handlers.SecureFileHandler
-
Return secure logger helper instance
- getSecureLogHelperInst() - Static method in class com.sun.identity.log.handlers.SecureFileHandler
-
Returns SecureLogHelper instance
- getSecureRandom() - Static method in class com.iplanet.am.util.SecureRandomManager
-
- getSecureRandomInstance() - Method in interface com.iplanet.am.util.SecureRandomFactory
-
- getSecureRandomInstance() - Method in class com.iplanet.am.util.SecureRandomFactoryImpl
-
- getSecurityContext() - Method in class com.sun.identity.wss.security.handler.SecureSOAPMessage
-
- getSecurityCookieName() - Method in class com.iplanet.dpro.session.service.SessionServiceConfig
-
- getSecurityHeaderElement() - Method in class com.sun.identity.wss.security.handler.SecureSOAPMessage
-
Returns the Security Header Element.
- getSecurityManager() - Method in class org.forgerock.openam.scripting.ScriptEngineConfiguration
-
Gets the Java SecurityManager to use when checking if a Java class or package should be exposed to a script.
- getSecurityMech() - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Returns the list of security mechanisms that the trust authority supports.
- getSecurityMechanism() - Method in class com.sun.identity.wss.security.AssertionTokenSpec
-
Returns the security mechanism
- getSecurityMechanism() - Method in class com.sun.identity.wss.security.handler.SecureSOAPMessage
-
Returns the security mechanism of the secure soap message.
- getSecurityMechanism() - Method in class com.sun.identity.wss.security.SAML2TokenSpec
-
Returns the security mechanism
- getSecurityMechanism(String) - Static method in class com.sun.identity.wss.security.SecurityMechanism
-
Returns the security mechanism for the corresponding
security mechanism URI.
- getSecurityMechanisms() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the list of security mechanims that the provider is configured.
- getSecurityMechanisms() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Returns the list of security mechanims that the STS service is configured.
- getSecurityMechanisms() - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Returns the list of security mechanims that the STS service is configured.
- getSecurityMechID() - Method in class com.sun.identity.liberty.ws.disco.Description
-
Gets supported Security Mechanism IDs.
- getSecurityMechID(List) - Method in class com.sun.identity.liberty.ws.disco.Description
-
Sets supported Security Mechanism IDs.
- getSecurityMechIDs() - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
-
Returns a list of value of SecurityMechID element.
- getSecurityPolicyBindingTraversalYield() - Method in class org.forgerock.openam.sts.soap.token.provider.SoapTokenProviderBase.AuthenticationContextMapperState
-
- getSecurityPolicyValidatedTokenConfiguration() - Method in class org.forgerock.openam.sts.soap.config.user.SoapSTSInstanceConfig
-
- getSecurityProfileType() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Gets security profile type.
- getSecurityToken() - Method in class com.sun.identity.wss.security.AMTokenProvider
-
Returns the SecurityToken for the WS-Security.
- getSecurityToken() - Method in class com.sun.identity.wss.security.handler.SecureSOAPMessage
-
Returns the security token associated with this secure soap message.
- getSecurityToken(SecurityTokenSpec) - Method in class com.sun.identity.wss.security.SecurityTokenFactory
-
Returns / Creates a security token from the security token specificaion.
- getSecurityToken() - Method in interface com.sun.identity.wss.security.TokenProvider
-
Returns the SecurityToken for the WS-Security.
- getSecurityToken(ProviderConfig, Object) - Method in class com.sun.identity.wss.sts.TrustAuthorityClient
-
Returns the SecurityToken for the web services client from
a trusted authority, which is Security Token Service (STS).
- getSecurityToken(ProviderConfig, Object, ServletContext) - Method in class com.sun.identity.wss.sts.TrustAuthorityClient
-
Returns the SecurityToken for the web services client from
a trusted authority, which is Security Token Service (STS).
- getSecurityToken(String, String, String, Object, String, ServletContext) - Method in class com.sun.identity.wss.sts.TrustAuthorityClient
-
Returns the SecurityToken for the web services client from
a trusted authority, which is Security Token Service (STS).
- getSecurityToken(String, String, String, Object, String, String, ServletContext) - Method in class com.sun.identity.wss.sts.TrustAuthorityClient
-
Returns the SecurityToken for the web services client from
a trusted authority, which is Security Token Service (STS).
- getSecurityTokenReference() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenKeyInfoTypeImpl
-
- getSecurityTokenReference() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.TokenKeyInfoType
-
Gets the value of the securityTokenReference property.
- getSeed() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.DSAKeyValueType
-
Gets the value of the seed property.
- getSeed() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- getSeed() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.DSAKeyValueType
-
Gets the value of the seed property.
- getSeed() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- getSelect() - Method in class com.sun.identity.liberty.ws.dst.DSTModification
-
Gets select element
- getSelect() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryItem
-
Returns data selection string
- getSelectedConditionTypeNames() - Method in class com.sun.identity.policy.ConditionTypeManager
-
Deprecated.
Returns a Set of valid condition type names configured for
the organization.
- getSelectedFieldSet() - Method in class com.sun.identity.log.LogManager
-
Return the LogRecord fields selected to be included.
- getSelectedOption(String) - Method in class com.sun.identity.install.tools.configurator.BaseOptions
-
- getSelectedProviderKey() - Static method in class com.sun.liberty.LibertyManager
-
Returns the selectedProviderKey from
IFSConstants.
- getSelectedReferralTypeNames() - Method in class com.sun.identity.policy.ReferralTypeManager
-
Deprecated.
Returns a set of valid referral type names configured for the
organization.
- getSelectedResponseProviderTypeNames() - Method in class com.sun.identity.policy.ResponseProviderTypeManager
-
Deprecated.
Returns a set of valid ResponseProvider type names
configured.
- getSelectedSubjectTypeNames() - Method in class com.sun.identity.policy.SubjectTypeManager
-
Deprecated.
Returns a set of valid subject type names configured for the
organization.
- getSelfEvaluation() - Method in class org.forgerock.openam.monitoring.policy.FORGEROCK_OPENAM_POLICY_MIBImpl
-
- getSelfEvaluationMBean() - Static method in class com.sun.identity.monitoring.Agent
-
- getSelfEvaluationsAverage() - Method in class org.forgerock.openam.monitoring.policy.SelfEvaluation
-
Getter for the "SelfEvaluationsAverage" variable.
- getSelfEvaluationsAverage() - Method in class org.forgerock.openam.monitoring.policy.SelfEvaluationImpl
-
Getter for the "EvaluationsAverage" variable.
- getSelfEvaluationsAverage() - Method in interface org.forgerock.openam.monitoring.policy.SelfEvaluationMBean
-
Getter for the "SelfEvaluationsAverage" variable.
- getSelfEvaluationsCumulative() - Method in class org.forgerock.openam.monitoring.policy.SelfEvaluation
-
Getter for the "SelfEvaluationsCumulative" variable.
- getSelfEvaluationsCumulative() - Method in class org.forgerock.openam.monitoring.policy.SelfEvaluationImpl
-
Getter for the "EvaluationsCumulative" variable.
- getSelfEvaluationsCumulative() - Method in interface org.forgerock.openam.monitoring.policy.SelfEvaluationMBean
-
Getter for the "SelfEvaluationsCumulative" variable.
- getSelfEvaluationsMaximum() - Method in class org.forgerock.openam.monitoring.policy.SelfEvaluation
-
Getter for the "SelfEvaluationsMaximum" variable.
- getSelfEvaluationsMaximum() - Method in class org.forgerock.openam.monitoring.policy.SelfEvaluationImpl
-
Getter for the "EvaluationsMaximum" variable.
- getSelfEvaluationsMaximum() - Method in interface org.forgerock.openam.monitoring.policy.SelfEvaluationMBean
-
Getter for the "SelfEvaluationsMaximum" variable.
- getSelfEvaluationsMinimum() - Method in class org.forgerock.openam.monitoring.policy.SelfEvaluation
-
Getter for the "SelfEvaluationsMinimum" variable.
- getSelfEvaluationsMinimum() - Method in class org.forgerock.openam.monitoring.policy.SelfEvaluationImpl
-
Getter for the "EvaluationsMinimum" variable.
- getSelfEvaluationsMinimum() - Method in interface org.forgerock.openam.monitoring.policy.SelfEvaluationMBean
-
Getter for the "SelfEvaluationsMinimum" variable.
- getSelfRegistrationConfirmationUrl() - Method in class org.forgerock.openam.services.RestSecurity
-
Deprecated.
- getSelfRegTLT() - Method in class org.forgerock.openam.services.RestSecurity
-
Deprecated.
Retrieves the Self-Registration CTS Token Life Time
- getSelfSlowestEvaluationTime() - Method in class org.forgerock.openam.monitoring.policy.SelfTiming
-
Getter for the "SelfSlowestEvaluationTime" variable.
- getSelfSlowestEvaluationTime() - Method in class org.forgerock.openam.monitoring.policy.SelfTimingImpl
-
Getter for the "SlowestEvaluationTime" variable.
- getSelfSlowestEvaluationTime() - Method in interface org.forgerock.openam.monitoring.policy.SelfTimingMBean
-
Getter for the "SelfSlowestEvaluationTime" variable.
- getSelfTiming() - Method in class org.forgerock.openam.monitoring.policy.FORGEROCK_OPENAM_POLICY_MIBImpl
-
- getSelfTimingAverage() - Method in class org.forgerock.openam.monitoring.policy.SelfTiming
-
Getter for the "SelfTimingAverage" variable.
- getSelfTimingAverage() - Method in class org.forgerock.openam.monitoring.policy.SelfTimingImpl
-
Getter for the "TimingAverage" variable.
- getSelfTimingAverage() - Method in interface org.forgerock.openam.monitoring.policy.SelfTimingMBean
-
Getter for the "SelfTimingAverage" variable.
- getSelfTimingMBean() - Static method in class com.sun.identity.monitoring.Agent
-
- getSenderIdentity() - Method in class com.sun.identity.wss.security.AssertionTokenSpec
-
Returns the authenticated subject name identifier.
- getSenderIdentity() - Method in class com.sun.identity.wss.security.SAML2TokenSpec
-
Returns the authenticated subject name identifier.
- getSeparator() - Method in class com.sun.identity.install.tools.configurator.SingleLineOptions
-
- getSerializedInternalSessionBlob() - Method in class org.forgerock.openam.session.model.AMRootEntity
-
Secured Internal Session Data
- getSerializedSubject(Subject) - Static method in class com.sun.identity.authentication.share.AuthXMLUtils
-
Serialize the subject.
- getSerialNo() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceTokenTypeImpl
-
- getSerialNo() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.ReferenceTokenType
-
Gets the value of the serialNo property.
- getSerialNumber() - Method in class com.sun.identity.saml.common.SAMLCertUtils.CertEntry
-
Returns serial number of the certificate.
- getServerAliases(String, Principal[]) - Method in class com.sun.identity.liberty.ws.soapbinding.WSX509KeyManager
-
Returns the matching aliases for authenticating the server of a secure
socket given the public key type and the list of certificate issuer
authorities recognized by the peer (if any).
- getServerAliases(String, Principal[]) - Method in class com.sun.identity.security.keystore.AMX509KeyManagerImpl
-
Get the matching aliases for authenticating the server side of a secure
socket given the public key type and the list of certificate issuer
authorities recognized by the peer (if any).
- getServerAliases(String, Principal[]) - Method in class com.sun.identity.security.keystore.v_14.AMX509KeyManagerImpl
-
Get the matching aliases for authenticating the server side of a secure
socket given the public key type and the list of certificate issuer
authorities recognized by the peer (if any).
- getServerAttributeSyntax() - Method in class org.forgerock.openam.core.rest.sms.CoreRestSmsGuiceModule
-
- getServerAuthModule() - Method in class org.forgerock.openam.authentication.modules.common.JaspiAuthModuleWrapper
-
Gets the underlying JASPI ServerAuthModule instance.
- getServerConfig(SSOToken, String) - Static method in class com.sun.identity.common.configuration.ConfigurationBase
-
- getServerConfigs(Context) - Method in class org.forgerock.openam.core.rest.sms.SmsServerPropertiesResource
-
- getServerConfigs(SSOToken) - Method in class org.forgerock.openam.core.rest.sms.SmsServerPropertiesResource
-
- getServerConfiguration(String, LDAPUser.Type) - Method in class org.forgerock.openam.sm.ServerConfigurationFactory
-
Select the Server Group from the configuration.
- getServerConfigurationId(ServiceConfig) - Static method in class com.sun.identity.common.configuration.ConfigurationBase
-
- getServerConfigXML() - Method in class com.sun.identity.cli.InitializeSystem
-
- GetServerConfigXML - Class in com.sun.identity.cli.serverconfig
-
Display server configuration XML.
- GetServerConfigXML() - Constructor for class com.sun.identity.cli.serverconfig.GetServerConfigXML
-
- getServerConfigXML(SSOToken, String) - Static method in class com.sun.identity.common.configuration.ServerConfiguration
-
Returns server configuration XML.
- getServerConfigXML(boolean) - Method in class com.sun.identity.setup.BootstrapData
-
Returns server configuration XML.
- getServerConfigXML() - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Returns the serverconfig.xml file contents as a string.
- getServerDefaultsPath() - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Returns the absolute path of the serverdefaults
properties file.
- getServerDirectory(IStateAccess) - Method in interface com.sun.identity.install.tools.configurator.IServerHomeDirLocator
-
- getServerFromID(String) - Method in class com.iplanet.dpro.session.service.SessionServerConfig
-
Returns the server URL based on the server ID.
- getServerFromID(String) - Static method in class com.iplanet.services.naming.WebtopNaming
-
Returns the server URL based on the server ID.
- getServerFromID(String) - Method in class com.iplanet.services.naming.WebtopNamingQuery
-
- getServerFromID(String) - Static method in class com.sun.identity.common.SystemConfigurationUtil
-
Returns the server instance corresponding to the server id.
- getServerGroup(String) - Method in class com.iplanet.services.ldap.DSConfigMgr
-
Get the ServerGroup object reference for this serverGroupID.
- getServerGroup(String) - Method in class com.iplanet.services.ldap.DSConfigMgrBase
-
Gets the ServerGroup object reference for this serverGroupID.
- getServerGroup(String) - Method in interface com.iplanet.services.ldap.IDSConfigMgr
-
Returns the Server Group object reference for this id.
- getServerHost() - Static method in class com.sun.identity.saml.common.SAMLServiceManager
-
Returns server host.
- getServerHost() - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Returns the value of the server host.
- getServerHostName() - Method in class com.sun.identity.monitoring.SsoServerServerEntry
-
Getter for the "ServerHostName" variable.
- getServerHostName() - Method in interface com.sun.identity.monitoring.SsoServerServerEntryMBean
-
Getter for the "ServerHostName" variable.
- getServerID() - Method in class com.iplanet.services.ldap.Server
-
The server id that's defined in the configuration file.
- getServerID() - Method in class com.iplanet.services.ldap.ServerInstance
-
The serverID of the server to which this server instance is associated
with.
- getServerID(String, String, String, String) - Static method in class com.iplanet.services.naming.WebtopNaming
-
Returns the server ID that is there in the platform server
list for a corresponding server.
- getServerID(String, String, String, String, boolean) - Static method in class com.iplanet.services.naming.WebtopNaming
-
Returns the server ID that is there in the platform server
list for a corresponding server.
- getServerID(SSOToken, String) - Static method in class com.sun.identity.common.configuration.ServerConfiguration
-
Returns server Identifier.
- getServerID(String, String, int, String) - Static method in class com.sun.identity.common.SystemConfigurationUtil
-
Returns the server id corresponding to a server instance.
- getServerId() - Method in class com.sun.identity.monitoring.SsoServerServerEntry
-
Getter for the "ServerId" variable.
- getServerId() - Method in interface com.sun.identity.monitoring.SsoServerServerEntryMBean
-
Getter for the "ServerId" variable.
- getServerID(String) - Static method in class com.sun.identity.saml.common.SAMLUtils
-
Returns server ID.
- getServerIDs() - Method in class com.iplanet.services.naming.NamingTableConfigurationFactory.NamingTableConfiguration
-
- getServerIDsInLocalSite() - Method in class com.iplanet.dpro.session.service.SessionServerConfig
-
Returns IDs for all servers in the current site.
- getServerIDTable() - Method in class com.iplanet.services.naming.NamingTableConfigurationFactory.NamingTableConfiguration
-
- getServerIdTable() - Static method in class com.sun.identity.monitoring.Agent
-
- getServerInfo(SSOToken) - Static method in class com.sun.identity.common.configuration.ServerConfiguration
-
Returns a set of server information where each entry in a set is
a string of this format
server-instance-name|serverId|siteId1|siteId2|...
- getServerInstance(String, LDAPUser.Type) - Method in class com.iplanet.services.ldap.DSConfigMgr
-
Given the server group ID, this method returns the active and best
available server instance.
- getServerInstance(LDAPUser.Type) - Method in class com.iplanet.services.ldap.DSConfigMgr
-
Get the instance from server group, which is defined as default.
- getServerInstance(String, LDAPUser.Type) - Method in class com.iplanet.services.ldap.DSConfigMgrBase
-
Given the server group ID, this method returns the active and best
available server instance.
- getServerInstance(LDAPUser.Type) - Method in class com.iplanet.services.ldap.DSConfigMgrBase
-
Get the instance from server group, which is defined as default.
- getServerInstance(LDAPUser.Type) - Method in interface com.iplanet.services.ldap.IDSConfigMgr
-
Returns server instance of a given authentication type.
- getServerInstance(LDAPUser.Type) - Method in class com.iplanet.services.ldap.ServerGroup
-
Get the server instance that's currently active.
- getServerInstance(SSOToken, String) - Static method in class com.sun.identity.common.configuration.ServerConfiguration
-
Returns the configuration of a server instance.
- getServerInstance(String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Returns the server instance name.
- getServerInstanceName() - Static method in class com.iplanet.am.util.SystemProperties
-
Returns the server instance name of which properties are retrieved
to initialized this object.
- getServerKeyPair(String, String) - Method in interface org.forgerock.openam.utils.OpenAMSettings
-
Gets the key pair that OpenAM is configured to use for the specified realm.
- getServerKeyPair(String, String) - Method in class org.forgerock.openam.utils.OpenAMSettingsImpl
-
- getServerList() - Static method in class com.sun.identity.common.SystemConfigurationUtil
-
Returns all the instances in the server cluster this instance belongs to.
- getServerList() - Method in class com.sun.identity.configuration.FedLibSystemProperties
-
Returns server list.
- getServerList() - Method in class com.sun.identity.configuration.FedSystemProperties
-
Returns server list.
- getServerList() - Method in class com.sun.identity.configuration.SystemProperties
-
Returns server list.
- getServerList() - Method in interface com.sun.identity.shared.configuration.ISystemProperties
-
Returns server list.
- getServerLocatorHandler() - Method in class com.sun.identity.install.tools.configurator.Driver
-
- getServerMapAttr(Map, String) - Static method in class com.iplanet.am.util.Misc
-
- getServerMapAttr(Map, String) - Static method in class com.sun.identity.shared.datastruct.CollectionHelper
-
This convenience method is for getting server specific attributes from a
list attribute.
- getServerMapAttrs(Map<String, Set<String>>, String) - Static method in class com.sun.identity.shared.datastruct.CollectionHelper
-
This convenience method is for getting server specific attributes from a
list attribute.
- getServerMechanism() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
-
Deprecated.
Returns value of serverMechanism attribute.
- getServerName() - Method in class com.iplanet.services.ldap.Server
-
The server name, as defined in the xml.
- getServerName() - Method in class com.iplanet.services.ldap.ServerInstance
-
Get the name of the server.
- getServerName() - Method in class com.sun.identity.security.cert.AMLDAPCertStoreParameters
-
Get host name
- getServerName() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
The default behavior of this method is to return getServerName()
on the wrapped request object.
- getServerName() - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Returns the server name.
- getServerPort(String, int) - Method in class com.sun.identity.config.util.AjaxPage
-
- getServerPort() - Method in class com.sun.identity.monitoring.SsoServerServerEntry
-
Getter for the "ServerPort" variable.
- getServerPort() - Method in interface com.sun.identity.monitoring.SsoServerServerEntryMBean
-
Getter for the "ServerPort" variable.
- getServerPort() - Static method in class com.sun.identity.saml.common.SAMLServiceManager
-
Returns server port in string format.
- getServerPort() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
The default behavior of this method is to return getServerPort()
on the wrapped request object.
- getServerProperties() - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Returns the properties from existing AMConfig.properties.
- getServerProtocol() - Method in class com.sun.identity.monitoring.SsoServerServerEntry
-
Getter for the "ServerProtocol" variable.
- getServerProtocol() - Method in interface com.sun.identity.monitoring.SsoServerServerEntryMBean
-
Getter for the "ServerProtocol" variable.
- getServerProtocol() - Static method in class com.sun.identity.saml.common.SAMLServiceManager
-
Returns server protocol.
- getServers() - Method in class com.iplanet.dpro.session.service.cluster.ClusterStateService
-
Get Servers within Cluster
- getServers(SSOToken) - Static method in class com.sun.identity.common.configuration.ServerConfiguration
-
Returns a set of server instance name (String).
- getServerSelectionList() - Method in class com.iplanet.dpro.session.service.cluster.ClusterStateService
-
Get the Server Selection List, common to all Servers
in Cluster.
- getServerSet(Connection) - Static method in class com.sun.identity.setup.EmbeddedOpenDS
-
Gets list of replicated servers from local OpenDJ directory.
- getServerSite(SSOToken, String) - Static method in class com.sun.identity.common.configuration.ServerConfiguration
-
Returns a site name of which server belongs to.
- getServersList() - Method in class com.iplanet.services.ldap.ServerGroup
-
The list of servers that are defined in this server group.
- getServerStatus() - Method in class com.sun.identity.monitoring.SsoServerServerEntry
-
Getter for the "ServerStatus" variable.
- getServerStatus() - Method in interface com.sun.identity.monitoring.SsoServerServerEntryMBean
-
Getter for the "ServerStatus" variable.
- getServerURI() - Static method in class com.sun.identity.saml.common.SAMLServiceManager
-
Returns server URI.
- getServerURL() - Static method in class com.sun.identity.saml.common.SAMLServiceManager
-
Returns server url.
- getServerURL(String) - Static method in class com.sun.identity.saml.common.SAMLUtils
-
Returns server url of a site.
- getService() - Method in class com.sun.identity.liberty.ws.paos.PAOSRequest
-
Returns the value of the service attribute.
- getService() - Method in class org.forgerock.openam.radius.common.packet.LoginServiceAttribute
-
Returns the service to use to connect the user to the login host.
- getService(String, ProcessInstanceConfig) - Method in interface org.forgerock.openam.selfservice.SelfServiceFactory
-
Creates a new service instance based on the passed service config.
- getService() - Method in class org.forgerock.openam.session.model.AMRootEntity
-
- getService() - Method in class org.forgerock.openam.sts.soap.config.user.SoapDeploymentConfig
-
- getServiceAllURLs(String) - Static method in class com.iplanet.services.naming.WebtopNaming
-
Returns all the URLs of the specified service based on the
servers in platform server list.
- getServiceAllURLs(String) - Static method in class com.sun.identity.common.SystemConfigurationUtil
-
Returns all service urls.
- getServiceAllURLs(String) - Method in class com.sun.identity.configuration.FedLibSystemProperties
-
Returns service all url list.
- getServiceAllURLs(String) - Method in class com.sun.identity.configuration.FedSystemProperties
-
Returns service all url list.
- getServiceAllURLs(String) - Method in class com.sun.identity.configuration.SystemProperties
-
Returns server all urls.
- getServiceAllURLs(String) - Method in interface com.sun.identity.shared.configuration.ISystemProperties
-
Returns server all urls.
- getServiceAttribute(String, String) - Static method in class com.sun.identity.authentication.service.AuthenticationServiceAttributeCache
-
Returns Auth Config Service attributes from cache.
- getServiceAttributeNames(SSOToken, String, SchemaType) - Static method in class com.iplanet.am.sdk.AMServiceUtils
-
Deprecated.
Get attribute names for the specified Service and Schema Type
- getServiceAttributeNames() - Method in class com.sun.identity.sm.ServiceSchema
-
Returns the attribute schemas defined for the service that is not a
status attribute and is not a service attribute.
- getServiceAttributeNames(SchemaType) - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Returns the attribute schemas for the given schema
type excluding status and service identifier attributes.
- getServiceAttributes(String) - Method in interface com.iplanet.am.sdk.AMObject
-
- getServiceAttributes(SSOToken, IdType, String, String, Set) - Method in class com.iplanet.am.sdk.AMSDKRepo
-
- GetServiceAttributes - Class in com.sun.identity.cli.idrepo
-
This command gets service attribute values of an identity.
- GetServiceAttributes() - Constructor for class com.sun.identity.cli.idrepo.GetServiceAttributes
-
- getServiceAttributes(String) - Method in class com.sun.identity.idm.AMIdentity
-
Returns attributes related to a service, if the service is assigned to
the identity.
- getServiceAttributes(SSOToken, IdType, String, String, Set<String>) - Method in class com.sun.identity.idm.IdRepo
-
Returns the attribute values of the service attributes.
- getServiceAttributes(SSOToken, IdType, String, String, Set, String, String) - Method in interface com.sun.identity.idm.IdServices
-
- getServiceAttributes(SSOToken, IdType, String, String, Set) - Method in class com.sun.identity.idm.plugins.database.DatabaseRepo
-
- getServiceAttributes(SSOToken, IdType, String, String, Set) - Method in class com.sun.identity.idm.plugins.files.FilesRepo
-
- getServiceAttributes(SSOToken, IdType, String, String, Set) - Method in class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- getServiceAttributes(SSOToken, IdType, String, String, Set) - Method in class com.sun.identity.idm.plugins.internal.SpecialRepo
-
- getServiceAttributes(SSOToken, IdType, String, String, Set, String, String) - Method in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
- getServiceAttributes(SSOToken, IdType, String, String, Set, String, String, boolean) - Method in class com.sun.identity.idm.server.IdCachedServicesImpl
-
- getServiceAttributes(SSOToken, IdType, String, String, Set, String, String) - Method in class com.sun.identity.idm.server.IdServicesImpl
-
- getServiceAttributes(SSOToken, IdType, String, String, Set, String, String, boolean) - Method in class com.sun.identity.idm.server.IdServicesImpl
-
- getServiceAttributes(String) - Method in class com.sun.identity.sm.OrganizationConfigManager
-
Returns attributes configured for the service.
- getServiceAttributes(SSOToken, IdType, String, String, Set, String, String) - Method in class org.forgerock.openam.idm.IdServicesDecorator
- getServiceAttributes(SSOToken, IdType, String, String, Set<String>) - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
Returns the service attributes in string format for the given identity.
- getServiceAttributes(SSOToken, IdType, String, String, Set<String>) - Method in class org.openidentityplatform.openam.cassandra.Repo
-
- getServiceAttributes_idrepo(String, String, String, String, Set, String, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getServiceAttributes_idrepo(String, String, String, String, Set, String, String) - Method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- getServiceAttributesAscending(String) - Method in class com.sun.identity.idm.AMIdentity
-
Returns attributes related to a service, if the service is assigned
to the identity.
- getServiceAttributesAscending(SSOToken, IdType, String, String, Set, String, String) - Method in interface com.sun.identity.idm.IdServices
-
Non-javadoc, non-public methods
Get the service attributes of the name identity.
- getServiceAttributesAscending(SSOToken, IdType, String, String, Set, String, String) - Method in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
Non-javadoc, non-public methods
Get the service attributes of the name identity.
- getServiceAttributesAscending(SSOToken, IdType, String, String, Set, String, String) - Method in class com.sun.identity.idm.server.IdServicesImpl
-
Non-javadoc, non-public methods
Get the service attributes of the name identity.
- getServiceAttributesAscending(SSOToken, IdType, String, String, Set, String, String) - Method in class org.forgerock.openam.idm.IdServicesDecorator
-
Non-javadoc, non-public methods
Get the service attributes of the name identity.
- getServiceAttributesAscending_idrepo(String, String, String, String, Set, String, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
Non-javadoc, non-public methods
Get the service attributes of the name identity.
- getServiceAttributesAscending_idrepo(String, String, String, String, Set, String, String) - Method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- getServiceAttributesWithQualifier(SSOToken, String) - Static method in class com.iplanet.am.sdk.AMServiceUtils
-
Deprecated.
Method to get the attribute names of a service with CosQualifier.
- getServiceClass(String) - Static method in class com.iplanet.services.naming.WebtopNaming
-
Returns the class of the specified service.
- getServiceConfig(SSOToken, String, SchemaType) - Static method in class com.iplanet.am.sdk.AMServiceUtils
-
Deprecated.
Get service default config from SMS
- getServiceConfig() - Method in class com.sun.identity.authentication.config.AMAuthenticationInstance
-
Returns a ServiceConfig instance which can be used to access
and make changes to the module instance configuration data.
- getServiceConfig(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Returns service configuration attributes.
- getServiceConfig(String) - Method in class com.sun.identity.sm.OrganizationConfigManager
-
Returns the service configuration object for the
given service name.
- getServiceConfig(ForgottenPasswordConsoleConfig, Context, String) - Method in class org.forgerock.openam.selfservice.config.flows.ForgottenPasswordConfigProvider
-
- getServiceConfig(ForgottenUsernameConsoleConfig, Context, String) - Method in class org.forgerock.openam.selfservice.config.flows.ForgottenUsernameConfigProvider
-
- getServiceConfig(UserRegistrationConsoleConfig, Context, String) - Method in class org.forgerock.openam.selfservice.config.flows.UserRegistrationConfigProvider
-
- getServiceConfig(C, Context, String) - Method in interface org.forgerock.openam.selfservice.config.ServiceConfigProvider
-
Provides the self service config for the appropriate flow.
- getServiceConfigManager() - Method in class org.forgerock.openam.authentication.modules.persistentcookie.PersistentCookieModuleWrapper
-
Returns the config manager for the auth service.
- getServiceConfigManager(String, SSOToken) - Method in class org.forgerock.openam.core.CoreServicesWrapper
-
Gets a ServiceConfigManager instance.
- getServiceConfigManager(String, SSOToken) - Method in class org.forgerock.openam.core.CoreWrapper
-
- getServiceConfigManager(Context) - Method in class org.forgerock.openam.core.rest.sms.SmsResourceProvider
-
- getServiceConfigManager(String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Returns the ServiceConfigManager for a service.
- getServiceConfigManager(String, SSOToken) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Returns the ServiceConfigManager for a service.
- getServiceConfigNode(Context, String) - Method in class org.forgerock.openam.core.rest.sms.SmsSingletonProvider
-
- getServiceDescription() - Method in interface com.sun.identity.saml2.jaxb.metadata.AttributeConsumingServiceType
-
Gets the value of the ServiceDescription property.
- getServiceDescription() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceTypeImpl
-
- getServiceDN() - Static method in class com.sun.identity.sm.ServiceManager
-
- getServiceDocument() - Method in class org.forgerock.openam.upgrade.NewServiceWrapper
-
Get the document describing the new service.
- getServiceEndPoint(String) - Static method in class com.sun.identity.jaxrpc.JAXRPCUtil
-
- getServiceHelper(String) - Static method in class org.forgerock.openam.upgrade.ServerUpgrade
-
Returns the upgrade helper for a given service name or null if none is
configured.
- getServiceHierarchy() - Method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Returns the service hierarchy for all registered services.
- getServiceHierarchy() - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Returns the service's hierarchy.
- getServiceID() - Method in class com.iplanet.services.comm.share.NotificationSet
-
Gets the service ID of the NotificationSet request.
- getServiceID() - Method in class com.iplanet.services.comm.share.RequestSet
-
Gets the service ID of the RequestSet.
- getServiceIdSearchFilter() - Method in class com.sun.identity.sm.SMSObject
-
Returns search (LDAP) filter to search for SMS objects
- getServiceInstance() - Method in class com.sun.identity.liberty.ws.disco.ResourceOffering
-
Gets service instance.
- getServiceInstanceUpdate() - Method in class com.sun.identity.liberty.ws.idpp.IDPPServiceManager
-
Gets the service instance update class
- getServiceInstanceUpdateHeader() - Method in class com.sun.identity.liberty.ws.dst.DSTClient
-
Gets the serviceInstanceUpdate header from the SOAP
response message.
- getServiceInstanceUpdateHeader() - Method in class com.sun.identity.liberty.ws.idpp.plugin.IDPPServiceInstanceUpdate
-
Gets the service instance update header.
- getServiceInstanceUpdateHeader() - Method in interface com.sun.identity.liberty.ws.interfaces.ServiceInstanceUpdate
-
Gets the service instance update header.
- getServiceInstanceUpdateHeader() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Returns the ServiceInstanceUpdateHeader.
- getServiceInstanceUpdateHeader() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
Returns ServiceInstanceUpdateHeader.
- getServiceModifications() - Method in class com.sun.identity.sm.ServiceSchemaModifications
-
- getServiceName() - Method in class com.iplanet.am.sdk.AMEntityType
-
Deprecated.
Returns the service name to be used to display entity profile
- getServiceName() - Method in interface com.iplanet.am.sdk.AMTemplate
-
Deprecated.
Gets the name of the service to which this template belongs.
- getServiceName() - Method in class com.iplanet.services.cdm.clientschema.AMClientCapData
-
- getServiceName() - Method in class com.sun.identity.authentication.config.AMAuthenticationSchema
-
Returns the name of the service schema.
- getServiceName() - Method in class com.sun.identity.common.AttributeStruct
-
Returns service name.
- getServiceName(String) - Method in class com.sun.identity.common.BackwardCompSupport
-
- getServiceName() - Method in class com.sun.identity.delegation.DelegationPermission
-
Returns the service name in the permission
- getServiceName(IdType) - Static method in class com.sun.identity.idm.IdUtils
-
Returns the name of service which defines the profile information for
this type.
- getServiceName() - Method in class com.sun.identity.policy.jaas.ISPermission
-
returns the name of the service associated with this ISPermission
.
- getServiceName() - Method in class com.sun.identity.policy.remote.PolicyChangeNotification
-
Returns the service name to which this notification is sent.
- getServiceName() - Method in class com.sun.identity.policy.remote.PolicyListenerRequest
-
Returns the service name on which this listener listens.
- getServiceName() - Method in class com.sun.identity.policy.remote.RemoveListenerRequest
-
Returns the service name on which this listener listens.
- getServiceName() - Method in class com.sun.identity.policy.remote.ResourceResultRequest
-
Returns the service name of the request.
- getServiceName() - Method in interface com.sun.identity.saml2.jaxb.metadata.AttributeConsumingServiceType
-
Gets the value of the ServiceName property.
- getServiceName() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceTypeImpl
-
- getServiceName() - Method in class com.sun.identity.sm.PluginConfig
-
Returns the name of this service configuration.
- getServiceName() - Method in class com.sun.identity.sm.ServiceConfig
-
Returns the name of this service configuration.
- getServiceName() - Method in class com.sun.identity.sm.ServiceInstance
-
Returns the service name.
- getServiceName() - Method in class com.sun.identity.sm.ServiceSchema
-
Returns the name of the service.
- getServiceName() - Method in class com.sun.identity.sm.SMSSchema
-
- getServiceName() - Method in class org.forgerock.openam.upgrade.NewServiceWrapper
-
Get the name of the service associated with this wrapper.
- getServiceName() - Method in class org.forgerock.openam.upgrade.NewSubSchemaWrapper
-
Get the name of the service within which this new sub schema will be
defined.
- getServiceName() - Method in class org.forgerock.openam.upgrade.ServiceSchemaModificationWrapper
-
Returns the name of the service associated with this wrapper
- getServiceName(Document) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Returns the name of a service
- getServiceNameDN(String) - Static method in class com.sun.identity.sm.ServiceManager
-
- getServiceNameDN(String, String) - Static method in class com.sun.identity.sm.ServiceManager
-
- getServiceNameRef() - Method in class com.sun.identity.liberty.ws.disco.Description
-
Gets WSDL service name reference.
- getServiceNames() - Method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Returns the set of name of services that have been loaded to the data
store.
- getServiceNames() - Method in class com.sun.identity.sm.ServiceManager
-
Returns all the service names that have been
registered.
- getServiceNamesAndOCs(String) - Method in class com.sun.identity.sm.ServiceManager
-
Returns a map of service names and the related object classes for the
given schemaType.
- getServiceNode() - Method in class com.sun.identity.sm.SMSSchema
-
- getServicePrincipal() - Method in class com.sun.identity.wss.security.KerberosTokenSpec
-
- getServiceQName() - Method in class org.forgerock.openam.sts.soap.EndpointSpecification
-
- getServiceResourceBundle(Locale) - Static method in class com.sun.identity.common.configuration.AgentConfiguration
-
- getServiceRevision(String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Returns the current service revision number .
- GetServiceRevisionNumber - Class in com.sun.identity.cli.schema
-
Gets service revision number.
- GetServiceRevisionNumber() - Constructor for class com.sun.identity.cli.schema.GetServiceRevisionNumber
-
- getServicesAndOptions() - Method in class com.sun.identity.liberty.ws.paos.PAOSHeader
-
Returns a HashMap containing the services and
corresponding options.
- getServicesBaseURL(HttpServletRequest) - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
Returns the base URL for OpenAM services deployment.
- getServiceSchema(SSOToken) - Static method in class com.sun.identity.authentication.config.AMAuthConfigUtils
-
Returns service schema object for the authentication configuration
subschema.
- getServiceSchema() - Method in class com.sun.identity.cli.schema.SchemaCommand
-
- getServiceSchema(String, String, String) - Method in class com.sun.identity.cli.schema.SchemaCommand
-
- getServiceSchema() - Method in class com.sun.identity.sm.AttributeSchema
-
Returns Service Schema.
- getServiceSchema(String, String, String, SSOToken) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Returns the ServiceSchema of a service.
- getServiceSchemaManager(SSOToken) - Method in class com.iplanet.am.sdk.AMEntityType
-
Deprecated.
Returns the schema manager for the service defined to display this
profile in the console.
- getServiceSchemaManager() - Method in class com.sun.identity.cli.schema.SchemaCommand
-
- getServiceSchemaManager(String) - Method in class com.sun.identity.cli.schema.SchemaCommand
-
- getServiceSchemaManager(String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Returns the ServiceSchemaManager for a service.
- getServiceSchemaManager(String, SSOToken) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Returns the ServiceSchemaManager for a service.
- getServiceSchemas() - Method in class com.sun.identity.sm.OrganizationConfigManager
-
Returns a set of service schemas to be used for
creation of an organization.
- getServiceStatus(String) - Method in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Get the status of the service for this entity (user/group/organization/
organizational unit).
- getServicesToDelete() - Static method in class org.forgerock.openam.upgrade.ServerUpgrade
-
- getServiceSupportedSchemaTypes() - Method in class org.forgerock.openam.core.rest.sms.CoreRestSmsGuiceModule
-
- getServiceTemplateDir(String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Returns the absolute path of the sms template files.
- getServiceType() - Method in class com.sun.identity.liberty.ws.disco.RequestedService
-
Gets service type.
- getServiceType() - Method in class com.sun.identity.liberty.ws.disco.ServiceInstance
-
Gets service type.
- getServiceType() - Method in class com.sun.identity.policy.Rule
-
Deprecated.
Returns service type of this rules.
- getServiceType(String) - Method in class com.sun.identity.policy.ServiceTypeManager
-
Returns a ServiceType object for the given
service name.
- getServiceType() - Method in class com.sun.identity.sm.ServiceSchema
-
Returns the schema type.
- getServiceType() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the service type.
- getServiceType() - Method in class org.forgerock.openam.radius.common.packet.ServiceTypeAttribute
-
Return the contained service type value.
- getServiceTypeName() - Method in class com.sun.identity.delegation.plugins.DelegationPolicyImpl
-
Gets the service type name for which this listener wants to get
notifications
- getServiceTypeName() - Method in interface com.sun.identity.policy.interfaces.PolicyListener
-
Deprecated.
Returns the service type name for which this listener wants to get
notifications
- getServiceTypeName() - Method in class com.sun.identity.policy.PolicyDecisionCacheListener
-
The implementation for the PolicyListener interface method
gets the service name on which the listener listens.
- getServiceTypeName() - Method in class com.sun.identity.policy.remote.PolicyListenerRequest
-
Returns the service name on which the listener listens.
- getServiceTypeName() - Method in class com.sun.identity.policy.Rule
-
Deprecated.
Returns the service name for which the rule has been created.
- getServiceTypeNames() - Method in class com.sun.identity.entitlement.ExactMatchResourceName
-
- getServiceTypeNames() - Method in class com.sun.identity.entitlement.RegExResourceName
-
- getServiceTypeNames() - Method in class com.sun.identity.policy.plugins.SuffixResourceName
-
- getServiceTypeNames() - Method in class com.sun.identity.policy.ServiceTypeManager
-
Returns a set of service names that have policy privileges.
- getServiceTypeNames() - Method in class org.forgerock.openam.shared.resourcename.BasePrefixResourceName
-
- getServiceTypeNames() - Method in interface org.forgerock.openam.shared.resourcename.BaseResourceName
-
Returns the service type names for which the resource name
object can be used.
- getServiceURI() - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Returns the service URI
- getServiceUri(OAuthConf, String, String) - Method in class org.forgerock.openam.authentication.modules.oauth2.service.DefaultServiceUrlProvider
-
- getServiceUri(OAuthConf, String, String) - Method in class org.forgerock.openam.authentication.modules.oauth2.service.ESIAServiceUrlProvider
-
- getServiceUri(OAuthConf, String, String) - Method in interface org.forgerock.openam.authentication.modules.oauth2.service.ServiceUrlProvider
-
- getServiceURL(String, String, String, String, String) - Static method in class com.iplanet.services.naming.WebtopNaming
-
Returns the URL of the specified service on the specified
host.
- getServiceURL(String, URL, boolean) - Static method in class com.iplanet.services.naming.WebtopNaming
-
Returns the URL of the specified service on the specified host.
- getServiceURL(String, String, String, String, boolean) - Static method in class com.iplanet.services.naming.WebtopNaming
-
Returns the URL of the specified service on the specified host.
- getServiceURL(String, String, String, String, String, boolean) - Static method in class com.iplanet.services.naming.WebtopNaming
-
Returns the URL of the specified service on the specified host.
- getServiceURL(String, String, String, int, String) - Static method in class com.sun.identity.common.SystemConfigurationUtil
-
Returns the URL of the specified service on the specified host.
- getServiceURL(String, String, String, int, String) - Method in class com.sun.identity.configuration.FedLibSystemProperties
-
Returns the URL of the specified service on the specified host.
- getServiceURL(String, String, String, int, String) - Method in class com.sun.identity.configuration.FedSystemProperties
-
Returns the URL of the specified service on the specified host.
- getServiceURL(String, String, String, int, String) - Method in class com.sun.identity.configuration.SystemProperties
-
Returns the URL of the specified service on the specified host.
- getServiceURL(String, String, String, int, String) - Method in interface com.sun.identity.shared.configuration.ISystemProperties
-
Returns the URL of the specified service on the specified host.
- getServiceUrlProvider() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getServiceVersion() - Method in class com.sun.identity.sm.SMSSchema
-
- getServiceVersions(String) - Method in class com.sun.identity.sm.ServiceManager
-
Returns all versions supported by the service.
- getServletConfig() - Method in class org.forgerock.openam.rest.service.RestletServiceServlet
- getServletContext() - Method in class com.sun.identity.authentication.service.AuthD
-
Returns the Servlet Context.
- getServletContext() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
- getServletContext() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteSession
-
Returns the Servlet Context, either from local object
pre serialization or the stored value post serialization.
- getServletContext() - Method in class org.forgerock.openam.rest.service.RestletServiceServlet
- getServletInfo() - Method in class com.sun.identity.multiprotocol.MultiProtocolRelayServlet
-
Returns a short description of the servlet.
- getServletInfo() - Method in class com.sun.identity.wsfederation.servlet.WSFederationServlet
-
Returns a short description of the servlet.
- getServletInfo() - Method in class com.sun.identity.wss.sts.SecurityTokenService
-
Returns a short description of the servlet.
- getServletInfo() - Method in class org.forgerock.openam.rest.service.RestletServiceServlet
- getServletName() - Method in class org.forgerock.openam.rest.service.RestletServiceServlet
- getServletPath() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
The default behavior of this method is to return getServletPath()
on the wrapped request object.
- getServletRequest() - Method in class com.sun.identity.saml2.profile.AuthnRequestInfo
-
Returns the HttpServletRequest object
- getServletRequest() - Method in class com.sun.identity.saml2.profile.ManageNameIDRequestInfo
-
Returns the HttpServletRequest object.
- getServletResponse() - Method in class com.sun.identity.saml2.profile.AuthnRequestInfo
-
Returns the HttpServletResponse parameter value.
- getServletResponse() - Method in class com.sun.identity.saml2.profile.ManageNameIDRequestInfo
-
Returns the HttpServletResponse parameter value.
- getSession(SessionID) - Method in class com.iplanet.dpro.session.service.AuthenticationSessionStore
-
Lookup the Session based on its Session ID.
- getSession(SessionID) - Static method in class com.iplanet.dpro.session.Session
-
- getSession() - Method in class com.iplanet.dpro.session.SessionEvent
-
Gets the session object which emitted this event.
- GetSession - Static variable in class com.iplanet.dpro.session.share.SessionRequest
-
- getSession(String) - Static method in class com.sun.identity.authentication.service.AuthD
-
Returns the session associated with a session ID.
- getSession(SessionID) - Static method in class com.sun.identity.authentication.service.AuthD
-
Returns the session associated with a session ID.
- getSession(HttpServletRequest) - Method in class com.sun.identity.authentication.service.AuthD
-
Returns the session associated with an HTTP Servlet Request.
- getSession(AuthContextLocal) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- getSession() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns session, Returns null if session state is INACTIVE
or DESTROYED.
- getSession(String, String) - Method in class com.sun.identity.federation.services.FSSessionManager
-
Returns session with sessionID for userID.
- getSession(List, String) - Method in class com.sun.identity.federation.services.FSSessionManager
-
Returns the session in sessions whose session index is
sessionIndex.
- getSession(Object) - Method in class com.sun.identity.federation.services.FSSessionManager
-
Returns session associated with token.
- getSession(String) - Method in class com.sun.identity.plugin.session.impl.FedletSessionProvider
-
May be used by both SP and IDP side for getting an existing
session given an session ID.
- getSession(HttpServletRequest) - Method in class com.sun.identity.plugin.session.impl.FedletSessionProvider
-
May be used by both SP and IDP side for getting an existing
session given a browser initiated HTTP request.
- getSession(String) - Method in class com.sun.identity.plugin.session.impl.FMSessionProvider
-
May be used by both SP and IDP side for getting an existing
session given an session ID.
- getSession(HttpServletRequest) - Method in class com.sun.identity.plugin.session.impl.FMSessionProvider
-
May be used by both SP and IDP side for getting an existing
session given a browser initiated HTTP request.
- getSession(String) - Method in interface com.sun.identity.plugin.session.SessionProvider
-
Returns the corresponding session object.
- getSession(HttpServletRequest) - Method in interface com.sun.identity.plugin.session.SessionProvider
-
Returns the corresponding session object.
- getSession(HttpServletRequest, HttpServletResponse) - Method in class com.sun.identity.saml2.plugins.DefaultIDPECPSessionMapper
-
Returns user valid session.
- getSession(HttpServletRequest, HttpServletResponse) - Method in interface com.sun.identity.saml2.plugins.IDPECPSessionMapper
-
Returns user valid session.
- getSession() - Method in class com.sun.identity.saml2.profile.IDPSession
-
Returns the session object.
- getSession() - Method in class com.sun.identity.saml2.profile.ManageNameIDRequestInfo
-
Returns the session parameter value.
- getSession() - Method in class org.forgerock.oauth2.core.OAuth2Request
-
Gets the user's session for this request.
- getSession(boolean) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
The default behavior of this method is to return getSession(boolean create)
on the wrapped request object.
- getSession() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
The default behavior of this method is to return getSession()
on the wrapped request object.
- getSession() - Method in class org.forgerock.openam.saml2.IDPSSOFederateRequest
-
Gets the current session.
- getSession(SessionID) - Method in class org.forgerock.openam.session.service.SessionAccessManager
-
Get the Session based on the SessionId.
- getSession(SessionID) - Method in class org.forgerock.openam.session.SessionCache
-
Returns a session based on a Session ID object.
- getSession(SessionID, boolean) - Method in class org.forgerock.openam.session.SessionCache
-
Returns a Session based on a Session ID object.
- getSession(SessionID, boolean, boolean) - Method in class org.forgerock.openam.session.SessionCache
-
This function will get a session based on the session id.
- getSession() - Static method in class org.openidentityplatform.openam.cassandra.Cluster
-
- getSessionActiveCount() - Method in class com.sun.identity.monitoring.SsoServerSessSvc
-
Getter for the "SessionActiveCount" variable.
- getSessionActiveCount() - Method in interface com.sun.identity.monitoring.SsoServerSessSvcMBean
-
Getter for the "SessionActiveCount" variable.
- getSessionAveSessSize() - Method in class com.sun.identity.monitoring.SsoServerSessSvc
-
Getter for the "SessionAveSessSize" variable.
- getSessionAveSessSize() - Method in interface com.sun.identity.monitoring.SsoServerSessSvcMBean
-
Getter for the "SessionAveSessSize" variable.
- getSessionBlacklist(CTSBlacklist<Session>, SessionServiceConfig) - Static method in class org.forgerock.openam.core.guice.CoreGuiceModule
-
- getSessionBlacklistCacheSize() - Method in class com.iplanet.dpro.session.service.SessionServiceConfig
-
Maximum number of blacklisted sessions to cache in memory on each server.
- getSessionBlacklistPollInterval(TimeUnit) - Method in class com.iplanet.dpro.session.service.SessionServiceConfig
-
The interval at which to poll for changes to the session blacklist.
- getSessionBlacklistPurgeDelay(TimeUnit) - Method in class com.iplanet.dpro.session.service.SessionServiceConfig
-
Amount of time to keep sessions in the blacklist beyond their expiry time to account for clock skew.
- getSessionContext() - Method in class com.sun.identity.liberty.ws.security.ResourceAccessStatement
-
Gets the SessionContext from this
ResourceAccessStatement object.
- getSessionContext() - Method in class com.sun.identity.liberty.ws.security.SessionContextStatement
-
Returns the SessionContext in the
SessionContextStatement.
- getSessionContext() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteSession
-
Deprecated.
- GetSessionCount - Static variable in class com.iplanet.dpro.session.share.SessionRequest
-
- getSessionCreatedCount() - Method in class com.sun.identity.monitoring.SsoServerSessSvc
-
Getter for the "SessionCreatedCount" variable.
- getSessionCreatedCount() - Method in interface com.sun.identity.monitoring.SsoServerSessSvcMBean
-
Getter for the "SessionCreatedCount" variable.
- getSessionDomain() - Method in class com.iplanet.dpro.session.SessionID
-
Gets the domain where this session belongs to.
- getSessionEventURLs() - Method in class com.iplanet.dpro.session.service.InternalSession
-
Returns the URL of the Session events and the associated master and
restricted token ids.
- getSessionEventUrls() - Method in class com.iplanet.dpro.session.share.SessionInfo
-
- getSessionExpiryGracePeriod(TimeUnit) - Method in class org.forgerock.openam.cts.CoreTokenConfig
-
- getSessionFailoverClusterStateCheckPeriod() - Method in class com.iplanet.dpro.session.service.SessionServiceConfig
-
Returns value of amSession.xml property "com.iplanet.am.session.failover.cluster.stateCheck.period" (milliseconds).
- getSessionFailoverClusterStateCheckTimeout() - Method in class com.iplanet.dpro.session.service.SessionServiceConfig
-
Returns value of amSession.xml property "com.iplanet.am.session.failover.cluster.stateCheck.timeout" (milliseconds).
- getSessionFromAuthNResponse(String) - Method in interface org.forgerock.openam.sts.token.AMTokenParser
-
- getSessionFromAuthNResponse(String) - Method in class org.forgerock.openam.sts.token.AMTokenParserImpl
-
- getSessionHandle() - Method in class com.iplanet.dpro.session.service.InternalSession
-
Returns the session handle.
- getSessionHandle() - Method in class org.forgerock.openam.dpro.session.PartialSession
-
Returns the session handle associated with this partial session.
- getSessionId() - Method in class com.iplanet.am.util.CLILogin
-
- getSessionID() - Method in class com.iplanet.dpro.session.service.InternalSession
-
Return the SessionID object which represents this InternalSession.
- getSessionID() - Method in class com.iplanet.dpro.session.Session
-
- getSessionID() - Method in class com.iplanet.dpro.session.share.SessionInfo
-
Session id
- getSessionID() - Method in class com.iplanet.dpro.session.share.SessionRequest
-
Returns the session ID.
- getSessionID() - Method in class com.iplanet.services.comm.share.Request
-
Gets the session ID of the request.
- getSessionId() - Method in class com.iplanet.services.naming.share.NamingRequest
-
Gets the session ID.
- getSessionId() - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Returns a unique key for this authentication session.
- getSessionID() - Method in class com.sun.identity.federation.services.FSSession
-
Returns session ID.
- getSessionID(Object) - Method in class com.sun.identity.plugin.session.impl.FedletSessionProvider
-
The returned session ID should be unique and not
change during the lifetime of this session.
- getSessionID(Object) - Method in class com.sun.identity.plugin.session.impl.FMSessionProvider
-
The returned session ID should be unique and not
change during the lifetime of this session.
- getSessionID(Object) - Method in interface com.sun.identity.plugin.session.SessionProvider
-
Returns session ID.
- getSessionId(HttpServletRequest) - Static method in class com.sun.identity.session.util.SessionUtils
-
Returns a SessionID string based on a HttpServletRequest object or null
if session id is not present or there was an error.
- getSessionId() - Method in interface org.forgerock.oauth2.core.AccessToken
-
Gets the token's associated session id.
- getSessionId() - Method in class org.forgerock.oauth2.core.AuthorizationCode
-
Gets the session id of the authenticating session.
- getSessionId() - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Gets the session id used to create the authorisation code
- getSessionID() - Method in interface org.forgerock.openam.core.rest.authn.core.AuthenticationContext
-
Returns the Session ID for the login process.
- getSessionId() - Method in class org.forgerock.openam.core.rest.authn.core.LoginConfiguration
-
Returns the session id for the current login process.
- getSessionID() - Method in class org.forgerock.openam.core.rest.authn.core.wrappers.AuthContextLocalWrapper
-
Returns the Session ID for the login process.
- getSessionId() - Method in class org.forgerock.openam.oauth2.StatelessAccessToken
-
- getSessionID() - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSession
-
- getSessionId() - Method in class org.forgerock.openam.sts.soap.OpenAMSessionTokenCallback
-
- getSessionId() - Method in class org.forgerock.openam.sts.token.model.OpenAMSessionToken
-
- getSessionId() - Method in class org.forgerock.openam.sts.user.invocation.OpenAMTokenState
-
- getSessionIDCorrector() - Static method in class com.iplanet.services.naming.WebtopNaming
-
When server/site configuration changes, Sessions issued against the previous configuration
will be out of date and refer to an invalid configuration.
- getSessionIDCorrector() - Method in class com.iplanet.services.naming.WebtopNamingQuery
-
- getSessionIdForContext(ValidationInvocationContext) - Method in interface org.forgerock.openam.sts.token.ThreadLocalAMTokenCache
-
- getSessionIdForContext(ValidationInvocationContext) - Method in class org.forgerock.openam.sts.token.ThreadLocalAMTokenCacheImpl
-
- getSessionIDFromRequest(HttpServletRequest) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Returns the Session ID for this request.
- getSessionIDFromRequest(HttpServletRequest) - Method in class org.forgerock.openam.core.CoreServicesWrapper
-
Gets the Session Id from the HttpServletRequest.
- getSessionIndex() - Method in class com.sun.identity.federation.message.FSAuthenticationStatement
-
Deprecated.
Returns the value of SessionIndex attribute.
- getSessionIndex() - Method in class com.sun.identity.federation.message.FSLogoutNotification
-
Deprecated.
Returns value of SessionIndex attribute.
- getSessionIndex() - Method in class com.sun.identity.federation.services.FSSession
-
Returns session index.
- getSessionIndex() - Method in interface com.sun.identity.saml2.assertion.AuthnStatement
-
Returns the value of the SessionIndex attribute.
- getSessionIndex() - Method in class com.sun.identity.saml2.assertion.impl.AuthnStatementImpl
-
Returns the value of the SessionIndex attribute.
- getSessionIndex() - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthnStatementType
-
Gets the value of the sessionIndex property.
- getSessionIndex() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementTypeImpl
-
- getSessionIndex(Object) - Static method in class com.sun.identity.saml2.profile.IDPSSOUtil
-
Returns the session index of an IDPSession
- getSessionIndex() - Method in class com.sun.identity.saml2.profile.ResponseInfo
-
Returns the SessionIndex.
- getSessionIndex() - Method in interface com.sun.identity.saml2.protocol.AuthnQuery
-
Returns the value of the SessionIndex attribute.
- getSessionIndex() - Method in class com.sun.identity.saml2.protocol.impl.AuthnQueryImpl
-
Returns the value of the SessionIndex attribute.
- getSessionIndex() - Method in class com.sun.identity.saml2.protocol.impl.LogoutRequestImpl
-
Returns the value of the SessionIndex property.
- getSessionIndex() - Method in interface com.sun.identity.saml2.protocol.LogoutRequest
-
Returns the value of the SessionIndex property.
- getSessionIndex() - Method in class org.forgerock.openam.authentication.modules.saml2.SAML2ResponseData
-
Get the session index.
- getSessionInfo(SessionID, boolean) - Method in class com.iplanet.dpro.session.monitoring.MonitoredOperations
-
- getSessionInfo(SessionID, boolean) - Method in interface com.iplanet.dpro.session.operations.SessionOperations
-
Get the Session Info Object from the Session ID.
- getSessionInfo(SessionID, boolean) - Method in class com.iplanet.dpro.session.operations.strategies.ClientSdkOperations
-
- getSessionInfo(SessionID, boolean) - Method in class com.iplanet.dpro.session.operations.strategies.LocalOperations
-
- getSessionInfo(SessionID, boolean) - Method in class com.iplanet.dpro.session.operations.strategies.StatelessOperations
-
- getSessionInfo(SessionID, boolean) - Method in class com.iplanet.dpro.session.service.SessionService
-
Returns the Session information.
- getSessionInfo() - Method in class com.iplanet.dpro.session.share.SessionNotification
-
Returns the session information.
- getSessionInfo() - Method in class com.iplanet.dpro.session.share.SessionResponse
-
Returns the SessionInfo.
- getSessionInfo(InternalSession, SessionID) - Method in class com.iplanet.dpro.session.utils.SessionInfoFactory
-
Generates a SessionInfo which is a summary state of the Session used to
refresh remote instances of a Session.
- getSessionInfo(String) - Method in class org.forgerock.openam.session.stateless.cache.StatelessJWTCache
-
- getSessionInfo(SessionID) - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSessionManager
-
Will create the SessionInfo from the JWT contained within the
SessionID.
- GetSessionInfoActionHandler - Class in org.forgerock.openam.core.rest.session.action
-
Handler for 'getSessionInfo' action.
- GetSessionInfoActionHandler(SessionResourceUtil, PartialSessionFactory) - Constructor for class org.forgerock.openam.core.rest.session.action.GetSessionInfoActionHandler
-
Constructs a GetSessionInfoActionHandler instance.
- getSessionList(String) - Method in class com.sun.identity.federation.services.FSSessionManager
-
Returns list of sessions associated with userID.
- getSessionNotifCount() - Method in class com.sun.identity.monitoring.SsoServerSessSvc
-
Getter for the "SessionNotifCount" variable.
- getSessionNotifCount() - Method in class com.sun.identity.monitoring.SsoServerSessSvcImpl
-
Getter for the "SessionNotifCount" variable.
- getSessionNotifCount() - Method in interface com.sun.identity.monitoring.SsoServerSessSvcMBean
-
Getter for the "SessionNotifCount" variable.
- getSessionNotifListnrCount() - Method in class com.sun.identity.monitoring.SsoServerSessSvc
-
Getter for the "SessionNotifListnrCount" variable.
- getSessionNotifListnrCount() - Method in interface com.sun.identity.monitoring.SsoServerSessSvcMBean
-
Getter for the "SessionNotifListnrCount" variable.
- getSessionNotOnOrAfter() - Method in interface com.sun.identity.saml2.assertion.AuthnStatement
-
Returns the value of the SessionNotOnOrAfter attribute.
- getSessionNotOnOrAfter() - Method in class com.sun.identity.saml2.assertion.impl.AuthnStatementImpl
-
Returns the value of the SessionNotOnOrAfter attribute.
- getSessionNotOnOrAfter() - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthnStatementType
-
Gets the value of the sessionNotOnOrAfter property.
- getSessionNotOnOrAfter() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementTypeImpl
-
- getSessionObjectList(String, String, String) - Static method in class com.sun.identity.federation.services.logout.FSLogoutUtil
-
Gets the list of the principal's active sessionID
that is maintained by FSSessionManager.
- getSessionPartners() - Method in class com.sun.identity.federation.services.FSSession
-
Returns list of session partners.
- getSessionPartners(HttpServletRequest) - Static method in class com.sun.identity.saml2.profile.IDPProxyUtil
-
- getSessionPartners(SOAPMessage) - Static method in class com.sun.identity.saml2.profile.IDPProxyUtil
-
- getSessionPartners() - Method in class com.sun.identity.saml2.profile.IDPSession
-
Returns list of session partners.
- GetSessionPropertiesActionHandler - Class in org.forgerock.openam.core.rest.session.action
-
Handler for 'getSessionProperties' action.
- GetSessionPropertiesActionHandler(SessionPropertyWhitelist, SessionResourceUtil) - Constructor for class org.forgerock.openam.core.rest.session.action.GetSessionPropertiesActionHandler
-
Constructs a GetSessionPropertiesActionHandler instance
- getSessionProperty(String, AuthContextLocal) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- getSessionQueryType(String) - Method in class org.forgerock.openam.core.rest.session.query.SessionQueryFactory
-
Implementation is currently hard-coded to return the RemoteSessionQuery.
- getSessionResourceAuthzModule(SSOTokenManager, CrestPrivilegeAuthzModule, AdminOnlyAuthzModule) - Method in class org.forgerock.openam.core.rest.session.CoreRestSessionGuiceModule
-
- getSessionRetrievalTimeout() - Method in class com.iplanet.dpro.session.service.SessionServiceConfig
-
Returns value of amSession.xml property "iplanet-am-session-session-list-retrieval-timeout" (seconds).
- getSessionRootSuffix() - Method in class com.sun.identity.sm.jaxrpc.SMSJAXRPCObject
-
Returns the session root suffix (i.e., base DN) for the SMS objects.
- getSessionServer() - Method in class com.iplanet.dpro.session.SessionID
-
Gets the session server name in this object.
- getSessionServerID() - Method in class com.iplanet.dpro.session.SessionID
-
Gets the session server id in this object.
- getSessionServerPort() - Method in class com.iplanet.dpro.session.SessionID
-
Gets the session server port in this object
- getSessionServerProtocol() - Method in class com.iplanet.dpro.session.SessionID
-
Returns the session server name in this object.
- getSessionServerURI() - Method in class com.iplanet.dpro.session.SessionID
-
Returns the session server path in this object.
- getSessionServerURL() - Method in class com.iplanet.dpro.session.SessionID
-
Returns the session server URL in this object.
- getSessionServiceURL() - Method in class com.iplanet.dpro.session.Session
-
Gets the Session Service URL for this session object.
- getSessionServiceURL(String, String, String, String) - Method in class org.forgerock.openam.session.SessionServiceURLService
-
Returns Session Service URL.
- getSessionServiceURL(String) - Method in class org.forgerock.openam.session.SessionServiceURLService
-
Returns Session Service URL for a given server ID.
- getSessionServiceURL(SessionID) - Method in class org.forgerock.openam.session.SessionServiceURLService
-
Returns Session Service URL for a Session ID.
- getSessionsForGivenUUID() - Method in class com.iplanet.dpro.session.share.SessionResponse
-
Returns the Session Information for a User.
- getSessionSubject() - Method in class com.sun.identity.liberty.ws.security.SessionContext
-
Returns the SessionSubject within the
SessionContext object.
- getSessionSubjectOrganisations(SessionID) - Method in class org.forgerock.openam.session.authorisation.SessionChangeAuthorizer
-
Gets the organisations assigned to the session subject
- getSessionType() - Method in class com.iplanet.dpro.session.share.SessionInfo
-
Session type
- getSessionValidationsCount() - Method in class com.sun.identity.monitoring.SsoServerSessSvc
-
Getter for the "SessionValidationsCount" variable.
- getSessionValidationsCount() - Method in interface com.sun.identity.monitoring.SsoServerSessSvcMBean
-
Getter for the "SessionValidationsCount" variable.
- getSessionWindowSize() - Method in class com.iplanet.dpro.session.monitoring.SessionMonitoringService
-
Returns the maximum size of the policy window, as read from
MonitoringUtil.
- getSessionWindowSize() - Static method in class com.sun.identity.monitoring.Agent
-
Return the size of the session window to configure.
- getSessionWindowSize() - Static method in class com.sun.identity.monitoring.MonitoringUtil
-
- getSessSvcGroup() - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
- getSessSvcMBean() - Static method in class com.sun.identity.monitoring.Agent
-
Return the pointer to the session service mbean
- getSet(JSONObject, String) - Static method in class com.sun.identity.shared.JSONUtils
-
- getSet_13() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- getSet_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_RequestStruct
-
- getSet_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_RequestStruct
-
- getSet_2() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion_RequestStruct
-
- getSet_2() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_RequestStruct
-
- getSet_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_RequestStruct
-
- getSet_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_RequestStruct
-
- getSet_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_RequestStruct
-
- getSet_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_RequestStruct
-
- getSet_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_RequestStruct
-
- getSet_3() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_RequestStruct
-
- getSet_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct
-
- getSet_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct
-
- getSet_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct
-
- getSet_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct
-
- getSet_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct
-
- getSet_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct
-
- getSet_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct
-
- getSet_6() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- getSet_8() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct
-
- getSet_8() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct
-
- getSet_8() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct
-
- getSetAttribute(ServiceConfig, String) - Static method in class org.forgerock.openam.utils.ServiceConfigUtils
-
- getSetCopy(Set) - Static method in class com.iplanet.am.sdk.AMCommonUtils
-
Deprecated.
- getSetCopy(Set) - Static method in class com.iplanet.am.sdk.common.MiscUtils
-
- getSetProperty(String) - Method in class org.forgerock.oauth2.core.StatefulToken
-
- getSetting(String, String) - Method in interface org.forgerock.openam.utils.OpenAMSettings
-
Gets the raw Set of the values of the specified attribute name in the given realm.
- getSetting(String, String) - Method in class org.forgerock.openam.utils.OpenAMSettingsImpl
-
Gets the raw Set of the values of the specified attribute name in the given realm.
- getSFailureAverage() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntry
-
Getter for the "SFailureAverage" variable.
- getSFailureAverage() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryImpl
-
Gets the average failure rate of the given CTS operation in the current period.
- getSFailureAverage() - Method in interface org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryMBean
-
Getter for the "SFailureAverage" variable.
- getSFailureCount() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntry
-
Getter for the "SFailureCount" variable.
- getSFailureCount() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryImpl
-
Gets the cumulative count for the specified CTS operation.
- getSFailureCount() - Method in interface org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryMBean
-
Getter for the "SFailureCount" variable.
- getSFailureMaximum() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntry
-
Getter for the "SFailureMaximum" variable.
- getSFailureMaximum() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryImpl
-
Gets the maximum failure rate of the specified CTS operation.
- getSFailureMaximum() - Method in interface org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryMBean
-
Getter for the "SFailureMaximum" variable.
- getSFailureMinimum() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntry
-
Getter for the "SFailureMinimum" variable.
- getSFailureMinimum() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryImpl
-
Gets the minimum failure rate of the given CTS operation in the current period.
- getSFailureMinimum() - Method in interface org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryMBean
-
Getter for the "SFailureMinimum" variable.
- getSharedSecret(String) - Method in class org.forgerock.openam.authentication.modules.oath.plugins.DefaultSharedSecretProvider
-
Processes the shared secret value retrieved for the user.
- getSharedSecret(String) - Method in interface org.forgerock.openam.authentication.modules.oath.plugins.SharedSecretProvider
-
Takes the non-empty shared secret that is retrieved for a user and implements any processing needed for to
return the byte array of the string value.
- getSharedSecret() - Method in class org.forgerock.openam.core.rest.devices.oath.OathDeviceSettings
-
Get the secret value which is shared between the OATH device and an authenticating module.
- getSharedSecret() - Method in class org.forgerock.openam.core.rest.devices.push.PushDeviceSettings
-
Get the secret value which is shared between the OATH device and an authenticating module.
- getSharedSMDataLayerAccessor() - Static method in class com.sun.identity.sm.ldap.CTSDataLayer
-
Allow restricted Access by specific Class Caller without using
Java Security.
- getSharedState() - Method in class com.sun.identity.authentication.service.LoginState
-
The shared state map.
- getShortName() - Method in exception org.forgerock.openam.entitlement.NameAlreadyRegisteredException
-
Returns the short name that was already registered.
- getShortName(EntitlementRegistry, EntitlementCondition) - Method in class org.forgerock.openam.entitlement.rest.model.json.EntitlementConditionTypeIdResolver
-
- getShortName(EntitlementRegistry, T) - Method in class org.forgerock.openam.entitlement.rest.model.json.EntitlementsRegistryTypeIdResolver
-
Get the short name for the given type.
- getShortName(EntitlementRegistry, EntitlementSubject) - Method in class org.forgerock.openam.entitlement.rest.model.json.EntitlementSubjectTypeIdResolver
-
- getShortName(EntitlementRegistry, ResourceAttribute) - Method in class org.forgerock.openam.entitlement.rest.model.json.ResourceAttributeTypeIdResolver
-
- getShortOptionName(String) - Method in class com.sun.identity.cli.SubCommand
-
Returns short argument/option name given its long name.
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.AllowEvaluateForAgentsUpgradeStep
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.CopyJavaCryptoExtKeyStoreStep
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.DelegationConfigUpgradeStep
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.EnableGenericRepoStep
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.MakeExplicitDefaultKeyStoreTypeStep
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.MigrateAgentGroups
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.MigrateValidGotoSetting
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.policy.conditions.OldPolicyConditionMigrationUpgradeStep
-
Returns a short report for this upgrade step that should be suitable for the upgrade screen.
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.policy.policysets.UpdateOAuth2PolicySetsStep
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.policy.UpgradeResourceTypeStep
-
Returns a short report for this upgrade step that should be suitable for the upgrade screen.
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.PostAuthenticationPluginUpgradeStep
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.RemoveNetscapeLDAPStep
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.RemoveRedundantDefaultApplication
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.RemoveReferralsStep
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.RemoveSessionServiceSubSchemaStep
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.ResavePoliciesStep
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.ResourceSetPolicyUrlUpgradeStep
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.SchemaXmlAttributeUpgradeStep
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.scripting.ScriptedAuthModulesStep
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.scripting.ScriptingSchemaStep
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.TwoStepVerificationSettingUpgrade
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.UmaApplicationSubjectsStep
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.UpgradeAgentServiceStep
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.UpgradeAuditServiceStep
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.UpgradeCTSMaxConnectionsConfigurationStep
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.UpgradeDirectoryContentStep
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.UpgradeEntitlementsStep
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.UpgradeEntitlementSubConfigsStep
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.UpgradeExternalCTSConfigurationStep
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.UpgradeIdRepoSubConfigs
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.UpgradeLDAPAuthModulesStep
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.UpgradeOAuth2AuthModulesStep
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.UpgradeOAuth2ClientStep
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.UpgradeOAuth2ProviderStep
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.UpgradeServerDefaultsStep
-
- getShortReport(String) - Method in class org.forgerock.openam.upgrade.steps.UpgradeServiceSchemaStep
-
- getShortReport(String) - Method in interface org.forgerock.openam.upgrade.steps.UpgradeStep
-
Returns a short report for this upgrade step that should be suitable for the upgrade screen.
- getSibling() - Method in class org.forgerock.openam.entitlement.utils.indextree.treenodes.BasicTreeNode
-
- getSibling() - Method in interface org.forgerock.openam.entitlement.utils.indextree.treenodes.TreeNode
-
- getSid() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns Session ID.
- getSidFromURL(HttpServletRequest) - Static method in class com.iplanet.dpro.session.share.SessionEncodeURL
-
Checks whether the encoded URL has session id or not.
- getSidFromURL(HttpServletRequest, String) - Static method in class com.iplanet.dpro.session.share.SessionEncodeURL
-
Checks whether the encoded URL has session id or not.
- getSigInstance() - Static method in class com.sun.identity.saml2.xmlsig.SigManager
-
Gets the instance of SigProvider
- getSignature() - Method in class com.sun.identity.authentication.spi.X509CertificateCallback
-
Returns the signature.
- getSignature() - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Gets the Signature element of the Assertion.
- getSignature() - Method in class com.sun.identity.saml.protocol.AbstractRequest
-
Gets 0 or 1 of Signature in the Request.
- getSignature() - Method in class com.sun.identity.saml.protocol.AbstractResponse
-
Gets the signature of the Response.
- getSignature() - Method in interface com.sun.identity.saml2.assertion.Assertion
-
Returns the signature of the assertion
- getSignature() - Method in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
Returns the signature of the assertion
- getSignature() - Method in interface com.sun.identity.saml2.jaxb.assertion.AssertionType
-
Gets the value of the signature property.
- getSignature() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionTypeImpl
-
- getSignature() - Method in interface com.sun.identity.saml2.jaxb.entityconfig.EntityConfigType
-
Gets the value of the signature property.
- getSignature() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.EntityConfigTypeImpl
-
- getSignature() - Method in interface com.sun.identity.saml2.jaxb.metadata.AffiliationDescriptorType
-
Gets the value of the signature property.
- getSignature() - Method in interface com.sun.identity.saml2.jaxb.metadata.EntitiesDescriptorType
-
Gets the value of the signature property.
- getSignature() - Method in interface com.sun.identity.saml2.jaxb.metadata.EntityDescriptorType
-
Gets the value of the signature property.
- getSignature() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorTypeImpl
-
- getSignature() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntitiesDescriptorTypeImpl
-
- getSignature() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl
-
- getSignature() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl
-
- getSignature() - Method in interface com.sun.identity.saml2.jaxb.metadata.RoleDescriptorType
-
Gets the value of the signature property.
- getSignature() - Method in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
Returns the Signature Object as a string.
- getSignature() - Method in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
Returns the signature element, the StatusResponse contains
as String.
- getSignature() - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
-
Returns the Signature Object as a string.
- getSignature() - Method in interface com.sun.identity.saml2.protocol.StatusResponse
-
Returns the signature element, the StatusResponse contains
as String.
- getSignature() - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.FederationConfigType
-
Gets the value of the signature property.
- getSignature() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.FederationConfigTypeImpl
-
- getSignatureAlgorithm() - Method in class com.sun.identity.wss.sts.STSClientConfiguration
-
- getSignatureAlgorithm() - Method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig
-
- getSignatureKeyAlias() - Method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig
-
- getSignatureKeyAlias() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
-
Gets the signature key alias.
- getSignatureKeyAlias() - Method in class org.forgerock.openam.sts.soap.config.user.SoapSTSKeystoreConfig
-
- getSignatureKeyPassword() - Method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig
-
- getSignatureKeyPassword() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
-
Gets the signature key password.
- getSignatureKeyPassword() - Method in class org.forgerock.openam.sts.soap.config.user.SoapSTSKeystoreConfig
-
- getSignatureManager() - Static method in class com.sun.identity.liberty.ws.security.SecurityUtils
-
Returns XML Signature instance.
- getSignatureMethod() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignedInfoTypeImpl
-
- getSignatureMethod() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignedInfoType
-
Gets the value of the signatureMethod property.
- getSignatureMethod() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignedInfoTypeImpl
-
- getSignatureMethod() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignedInfoType
-
Gets the value of the signatureMethod property.
- getSignatureProperty() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertiesTypeImpl
-
- getSignatureProperty() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignaturePropertiesType
-
Gets the value of the SignatureProperty property.
- getSignatureProperty() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertiesTypeImpl
-
- getSignatureProperty() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignaturePropertiesType
-
Gets the value of the SignatureProperty property.
- getSignatureProvider() - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
-
Returns the SignatureProvider
- getSignatureString() - Method in class com.sun.identity.federation.message.FSAssertion
-
Deprecated.
Returns the Signature string.
- getSignatureString() - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Returns the signature string.
- getSignatureString() - Method in class com.sun.identity.federation.message.FSAuthnResponse
-
Deprecated.
Returns the Signature string.
- getSignatureString() - Method in class com.sun.identity.federation.message.FSLogoutNotification
-
Deprecated.
Returns a signed XML string.
- getSignatureString() - Method in class com.sun.identity.federation.message.FSLogoutResponse
-
Deprecated.
Returns the Signed LogoutResponse string.
- getSignatureString() - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
-
Deprecated.
Returns the signed XML string.
- getSignatureString() - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
-
Deprecated.
Returns the signed NameRegistrationResponse string.
- getSignatureString() - Method in class com.sun.identity.federation.message.FSResponse
-
Deprecated.
Returns the signed XML string.
- getSignatureValue() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureTypeImpl
-
- getSignatureValue() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignatureType
-
Gets the value of the signatureValue property.
- getSignatureValue() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureTypeImpl
-
- getSignatureValue() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignatureType
-
Gets the value of the signatureValue property.
- getSignedElements() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the list of signed elements.
- getSignedElements() - Method in class com.sun.identity.wss.provider.STSConfig
-
Returns the list of signed elements.
- getSignedElements() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Returns the list of signed elements.
- getSignedElements() - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Returns the list of signed elements.
- getSignedInfo() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureTypeImpl
-
- getSignedInfo() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignatureType
-
Gets the value of the signedInfo property.
- getSignedInfo() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureTypeImpl
-
- getSignedInfo() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignatureType
-
Gets the value of the signedInfo property.
- getSignedJwt() - Method in class org.forgerock.oauth2.core.OAuth2Jwt
-
Gets the Signed JWT.
- getSignedString(Map, String) - Method in class com.sun.identity.sae.api.SecureAttrs
-
Returns a String representing data in the attrs argument.
- getSignedXMLString() - Method in class com.sun.identity.federation.message.FSAssertion
-
Deprecated.
Returns Signed XML String.
- getSignedXMLString() - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Returns Signed XML String representation of this object.
- getSignedXMLString() - Method in class com.sun.identity.federation.message.FSAuthnResponse
-
Deprecated.
Returns a signed XML Representation of this object.
- getSignedXMLString() - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
-
Deprecated.
Returns signed XML representation of this
object.
- getSigningAlias() - Method in class com.sun.identity.wss.security.AssertionTokenSpec
-
Returns the signing alias
- getSigningAlias() - Method in class com.sun.identity.wss.security.SAML2TokenSpec
-
Returns the signing alias
- getSigningCertAlias(BaseConfigType) - Static method in class com.sun.identity.federation.key.KeyUtil
-
Returns the host entity's signing certificate alias.
- getSigningCertAlias(String, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns signing certificate alias name.
- getSigningCertAlias(BaseConfigType) - Static method in class com.sun.identity.saml2.key.KeyUtil
-
Returns the host entity's signing certificate alias.
- getSigningCertAlias(BaseConfigType) - Static method in class com.sun.identity.wsfederation.key.KeyUtil
-
Returns the host entity's signing certificate alias.
- getSigningCertAlias() - Method in class com.sun.identity.wss.security.handler.SecurityContext
-
Return the signing certificate alias
- getSigningCertEncryptedKeyPass(String, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns signing certificate key password (encrypted).
- getSigningId() - Method in class com.sun.identity.wss.security.BinarySecurityToken
-
Returns the signing id for binary security token.
- getSigningId() - Method in class com.sun.identity.wss.security.UserNameToken
-
Returns the signing id for username token.
- getSigningIds() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Returns a list of id's for signing.
- getSigningKey() - Method in class com.sun.identity.wss.security.handler.SecurityContext
-
Returns the signing key.
- getSigningKeyAlias(String) - Method in class com.sun.identity.liberty.ws.util.IDFFProviderManager
-
Gets signing certificate alias for specified provider.
- getSigningKeyAlias(String) - Method in interface com.sun.identity.liberty.ws.util.ProviderManager
-
Gets signing certificate alias for specified provider.
- getSigningKeyAlias(String) - Method in class com.sun.identity.saml2.plugins.SAML2ProviderManager
-
Gets signing certificate alias for specified provider.
- getSigningKeyPair(JwsAlgorithm) - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getSigningKeyPair(JwsAlgorithm) - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Gets the signing key pair of the OAuth2 provider.
- getSigningKeyPair(JwsAlgorithm) - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getSigningKeyPair(String, JwsAlgorithm) - Method in interface org.forgerock.openam.utils.OpenAMSettings
-
Gets the key pair that OpenAM is configured to use for the specified realm.
- getSigningKeyPair(String, JwsAlgorithm) - Method in class org.forgerock.openam.utils.OpenAMSettingsImpl
-
Gets the key pair that OpenAM is configured to use for the specified realm.
- getSigningRef() - Method in class com.sun.identity.wss.security.handler.SecurityContext
-
Returns the signing reference type.
- getSigningRefType() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns signing reference type.
- getSigningRefType() - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Returns signing reference type.
- getSigningRefType() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Returns signing reference type.
- getSigningRefType() - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Returns signing reference type.
- getSigningSecretKeyAlias() - Method in class org.forgerock.openam.selfservice.KeyStoreJwtTokenConfig
-
Get the signing secret key alias.
- getSignOutBasis() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutTypeImpl
-
- getSignOutBasis() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.SignOutType
-
Gets the value of the signOutBasis property.
- getSignWith() - Method in class com.sun.identity.wss.sts.STSClientConfiguration
-
- getSimpleTokenValidator(TokenType) - Method in interface org.forgerock.openam.sts.soap.token.config.TokenOperationFactory
-
Returns a TokenValidator which will validate tokens issued by the STS.
- getSimpleTokenValidator(TokenType) - Method in class org.forgerock.openam.sts.soap.token.config.TokenOperationFactoryImpl
-
- getSingleLogoutLocation(String, String, String) - Static method in class com.sun.identity.saml2.profile.IDPSingleLogout
-
Returns single logout location for the service provider.
- getSingleLogoutService() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SSODescriptorTypeImpl
-
- getSingleLogoutService() - Method in interface com.sun.identity.saml2.jaxb.metadata.SSODescriptorType
-
Gets the value of the SingleLogoutService property.
- getSingleSignOnService() - Method in interface com.sun.identity.saml2.jaxb.metadata.IDPSSODescriptorType
-
Gets the value of the SingleSignOnService property.
- getSingleSignOnService() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorTypeImpl
-
- getSingleSignOnServiceEndpoint(List<SingleSignOnServiceElement>, String) - Static method in class com.sun.identity.saml2.profile.SPSSOFederate
-
Returns the SingleSignOnService service.
- getSingleton() - Static method in class org.slf4j.impl.StaticLoggerBinder
-
- getSingleValue(Collection<String>) - Method in class org.forgerock.openam.cts.adapters.OAuthValues
-
- getSingleValuedSessionProperty(Object, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns the first value of the session property.
- getSite(SSOToken, String) - Method in class org.forgerock.openam.core.rest.sms.SitesResourceProvider
-
- getSiteAttributeMapper() - Method in class com.sun.identity.saml.common.SAMLServiceManager.SOAPEntry
-
Returns SiteAttributeMapper instance.
- getSiteConfigurationId(ServiceConfig) - Static method in class com.sun.identity.common.configuration.ConfigurationBase
-
- getSiteConfigurationIds(SSOToken, ServiceConfig, String, boolean) - Static method in class com.sun.identity.common.configuration.ConfigurationBase
-
- getSiteID() - Method in class com.iplanet.dpro.session.DynamicSessionIDExtensions
-
- getSiteID() - Method in class com.iplanet.dpro.session.LegacySessionIDExtensions
-
- getSiteID() - Method in class com.iplanet.dpro.session.service.SessionServerConfig
-
Returns the site ID for this Server.
- getSiteID() - Method in interface com.iplanet.dpro.session.SessionIDExtensions
-
Servers can be clustered together into Sites which are grouped for Session Failover and
crosstalk purposes.
- getSiteID(String, String, String, String) - Static method in class com.iplanet.services.naming.WebtopNaming
-
Returns the unique identifier of the site which the given
server instance belongs to.
- getSiteID(String) - Static method in class com.iplanet.services.naming.WebtopNaming
-
Returns the unique identifier of the site which the given
server instance belongs to.
- getSiteID(String) - Method in class com.iplanet.services.naming.WebtopNamingQuery
-
- getSiteID(SSOToken, String) - Static method in class com.sun.identity.common.configuration.SiteConfiguration
-
Returns the primary URL of a site.
- getSiteId() - Static method in class com.sun.identity.monitoring.Agent
-
- getSiteId() - Method in class com.sun.identity.monitoring.SsoServerSitesEntry
-
Getter for the "SiteId" variable.
- getSiteId() - Method in interface com.sun.identity.monitoring.SsoServerSitesEntryMBean
-
Getter for the "SiteId" variable.
- getSiteIdByName(String) - Static method in class com.iplanet.services.naming.WebtopNaming
-
- getSiteIdByURL(SSOToken, String) - Static method in class com.sun.identity.common.configuration.SiteConfiguration
-
Returns site name where the given URL is either its primary or
secondary URL.
- getSiteIDs() - Method in class com.iplanet.services.naming.NamingTableConfigurationFactory.NamingTableConfiguration
-
- getSiteIDsTable() - Method in class com.iplanet.services.naming.NamingTableConfigurationFactory.NamingTableConfiguration
-
- getSiteIdTable() - Static method in class com.sun.identity.monitoring.Agent
-
- getSiteInfo(SSOToken) - Static method in class com.sun.identity.common.configuration.SiteConfiguration
-
Returns a set of site information where each entry in a set is
a string of this format site-instance-name|siteId.
- getSiteList() - Static method in class com.sun.identity.common.SystemConfigurationUtil
-
Returns all the sites instance.
- getSiteMapId() - Method in class com.sun.identity.monitoring.SsoServerSiteMapEntry
-
Getter for the "SiteMapId" variable.
- getSiteMapId() - Method in interface com.sun.identity.monitoring.SsoServerSiteMapEntryMBean
-
Getter for the "SiteMapId" variable.
- getSiteMapIndex() - Method in class com.sun.identity.monitoring.SsoServerSiteMapEntry
-
Getter for the "SiteMapIndex" variable.
- getSiteMapIndex() - Method in interface com.sun.identity.monitoring.SsoServerSiteMapEntryMBean
-
Getter for the "SiteMapIndex" variable.
- getSiteName() - Method in class com.sun.identity.monitoring.SsoServerSitesEntry
-
Getter for the "SiteName" variable.
- getSiteName() - Method in interface com.sun.identity.monitoring.SsoServerSitesEntryMBean
-
Getter for the "SiteName" variable.
- getSiteNameById(String) - Static method in class com.iplanet.services.naming.WebtopNaming
-
- getSiteNameToIdTable() - Method in class com.iplanet.services.naming.NamingTableConfigurationFactory.NamingTableConfiguration
-
- getSiteNodes(Session) - Method in class com.iplanet.dpro.session.service.WebtopNamingSiteUtils
-
Determines if the Session is associated with a Server that is part of a
Site.
- getSiteNodes(String) - Static method in class com.iplanet.services.naming.WebtopNaming
-
Returns all the node ID for the site.
- getSiteNodes(String) - Method in class com.iplanet.services.naming.WebtopNamingQuery
-
- getSiteNodeURLs(Session) - Method in class com.iplanet.dpro.session.service.WebtopNamingSiteUtils
-
Determines the Site (if any) that the Session is based in, and then calculates
the Servers that make up that Site.
- getSitePrimaryURL(SSOToken, String) - Static method in class com.sun.identity.common.configuration.SiteConfiguration
-
Returns the primary URL of a site.
- getSites(SSOToken) - Static method in class com.sun.identity.common.configuration.SiteConfiguration
-
Returns a set of site instance name (String).
- getSiteSecondaryURLs(SSOToken, String) - Static method in class com.sun.identity.common.configuration.SiteConfiguration
-
Returns the secondary URLs of a site.
- getSiteState() - Method in class com.sun.identity.monitoring.SsoServerSitesEntry
-
Getter for the "SiteState" variable.
- getSiteState() - Method in interface com.sun.identity.monitoring.SsoServerSitesEntryMBean
-
Getter for the "SiteState" variable.
- getSiteToURLTable() - Static method in class com.sun.identity.monitoring.Agent
-
- getSiteURL() - Method in class com.iplanet.dpro.session.service.SessionServerConfig
-
- getSiteURLs(SSOToken, String) - Static method in class com.sun.identity.common.configuration.SiteConfiguration
-
Returns the primary and secondary URLs of a site.
- getSize() - Method in interface com.iplanet.am.sdk.common.ICachedDirectoryServices
-
- getSize() - Method in class com.iplanet.am.sdk.ldap.CachedDirectoryServicesImpl
-
Method to get the current cache size
- getSize() - Method in class com.iplanet.am.sdk.remote.CachedRemoteServicesImpl
-
Method to get the current cache size
- getSize() - Method in interface com.sun.identity.idm.IdCachedServices
-
- getSize() - Method in class com.sun.identity.idm.remote.IdRemoteCachedServicesImpl
-
Method to get the current cache size
- getSize() - Method in class com.sun.identity.idm.server.IdCachedServicesImpl
-
Method to get the current cache size
- getSize(String) - Static method in class com.sun.identity.log.LogReader
-
Returns the number of LogRecords in the specified table in the DB.
- getSize() - Method in class org.forgerock.openam.idm.IdCachedServicesDecorator
-
- getSizeLimit() - Method in class org.forgerock.openam.cts.api.filter.TokenFilter
-
- getSizeUnits() - Static method in class com.sun.identity.log.LogReader
-
Returns the units (LogConstants.NUM_BYTES or LogConstants.NUM_RECORDS)
that applies to the value returned by getSize(logName).
- getSkipIfInfo() - Method in class com.sun.identity.install.tools.configurator.InteractionInfo
-
- getSkippableAttributeName() - Method in class org.forgerock.openam.core.rest.devices.services.oath.AuthenticatorOathService
-
Returns the skippable attribute name for this service.
- getSkippedTestCases() - Method in class com.sun.identity.shared.test.tools.Test
-
Returns a list of skipped testcases.
- getSleepInterval() - Method in class org.forgerock.openam.cts.CoreTokenConfig
-
- getSLOBindingInfo(HttpServletRequest, String, String, String) - Static method in class com.sun.identity.saml2.profile.LogoutUtil
-
Returns binding information of SLO Service for remote entity
from request or meta configuration.
- getSLOResponseServiceLocation(List, String) - Static method in class com.sun.identity.saml2.profile.LogoutUtil
-
Gets Single Logout Response Service location URL.
- getSLOServiceLocation(List, String) - Static method in class com.sun.identity.saml2.profile.LogoutUtil
-
Gets Single Logout Service location URL.
- getSLOURL() - Method in class com.sun.identity.workflow.ValidateSAML2
-
- getSlowestEvaluation(PolicyMonitoringType) - Method in interface org.forgerock.openam.entitlement.monitoring.PolicyMonitor
-
Returns information on the slowest performing evaluation.
- getSlowestEvaluation(PolicyMonitoringType) - Method in class org.forgerock.openam.entitlement.monitoring.PolicyMonitorImpl
-
Returns information on the slowest performing evaluation.
- getSlowestEvaluation() - Method in class org.forgerock.openam.shared.monitoring.AbstractTimingStore
-
Returns a string representation of the slowest performing policy evaluation.
- getSlowestEvaluationDuration(PolicyMonitoringType) - Method in class org.forgerock.openam.entitlement.monitoring.PolicyMonitorImpl
-
Exposed for ease-of-testing.
- getSlowestEvaluationDuration() - Method in class org.forgerock.openam.shared.monitoring.AbstractTimingStore
-
Returns the long representation of the slowest performing policy evaluation.
- getSlowestInternalEvaluation() - Method in interface org.forgerock.openam.entitlement.monitoring.PolicyMonitor
-
Returns the slowest individual policy evaluation.
- getSlowestInternalEvaluation() - Method in class org.forgerock.openam.entitlement.monitoring.PolicyMonitorImpl
-
Returns the slowest individual policy evaluation.
- getSlowestPolicyEvaluationTime() - Method in class org.forgerock.openam.monitoring.policy.PolicyEvaluation
-
Getter for the "SlowestPolicyEvaluationTime" variable.
- getSlowestPolicyEvaluationTime() - Method in class org.forgerock.openam.monitoring.policy.PolicyEvaluationImpl
-
Getter for the "SlowestInternalEvaluation" variable.
- getSlowestPolicyEvaluationTime() - Method in interface org.forgerock.openam.monitoring.policy.PolicyEvaluationMBean
-
Getter for the "SlowestPolicyEvaluationTime" variable.
- getSMaximum() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntry
-
Getter for the "SMaximum" variable.
- getSMaximum() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryImpl
-
Gets the maximum rate that the specified CTS operation has been made on the CTS.
- getSMaximum() - Method in interface org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryMBean
-
Getter for the "SMaximum" variable.
- getSMinimum() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntry
-
Getter for the "SMinimum" variable.
- getSMinimum() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryImpl
-
Gets the minimum rate that the specified CTS operation has been made on the CTS.
- getSMinimum() - Method in interface org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryMBean
-
Getter for the "SMinimum" variable.
- getSMSConfiguration() - Method in class org.forgerock.openam.sm.SMSConfigurationFactory
-
Try the various known configurations for appropriate connection credentials.
- getSMSEntry() - Method in class com.sun.identity.sm.CachedSMSEntry
-
- getSMSEntry() - Method in class com.sun.identity.sm.CachedSubEntries
-
- getSMSServerGroup() - Method in class com.sun.identity.common.configuration.ServerConfigXML
-
Returns the SMS server group.
- getSmSvcGroup() - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
- getSmSvcMBean() - Static method in class com.sun.identity.monitoring.Agent
-
Return the pointer to the service service mbean
- getSMTPConfig() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getSnmpAdaptor() - Static method in class com.sun.identity.monitoring.Agent
-
Return a reference to the SNMP adaptor server.
- getSoapAction() - Method in class com.sun.identity.liberty.ws.disco.Description
-
Gets SOAP action.
- getSoapAction() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ProblemActionTypeImpl
-
- getSoapAction() - Method in interface com.sun.identity.wsfederation.jaxb.wsaddr.ProblemActionType
-
Gets the value of the soapAction property.
- getSOAPBody(SOAPMessage) - Method in class com.sun.identity.saml2.common.SOAPCommunicator
-
Returns SOAP body as DOM Element from SOAPMessage.
- getSOAPClient() - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
- getSoapDelegationConfig() - Method in class org.forgerock.openam.sts.soap.config.user.SoapSTSInstanceConfig
-
- getSOAPFault() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Returns the SOAPFault.
- getSOAPFault() - Method in exception org.forgerock.openam.wsfederation.common.ActiveRequestorException
-
Returns the exception's SOAP Fault representation that can be returned back to the SOAP client as a response.
- getSOAPFaultException() - Method in exception com.sun.identity.liberty.ws.interaction.InteractionSOAPFaultException
-
Gets the SOAPFaultException that contains SOAP fault
- getSOAPFaultMessage() - Method in exception com.sun.identity.liberty.ws.soapbinding.SOAPFaultException
-
Returns Message containing SOAPFault.
- getSOAPMessage(HttpServletRequest) - Method in class com.sun.identity.saml2.common.SOAPCommunicator
-
Returns SOAP Message from HttpServletRequest.
- getSOAPMessage() - Method in class com.sun.identity.wss.security.handler.SecureSOAPMessage
-
Returns the secured SOAP message.
- getSOAPUrl() - Method in class com.sun.identity.saml.common.SAMLServiceManager.SOAPEntry
-
Returns SOAP receiver endpoint url.
- getSocketFactory() - Static method in class com.sun.identity.protocol.SSLSocketFactoryManager
-
- getSortedKeyFileNames(File, String) - Method in class com.sun.identity.log.secure.VerifierList
-
Sort the files and return.
- getSortedRecords() - Method in class com.sun.identity.log.util.LogRecordSorter
-
This method should be called after creating the object, to get the
sorted 2D array.
- getSortingField() - Method in class com.sun.identity.log.LogQuery
-
Returns the field name on which records to be sorted.
- getSortKeys() - Method in class com.iplanet.ums.SearchControl
-
Get existing attribute names for sorting.
- getSource() - Method in class org.forgerock.openam.radius.server.RadiusRequestContext
-
Returns the ip address of the UDP datagram of the request associated with this context.
- getSourceDN() - Method in class com.iplanet.am.sdk.AMEvent
-
Deprecated.
Returns the distinguished name of the source object in a String format.
- getSourceID() - Method in class com.sun.identity.saml.common.SAMLServiceManager.SiteEntry
-
Returns source ID of the site.
- getSourceID() - Method in class com.sun.identity.saml.common.SAMLServiceManager.SOAPEntry
-
Returns source ID of the partner site.
- getSourceID() - Method in class com.sun.identity.saml.protocol.AssertionArtifact
-
Returns the SourceID of the artifact.
- getSourceID() - Method in interface com.sun.identity.saml2.protocol.Artifact
-
Returns the SourceID of the artifact.
- getSourceID() - Method in class com.sun.identity.saml2.protocol.impl.ArtifactImpl
-
Returns the SourceID of the artifact.
- getSourceSite(String) - Static method in class com.sun.identity.saml.common.SAMLUtils
-
Gets sourceSite corresponding to an issuer from the partner URL list.
- getSourceType() - Method in class com.iplanet.am.sdk.AMEvent
-
Deprecated.
Returns the type of the source object that caused the event.
- getSPAccountMapper(String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns an SPAccountMapper
- getSpAcsUrl() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
-
Gets the SP ACS url.
- getSPAdapter(String, BaseConfigType) - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
- getSPAdapterClass(String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns an SP adapter class
- getSPAttributeMapper(String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Gets the SPAttributeMapper.
- getSPAuthContextInfo(BaseConfigType) - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
Returns service provider's authentication context mappings.
- getSPAuthnContextMapper(String, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns the Service Provider AuthnContext Mapper Object.
- getSPDescriptor(String, String) - Method in class com.sun.identity.federation.meta.IDFFMetaManager
-
Returns the Service Provider's Descriptor for the
entity identifier.
- getSPDescriptor(EntityDescriptorElement) - Static method in class com.sun.identity.federation.meta.IDFFMetaUtils
-
Returns the SPDescriptor in the Entity Descriptor.
- getSPDescriptorConfig(String, String) - Method in class com.sun.identity.federation.meta.IDFFMetaManager
-
Returns Service Provider's Configuration for the entity identifier.
- getSPDescriptorConfig(EntityConfigElement) - Static method in class com.sun.identity.federation.meta.IDFFMetaUtils
-
Returns the Service Provider Entity Configuration.
- getSpecialIdentities(IdType) - Method in class com.sun.identity.idm.AMIdentityRepository
-
Return the special identities for this realm for a given type.
- getSpecialIdentities(SSOToken, IdType, String) - Method in class com.sun.identity.idm.AMIdentityRepository
-
- getSpecialIdentities(SSOToken, IdType, String) - Method in interface com.sun.identity.idm.IdServices
-
- getSpecialIdentities(SSOToken, IdType, String) - Method in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
- getSpecialIdentities(SSOToken, IdType, String) - Method in class com.sun.identity.idm.server.IdServicesImpl
-
- getSpecialIdentities(SSOToken, IdType, String) - Method in class org.forgerock.openam.idm.IdServicesDecorator
- getSpecialIdentities_idrepo(String, String, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getSpecialIdentities_idrepo(String, String, String) - Method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- getSPEndPoint() - Method in class com.sun.identity.wss.sts.config.FAMTrustSPMetadata
-
- getSPEntityID() - Method in class com.sun.identity.saml2.profile.AuthnRequestInfo
-
Returns the Service Provider Entity ID.
- getSPEntityID() - Method in class com.sun.identity.saml2.profile.NameIDandSPpair
-
Returns the SPEntityID.
- getSPEntityId(String) - Static method in class com.sun.identity.saml2.profile.SPSSOFederate
-
Gets the SP Entity ID from the metaAlias.
- getSPEntityId() - Method in class com.sun.identity.workflow.ValidateSAML2
-
- getSpEntityID() - Method in class org.forgerock.openam.saml2.IDPSSOFederateRequest
-
Gets the current SP Entity ID.
- getSpEntityId() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
-
Gets the SP entity id.
- getSPFederationStatus(String, String, String, String) - Static method in class com.sun.liberty.LibertyManager
-
- getSPFederationStatus(String, String, String, String, String) - Static method in class com.sun.liberty.LibertyManager
-
Returns the federations status of a user with an Service Provider.
- getSPKISexpAndAny() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SPKIDataTypeImpl
-
- getSPKISexpAndAny() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SPKIDataType
-
Gets the value of the SPKISexpAndAny property.
- getSPKISexpAndAny() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SPKIDataTypeImpl
-
- getSPKISexpAndAny() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SPKIDataType
-
Gets the value of the SPKISexpAndAny property.
- getSPList() - Static method in class com.sun.liberty.LibertyManager
-
- getSPList(String) - Static method in class com.sun.liberty.LibertyManager
-
- getSPList(String, String) - Static method in class com.sun.liberty.LibertyManager
-
Returns a list of all trusted Service Providers for this
Hosted Provider.
- getSPLoginURL() - Method in class com.sun.identity.workflow.ValidateSAML2
-
- getSPLogoutURL() - Method in class com.sun.identity.workflow.ValidateSAML2
-
- getSPManageNameIDConfig(String, String, String) - Static method in class com.sun.identity.saml2.profile.DoManageNameID
-
Returns first ManageNameID configuration in an entity under
the realm.
- getSPNameIDValue() - Method in class com.sun.identity.saml2.common.NameIDInfo
-
Returns the Service Provider provided NameID value.
- getSPNameQualifier() - Method in interface com.sun.identity.saml2.assertion.BaseIDAbstract
-
Returns the SP name qualifier
- getSPNameQualifier() - Method in class com.sun.identity.saml2.assertion.impl.BaseIDAbstractImpl
-
Returns the SP name qualifier
- getSPNameQualifier() - Method in class com.sun.identity.saml2.assertion.impl.NameIDTypeImpl
-
Returns the SP name qualifier
- getSPNameQualifier() - Method in interface com.sun.identity.saml2.assertion.NameIDType
-
Returns the SP name qualifier
- getSPNameQualifier() - Method in class com.sun.identity.saml2.common.NameIDInfo
-
Returns the Service Provider provided NameID's
Name Qualifier.
- getSPNameQualifier() - Method in interface com.sun.identity.saml2.jaxb.assertion.BaseIDAbstractType
-
Gets the value of the spNameQualifier property.
- getSPNameQualifier() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.BaseIDAbstractTypeImpl
-
- getSPNameQualifier() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.NameIDTypeImpl
-
- getSPNameQualifier() - Method in interface com.sun.identity.saml2.jaxb.assertion.NameIDType
-
Gets the value of the spNameQualifier property.
- getSPNameQualifier() - Method in class com.sun.identity.saml2.protocol.impl.NameIDPolicyImpl
-
Returns the value of the SPNameQualifier attribute.
- getSPNameQualifier() - Method in interface com.sun.identity.saml2.protocol.NameIDPolicy
-
Returns the value of the SPNameQualifier attribute.
- getSPProvidedID() - Method in class com.sun.identity.saml2.assertion.impl.NameIDTypeImpl
-
Returns the SP provided ID
- getSPProvidedID() - Method in interface com.sun.identity.saml2.assertion.NameIDType
-
Returns the SP provided ID
- getSPProvidedID() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.NameIDTypeImpl
-
- getSPProvidedID() - Method in interface com.sun.identity.saml2.jaxb.assertion.NameIDType
-
Gets the value of the spProvidedID property.
- getSPProvidedNameIdentifier() - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
-
Deprecated.
Returns the NameIdentifier provided by
the Service Provider.
- getSPSessionPartners(HttpServletRequest) - Static method in class com.sun.identity.saml2.profile.IDPProxyUtil
-
- getSPSLOConfig(String, String, String) - Static method in class com.sun.identity.saml2.profile.LogoutUtil
-
Returns first SingleLogout configuration in an entity under
the realm.
- getSPSLOServiceEndpoints(String, String) - Static method in class com.sun.identity.saml2.profile.IDPSingleLogout
-
Gets the single log out end points for the Service Provider.
- getSPSSOConfig(String, String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns first service provider's SSO configuration in an entity under
the realm.
- getSPSSOConfig(EntityConfigElement) - Static method in class com.sun.identity.saml2.meta.SAML2MetaUtils
-
Returns first service provider's SSO configuration in an entity.
- getSPSSOConfig(String, String) - Method in class com.sun.identity.wsfederation.meta.WSFederationMetaManager
-
Returns first service provider's SSO configuration in an entity under
the realm.
- getSPSSODescriptor(String, String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Returns first service provider's SSO descriptor in an entity under the
realm.
- getSPSSODescriptor(EntityDescriptorElement) - Static method in class com.sun.identity.saml2.meta.SAML2MetaUtils
-
Returns first service provider's SSO descriptor in an entity
descriptor.
- getSPSSOForAuthnReq(String, String) - Static method in class com.sun.identity.saml2.profile.SPSSOFederate
-
Gets the SP SSO Descriptor for the given sp entity id in the given realm.
- getSPX509Certificate(String) - Method in class org.forgerock.openam.sts.tokengeneration.saml2.xmlsig.FauxSAML2CryptoProvider
-
- getSPX509Certificate(String) - Method in interface org.forgerock.openam.sts.tokengeneration.saml2.xmlsig.SAML2CryptoProvider
-
Returns the SP's X509Certificate.
- getSPX509Certificate(String) - Method in class org.forgerock.openam.sts.tokengeneration.saml2.xmlsig.SAML2CryptoProviderImpl
-
- getSSOAndFedHandler(HttpServletRequest, HttpServletResponse, FSAuthnRequest, String) - Method in class com.sun.identity.federation.services.FSServiceManager
-
Returns handler at IDP side that handles single sign on and
federation requests.
- getSSOAssertion(AuthorizationDecisionQuery, String) - Method in interface com.sun.identity.saml.plugins.ActionMapper
-
Returns the Assertion that contains Authentication information that
can be used to obtain single sign on token.
- getSSOAssertion(AttributeQuery) - Method in interface com.sun.identity.saml.plugins.AttributeMapper
-
Returns the Assertion that contains Authentication information that
can be used to obtain single sign on token.
- getSSOAssertion(AuthorizationDecisionQuery, String) - Method in class com.sun.identity.saml.plugins.DefaultActionMapper
-
This method exams the Evidence in the AuthorizationDecisionQuery.
- getSSOAssertion(AttributeQuery) - Method in class com.sun.identity.saml.plugins.DefaultAttributeMapper
-
This method exams the SubjectConfirmationData of the Subject in the
AttributeQuery.
- getSSOAuthSession() - Method in class com.sun.identity.authentication.service.AuthD
-
Return current sso session for auth
- getSSOConfig(String, String) - Method in class com.sun.identity.saml2.plugins.DefaultAccountMapper
-
- getSSOCookieName() - Method in interface org.forgerock.openam.utils.OpenAMSettings
-
Gets the name of the SSO Cookie.
- getSSOCookieName() - Method in class org.forgerock.openam.utils.OpenAMSettingsImpl
-
Gets the name of the SSO Cookie.
- getSsoName() - Static method in class com.sun.identity.monitoring.Agent
-
- getSsoPort() - Static method in class com.sun.identity.monitoring.Agent
-
- getSsoProtocol() - Static method in class com.sun.identity.monitoring.Agent
-
- getSsoServerAuthModulesTable() - Method in class com.sun.identity.monitoring.SsoServerAuthSvc
-
Access the "SsoServerAuthModulesTable" variable as a bean indexed property.
- getSsoServerConfigStoreType() - Method in class com.sun.identity.monitoring.SsoServerInstance
-
Getter for the "SsoServerConfigStoreType" variable.
- getSsoServerConfigStoreType() - Method in interface com.sun.identity.monitoring.SsoServerInstanceMBean
-
Getter for the "SsoServerConfigStoreType" variable.
- getSsoServerEntitlementPolicyStatsTable() - Method in class com.sun.identity.monitoring.SsoServerEntitlementSvc
-
Access the "SsoServerEntitlementPolicyStatsTable" variable as a bean indexed property.
- getSsoServerFedCOTMemberTable() - Method in class com.sun.identity.monitoring.SsoServerFedCOTs
-
Access the "SsoServerFedCOTMemberTable" variable as a bean indexed property.
- getSsoServerFedCOTsTable() - Method in class com.sun.identity.monitoring.SsoServerFedCOTs
-
Access the "SsoServerFedCOTsTable" variable as a bean indexed property.
- getSsoServerFedEntitiesTable() - Method in class com.sun.identity.monitoring.SsoServerFedEntities
-
Access the "SsoServerFedEntitiesTable" variable as a bean indexed property.
- getSsoServerHostname() - Method in class com.sun.identity.monitoring.SsoServerInstance
-
Getter for the "SsoServerHostname" variable.
- getSsoServerHostname() - Method in interface com.sun.identity.monitoring.SsoServerInstanceMBean
-
Getter for the "SsoServerHostname" variable.
- getSsoServerId() - Method in class com.sun.identity.monitoring.SsoServerInstance
-
Getter for the "SsoServerId" variable.
- getSsoServerId() - Method in interface com.sun.identity.monitoring.SsoServerInstanceMBean
-
Getter for the "SsoServerId" variable.
- getSsoServerLoggingHdlrTable() - Method in class com.sun.identity.monitoring.SsoServerLoggingSvc
-
Access the "SsoServerLoggingHdlrTable" variable as a bean indexed property.
- getSsoServerMemberOfSite() - Method in class com.sun.identity.monitoring.SsoServerInstance
-
Getter for the "SsoServerMemberOfSite" variable.
- getSsoServerMemberOfSite() - Method in interface com.sun.identity.monitoring.SsoServerInstanceMBean
-
Getter for the "SsoServerMemberOfSite" variable.
- getSsoServerPolicy22AgentTable() - Method in class com.sun.identity.monitoring.SsoServerPolicyAgents
-
Access the "SsoServerPolicy22AgentTable" variable as a bean indexed property.
- getSsoServerPolicyJ2EEAgentTable() - Method in class com.sun.identity.monitoring.SsoServerPolicyAgents
-
Access the "SsoServerPolicyJ2EEAgentTable" variable as a bean indexed property.
- getSsoServerPolicyJ2EEGroupTable() - Method in class com.sun.identity.monitoring.SsoServerPolicyAgents
-
Access the "SsoServerPolicyJ2EEGroupTable" variable as a bean indexed property.
- getSsoServerPolicyWebAgentTable() - Method in class com.sun.identity.monitoring.SsoServerPolicyAgents
-
Access the "SsoServerPolicyWebAgentTable" variable as a bean indexed property.
- getSsoServerPolicyWebGroupTable() - Method in class com.sun.identity.monitoring.SsoServerPolicyAgents
-
Access the "SsoServerPolicyWebGroupTable" variable as a bean indexed property.
- getSsoServerPort() - Method in class com.sun.identity.monitoring.SsoServerInstance
-
Getter for the "SsoServerPort" variable.
- getSsoServerPort() - Method in interface com.sun.identity.monitoring.SsoServerInstanceMBean
-
Getter for the "SsoServerPort" variable.
- getSsoServerRealmIndex() - Method in class com.sun.identity.monitoring.SsoServerAuthModulesEntry
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in interface com.sun.identity.monitoring.SsoServerAuthModulesEntryMBean
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsEntry
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in interface com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsEntryMBean
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in class com.sun.identity.monitoring.SsoServerFedCOTMemberEntry
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in interface com.sun.identity.monitoring.SsoServerFedCOTMemberEntryMBean
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in class com.sun.identity.monitoring.SsoServerFedCOTsEntry
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in interface com.sun.identity.monitoring.SsoServerFedCOTsEntryMBean
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesEntry
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in interface com.sun.identity.monitoring.SsoServerFedEntitiesEntryMBean
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in class com.sun.identity.monitoring.SsoServerPolicy22AgentEntry
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in interface com.sun.identity.monitoring.SsoServerPolicy22AgentEntryMBean
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentEntry
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in interface com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentEntryMBean
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupEntry
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in interface com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupEntryMBean
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in class com.sun.identity.monitoring.SsoServerPolicyWebAgentEntry
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in interface com.sun.identity.monitoring.SsoServerPolicyWebAgentEntryMBean
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in class com.sun.identity.monitoring.SsoServerPolicyWebGroupEntry
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in interface com.sun.identity.monitoring.SsoServerPolicyWebGroupEntryMBean
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in class com.sun.identity.monitoring.SsoServerRealmEntry
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in interface com.sun.identity.monitoring.SsoServerRealmEntryMBean
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPEntry
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in interface com.sun.identity.monitoring.SsoServerSAML2IDPEntryMBean
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in class com.sun.identity.monitoring.SsoServerSAML2SPEntry
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in interface com.sun.identity.monitoring.SsoServerSAML2SPEntryMBean
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentEntry
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentEntryMBean
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpEntry
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpEntryMBean
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentEntry
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentEntryMBean
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpEntry
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpEntryMBean
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentEntry
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentEntryMBean
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpEntry
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpEntryMBean
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentEntry
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentEntryMBean
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpEntry
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmIndex() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpEntryMBean
-
Getter for the "SsoServerRealmIndex" variable.
- getSsoServerRealmName() - Method in class com.sun.identity.monitoring.SsoServerRealmEntry
-
Getter for the "SsoServerRealmName" variable.
- getSsoServerRealmName() - Method in interface com.sun.identity.monitoring.SsoServerRealmEntryMBean
-
Getter for the "SsoServerRealmName" variable.
- getSsoServerRealmTable() - Method in class com.sun.identity.monitoring.SsoServerInstance
-
Access the "SsoServerRealmTable" variable as a bean indexed property.
- getSsoServerSAML1CacheTable() - Method in class com.sun.identity.monitoring.SsoServerSAML1Svc
-
Access the "SsoServerSAML1CacheTable" variable as a bean indexed property.
- getSsoServerSAML1EndPointTable() - Method in class com.sun.identity.monitoring.SsoServerSAML1Svc
-
Access the "SsoServerSAML1EndPointTable" variable as a bean indexed property.
- getSsoServerSAML1TrustPrtnrsTable() - Method in class com.sun.identity.monitoring.SsoServerSAML1Svc
-
Access the "SsoServerSAML1TrustPrtnrsTable" variable as a bean indexed property.
- getSsoServerSAML2IDPTable() - Method in class com.sun.identity.monitoring.SsoServerSAML2Svc
-
Access the "SsoServerSAML2IDPTable" variable as a bean indexed property.
- getSsoServerSAML2SPTable() - Method in class com.sun.identity.monitoring.SsoServerSAML2Svc
-
Access the "SsoServerSAML2SPTable" variable as a bean indexed property.
- getSsoServerServerTable() - Method in class com.sun.identity.monitoring.SsoServerTopology
-
Access the "SsoServerServerTable" variable as a bean indexed property.
- getSsoServerSiteMapTable() - Method in class com.sun.identity.monitoring.SsoServerTopology
-
Access the "SsoServerSiteMapTable" variable as a bean indexed property.
- getSsoServerSitesTable() - Method in class com.sun.identity.monitoring.SsoServerTopology
-
Access the "SsoServerSitesTable" variable as a bean indexed property.
- getSsoServerStartDate() - Method in class com.sun.identity.monitoring.SsoServerInstance
-
Getter for the "SsoServerStartDate" variable.
- getSsoServerStartDate() - Method in interface com.sun.identity.monitoring.SsoServerInstanceMBean
-
Getter for the "SsoServerStartDate" variable.
- getSsoServerWSSAgentsDSCAgentTable() - Method in class com.sun.identity.monitoring.SsoServerWSSAgents
-
Access the "SsoServerWSSAgentsDSCAgentTable" variable as a bean indexed property.
- getSsoServerWSSAgentsDSCAgtGrpTable() - Method in class com.sun.identity.monitoring.SsoServerWSSAgents
-
Access the "SsoServerWSSAgentsDSCAgtGrpTable" variable as a bean indexed property.
- getSsoServerWSSAgentsSTSAgentTable() - Method in class com.sun.identity.monitoring.SsoServerWSSAgents
-
Access the "SsoServerWSSAgentsSTSAgentTable" variable as a bean indexed property.
- getSsoServerWSSAgentsSTSAgtGrpTable() - Method in class com.sun.identity.monitoring.SsoServerWSSAgents
-
Access the "SsoServerWSSAgentsSTSAgtGrpTable" variable as a bean indexed property.
- getSsoServerWSSAgentsWSCAgentTable() - Method in class com.sun.identity.monitoring.SsoServerWSSAgents
-
Access the "SsoServerWSSAgentsWSCAgentTable" variable as a bean indexed property.
- getSsoServerWSSAgentsWSCAgtGrpTable() - Method in class com.sun.identity.monitoring.SsoServerWSSAgents
-
Access the "SsoServerWSSAgentsWSCAgtGrpTable" variable as a bean indexed property.
- getSsoServerWSSAgentsWSPAgentTable() - Method in class com.sun.identity.monitoring.SsoServerWSSAgents
-
Access the "SsoServerWSSAgentsWSPAgentTable" variable as a bean indexed property.
- getSsoServerWSSAgentsWSPAgtGrpTable() - Method in class com.sun.identity.monitoring.SsoServerWSSAgents
-
Access the "SsoServerWSSAgentsWSPAgtGrpTable" variable as a bean indexed property.
- getSSOSession() - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Returns an administration SSOToken for use the OpenAM APIs.
- getSsoSvrID() - Static method in class com.sun.identity.monitoring.Agent
-
- getSSOToken() - Method in class com.sun.identity.authentication.AuthContext
-
Returns the Single-Sign-On (SSO) Token for the authenticated
user.
- getSSOToken() - Method in class com.sun.identity.authentication.internal.AuthContext
-
Method to get the Single-Sign-On (SSO) Token.
- getSSOToken() - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Returns the Single-Sign-On (SSO) Token for the authenticated
user.Single-Sign-On token can be used as the authenticated token.
- getSSOToken() - Method in class com.sun.identity.authentication.service.AMLoginContext
-
Returns Single Sign On Token for authenticated user, returns null if
session is inactive.
- getSSOToken() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns the single sign on token associated with the session.
- getSSOToken() - Method in class com.sun.identity.cli.CLIRequest
-
Returns the single sign on token.
- getSSOToken(String) - Method in class com.sun.identity.cli.InitializeSystem
-
- getSSOToken(Subject) - Static method in class com.sun.identity.entitlement.opensso.SubjectUtils
-
- getSSOToken(String) - Method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
Check if agent token ID is appended to the token string.
- getSSOToken() - Static method in class com.sun.identity.monitoring.MonitoringUtil
-
- getSSOToken() - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
- getSSOToken() - Method in class com.sun.identity.saml2.profile.IDPSessionCopy
-
Returns the SSO Token of the session
- getSSOToken(String, String) - Method in class com.sun.identity.wss.sts.spi.FAMSTSAttributeProvider
-
Check if agent token ID is appended to the token string.
- getSSOToken() - Method in interface org.forgerock.openam.core.rest.authn.core.AuthenticationContext
-
Returns the SSO Token for the authenticated user.
- getSSOToken() - Method in class org.forgerock.openam.core.rest.authn.core.CompletedLoginProcess
-
Returns the SSOToken for the login process
- getSSOToken() - Method in class org.forgerock.openam.core.rest.authn.core.LoginProcess
-
Returns the SSOToken for the login process
- getSSOToken() - Method in class org.forgerock.openam.core.rest.authn.core.wrappers.AuthContextLocalWrapper
-
Returns the SSO Token for the authenticated user.
- getSSOToken(String) - Static method in class org.forgerock.openam.core.rest.IdentityRestUtils
-
- getSSOToken(Subject) - Static method in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
Returns the SSO token for the given subject.
- getSsoToken(Context) - Static method in class org.forgerock.openam.rest.resource.SSOTokenContext
-
Obtain an SSOToken from a Context.
- getSSOToken() - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Returns the SSOToken.
- getSSOTokenID(AuthorizationDecisionQuery) - Method in interface com.sun.identity.saml.plugins.ActionMapper
-
Returns the single sign on token id to OpenAM from the query.
- getSSOTokenID(AttributeQuery) - Method in interface com.sun.identity.saml.plugins.AttributeMapper
-
Returns the single sign on token ID to OpenAM from the query.
- getSSOTokenID(AuthorizationDecisionQuery) - Method in class com.sun.identity.saml.plugins.DefaultActionMapper
-
This method exams the SubjectConfirmation of the Subject in the
AuthorizationDecisionQuery.
- getSSOTokenID(AttributeQuery) - Method in class com.sun.identity.saml.plugins.DefaultAttributeMapper
-
This method exams the SubjectConfirmation of the Subject in the
AttributeQuery.
- getSSOTokenId() - Method in class org.forgerock.openam.core.rest.authn.core.LoginConfiguration
-
Returns the SSO Token Id used to configure the login process, of the user's current session.
- getSsoTokenString() - Method in class org.forgerock.openam.sts.service.invocation.TokenGenerationServiceInvocationState
-
- getSsoURI() - Static method in class com.sun.identity.monitoring.Agent
-
- getSSOURL() - Method in class com.sun.identity.workflow.ValidateSAML2
-
- getStableDSConfigMgr() - Static method in class com.iplanet.services.ldap.DSConfigMgr
-
Gets the stable DSConfigMgr instance after the system has been fully initialized.
- getStableStorageID() - Method in class com.iplanet.dpro.session.Session
-
Returns a stable ID that can be used as a unique identifier when storing this session.
- getStableStorageID() - Method in interface org.forgerock.openam.blacklist.Blacklistable
-
Returns a stable ID that can be used as a unique identifier when storing this entry.
- getStableStorageID() - Method in class org.forgerock.openam.oauth2.BlacklistItem
-
- getStableStorageID() - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSession
-
- getStackTrace(Throwable) - Static method in class com.sun.identity.cli.Debugger
-
Returns stack trace of an exception.
- getStackTrace() - Method in class com.sun.identity.shared.test.tools.Failure
-
Returns stack trace of the failure.
- getStandardEndpointSpecification() - Static method in class org.forgerock.openam.sts.soap.EndpointSpecification
-
- getStandardObjectServer() - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
- getStandardObjectServer() - Method in class org.forgerock.openam.monitoring.cts.FORGEROCK_OPENAM_CTS_MIB
-
- getStandardObjectServer() - Method in class org.forgerock.openam.monitoring.policy.FORGEROCK_OPENAM_POLICY_MIB
-
- getStandardObjectServer() - Method in class org.forgerock.openam.monitoring.session.FORGEROCK_OPENAM_SESSION_MIB
-
- getStartDate() - Static method in class com.sun.identity.monitoring.Agent
-
- getStartDate() - Method in class org.forgerock.openam.entitlement.conditions.environment.SimpleTimeCondition
-
- getStartDay() - Method in class org.forgerock.openam.entitlement.conditions.environment.SimpleTimeCondition
-
- getStartFromLastFlag() - Method in class com.sun.identity.install.tools.configurator.Driver.ExecutionStatus
-
- getStartLoc() - Method in class com.sun.identity.security.cert.AMLDAPCertStoreParameters
-
Get ldap search start loc
- getStartRange() - Method in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
Method to get starting range for possible values of the attribute
- getStartRange() - Method in class com.sun.identity.sm.AttributeSchema
-
Returns the start range if the attribute syntax is either
NUMBER_RANGE or DECIMAL_RANGE.
- getStartRange() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Returns the start range if the attribute syntax is either
NUMBER_RANGE or DECIMAL_RANGE.
- getStartSearchLoc() - Method in class com.sun.identity.authentication.modules.cert.Cert
-
Return value of LDAP Search loc for directory server
- getStartTime() - Method in class org.forgerock.openam.entitlement.conditions.environment.SimpleTimeCondition
-
- getStartTime() - Method in class org.forgerock.openam.scripting.timeouts.ObservedContextFactory.ObservedJavaScriptContext
-
- getStartTimestampInMillis() - Method in class org.forgerock.openam.radius.server.RadiusRequest
-
Get the number of milliseconds since the Unix epoch at which the request was made.
- getState() - Method in class com.iplanet.dpro.session.service.InternalSession
-
Returns the state of the Internal Session
- getState(boolean) - Method in class com.iplanet.dpro.session.Session
-
Returns the state of the session.
- getState() - Method in class com.iplanet.dpro.session.share.SessionInfo
-
Session state
- getState() - Method in class com.sun.identity.authentication.internal.AuthSSOToken
-
- getState() - Method in exception com.sun.identity.authentication.modules.radius.client.ChallengeException
-
Returns the state value for the packet as contained in the nested state attribute.
- getState() - Method in class com.sun.identity.entitlement.AnyUserSubject
-
Deprecated.
- getState() - Method in class com.sun.identity.entitlement.AttributeLookupCondition
-
Returns state of the object.
- getState() - Method in class com.sun.identity.entitlement.AttributeSubject
-
Returns state of the object.
- getState() - Method in interface com.sun.identity.entitlement.EntitlementCondition
-
Returns state of the object encoded as a JSON string.
- getState() - Method in interface com.sun.identity.entitlement.EntitlementSubject
-
Returns state of the object encoded as a JSON string.
- getState() - Method in class com.sun.identity.entitlement.EntitlementSubjectImpl
-
Deprecated.
Returns state of the object.
- getState() - Method in class com.sun.identity.entitlement.JwtClaimSubject
-
- getState() - Method in class com.sun.identity.entitlement.LogicalCondition
-
Returns state of the object.
- getState() - Method in class com.sun.identity.entitlement.LogicalSubject
-
Returns state of the object
- getState() - Method in class com.sun.identity.entitlement.NoSubject
-
- getState() - Method in class com.sun.identity.entitlement.NotCondition
-
Returns state of the object.
- getState() - Method in class com.sun.identity.entitlement.NotSubject
-
Returns state of the object.
- getState() - Method in class com.sun.identity.entitlement.NumericAttributeCondition
-
- getState() - Method in class com.sun.identity.entitlement.opensso.PolicyCondition
-
Returns state of this condition.
- getState() - Method in class com.sun.identity.entitlement.opensso.PolicyResponseProvider
-
Returns the state of the wrapper in a JSON representation
- getState() - Method in class com.sun.identity.entitlement.opensso.PolicySubject
-
Returns state of this subject.
- getState() - Method in interface com.sun.identity.entitlement.ResourceAttribute
-
Returns state of the object encoded as a JSON string.
- getState() - Method in class com.sun.identity.entitlement.StaticAttributes
-
Returns the state of this object.
- getState() - Method in class com.sun.identity.entitlement.StringAttributeCondition
-
- getState() - Method in class com.sun.identity.entitlement.UserAttributes
-
Returns the state of this object.
- getState() - Method in class com.sun.identity.saml2.idpdiscovery.Debug
-
Returns one of the five possible values:
Debug.OFF
Debug.ERROR
Debug.WARNING
Debug.MESSAGE
Debug.ON
- getState() - Method in class com.sun.identity.shared.debug.Debug
-
Returns one of the five possible values:
Debug.OFF
Debug.ERROR
Debug.WARNING
Debug.MESSAGE
Debug.ON
- getState() - Method in interface com.sun.identity.shared.debug.IDebug
-
Returns current debug level used by this instance.
- getState() - Method in class com.sun.identity.shared.debug.impl.DebugImpl
-
Returns debug level.
- getState() - Method in class com.sun.identity.shared.stats.Stats
-
Returns one of the 3 possible values.
- getState() - Method in class org.forgerock.oauth2.core.DeviceCode
-
Gets the state parameter.
- getState() - Method in exception org.forgerock.oauth2.restlet.OAuth2RestletException
-
Gets the state that was on the request.
- getState() - Method in class org.forgerock.openam.entitlement.CachingEntitlementCondition
-
Returns state of the object encoded as a JSON string.
- getState() - Method in class org.forgerock.openam.entitlement.conditions.environment.AMIdentityMembershipCondition
-
Returns state of the object encoded as a JSON string.
- getState() - Method in class org.forgerock.openam.entitlement.conditions.environment.AuthenticateToRealmCondition
-
Returns state of the object encoded as a JSON string.
- getState() - Method in class org.forgerock.openam.entitlement.conditions.environment.AuthenticateToServiceCondition
-
Returns state of the object encoded as a JSON string.
- getState() - Method in class org.forgerock.openam.entitlement.conditions.environment.AuthLevelCondition
-
Returns state of the object encoded as a JSON string.
- getState() - Method in class org.forgerock.openam.entitlement.conditions.environment.AuthSchemeCondition
-
Returns state of the object encoded as a JSON string.
- getState() - Method in class org.forgerock.openam.entitlement.conditions.environment.LDAPFilterCondition
-
Returns state of the object encoded as a JSON string.
- getState() - Method in class org.forgerock.openam.entitlement.conditions.environment.OAuth2ScopeCondition
-
Returns state of the object encoded as a JSON string.
- getState() - Method in class org.forgerock.openam.entitlement.conditions.environment.ResourceEnvIPCondition
-
- getState() - Method in class org.forgerock.openam.entitlement.conditions.environment.ScriptCondition
-
- getState() - Method in class org.forgerock.openam.entitlement.conditions.environment.SessionCondition
-
Returns state of the object encoded as a JSON string.
- getState() - Method in class org.forgerock.openam.entitlement.conditions.environment.SessionPropertyCondition
-
Returns state of the object encoded as a JSON string.
- getState() - Method in class org.forgerock.openam.entitlement.conditions.environment.SimpleTimeCondition
-
Returns state of the object encoded as a JSON string.
- getState() - Method in class org.forgerock.openam.entitlement.conditions.subject.AuthenticatedUsers
-
Returns state of the object encoded as a JSON string.
- getState() - Method in class org.forgerock.openam.entitlement.conditions.subject.IdentitySubject
-
Returns state of the object encoded as a JSON string.
- getState() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlementConditionMixin
-
- getState() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlementSubjectMixin
-
- getState() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonResourceAttributeMixin
-
- getState() - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
Returns the latest screen state.
- getState() - Method in exception org.forgerock.openam.oauth2.OAuthProblemException
-
- getState() - Method in class org.forgerock.openam.radius.common.packet.ProxyStateAttribute
-
Returns the opaque state string.
- getState() - Method in class org.forgerock.openam.radius.common.StateAttribute
-
Returns the contained state string.
- getState() - Method in class org.forgerock.openam.session.model.AMRootEntity
-
- getState() - Method in class org.forgerock.openam.setup.EmbeddedOpenDJManager
-
Gets the state the embedded OpenDJ instance is in.
- getState(boolean) - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSession
-
- getStateAccess() - Method in class com.sun.identity.install.tools.configurator.InstallState
-
- getStateAccess() - Method in class com.sun.identity.install.tools.configurator.MigrateFromInstallState
-
get StateAccess saved.
- getStatelessSessions() - Method in class org.forgerock.openam.monitoring.session.FORGEROCK_OPENAM_SESSION_MIBImpl
-
- getStatelessSessionsMBean() - Static method in class com.sun.identity.monitoring.Agent
-
- getStatelessTokenBlacklist(CTSBlacklist<Blacklistable>, OAuth2GlobalSettings) - Static method in class org.forgerock.openam.oauth2.guice.OAuth2GuiceModule
-
- getStatement() - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Returns a set of Statement contained within this assertion.
- getStatementOrAuthnStatementOrAuthzDecisionStatement() - Method in interface com.sun.identity.saml2.jaxb.assertion.AssertionType
-
Gets the value of the StatementOrAuthnStatementOrAuthzDecisionStatement property.
- getStatementOrAuthnStatementOrAuthzDecisionStatement() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionTypeImpl
-
- getStatements() - Method in interface com.sun.identity.saml2.assertion.Assertion
-
Returns the statements of the assertion
- getStatements() - Method in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
Returns the statements of the assertion
- getStatementType() - Method in class com.sun.identity.liberty.ws.security.ResourceAccessStatement
-
Returns the type of the Statement.
- getStatementType() - Method in class com.sun.identity.liberty.ws.security.SessionContextStatement
-
Returns the real type of the Statement.
- getStatementType() - Method in class com.sun.identity.saml.assertion.AttributeStatement
-
Gets the type of statement.
- getStatementType() - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
-
Gets the real type of the Statement.
- getStatementType() - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
-
Returns the real type of statement.
- getStatementType() - Method in class com.sun.identity.saml.assertion.Statement
-
Returns the real of statement such as
AuthenticationStatement,
AuthorizationDecisionStatement or
AttributeStatement.
- getStaticGroup(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Returns the handle to the AMStaticGroup object represented
by DN.
- getStaticGroupDNs() - Method in interface com.iplanet.am.sdk.AMUser
-
Deprecated.
Gets all the static groups the user is in.
- getStaticGroups(int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Gets the static groups within the specified level.
- getStaticGroups(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Gets the static groups within the specified level.
- getStatus() - Method in class com.iplanet.dpro.session.share.SessionResponse
-
Returns the status.
- getStatus() - Method in class com.sun.identity.authentication.AuthContext
-
Returns the current status of the authentication process as
AuthContext.Status.
- getStatus() - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Returns the current status of the authentication process.
- getStatus() - Method in class com.sun.identity.authentication.service.AMLoginContext
-
Returns the authentication status.
- getStatus() - Method in class com.sun.identity.authentication.service.LoginStatus
-
Returns Login Status.
- getStatus() - Method in class com.sun.identity.authentication.spi.RedirectCallback
-
Returns the status as the result of redirection,
either "SUCCESS" or "FAILED".
- getStatus() - Method in class com.sun.identity.entitlement.xacml3.core.Result
-
Gets the value of the status property.
- getStatus() - Method in class com.sun.identity.federation.message.FSLogoutResponse
-
Deprecated.
Returns the Logout Status.
- getStatus() - Method in class com.sun.identity.federation.message.FSNameIdentifierMappingResponse
-
Deprecated.
Returns the Status.
- getStatus() - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
-
Deprecated.
Returns the Response Status.
- getStatus() - Method in class com.sun.identity.federation.services.logout.FSLogoutStatus
-
Gets logout status.
- getStatus() - Method in class com.sun.identity.install.tools.configurator.InteractionResult
-
- getStatus() - Method in class com.sun.identity.install.tools.configurator.ValidationResult
-
- getStatus() - Method in class com.sun.identity.liberty.ws.disco.ModifyResponse
-
Gets modify response status.
- getStatus() - Method in class com.sun.identity.liberty.ws.disco.QueryResponse
-
Gets status of the query response.
- getStatus() - Method in class com.sun.identity.liberty.ws.dst.DSTModifyResponse
-
Gets response status
- getStatus() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
-
Gets status for the query response
- getStatus() - Method in class com.sun.identity.saml.protocol.Response
-
Gets the Status of the Response.
- getStatus() - Method in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
Returns the value of the status property.
- getStatus() - Method in interface com.sun.identity.saml2.protocol.StatusResponse
-
Returns the value of the status property.
- getStatus() - Method in class com.sun.identity.xacml.context.impl.ResultImpl
-
Returns the Status of this object
- getStatus() - Method in interface com.sun.identity.xacml.context.Result
-
Returns the Status of this object
- getStatus() - Method in exception org.forgerock.oauth2.restlet.OAuth2RestletException
-
Gets the status code.
- getStatus() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletResponse
-
- getStatus() - Method in interface org.forgerock.openam.core.rest.authn.core.AuthenticationContext
-
Returns the current status of the authentication process.
- getStatus() - Method in class org.forgerock.openam.core.rest.authn.core.wrappers.AuthContextLocalWrapper
-
Returns the current status of the authentication process.
- getStatus(DJLDAPv3Repo, String, boolean, String, String, String) - Method in class org.forgerock.openam.idrepo.ldap.helpers.ADHelper
-
Based on the incoming values returns the value for the userAccountControl.
- getStatus(DJLDAPv3Repo, String, boolean, String, String, String) - Method in class org.forgerock.openam.idrepo.ldap.helpers.DirectoryHelper
-
Returns the directory specific user status attribute value based on the default Inactive/Active settings.
- getStatus() - Method in exception org.forgerock.openam.oauth2.OAuthProblemException
- getStatusAttribute() - Method in class com.sun.identity.sm.ServiceSchema
-
Returns the name of the status attribute, as defined in the Service
schema
- getStatusCode() - Method in class com.sun.identity.entitlement.xacml3.core.Status
-
Gets the value of the statusCode property.
- getStatusCode() - Method in class com.sun.identity.entitlement.xacml3.core.StatusCode
-
Gets the value of the statusCode property.
- getStatusCode() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
-
Deprecated.
Returns value of attribute 'code' of Element 'Status'.
- getStatusCode() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
Returns value of code attribute of Status element.
- getStatusCode() - Method in class com.sun.identity.saml.protocol.Status
-
Gets the StatusCode of the Response.
- getStatusCode() - Method in class com.sun.identity.saml.protocol.StatusCode
-
Gets the sub StatusCode of the StatusCode.
- getStatusCode() - Method in class com.sun.identity.saml2.protocol.impl.StatusCodeImpl
-
Returns the value of the statusCode property.
- getStatusCode() - Method in class com.sun.identity.saml2.protocol.impl.StatusImpl
-
Returns the value of the statusCode property.
- getStatusCode() - Method in interface com.sun.identity.saml2.protocol.Status
-
Returns the value of the statusCode property.
- getStatusCode() - Method in interface com.sun.identity.saml2.protocol.StatusCode
-
Returns the value of the statusCode property.
- getStatusCode() - Method in class com.sun.identity.xacml.context.impl.StatusImpl
-
Returns the StatusCode of this object
- getStatusCode() - Method in interface com.sun.identity.xacml.context.Status
-
Returns the StatusCode of this object
- getStatusCode() - Method in interface org.forgerock.http.client.response.HttpClientResponse
-
Retrieve the status code of the accessed resource.
- getStatusCode() - Method in class org.forgerock.http.client.response.SimpleHttpClientResponse
-
Retrieve the status code of the accessed resource.
- getStatusCode() - Method in exception org.forgerock.oauth2.core.exceptions.OAuth2Exception
-
Gets the status code of the exception.
- getStatusCode() - Method in class org.forgerock.openam.audit.servlet.AuditableHttpServletResponse
-
Gets the HTTP response status code.
- getStatusCode() - Method in exception org.forgerock.openam.core.rest.authn.exceptions.RestAuthException
-
Gets the status code.
- getStatusCode() - Method in exception org.forgerock.openam.core.rest.authn.exceptions.RestAuthResponseException
-
- getStatusCode() - Method in class org.forgerock.openam.sts.HttpURLConnectionWrapper.ConnectionResult
-
- getStatusComment() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
Returns value of comment attribute of Status element.
- getStatusDetail() - Method in class com.sun.identity.entitlement.xacml3.core.Status
-
Gets the value of the statusDetail property.
- getStatusDetail() - Method in class com.sun.identity.saml.protocol.Status
-
Gets the StatusDetail of the Response.
- getStatusDetail() - Method in class com.sun.identity.saml2.protocol.impl.StatusImpl
-
Returns the value of the statusDetail property.
- getStatusDetail() - Method in interface com.sun.identity.saml2.protocol.Status
-
Returns the value of the statusDetail property.
- getStatusDetail() - Method in class com.sun.identity.xacml.context.impl.StatusImpl
-
Returns the StatusDetail of this object
- getStatusDetail() - Method in interface com.sun.identity.xacml.context.Status
-
Returns the StatusDetail of this object
- getStatusMessage() - Method in class com.sun.identity.entitlement.xacml3.core.Status
-
Gets the value of the statusMessage property.
- getStatusMessage() - Method in class com.sun.identity.saml.protocol.Status
-
Returns the StatusMessage of the Response.
- getStatusMessage() - Method in class com.sun.identity.saml2.protocol.impl.StatusImpl
-
Returns the value of the statusMessage property.
- getStatusMessage() - Method in interface com.sun.identity.saml2.protocol.Status
-
Returns the value of the statusMessage property.
- getStatusMessage() - Method in class com.sun.identity.xacml.context.impl.StatusImpl
-
Returns the StatusMessage of this object
- getStatusMessage() - Method in interface com.sun.identity.xacml.context.Status
-
Returns the StatusMessage of this object
- getStatusMessageCodes() - Method in class com.sun.identity.config.util.TemplatedPage
-
- getStatusParameter() - Method in class com.sun.identity.authentication.spi.RedirectCallback
-
Returns the statusParameter to be checked from HttpServletRequest object
at the result of redirection.
- getStatusRef() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
Returns value of ref attribute of Status element.
- getStdOutDebugFile() - Method in interface com.sun.identity.shared.debug.file.DebugFileProvider
-
Returns an instance of IDebugFile linked with stdout.
- getStdOutDebugFile() - Method in class com.sun.identity.shared.debug.file.impl.DebugFileProviderImpl
-
Get std out debug file
- getStorageKey() - Method in class com.iplanet.dpro.session.DynamicSessionIDExtensions
-
- getStorageKey() - Method in class com.iplanet.dpro.session.LegacySessionIDExtensions
-
Storage key is used primarily in Internal Request Routing.
- getStorageKey() - Method in interface com.iplanet.dpro.session.SessionIDExtensions
-
- getStoredContext() - Static method in class org.forgerock.openam.core.guice.ServletContextCache
-
- getStoreInvalidAttemptsInDS() - Method in class com.sun.identity.common.ISAccountLockout
-
- getStoreMode() - Method in class org.forgerock.openam.cts.impl.CTSDataLayerConfiguration
-
- getStoreMode() - Method in class org.forgerock.openam.sm.datalayer.impl.LabelsDataLayerConfiguration
-
- getStoreMode() - Method in class org.forgerock.openam.sm.datalayer.impl.ldap.LdapDataLayerConfiguration
-
- getStoreMode() - Method in class org.forgerock.openam.sm.datalayer.impl.ResourceSetDataLayerConfiguration
-
- getStoreMode() - Method in class org.forgerock.openam.sm.datalayer.impl.UmaAuditDataLayerConfiguration
-
- getStoreMode() - Method in class org.forgerock.openam.sm.datalayer.impl.UmaPendingRequestDataLayerConfiguration
-
- getStoreMode() - Method in class org.forgerock.openam.sm.SMSDataLayerConfiguration
-
- getStoreSessionName() - Method in class com.sun.identity.config.wizard.LDAPStoreWizardPage
-
- getStrAssertions(List) - Static method in class com.sun.identity.saml.common.SAMLUtils
-
Gets List of assertions in String format from a list of
Assertion objects.
- getStrAssertions(List) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Gets List of 'String' assertions from the list of 'Assertion' assertions
- getStrategies(CoreTokenConfig) - Method in class org.forgerock.openam.cts.utils.blob.TokenStrategyFactory
-
Strategy patten decision point which allows us at runtime to determine the
required BlobStrategies.
- getString(String) - Static method in class com.iplanet.am.sdk.AMSDKBundle
-
- getString(String, Object[]) - Static method in class com.iplanet.am.sdk.AMSDKBundle
-
- getString(String, Object[], String) - Static method in class com.iplanet.am.sdk.AMSDKBundle
-
- getString(String, Locale) - Static method in class com.iplanet.am.sdk.AMSDKBundle
-
- getString(String, String) - Static method in class com.iplanet.am.sdk.AMSDKBundle
-
- getString(String) - Static method in class com.iplanet.dpro.session.share.SessionBundle
-
- getString(String) - Static method in class com.iplanet.services.cdm.CDMBundle
-
- getString(String) - Static method in class com.iplanet.services.comm.share.PLLBundle
-
- getString(String) - Static method in class com.iplanet.services.naming.share.NamingBundle
-
- getString(String, String) - Method in class com.iplanet.services.util.I18n
-
Method to obtain internationalized message from the
resource bundle given the key and locale.
- getString(String) - Method in class com.iplanet.services.util.I18n
-
Method to obtain internationalized message from the
resource bundle given the key.
- getString(String, String, Object[]) - Method in class com.iplanet.services.util.I18n
-
Method to obtain internationalized message from the
resource bundle given the key, locale and parameters.
- getString(String, Object[]) - Method in class com.iplanet.services.util.I18n
-
Method to obtain internationalized message from the
resource bundle given the key and parameters.
- getString(String) - Static method in class com.iplanet.sso.providers.dpro.SSOProviderBundle
-
Gets a locale string for the given key string from the resource bundle
- getString(String, Map<String, Set<String>>) - Static method in class com.sun.identity.cli.entitlement.ApplicationImpl
-
- getString(String) - Static method in class com.sun.identity.delegation.ResBundleUtils
-
gets localized string for the default locale specified in
AMConfig.properties or if null based on the default OS locale.
- getString(String, Object[]) - Static method in class com.sun.identity.delegation.ResBundleUtils
-
gets localized formatted string
- getString(String) - Static method in class com.sun.identity.idm.IdRepoBundle
-
- getString(String, Object[]) - Static method in class com.sun.identity.idm.IdRepoBundle
-
- getString(String, Object[], String) - Static method in class com.sun.identity.idm.IdRepoBundle
-
- getString(String, String) - Static method in class com.sun.identity.idm.IdRepoBundle
-
- getString(ServletRequest) - Method in class com.sun.identity.idsvcs.rest.IdentityServicesHandler.SecurityParameter
-
- getString(String) - Static method in class com.sun.identity.liberty.ws.authnsvc.AuthnSvcUtils
-
Returns localized string from resource bundle.
- getString(String, Object[]) - Static method in class com.sun.identity.liberty.ws.soapbinding.Utils
-
Gets localized string from resource bundle.
- getString(String) - Static method in class com.sun.identity.policy.ResBundleUtils
-
Returns localized string for the default locale specified in AMConfig.
- getString(String, Object[]) - Static method in class com.sun.identity.policy.ResBundleUtils
-
Returns localized formatted string
- getString(ResourceBundle, String, Object[]) - Static method in class com.sun.identity.shared.locale.Locale
-
Gets the localized string for the specified key formatted as per passed
parameters.
- getString(ResourceBundle, String, ResourceBundle, Object[]) - Static method in class com.sun.identity.shared.locale.Locale
-
Gets the localized string for the specified key from the specified
Resource or from the specified default resource formatted as per provided
parameters.
- getString(ResourceBundle, String, Debug) - Static method in class com.sun.identity.shared.locale.Locale
-
Gets the localized string for the specified key
- getString(ResourceBundle, String, Debug, ResourceBundle) - Static method in class com.sun.identity.shared.locale.Locale
-
Gets the localized string for the specified key from the specified
Resource or from the specified default resource
- getString(ResourceBundle, String) - Static method in class com.sun.identity.shared.locale.Locale
-
Gets the localized string for the specified key.
- getString(ResourceBundle, String, ResourceBundle) - Static method in class com.sun.identity.shared.locale.Locale
-
Gets the localized string for the specified key from the specified
Resource or from the specified default resource.
- getString(String) - Method in class com.sun.identity.sm.model.AMRecord
-
- getString(String) - Method in class com.sun.identity.sm.model.FAMRecord
-
- getString(Map, String) - Method in class com.sun.identity.workflow.Task
-
Return a trimmed String that represents the value from the
passed in params Map for the given key
- getString() - Method in class org.forgerock.openam.radius.common.packet.CallbackIdAttribute
-
Returns the callback id.
- getString() - Method in class org.forgerock.openam.radius.common.packet.CallbackNumberAttribute
-
Returns the callback number.
- getString() - Method in class org.forgerock.openam.radius.common.packet.CallerStationIdAttribute
-
Returns the station id.
- getString() - Method in class org.forgerock.openam.radius.common.packet.CallingStationIdAttribute
-
Returns the station id.
- getString() - Method in class org.forgerock.openam.radius.common.packet.CHAPChallengeAttribute
-
Returns the value of the attribute.
- getString() - Method in class org.forgerock.openam.radius.common.packet.VendorSpecificAttribute
-
The vendor specific value text.
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_deRegisterNotificationURL_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_deRegisterNotificationURL_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_doesEntryExists_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesForSchema_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectType_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgSearchFilter_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getTopLevelContainers_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isAncestorOrgDeleted_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerService_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAdminRole_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setGroupFilter_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndDeleteObject_RequestStruct
-
- getString_1() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_RequestStruct
-
- getString_1() - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_RequestStruct
-
- getString_1() - Method in class com.sun.identity.entity.EntityObjectIF_deleteEntity_RequestStruct
-
- getString_1() - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_RequestStruct
-
- getString_1() - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_RequestStruct
-
- getString_1() - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_RequestStruct
-
- getString_1() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_RequestStruct
-
- getString_1() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_RequestStruct
-
- getString_1() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_RequestStruct
-
- getString_1() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_isUserExists_RequestStruct
-
- getString_1() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_RequestStruct
-
- getString_1() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct
-
- getString_1() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_initialization_RequestStruct
-
- getString_1() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_RequestStruct
-
- getString_1() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_RequestStruct
-
- getString_1() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion_RequestStruct
-
- getString_1() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_RequestStruct
-
- getString_1() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_RequestStruct
-
- getString_1() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion_RequestStruct
-
- getString_1() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_RequestStruct
-
- getString_1() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_RequestStruct
-
- getString_1() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_RequestStruct
-
- getString_1() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_RequestStruct
-
- getString_1() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertions_RequestStruct
-
- getString_1() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_RequestStruct
-
- getString_1() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_RequestStruct
-
- getString_1() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_deRegisterNotificationURL_RequestStruct
-
- getString_1() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_RequestStruct
-
- getString_1() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_RequestStruct
-
- getString_1() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_notifyObjectChanged_RequestStruct
-
- getString_1() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_RequestStruct
-
- getString_1() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_registerNotificationURL_RequestStruct
-
- getString_1() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct
-
- getString_1() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct
-
- getString_1() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct
-
- getString_1() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_RequestStruct
-
- getString_1() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct
-
- getString_1() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct
-
- getString_1() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct
-
- getString_1() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_RequestStruct
-
- getString_1() - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryResourceOffering_RequestStruct
-
- getString_1() - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryServiceCredential_RequestStruct
-
- getString_11() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_doesEntryExists_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getNamingAttr_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectType_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSearchFilterFromTemplate_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isAncestorOrgDeleted_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerService_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAdminRole_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setGroupFilter_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndDeleteObject_RequestStruct
-
- getString_2() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_RequestStruct
-
- getString_2() - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_RequestStruct
-
- getString_2() - Method in class com.sun.identity.entity.EntityObjectIF_deleteEntity_RequestStruct
-
- getString_2() - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_RequestStruct
-
- getString_2() - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_RequestStruct
-
- getString_2() - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_RequestStruct
-
- getString_2() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_RequestStruct
-
- getString_2() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_RequestStruct
-
- getString_2() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_RequestStruct
-
- getString_2() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_isUserExists_RequestStruct
-
- getString_2() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct
-
- getString_2() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_RequestStruct
-
- getString_2() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_RequestStruct
-
- getString_2() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_RequestStruct
-
- getString_2() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_RequestStruct
-
- getString_2() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_RequestStruct
-
- getString_2() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_RequestStruct
-
- getString_2() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_RequestStruct
-
- getString_2() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_RequestStruct
-
- getString_2() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_RequestStruct
-
- getString_2() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct
-
- getString_2() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct
-
- getString_2() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct
-
- getString_2() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_RequestStruct
-
- getString_2() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct
-
- getString_2() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct
-
- getString_2() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct
-
- getString_2() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_RequestStruct
-
- getString_2() - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryResourceOffering_RequestStruct
-
- getString_2() - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryServiceCredential_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSearchFilterFromTemplate_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerService_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setGroupFilter_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_RequestStruct
-
- getString_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_RequestStruct
-
- getString_3() - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_RequestStruct
-
- getString_3() - Method in class com.sun.identity.entity.EntityObjectIF_deleteEntity_RequestStruct
-
- getString_3() - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_RequestStruct
-
- getString_3() - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_RequestStruct
-
- getString_3() - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_RequestStruct
-
- getString_3() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_RequestStruct
-
- getString_3() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct
-
- getString_3() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_RequestStruct
-
- getString_3() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct
-
- getString_3() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct
-
- getString_3() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct
-
- getString_3() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_RequestStruct
-
- getString_3() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct
-
- getString_3() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct
-
- getString_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct
-
- getString_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct
-
- getString_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_RequestStruct
-
- getString_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct
-
- getString_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_RequestStruct
-
- getString_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_RequestStruct
-
- getString_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_RequestStruct
-
- getString_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_RequestStruct
-
- getString_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct
-
- getString_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_RequestStruct
-
- getString_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct
-
- getString_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct
-
- getString_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct
-
- getString_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct
-
- getString_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_RequestStruct
-
- getString_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_RequestStruct
-
- getString_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct
-
- getString_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_RequestStruct
-
- getString_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct
-
- getString_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct
-
- getString_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_RequestStruct
-
- getString_4() - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_RequestStruct
-
- getString_4() - Method in class com.sun.identity.entity.EntityObjectIF_deleteEntity_RequestStruct
-
- getString_4() - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_RequestStruct
-
- getString_4() - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_RequestStruct
-
- getString_4() - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_RequestStruct
-
- getString_4() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct
-
- getString_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct
-
- getString_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct
-
- getString_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_RequestStruct
-
- getString_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_RequestStruct
-
- getString_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_RequestStruct
-
- getString_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct
-
- getString_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct
-
- getString_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_RequestStruct
-
- getString_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct
-
- getString_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct
-
- getString_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct
-
- getString_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_RequestStruct
-
- getString_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct
-
- getString_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct
-
- getString_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct
-
- getString_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct
-
- getString_6() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct
-
- getString_6() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct
-
- getString_6() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct
-
- getString_6() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct
-
- getString_6() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct
-
- getString_6() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct
-
- getString_6() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct
-
- getString_6() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct
-
- getString_6() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct
-
- getString_6() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct
-
- getString_6() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct
-
- getString_6() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct
-
- getString_6() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct
-
- getString_6() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct
-
- getString_7() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct
-
- getString_7() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct
-
- getString_7() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct
-
- getString_7() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct
-
- getString_7() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct
-
- getString_7() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct
-
- getString_7() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct
-
- getString_7() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct
-
- getString_7() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct
-
- getString_7() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct
-
- getString_7() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct
-
- getString_7() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct
-
- getString_8() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct
-
- getString_8() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct
-
- getString_8() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- getString_8() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- getString_9() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct
-
- getStringAttribute(String) - Method in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Returns string type attribute value.
- getStringAttribute(ServiceConfig, String) - Static method in class org.forgerock.openam.utils.ServiceConfigUtils
-
- getStringOptionValue(String, String) - Method in class com.sun.identity.cli.CLICommandBase
-
- getStringOptionValue(String) - Method in class com.sun.identity.cli.CLICommandBase
-
- getStringProperty(String) - Method in class org.forgerock.oauth2.core.DeviceCode
-
- getStringProperty(String) - Method in class org.forgerock.oauth2.core.StatefulToken
-
Get a string property from the store.
- getStringSetting(String, String) - Method in interface org.forgerock.openam.utils.OpenAMSettings
-
Gets the raw Set of the values of the specified attribute name in the given realm and gets the first
value.
- getStringSetting(String, String) - Method in class org.forgerock.openam.utils.OpenAMSettingsImpl
-
Gets the raw Set of the values of the specified attribute name in the given realm and gets the first
value.
- getStringValue(String, String) - Method in class com.iplanet.services.ldap.ServerInstance
-
- getStringValues() - Method in class com.iplanet.services.ldap.Attr
-
Get the string values of the attribute
- getStringWithDefault(ResourceBundle, String, String) - Static method in class org.forgerock.openam.utils.BundleUtils
-
Try to get a value from the bundle, and if it doesn't exist, return a default.
- getSTSConfigName() - Method in class com.sun.identity.wss.provider.STSConfig
-
Returns STS configuration name.
- getSTSConfiguration() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfigurationProvider
-
- getSTSEndpoint() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Returns STS Endpoint
- getSTSEndpoint() - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Returns STS Endpoint
- getStsId() - Method in class org.forgerock.openam.sts.user.invocation.STSIssuedTokenState
-
- getSTSInputPolicy() - Method in class com.sun.identity.wss.policy.WSSPolicyManager
-
Returns the input policy for the STS service
- getSTSInstanceConfig(String, String) - Method in class org.forgerock.openam.sts.publish.common.STSInstanceConfigStoreBase
-
Returns the STSInstanceConfig subclass corresponding to the stsInstanceId parameter.
- getSTSInstanceConfig(String, String) - Method in interface org.forgerock.openam.sts.publish.STSInstanceConfigStore
-
This method is called by the token generation service to obtain the STS-instance specific configurations -
notably the SAML2Config and the KeystoreConfig - which allows it to issue STS-instance-specific tokens.
- getStsInstanceId() - Method in class org.forgerock.openam.sts.service.invocation.TokenGenerationServiceInvocationState
-
- getSTSInstanceState(String, String) - Method in interface org.forgerock.openam.sts.tokengeneration.state.STSInstanceStateProvider
-
Returns the instance type specified by the generic type.
- getSTSInstanceState(String, String) - Method in class org.forgerock.openam.sts.tokengeneration.state.STSInstanceStateProviderBase
-
- getSTSOutputPolicy() - Method in class com.sun.identity.wss.policy.WSSPolicyManager
-
Returns the output policy for the STS service
- getSTSPolicy() - Method in class com.sun.identity.wss.policy.WSSPolicyManager
-
Returns the STS end point policy
- getSTSSAMLAttributes(FAMSTSConfiguration) - Static method in class com.sun.identity.wss.sts.STSUtils
-
- getSTSTokenElement(String, String, String, Object, String, String, String) - Method in class com.sun.identity.wss.sts.TrustAuthorityClientImpl
-
Returns security token element obtained from Security Token Service.
- getStsType() - Method in class org.forgerock.openam.sts.service.invocation.TokenGenerationServiceInvocationState
-
- getStyles(String) - Method in class com.iplanet.services.cdm.DefaultClientTypesManager
-
- getStylesProfileMap(String, Set) - Method in class com.iplanet.services.cdm.DefaultClientTypesManager
-
Get the Style Map corresponding to the parentSet p.
- getSubCommand(String) - Method in class com.sun.identity.cli.CLIDefinitionBase
-
Returns sub command object.
- getSubCommand(String) - Method in class com.sun.identity.cli.CommandManager
-
Returns the sub command of a given name.
- getSubCommand(String) - Method in interface com.sun.identity.cli.IDefinition
-
Returns sub command object.
- getSubCommand() - Method in class com.sun.identity.cli.RequestContext
-
Returns sub command object.
- getSubcommandName() - Method in exception com.sun.identity.cli.CLIException
-
Returns sub command name.
- getSubCommands() - Method in class com.sun.identity.cli.CLIDefinitionBase
-
Returns a list of sub commands.
- getSubCommands() - Method in interface com.sun.identity.cli.IDefinition
-
Returns a list of sub commands.
- getSubConfig(String) - Method in class com.sun.identity.sm.ServiceConfig
-
Returns the service's sub-configuration given the service's
sub-configuration name.
- getSubConfigName() - Method in class com.sun.identity.delegation.DelegationPermission
-
Returns the subconfig name in the permission
- getSubConfigNames() - Method in class com.sun.identity.sm.ServiceConfig
-
Returns the names of all service's sub-configurations.
- getSubConfigNames(String) - Method in class com.sun.identity.sm.ServiceConfig
-
Method to get names of service's sub-configurations that match the given
pattern.
- getSubConfigNames(String, String) - Method in class com.sun.identity.sm.ServiceConfig
-
Method to get names of service's sub-configurations that match the given
pattern and belongs to the specified service schema name.
- GetSubConfiguration - Class in org.forgerock.openam.cli.schema
-
This ssoadm command is able to retrieve the values of the subconfiguration
elements within SMS.
- GetSubConfiguration() - Constructor for class org.forgerock.openam.cli.schema.GetSubConfiguration
-
- getSubEntries(SSOToken) - Method in class com.sun.identity.sm.CachedSubEntries
-
Returns one-level sub-entries for the given DN.
- getSubEntries(SSOToken, String) - Method in class com.sun.identity.sm.CachedSubEntries
-
Return sub-entries that match the pattern.
- getSubEntries(String, String, String, boolean, int, boolean, boolean) - Method in class com.sun.identity.sm.flatfile.SMSEnhancedFlatFileObject
-
Real routine to get sub entries, used by subEntries() and
schemaSubEntries().
- getSubEntries(String, String, String, boolean, int, boolean, boolean) - Method in class com.sun.identity.sm.flatfile.SMSFlatFileObject
-
Real routine to get sub entries, used by subEntries() and
schemaSubEntries().
- getSubEntries(String, String, String, boolean, int, boolean, boolean) - Method in class com.sun.identity.sm.flatfile.SMSFlatFileObjectBase
-
Real routine to get sub entries, used by subEntries() and
schemaSubEntries().
- getSubGroupContainerDNs(int) - Method in interface com.iplanet.am.sdk.AMGroupContainer
-
Deprecated.
Returns the sub containers in this group container.
- getSubject() - Method in class com.sun.identity.authentication.AuthContext
-
Returns the set of Principals or Subject the user has been
authenticated as.
- getSubject(Document) - Static method in class com.sun.identity.authentication.AuthContext
-
- getSubject() - Method in class com.sun.identity.authentication.internal.AuthContext
-
Returns the set of Principals the user has been authenticated as.
- getSubject() - Method in class com.sun.identity.authentication.internal.LoginContext
-
- getSubject() - Method in class com.sun.identity.authentication.jaas.LoginContext
-
- getSubject() - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Returns the set of Principals the user has been authenticated as.
- getSubject() - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Returns the subject.
- getSubject() - Method in class com.sun.identity.authentication.service.AMLoginContext
-
Returns the subject of authenticated user.
- getSubject() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns the authenticated subject.
- getSubject() - Method in class com.sun.identity.entitlement.Privilege
-
Returns the eSubject the privilege
- getSubject() - Method in class com.sun.identity.idsvcs.AttributesRequest
-
- getSubject() - Method in class com.sun.identity.idsvcs.Log
-
- getSubject() - Method in class com.sun.identity.policy.jaas.ISPermission
-
returns the Subjectassociated with this ISPermission
.
- getSubject(String) - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Gets the Subject object identified by name.
- getSubject(String) - Method in class com.sun.identity.policy.Subjects
-
Returns the Subject object associated
with the given subject name.
- getSubject(String) - Method in class com.sun.identity.policy.SubjectTypeManager
-
Deprecated.
Returns an instance of the Subject given the subject type
name.
- getSubject(HttpServletRequest) - Method in class com.sun.identity.rest.ResourceBase
-
- getSubject() - Method in class com.sun.identity.saml.assertion.SubjectStatement
-
Returns the Subject within the SubjectStatement.
- getSubject() - Method in class com.sun.identity.saml.protocol.SubjectQuery
-
Gets the Subject associated with this Query.
- getSubject() - Method in interface com.sun.identity.saml2.assertion.Assertion
-
Returns the subject of the assertion
- getSubject() - Method in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
Returns the subject of the assertion
- getSubject() - Method in interface com.sun.identity.saml2.jaxb.assertion.AssertionType
-
Gets the value of the subject property.
- getSubject() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionTypeImpl
-
- getSubject() - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
-
Returns the Subject object.
- getSubject() - Method in class com.sun.identity.saml2.protocol.impl.AuthnRequestImpl
-
Returns the Subject object.
- getSubject() - Method in class com.sun.identity.saml2.protocol.impl.SubjectQueryAbstractImpl
-
Returns the Subject object.
- getSubject() - Method in interface com.sun.identity.saml2.protocol.SubjectQueryAbstract
-
Returns the Subject object.
- getSubject() - Static method in class com.sun.identity.wss.security.handler.ThreadLocalService
-
- getSubject() - Method in class org.forgerock.oauth2.core.OAuth2Jwt
-
Gets the JWT subject.
- getSubject() - Method in class org.forgerock.openam.authentication.modules.saml2.SAML2ResponseData
-
Get the subject.
- getSubject() - Method in interface org.forgerock.openam.authentication.service.LoginContext
-
Return the authenticated Subject.
- getSubject() - Method in class org.forgerock.openam.authentication.service.LoginContextWrapper
-
- getSubject() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonPolicy
-
Gets the subject to match for this policy.
- getSubject(Context) - Method in class org.forgerock.openam.rest.resource.ContextHelper
-
Gets the subject for the user of the accessed resource.
- getSubject() - Method in class org.forgerock.openam.services.email.MailServerImpl
-
- getSubject() - Method in class org.forgerock.openam.services.push.PushMessage
-
Retrieve the subject of this message.
- getSubjectAttributeNames(String) - Method in interface com.sun.identity.entitlement.EntitlementConfiguration
-
Returns subject attribute names.
- getSubjectAttributeNames(String) - Method in class com.sun.identity.entitlement.opensso.EntitlementService
-
Returns subject attribute names.
- getSubjectAttributesCollectorConfiguration(String) - Method in interface com.sun.identity.entitlement.EntitlementConfiguration
-
Returns subject attributes collector configuration.
- getSubjectAttributesCollectorConfiguration(String) - Method in class com.sun.identity.entitlement.opensso.EntitlementService
-
Returns subject attributes collector configuration.
- getSubjectByName(String) - Method in class com.sun.identity.policy.SubjectTypeManager
-
Deprecated.
Returns the Subject object identified by subjectName defined at
the realm
- getSubjectCategory() - Method in class com.sun.identity.xacml.context.impl.SubjectImpl
-
Returns the SubjectCategory of this object.
- getSubjectCategory() - Method in interface com.sun.identity.xacml.context.Subject
-
Returns the SubjectCategory of this object.
- getSubjectCertAlias() - Method in class com.sun.identity.wss.security.AssertionTokenSpec
-
Returns the certficate alias of the subject.
- getSubjectCertAlias() - Method in class com.sun.identity.wss.security.BinarySecurityToken
-
Returns the array of certificate aliases defined in this spec.
- getSubjectCertAlias() - Method in class com.sun.identity.wss.security.SAML2TokenSpec
-
Returns the certficate alias of the subject.
- getSubjectCertAlias() - Method in class com.sun.identity.wss.security.X509TokenSpec
-
Returns the array of certificate aliases defined in this spec.
- getSubjectConditions() - Method in class org.forgerock.openam.entitlement.conditions.CoreConditionTypeRegistry
-
Gets all subject conditions in the registry.
- getSubjectConditions() - Method in interface org.forgerock.openam.entitlement.ConditionTypeRegistry
-
Gets all subject conditions in the registry.
- getSubjectConfirmation() - Method in class com.sun.identity.saml.assertion.Subject
-
Gets the SubjectConfirmation within the Subject element
- getSubjectConfirmation() - Method in class com.sun.identity.saml2.assertion.impl.SubjectImpl
-
Returns a list of subject confirmations
- getSubjectConfirmation() - Method in interface com.sun.identity.saml2.assertion.Subject
-
Returns a list of subject confirmations
- getSubjectConfirmation() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectTypeImpl
-
- getSubjectConfirmation() - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectType
-
Gets the value of the SubjectConfirmation property.
- getSubjectConfirmation() - Method in class org.forgerock.openam.sts.rest.token.provider.saml.Saml2TokenCreationState
-
- getSubjectConfirmation() - Method in class org.forgerock.openam.sts.user.invocation.SAML2TokenCreationState
-
- getSubjectConfirmationData() - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
-
Get Subject Confirmation Data
- getSubjectConfirmationData() - Method in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationImpl
-
Returns the subject confirmation data
- getSubjectConfirmationData() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmation
-
Returns the subject confirmation data
- getSubjectConfirmationData() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationTypeImpl
-
- getSubjectConfirmationData() - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectConfirmationType
-
Gets the value of the subjectConfirmationData property.
- getSubjectDN(X509Certificate) - Static method in class com.sun.identity.security.cert.AMCertStore
-
Return value of certificate subject DN.
- getSubjectEvalTTL() - Static method in class com.sun.identity.policy.SubjectEvaluationCache
-
Returns the duration for which subject evaluation results would be cached
- getSubjectLocality() - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
-
Returns the SubjectLocality from
AuthenticationStatement
- getSubjectLocality() - Method in interface com.sun.identity.saml2.assertion.AuthnStatement
-
Returns the value of the SubjectLocality property.
- getSubjectLocality() - Method in class com.sun.identity.saml2.assertion.impl.AuthnStatementImpl
-
Returns the value of the SubjectLocality property.
- getSubjectLocality() - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthnStatementType
-
Gets the value of the subjectLocality property.
- getSubjectLocality() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementTypeImpl
-
- getSubjectName(X509Certificate) - Static method in class com.iplanet.security.x509.CertUtils
-
- getSubjectName(Subject) - Method in class com.sun.identity.policy.Subjects
-
Returns the name associated with the given subject object.
- getSubjectName() - Method in class com.sun.identity.wss.security.SAML11AssertionValidator
-
- getSubjectName() - Method in class com.sun.identity.wss.security.SAML2AssertionValidator
-
- getSubjectName(EntitlementSubject) - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
-
Returns the short name that the given subject is registered under.
- getSubjectNames() - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Get the Set of subject names associated with the policy.
- getSubjectNames() - Method in class com.sun.identity.policy.Subjects
-
Returns the names of Subject objects
contained in this object.
- getSubjectNames() - Method in class com.sun.identity.policy.SubjectTypeManager
-
Deprecated.
Get the set of names of Subject(s) defined at the realm
- getSubjectProvider(SAML2Config) - Method in interface org.forgerock.openam.sts.tokengeneration.saml2.StatementProvider
-
- getSubjectProvider(SAML2Config) - Method in class org.forgerock.openam.sts.tokengeneration.saml2.StatementProviderImpl
-
- getSubjects(RequestContext) - Method in class com.sun.identity.cli.entitlement.ApplicationPrivilegeBase
-
- getSubjects(ApplicationPrivilege) - Method in class com.sun.identity.cli.entitlement.ApplicationPrivilegeBase
-
- getSubjects(String) - Method in class com.sun.identity.delegation.DelegationManager
-
Returns a set of selected subjects matching the pattern in the given
realm.
- getSubjects() - Method in class com.sun.identity.delegation.DelegationPrivilege
-
Returns the subjects in the privilege
- getSubjects(SSOToken, String, Set, String) - Method in interface com.sun.identity.delegation.interfaces.DelegationInterface
-
Returns a set of selected subjects of specified types matching the
pattern in the given realm.
- getSubjects(SSOToken, String, Set, String) - Method in class com.sun.identity.delegation.plugins.DelegationPolicyImpl
-
Returns a set of selected subjects of specified types matching the
pattern in the given realm.
- getSubjects() - Method in class com.sun.identity.entitlement.Application
-
Returns set of supported subject class names.
- getSubjects() - Method in class com.sun.identity.entitlement.ApplicationPrivilege
-
Returns the eSubject the privilege
- getSubjects() - Method in class com.sun.identity.xacml.context.impl.RequestImpl
-
Returns the one to many Subject elements of this object
- getSubjects() - Method in interface com.sun.identity.xacml.context.Request
-
Returns the one to many Subject elements of this object
- getSubjects() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- getSubjects(Map<String, Set<String>>) - Static method in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
Returns the list of subjects from the provided set of data within
the entitlement format.
- getSubjects() - Method in class org.forgerock.openam.uma.UmaPolicy
-
Parses the unique set of subjects that have permissions defined in this UMA policy.
- getSubjectSearchFilter(Subject, String) - Method in class com.sun.identity.entitlement.SubjectAttributesManager
-
Returns the subject search filter for a given subject.
- getSubjectSearchIndexes(Privilege) - Static method in class com.sun.identity.entitlement.SubjectAttributesManager
-
Returns the subject search indexes for a given privilege.
- getSubjectsResultTtl(Map) - Static method in class com.sun.identity.policy.PolicyConfig
-
Gets subjectsResultTtl - time in milliseconds for which result of
subjects evaluation would be cached based, on the policyConfig map
passed.
- getSubjectsShortNames() - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
-
- getSubjectsShortNames() - Static method in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
- getSubjectTranslations() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig
-
Gets the map of locales to subject strings.
- getSubjectTranslations() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig
-
Gets the map of locales to subject strings.
- getSubjectTranslations() - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig
-
Gets the map of locales to subject strings.
- getSubjectType() - Method in interface org.forgerock.oauth2.core.ClientRegistration
-
Gets the subject type of this client.
- getSubjectType(String) - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
-
Returns the subject type associated with the given short name, or null if no such subject is registered.
- getSubjectType() - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
- getSubjectType() - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
Gets the subject type of this client.
- getSubjectType() - Method in class org.forgerock.openidconnect.Client
-
Gets the subject type of the OAuth2Client.
- getSubjectTypeManager() - Method in class com.sun.identity.policy.PolicyManager
-
Deprecated.
Gets the SubjectTypeManager object instance associated
with this PolicyManager object instance
- getSubjectTypeName(Subject) - Method in class com.sun.identity.policy.SubjectTypeManager
-
Deprecated.
Returns the type of the Subject implementation.
- getSubjectTypeName(Class<? extends EntitlementSubject>) - Static method in class org.forgerock.openam.entitlement.EntitlementRegistry
-
Gets the name of the subject type.
- getSubjectTypeNames() - Method in class com.sun.identity.policy.SubjectTypeManager
-
Deprecated.
Returns a set of all valid subject type names defined by the policy
service.
- getSubjectValues() - Method in class org.forgerock.openam.entitlement.conditions.subject.IdentitySubject
-
- getSubmittedCallbacks() - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Returns the callbacks set by client.
- getSubmittedInfo() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns callbacks submitted by client.
- getSubOrganization(String) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Returns the sub-organization by DN
- getSubOrganizationalUnit(String) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Gets the sub-organizational unit by DN
- getSubOrganizationalUnits(int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Gets the sub organizational units within the specified level.
- getSubOrganizationNames() - Method in class com.sun.identity.sm.OrganizationConfigManager
-
Returns the names of all sub-organizations.
- getSubOrganizationNames(String, boolean) - Method in class com.sun.identity.sm.OrganizationConfigManager
-
Returns names of sub-organizations matching the
given pattern.
- getSubOrganizations(int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Gets the sub organizations within the specified level.
- getSubOrgConfigManager(String) - Method in class com.sun.identity.sm.OrganizationConfigManager
-
Returns the OrganizationConfigManager
for the given organization name.
- getSubPeopleContainerDNs(int) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Gets the sub containers in this people container.
- getSubResource(String, String) - Method in class com.sun.identity.entitlement.ExactMatchResourceName
-
- getSubResource(String, String) - Method in class com.sun.identity.entitlement.RegExResourceName
-
- getSubResource(String, String) - Method in class com.sun.identity.policy.plugins.SuffixResourceName
-
Gets sub-resource from an original resource minus
a super resource.
- getSubResource(String, String) - Method in class com.sun.identity.policy.ServiceType
-
Method to get sub-resource from an original resource minus
a super resource.
- getSubResource(String, String) - Method in class org.forgerock.openam.shared.resourcename.BasePrefixResourceName
-
Gets sub-resource from an original resource minus
a super resource.
- getSubResource(String, String) - Method in interface org.forgerock.openam.shared.resourcename.BaseResourceName
-
Gets sub-resource from an original resource minus
a super resource.
- getSubSchema(String) - Method in class com.sun.identity.sm.ServiceSchema
-
Returns ServiceSchema object given the name of the
service's sub-schema.
- getSubSchema() - Method in class org.forgerock.openam.upgrade.SubSchemaModificationWrapper
-
Return the child sub schema beneath this sub schema
- getSubSchemaAttributeValue(String, String, String, String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Returns a value of an attribute.
- getSubSchemaChanges() - Method in class com.sun.identity.sm.ServiceSchemaModifications
-
- getSubSchemaName(String) - Method in class com.sun.identity.common.BackwardCompSupport
-
- getSubSchemaName() - Method in class org.forgerock.openam.upgrade.NewSubSchemaWrapper
-
Get the name of the new sub schema that will be created.
- getSubSchemaNames() - Method in class com.sun.identity.sm.ServiceSchema
-
Returns the names of sub-schemas for the service.
- getSubSchemaNode() - Method in class org.forgerock.openam.upgrade.NewSubSchemaWrapper
-
Get the XML node that defines this new sub schema, sub-sub schemas are
supported
- getSubSchemas() - Method in class org.forgerock.openam.upgrade.ServiceSchemaModificationWrapper
-
Return the sub schema maps of modified sub schema attribute wrappers
- getSubSchemasAdded() - Method in class org.forgerock.openam.upgrade.SubSchemaUpgradeWrapper
-
Return the new sub schemas
- getSubStatus() - Method in class com.sun.identity.liberty.ws.common.Status
-
Gets sub status.
- getSubtreeEvaluation() - Method in class org.forgerock.openam.monitoring.policy.FORGEROCK_OPENAM_POLICY_MIBImpl
-
- getSubtreeEvaluationMBean() - Static method in class com.sun.identity.monitoring.Agent
-
- getSubtreeEvaluationsAverage() - Method in class org.forgerock.openam.monitoring.policy.SubtreeEvaluation
-
Getter for the "SubtreeEvaluationsAverage" variable.
- getSubtreeEvaluationsAverage() - Method in class org.forgerock.openam.monitoring.policy.SubtreeEvaluationImpl
-
Getter for the "EvaluationsAverage" variable.
- getSubtreeEvaluationsAverage() - Method in interface org.forgerock.openam.monitoring.policy.SubtreeEvaluationMBean
-
Getter for the "SubtreeEvaluationsAverage" variable.
- getSubtreeEvaluationsCumulative() - Method in class org.forgerock.openam.monitoring.policy.SubtreeEvaluation
-
Getter for the "SubtreeEvaluationsCumulative" variable.
- getSubtreeEvaluationsCumulative() - Method in class org.forgerock.openam.monitoring.policy.SubtreeEvaluationImpl
-
Getter for the "EvaluationsCumulative" variable.
- getSubtreeEvaluationsCumulative() - Method in interface org.forgerock.openam.monitoring.policy.SubtreeEvaluationMBean
-
Getter for the "SubtreeEvaluationsCumulative" variable.
- getSubtreeEvaluationsMaximum() - Method in class org.forgerock.openam.monitoring.policy.SubtreeEvaluation
-
Getter for the "SubtreeEvaluationsMaximum" variable.
- getSubtreeEvaluationsMaximum() - Method in class org.forgerock.openam.monitoring.policy.SubtreeEvaluationImpl
-
Getter for the "EvaluationsMaximum" variable.
- getSubtreeEvaluationsMaximum() - Method in interface org.forgerock.openam.monitoring.policy.SubtreeEvaluationMBean
-
Getter for the "SubtreeEvaluationsMaximum" variable.
- getSubtreeEvaluationsMinimum() - Method in class org.forgerock.openam.monitoring.policy.SubtreeEvaluation
-
Getter for the "SubtreeEvaluationsMinimum" variable.
- getSubtreeEvaluationsMinimum() - Method in class org.forgerock.openam.monitoring.policy.SubtreeEvaluationImpl
-
Getter for the "EvaluationsMinimum" variable.
- getSubtreeEvaluationsMinimum() - Method in interface org.forgerock.openam.monitoring.policy.SubtreeEvaluationMBean
-
Getter for the "SubtreeEvaluationsMinimum" variable.
- getSubtreeSlowestEvaluationTime() - Method in class org.forgerock.openam.monitoring.policy.SubtreeTiming
-
Getter for the "SubtreeSlowestEvaluationTime" variable.
- getSubtreeSlowestEvaluationTime() - Method in class org.forgerock.openam.monitoring.policy.SubtreeTimingImpl
-
Getter for the "SlowestEvaluationTimes" variable.
- getSubtreeSlowestEvaluationTime() - Method in interface org.forgerock.openam.monitoring.policy.SubtreeTimingMBean
-
Getter for the "SubtreeSlowestEvaluationTime" variable.
- getSubtreeTiming() - Method in class org.forgerock.openam.monitoring.policy.FORGEROCK_OPENAM_POLICY_MIBImpl
-
- getSubtreeTimingAverage() - Method in class org.forgerock.openam.monitoring.policy.SubtreeTiming
-
Getter for the "SubtreeTimingAverage" variable.
- getSubtreeTimingAverage() - Method in class org.forgerock.openam.monitoring.policy.SubtreeTimingImpl
-
Getter for the "TimingAverage" variable.
- getSubtreeTimingAverage() - Method in interface org.forgerock.openam.monitoring.policy.SubtreeTimingMBean
-
Getter for the "SubtreeTimingAverage" variable.
- getSubtreeTimingMBean() - Static method in class com.sun.identity.monitoring.Agent
-
- getSubValue(String, OAuth2ProviderSettings) - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
Retrieve the sub value, appropriate for the client subject type, or null
if there are issues with its formation.
- getSubValue(String, OAuth2ProviderSettings) - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
- getSubValue(String, OAuth2ProviderSettings) - Method in interface org.forgerock.openidconnect.OpenIdConnectClientRegistration
-
Retrieve the sub value, appropriate for the client subject type, or null
if there are issues with its formation.
- getSuccessAverage() - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRate
-
Getter for the "SuccessAverage" variable.
- getSuccessAverage() - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRateImpl
-
Getter for the "SuccessAverage" variable.
- getSuccessAverage() - Method in interface org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRateMBean
-
Getter for the "SuccessAverage" variable.
- getSuccessCumulative() - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRate
-
Getter for the "SuccessCumulative" variable.
- getSuccessCumulative() - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRateImpl
-
Getter for the "SuccessCumulative" variable.
- getSuccessCumulative() - Method in interface org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRateMBean
-
Getter for the "SuccessCumulative" variable.
- getSuccesses() - Method in class com.sun.identity.monitoring.LinkTrapGenerator
-
- getSuccesses() - Method in interface com.sun.identity.monitoring.LinkTrapGeneratorMBean
-
- getSuccessfulUserRegistrationDestination() - Method in class org.forgerock.openam.services.RestSecurity
-
Deprecated.
- getSuccessiveFailingCounter() - Method in class org.forgerock.openam.shared.concurrency.ThreadMonitor
-
Get Successive failing counter for the test.
- getSuccessLoginURL() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns success login URL.
- getSuccessMaximum() - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRate
-
Getter for the "SuccessMaximum" variable.
- getSuccessMaximum() - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRateImpl
-
Getter for the "SuccessMaximum" variable.
- getSuccessMaximum() - Method in interface org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRateMBean
-
Getter for the "SuccessMaximum" variable.
- getSuccessMinimum() - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRate
-
Getter for the "SuccessMinimum" variable.
- getSuccessMinimum() - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRateImpl
-
Getter for the "SuccessMinimum" variable.
- getSuccessMinimum() - Method in interface org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRateMBean
-
Getter for the "SuccessMinimum" variable.
- getSuccessURL() - Method in class com.sun.identity.authentication.AuthContext
-
Returns the Successful Login URL for the authenticated user.
- getSuccessURL() - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Returns the Successful Login URL for the authenticated user.
- getSuccessURL() - Method in class com.sun.identity.authentication.service.AMLoginContext
-
Returns Login Success URL for authenticated user.
- getSuccessURL(HttpServletRequest, AuthContextLocal) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
Returns success URL for this request.
- getSuccessURL() - Method in interface org.forgerock.openam.core.rest.authn.core.AuthenticationContext
-
Returns the Successful Login URL for the authenticated user.
- getSuccessURL() - Method in class org.forgerock.openam.core.rest.authn.core.CompletedLoginProcess
-
Returns the success url from the underlying authcontext
- getSuccessURL() - Method in class org.forgerock.openam.core.rest.authn.core.LoginProcess
-
Returns the success url from the underlying authcontext
- getSuccessURL() - Method in class org.forgerock.openam.core.rest.authn.core.wrappers.AuthContextLocalWrapper
-
Returns the Successful Login URL for the authenticated user.
- getSuccinctID(String) - Static method in class com.sun.liberty.LibertyManager
-
- getSuccinctID(String, String) - Static method in class com.sun.liberty.LibertyManager
-
Returns succinct ID of a provider.
- getSumCTSSessions() - Method in class org.forgerock.openam.monitoring.session.CtsSessions
-
Getter for the "SumCTSSessions" variable.
- getSumCTSSessions() - Method in class org.forgerock.openam.monitoring.session.CtsSessionsImpl
-
Getter for the "SumCTSSessions" variable.
- getSumCTSSessions() - Method in interface org.forgerock.openam.monitoring.session.CtsSessionsMBean
-
Getter for the "SumCTSSessions" variable.
- getSumInternalSessions() - Method in class org.forgerock.openam.monitoring.session.InternalSessions
-
Getter for the "SumInternalSessions" variable.
- getSumInternalSessions() - Method in class org.forgerock.openam.monitoring.session.InternalSessionsImpl
-
Getter for the "SumInternalSessions" variable.
- getSumInternalSessions() - Method in interface org.forgerock.openam.monitoring.session.InternalSessionsMBean
-
Getter for the "SumInternalSessions" variable.
- getSummaryDesc() - Method in class com.sun.identity.install.tools.configurator.UserDataInteraction
-
- getSummaryDescription() - Method in class com.sun.identity.install.tools.configurator.InteractionResult
-
- getSummaryDescription() - Method in class com.sun.identity.install.tools.configurator.UserDataInteraction
-
- getSummaryInfoHeaderMessage() - Method in class com.sun.identity.install.tools.configurator.CustomInstallDriver
-
- getSummaryInfoHeaderMessage() - Method in class com.sun.identity.install.tools.configurator.InstallDriver
-
- getSummaryInfoHeaderMessageFmtLine() - Method in class com.sun.identity.install.tools.configurator.CustomInstallDriver
-
- getSummaryInfoHeaderMessageFmtLine() - Method in class com.sun.identity.install.tools.configurator.InstallDriver
-
- getSumRemoteSessions() - Method in class org.forgerock.openam.monitoring.session.RemoteSessions
-
Getter for the "SumRemoteSessions" variable.
- getSumRemoteSessions() - Method in class org.forgerock.openam.monitoring.session.RemoteSessionsImpl
-
Getter for the "SumRemoteSessions" variable.
- getSumRemoteSessions() - Method in interface org.forgerock.openam.monitoring.session.RemoteSessionsMBean
-
Getter for the "SumRemoteSessions" variable.
- getSumStatelessSessions() - Method in class org.forgerock.openam.monitoring.session.StatelessSessions
-
Getter for the "SumStatelessSessions" variable.
- getSumStatelessSessions() - Method in class org.forgerock.openam.monitoring.session.StatelessSessionsImpl
-
Getter for the "SumStatelessSessions" variable.
- getSumStatelessSessions() - Method in interface org.forgerock.openam.monitoring.session.StatelessSessionsMBean
-
Getter for the "SumStatelessSessions" variable.
- getSunLogoLabel() - Method in interface com.sun.identity.password.ui.model.PWResetModel
-
Returns label for SUN logo.
- getSunLogoLabel() - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns label for SUN logo.
- getSuperUserDelegate() - Method in class org.forgerock.openam.core.guice.CoreGuiceModule
-
- getSupportedAATGrantTypes() - Method in interface org.forgerock.openam.uma.UmaSettings
-
Gets the supported AAT Grant Types.
- getSupportedAATGrantTypes() - Method in class org.forgerock.openam.uma.UmaSettingsImpl
-
Gets the supported AAT Grant Types.
- getSupportedAATProfiles() - Method in interface org.forgerock.openam.uma.UmaSettings
-
Gets the supported AAT Profiles.
- getSupportedAATProfiles() - Method in class org.forgerock.openam.uma.UmaSettingsImpl
-
Gets the supported AAT Profiles.
- getSupportedAttrRules() - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets the names of supported attr rule names
- getSupportedAuthenticationMechanisms() - Static method in class com.sun.identity.liberty.ws.disco.common.DiscoServiceManager
-
Returns the Set of SecurityMechIDs that the discovery
service supports.
- getSupportedAuthenticationMechanisms() - Method in interface com.sun.identity.liberty.ws.soapbinding.SOAPProviderConfig
-
Returns supported authentication mechanisms.
- GetSupportedAuthModules - Class in com.sun.identity.cli.realm
-
This command gets the supported authentication modules.
- GetSupportedAuthModules() - Constructor for class com.sun.identity.cli.realm.GetSupportedAuthModules
-
- getSupportedAuthnContextsByIDP(String, String) - Method in class com.sun.identity.saml2.plugins.SAML2IDPProxyFRImpl
-
- getSupportedClaims() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getSupportedClaims() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Gets the supported claims for this provider.
- getSupportedClaims() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getSupportedClaimsWithTranslations() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getSupportedClaimsWithTranslations() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Gets the supported claims for this provider as strings with pipe-separated translations.
- getSupportedClaimsWithTranslations() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getSupportedClaimTokenProfiles() - Method in interface org.forgerock.openam.uma.UmaSettings
-
Gets the supported claim token profiles.
- getSupportedClaimTokenProfiles() - Method in class org.forgerock.openam.uma.UmaSettingsImpl
-
Gets the supported claim token profiles.
- getSupportedContainers() - Method in class com.sun.identity.liberty.ws.idpp.IDPPServiceManager
-
Gets supported IDPP containers.
- GetSupportedDataTypes - Class in com.sun.identity.cli.realm
-
This command gets the supported data type.
- GetSupportedDataTypes() - Constructor for class com.sun.identity.cli.realm.GetSupportedDataTypes
-
- getSupportedDirectives() - Static method in class com.sun.identity.liberty.ws.disco.common.DiscoServiceManager
-
Returns the Set of Directives that the discovery service
supports.
- getSupportedEntityTypes() - Static method in class com.iplanet.am.sdk.AMCommonUtils
-
Deprecated.
Returns a Set of supported entity types
- getSupportedIDTokenEncryptionAlgorithms() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getSupportedIDTokenEncryptionAlgorithms() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Gets the algorithms that the OAuth2 provider supports for encryptin OpenID tokens.
- getSupportedIDTokenEncryptionAlgorithms() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getSupportedIDTokenEncryptionMethods() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getSupportedIDTokenEncryptionMethods() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Gets the encryption methods that the OAuth2 provider supports for encryptin OpenID tokens.
- getSupportedIDTokenEncryptionMethods() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getSupportedIDTokenSigningAlgorithms() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getSupportedIDTokenSigningAlgorithms() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Gets the algorithms that the OAuth2 provider supports for signing OpenID tokens.
- getSupportedIDTokenSigningAlgorithms() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- GetSupportedIdTypes - Class in com.sun.identity.cli.idrepo
-
This command gets the supported identity type.
- GetSupportedIdTypes() - Constructor for class com.sun.identity.cli.idrepo.GetSupportedIdTypes
-
- getSupportedIdTypes() - Method in class com.sun.identity.idm.AMIdentityRepository
-
Returns the set of supported object types IdType for this
deployment.
- getSupportedMessageTypes() - Method in class org.forgerock.openam.rest.LocalSSOTokenSessionModule
- getSupportedOperations(IdType) - Method in class com.iplanet.am.sdk.AMSDKRepo
-
- getSupportedOperations(IdType) - Method in class com.sun.identity.idm.IdRepo
-
Return supported operations for a given IdType
- getSupportedOperations(SSOToken, IdType, String) - Method in interface com.sun.identity.idm.IdServices
-
- getSupportedOperations(IdType) - Method in class com.sun.identity.idm.plugins.database.DatabaseRepo
-
- getSupportedOperations(IdType) - Method in class com.sun.identity.idm.plugins.files.FilesRepo
-
- getSupportedOperations(IdType) - Method in class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- getSupportedOperations(IdType) - Method in class com.sun.identity.idm.plugins.internal.SpecialRepo
-
- getSupportedOperations(SSOToken, IdType, String) - Method in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
- getSupportedOperations(SSOToken, IdType, String) - Method in class com.sun.identity.idm.server.IdServicesImpl
-
- getSupportedOperations(SSOToken, IdType, String) - Method in class org.forgerock.openam.idm.IdServicesDecorator
- getSupportedOperations(IdType) - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
Returns the set of supported operations for a given identity type.
- getSupportedOperations(IdType) - Method in class org.openidentityplatform.openam.cassandra.Repo
-
- getSupportedOperations_idrepo(String, String, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getSupportedOperations_idrepo(String, String, String) - Method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- getSupportedOptions() - Method in class com.sun.identity.install.tools.admin.BaseToolsResolver
-
Gets all the supported options.
- getSupportedPATGrantTypes() - Method in interface org.forgerock.openam.uma.UmaSettings
-
Gets the supported PAT Grant Types.
- getSupportedPATGrantTypes() - Method in class org.forgerock.openam.uma.UmaSettingsImpl
-
Gets the supported PAT Grant Types.
- getSupportedPATProfiles() - Method in interface org.forgerock.openam.uma.UmaSettings
-
Gets the supported PAT Profiles.
- getSupportedPATProfiles() - Method in class org.forgerock.openam.uma.UmaSettingsImpl
-
Gets the supported PAT Profiles.
- getSupportedRPTProfiles() - Method in interface org.forgerock.openam.uma.UmaSettings
-
Gets the supported RPT Profiles.
- getSupportedRPTProfiles() - Method in class org.forgerock.openam.uma.UmaSettingsImpl
-
Gets the supported RPT Profiles.
- getSupportedScopes() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getSupportedScopes() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Gets the supported scopes for this provider without translations.
- getSupportedScopes() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getSupportedScopesWithTranslations() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getSupportedScopesWithTranslations() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Gets the supported scopes for this provider.
- getSupportedScopesWithTranslations() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getSupportedSubjectTypes() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getSupportedSubjectTypes() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Gets the subject types supported by the OAuth2 provider.
- getSupportedSubjectTypes() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getSupportedTokenTransforms() - Method in class org.forgerock.openam.sts.rest.config.user.RestSTSInstanceConfig
-
- getSupportedTypes() - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Returns a set of the supported entity names in this container.
- getSupportedTypes() - Method in class com.iplanet.am.sdk.AMSDKRepo
-
- getSupportedTypes() - Method in class com.sun.identity.idm.IdRepo
-
- getSupportedTypes(SSOToken, String) - Method in interface com.sun.identity.idm.IdServices
-
- getSupportedTypes() - Method in class com.sun.identity.idm.plugins.database.DatabaseRepo
-
- getSupportedTypes() - Method in class com.sun.identity.idm.plugins.files.FilesRepo
-
- getSupportedTypes() - Method in class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- getSupportedTypes() - Method in class com.sun.identity.idm.plugins.internal.SpecialRepo
-
- getSupportedTypes(SSOToken, String) - Method in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
- getSupportedTypes(SSOToken, String) - Method in class com.sun.identity.idm.server.IdServicesImpl
-
- getSupportedTypes(SSOToken, String) - Method in class org.forgerock.openam.idm.IdServicesDecorator
- getSupportedTypes() - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
Returns the set of supported identity types.
- getSupportedTypes() - Method in class org.openidentityplatform.openam.cassandra.Repo
-
- getSupportedTypes_idrepo(String, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getSupportedTypes_idrepo(String, String) - Method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- getSupportedUmaProfiles() - Method in interface org.forgerock.openam.uma.UmaSettings
-
Gets the supported UMA profiles.
- getSupportedUmaProfiles() - Method in class org.forgerock.openam.uma.UmaSettingsImpl
-
Gets the supported UMA profiles.
- getSurName() - Method in interface com.sun.identity.saml2.jaxb.metadata.ContactType
-
Gets the value of the surName property.
- getSurName() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ContactTypeImpl
-
- getSvcMgmtRepositoryBindDN() - Method in class com.sun.identity.monitoring.SsoServerSvcMgmtSvc
-
Getter for the "SvcMgmtRepositoryBindDN" variable.
- getSvcMgmtRepositoryBindDN() - Method in interface com.sun.identity.monitoring.SsoServerSvcMgmtSvcMBean
-
Getter for the "SvcMgmtRepositoryBindDN" variable.
- getSvcMgmtRepositoryHostPort() - Method in class com.sun.identity.monitoring.SsoServerSvcMgmtSvc
-
Getter for the "SvcMgmtRepositoryHostPort" variable.
- getSvcMgmtRepositoryHostPort() - Method in interface com.sun.identity.monitoring.SsoServerSvcMgmtSvcMBean
-
Getter for the "SvcMgmtRepositoryHostPort" variable.
- getSvcMgmtRepositoryOrgDN() - Method in class com.sun.identity.monitoring.SsoServerSvcMgmtSvc
-
Getter for the "SvcMgmtRepositoryOrgDN" variable.
- getSvcMgmtRepositoryOrgDN() - Method in interface com.sun.identity.monitoring.SsoServerSvcMgmtSvcMBean
-
Getter for the "SvcMgmtRepositoryOrgDN" variable.
- getSvcMgmtRepositorySSL() - Method in class com.sun.identity.monitoring.SsoServerSvcMgmtSvc
-
Getter for the "SvcMgmtRepositorySSL" variable.
- getSvcMgmtRepositorySSL() - Method in interface com.sun.identity.monitoring.SsoServerSvcMgmtSvcMBean
-
Getter for the "SvcMgmtRepositorySSL" variable.
- getSvcMgmtRepositoryType() - Method in class com.sun.identity.monitoring.SsoServerSvcMgmtSvc
-
Getter for the "SvcMgmtRepositoryType" variable.
- getSvcMgmtRepositoryType() - Method in interface com.sun.identity.monitoring.SsoServerSvcMgmtSvcMBean
-
Getter for the "SvcMgmtRepositoryType" variable.
- getSvcMgmtStatus() - Method in class com.sun.identity.monitoring.SsoServerSvcMgmtSvc
-
Getter for the "SvcMgmtStatus" variable.
- getSvcMgmtStatus() - Method in interface com.sun.identity.monitoring.SsoServerSvcMgmtSvcMBean
-
Getter for the "SvcMgmtStatus" variable.
- getSvrInstanceGroup() - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
- getSvrInstanceMBean() - Static method in class com.sun.identity.monitoring.Agent
-
Return the pointer to the Server Instance mbean
- getSyncOffset() - Static method in class org.forgerock.openam.authentication.modules.oauth2.service.ESIAServiceUrlProvider
-
- getSyntax() - Method in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
The method returns the syntax of the attribute i.e., string, boolean,
distinguished name (String), numeric.
- getSyntax() - Method in class com.sun.identity.sm.AttributeSchema
-
Returns the syntax of the attribute.
- getSyntax() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Returns the syntax of the attribute.
- getSystemProperties() - Static method in class com.sun.identity.shared.configuration.SystemPropertiesManager
-
Returns system properties implementation class.
- getTable(long) - Method in class com.sun.identity.monitoring.SsoServerAuthSvcMeta
-
Returns the table object identified by "arc".
- getTable(long) - Method in class com.sun.identity.monitoring.SsoServerConnPoolSvcMeta
-
Returns the table object identified by "arc".
- getTable(long) - Method in class com.sun.identity.monitoring.SsoServerEntitlementSvcMeta
-
Returns the table object identified by "arc".
- getTable(long) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsMeta
-
Returns the table object identified by "arc".
- getTable(long) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesMeta
-
Returns the table object identified by "arc".
- getTable(long) - Method in class com.sun.identity.monitoring.SsoServerIDFFSvcMeta
-
Returns the table object identified by "arc".
- getTable(long) - Method in class com.sun.identity.monitoring.SsoServerIdRepoSvcMeta
-
Returns the table object identified by "arc".
- getTable(long) - Method in class com.sun.identity.monitoring.SsoServerInstanceMeta
-
Returns the table object identified by "arc".
- getTable(long) - Method in class com.sun.identity.monitoring.SsoServerLoggingSvcMeta
-
Returns the table object identified by "arc".
- getTable(long) - Method in class com.sun.identity.monitoring.SsoServerPolicyAgentsMeta
-
Returns the table object identified by "arc".
- getTable(long) - Method in class com.sun.identity.monitoring.SsoServerPolicySvcMeta
-
Returns the table object identified by "arc".
- getTable(long) - Method in class com.sun.identity.monitoring.SsoServerSAML1SvcMeta
-
Returns the table object identified by "arc".
- getTable(long) - Method in class com.sun.identity.monitoring.SsoServerSAML2SvcMeta
-
Returns the table object identified by "arc".
- getTable(long) - Method in class com.sun.identity.monitoring.SsoServerSessSvcMeta
-
Returns the table object identified by "arc".
- getTable(long) - Method in class com.sun.identity.monitoring.SsoServerSvcMgmtSvcMeta
-
Returns the table object identified by "arc".
- getTable(long) - Method in class com.sun.identity.monitoring.SsoServerTopologyMeta
-
Returns the table object identified by "arc".
- getTable(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsMeta
-
Returns the table object identified by "arc".
- getTable(long) - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionFailureRateMeta
-
Returns the table object identified by "arc".
- getTable(long) - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRateMeta
-
Returns the table object identified by "arc".
- getTable(long) - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoringMeta
-
Returns the table object identified by "arc".
- getTable(long) - Method in class org.forgerock.openam.monitoring.policy.PolicyEvaluationMeta
-
Returns the table object identified by "arc".
- getTable(long) - Method in class org.forgerock.openam.monitoring.policy.SelfEvaluationMeta
-
Returns the table object identified by "arc".
- getTable(long) - Method in class org.forgerock.openam.monitoring.policy.SelfTimingMeta
-
Returns the table object identified by "arc".
- getTable(long) - Method in class org.forgerock.openam.monitoring.policy.SubtreeEvaluationMeta
-
Returns the table object identified by "arc".
- getTable(long) - Method in class org.forgerock.openam.monitoring.policy.SubtreeTimingMeta
-
Returns the table object identified by "arc".
- getTable(long) - Method in class org.forgerock.openam.monitoring.session.CtsSessionsMeta
-
Returns the table object identified by "arc".
- getTable(long) - Method in class org.forgerock.openam.monitoring.session.InternalSessionsMeta
-
Returns the table object identified by "arc".
- getTable(long) - Method in class org.forgerock.openam.monitoring.session.RemoteSessionsMeta
-
Returns the table object identified by "arc".
- getTable(long) - Method in class org.forgerock.openam.monitoring.session.StatelessSessionsMeta
-
Returns the table object identified by "arc".
- getTable() - Method in class org.openidentityplatform.openam.cassandra.DataLayerConfiguration
-
- getTable() - Method in class org.openidentityplatform.openam.cassandra.Filter
-
- getTableName() - Method in class org.openidentityplatform.openam.cassandra.DataLayerConfiguration
-
- getTableNames(LogManager) - Method in class com.sun.identity.log.handlers.LogReadDBHandler
-
Return table names for each logger
- getTag() - Method in class com.sun.identity.authentication.util.DerValue
-
TODO-JAVADOC
- getTail() - Method in class com.iplanet.dpro.session.SessionID
-
Returns tail part of session id
- getTail(Handler) - Method in class com.sun.identity.log.handlers.DBFormatter
-
Returns a null string whenever called.
- getTail(Handler) - Method in class com.sun.identity.log.handlers.ELFFormatter
-
Returns an empty string.
- getTail(Handler) - Method in class com.sun.identity.log.handlers.SecureELFFormatter
-
Returns an empty string.
- getTarget() - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets the target of the ACI
- getTarget() - Method in class com.sun.identity.authentication.UI.taglib.DSAMEHrefTag
-
- getTarget() - Method in class com.sun.identity.entitlement.xacml3.core.Policy
-
Gets the value of the target property.
- getTarget() - Method in class com.sun.identity.entitlement.xacml3.core.PolicySet
-
Gets the value of the target property.
- getTarget() - Method in class com.sun.identity.entitlement.xacml3.core.Rule
-
Gets the value of the target property.
- getTarget() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertyType
-
Gets the value of the target property.
- getTarget() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyTypeImpl
-
- getTarget() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertyTypeImpl
-
- getTarget() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignaturePropertyType
-
Gets the value of the target property.
- getTarget() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertyTypeImpl
-
- getTarget() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignaturePropertyType
-
Gets the value of the target property.
- getTargetAttrFilters() - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets the target attr filters that controls value based access control
- getTargetAttributes() - Method in class com.iplanet.services.ldap.aci.ACI
-
Geets the QualifiedCollection of targetAttributes that apply to the ACI
- getTargetFilter() - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets the target filter for the ACI
- getTargetNamespace() - Method in class com.sun.identity.federation.message.FSNameIdentifierMappingRequest
-
Deprecated.
Returns the value of TargetNamespace attribute.
- getTasks() - Method in class org.forgerock.openam.cts.worker.CTSWorkerTaskProvider
-
Returns the collection of tasks.
- getTelephoneLdapAttributeName() - Method in class com.sun.identity.authentication.modules.hotp.HOTPParams
-
- getTelephoneNumber() - Method in interface com.sun.identity.saml2.jaxb.metadata.ContactType
-
Gets the value of the TelephoneNumber property.
- getTelephoneNumber() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ContactTypeImpl
-
- getTemplate(String, int) - Method in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Returns the Template for the given service associated with this
AMObject.
- getTemplate() - Method in class com.sun.identity.config.util.TemplatedPage
-
- getTemplateManager() - Static method in class com.iplanet.ums.TemplateManager
-
Clients can only obtain a reference through this method.
- getTemplateName() - Method in class com.sun.identity.authentication.service.PagePropertiesCallback
-
Deprecated.
Returns template name
- getTemplateName() - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
-
Returns the authentication module display page template name.
- getTemplateRepresentation(String) - Method in class org.forgerock.oauth2.restlet.TemplateFactory
-
Gets the template representation for the template with specified name.
- getTemplates(Map) - Method in interface com.iplanet.am.sdk.AMRole
-
Deprecated.
Get requested templates defined for this role.
- getTerminate() - Method in class com.sun.identity.saml2.protocol.impl.ManageNameIDRequestImpl
-
Returns true if this is a terminating request.
- getTerminate() - Method in interface com.sun.identity.saml2.protocol.ManageNameIDRequest
-
Returns true if this is a terminating request.
- getTerminationDonePageURL(HttpServletRequest, BaseConfigType, String) - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
Returns termination done page URL.
- getTerminationDonePageURL(String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
- getTerminationDonePageURL(String, String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
Returns the TerminationDonePageURL from the provider ID
under a realm.
- getTerminationProviderIDKey() - Static method in class com.sun.liberty.LibertyManager
-
Returns the termination providerIDKey from
IFSConstants.
- getTerminationURL(String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
- getTerminationURL(String, String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
Returns Termination URL.
- getTests() - Method in class com.sun.identity.shared.test.tools.Suite
-
Returns a list of Test object in this suite.
- getTextMaxChars(String) - Method in class com.sun.identity.liberty.ws.idpp.PPInteractionHelper
-
Gets the text maxmimum characters for a given attribute.
- getTextMinChars(String) - Method in class com.sun.identity.liberty.ws.idpp.PPInteractionHelper
-
Gets the text minimum characters
- getTheClass() - Method in class org.forgerock.openam.radius.common.packet.NASClassAttribute
-
Returns the client can pass to the accounting server if supported.
- getThreadDump() - Method in class org.forgerock.openam.core.rest.record.RecordReport
-
- getThreadDumpDelayInSeconds() - Method in class org.forgerock.openam.core.rest.record.RecordProperties
-
Get ThreadDump delay between two threads dumps in seconds
NB: Thread dump should be enable first
- getThreadPool() - Method in class org.forgerock.openam.session.SessionPollerPool
-
- getThreadPoolConfig() - Method in class org.forgerock.openam.radius.server.config.RadiusServiceConfig
-
Get the thread pool configuration values.
- getThreadPoolCoreSize() - Method in class org.forgerock.openam.scripting.ScriptEngineConfiguration
-
The number of threads to keep in the thread pool used to service script execution requests.
- getThreadPoolIdleTimeoutSeconds() - Method in class org.forgerock.openam.scripting.ScriptEngineConfiguration
-
The number of seconds to wait before terminating additional threads (beyond core pool size, up to max pool size)
that were started to service a full task queue.
- getThreadPoolMaxSize() - Method in class org.forgerock.openam.scripting.ScriptEngineConfiguration
-
The maximum number of threads to use to service script execution requests once the task queue has reached
capacity.
- getThreadPoolQueueSize() - Method in class org.forgerock.openam.scripting.ScriptEngineConfiguration
-
The size of the queue to use for buffering tasks when all threads in the thread pool are in use.
- getTicketCacheDir() - Method in class com.sun.identity.wss.security.KerberosTokenSpec
-
- getTileIndex() - Method in class com.sun.identity.authentication.UI.AuthViewBeanBase
-
Returns tile index for auth UI.
- getTime() - Method in class com.iplanet.dpro.session.service.InternalSessionEvent
-
Gets the time of this event.
- getTime() - Method in class com.iplanet.dpro.session.SessionEvent
-
Gets the time of this event.
- getTime() - Method in interface com.iplanet.sso.SSOTokenEvent
-
Returns the time of this event.
- getTime() - Method in class com.sun.identity.entitlement.util.NetworkMonitor.StatsData
-
- getTime() - Method in class com.sun.identity.saml2.profile.CacheObject
-
- getTimeIdle() - Method in class com.iplanet.dpro.session.share.SessionInfo
-
Session idle time in seconds.
- getTimeLeft() - Method in class com.iplanet.dpro.session.service.InternalSession
-
Returns the total time left(in seconds) for the Internal Session.
- getTimeLeft() - Method in class com.iplanet.dpro.session.Session
-
Returns the time left for this session in seconds.
- getTimeLeft() - Method in class com.iplanet.dpro.session.share.SessionInfo
-
Time left for Session to become inactive, in seconds.
- getTimeLeft() - Method in interface com.iplanet.sso.SSOToken
-
Returns the time left in seconds on the session based on max session
time.
- getTimeLeft() - Method in class com.sun.identity.authentication.internal.AuthSSOToken
-
- getTimeLeft(Object) - Method in class com.sun.identity.plugin.session.impl.FedletSessionProvider
-
- getTimeLeft(Object) - Method in class com.sun.identity.plugin.session.impl.FMSessionProvider
-
- getTimeLeft(Object) - Method in interface com.sun.identity.plugin.session.SessionProvider
-
Returns the time left for this session in seconds.
- getTimeLeft() - Method in class org.forgerock.oauth2.core.StatefulRefreshToken
-
- getTimeLeft() - Method in class org.forgerock.oauth2.core.StatefulToken
-
- getTimeLeft() - Method in class org.forgerock.openam.oauth2.StatelessRefreshToken
-
- getTimeLeft() - Method in class org.forgerock.openam.oauth2.StatelessToken
-
- GetTimeLeftActionHandler - Class in org.forgerock.openam.core.rest.session.action
-
Handler for 'getMaxTime' action - from CREST 12.0.0 onwards this means 'get remaining session time'.
- GetTimeLeftActionHandler(SessionResourceUtil) - Constructor for class org.forgerock.openam.core.rest.session.action.GetTimeLeftActionHandler
-
Constructs a GetTimeLeftActionHandler instance
- getTimeLimit() - Method in class org.forgerock.openam.cts.api.filter.TokenFilter
-
- getTimeOfEvent() - Method in class org.forgerock.openam.radius.server.events.RadiusEvent
-
Get the number of milliseconds after the Java epoch at which the event occurred.
- getTimeOfEventAsString() - Method in class org.forgerock.openam.radius.server.events.RadiusEvent
-
Get the time at which the event occurred in ISO format.
- getTimeOut() - Method in class com.iplanet.am.sdk.AMSearchControl
-
Deprecated.
Returns current time out setting.
- getTimeOut() - Method in class com.iplanet.ums.SearchControl
-
Get current time out setting.
- getTimeOut() - Method in class com.sun.identity.idm.IdSearchControl
-
Returns current time out setting.
- getTimeout() - Method in class org.forgerock.openam.radius.common.packet.IdleTimeoutAttribute
-
Returns the timeout value.
- getTimeout() - Method in class org.forgerock.openam.radius.common.packet.SessionTimeoutAttribute
-
Returns the timeout value in seconds.
- getTimeout(ConnectionType) - Method in class org.forgerock.openam.sm.datalayer.utils.TimeoutConfig
-
The timeout for the connection factory type in seconds.
- getTimeoutHandlers() - Method in class com.iplanet.dpro.session.service.SessionServiceConfig
-
Returns values of amSession.xml property "openam-session-timeout-handler-list".
- getTimeoutPeriod() - Method in class com.sun.identity.common.PeriodicRunnable
-
Returns the timeout period of this PeriodicRunnable.
- getTimeOutValue() - Method in class com.sun.identity.authentication.service.PagePropertiesCallback
-
Deprecated.
Returns timeout value
- getTimeOutValue() - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
-
Returns the authentication module display page time out value.
- getTimer() - Static method in class com.sun.identity.common.SystemTimer
-
Create and return the system timer.
- getTimerPool() - Static method in class com.sun.identity.common.SystemTimerPool
-
Create and return the system timer pool.
- getTimeSkew() - Static method in class com.sun.identity.wss.security.WSSUtils
-
- getTimesOfDay() - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets the times of the day at which this ACI applies
- getTimeStamp() - Method in class com.sun.identity.liberty.ws.dst.DSTModifyResponse
-
Gets time stamp
- getTimeStamp() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
-
Gets time stamp
- getTimestamp() - Method in class com.sun.identity.liberty.ws.soapbinding.ConsentHeader
-
Returns value of timestamp attribute.
- getTimestamp() - Method in class com.sun.identity.liberty.ws.soapbinding.CorrelationHeader
-
Returns value of timestamp attribute.
- getTimestamp() - Method in interface com.sun.identity.log.spi.ITimestampGenerator
-
Return generated time stamp
- getTimestamp() - Method in class com.sun.identity.log.spi.SecureTimestampGenerator
-
Returns generated time stamp.
- getTimeToLive() - Method in class com.sun.identity.entitlement.ConditionDecision
-
Returns the time to live (TTL) of this ConditionDecision.
- getTimeToLive() - Method in class com.sun.identity.policy.ActionDecision
-
Deprecated.
Gets the GMT time in milliseconds since epoch when this object is to
be treated as expired.
- getTimeToLive() - Method in class com.sun.identity.policy.ConditionDecision
-
Deprecated.
Gets timeToLive associated with this object
- getTimeToLive() - Method in class com.sun.identity.policy.PolicyDecision
-
Deprecated.
Gets the GMT time in milliseconds since epoch when this object is to
be treated as expired.
- getTimeToLive() - Method in class com.sun.identity.policy.ResourceResult
-
Deprecated.
Returns the GMT time in milliseconds since epoch when this object is to
be treated as expired.
- getTimeToServiceRequestInMilliSeconds() - Method in class org.forgerock.openam.radius.server.RadiusResponse
-
Set the time to service the request for which the response is being made.
- getTitle() - Method in class com.sun.identity.authentication.UI.taglib.DSAMEHrefTag
-
- getTitle() - Method in class com.sun.identity.config.Options
-
- getTitle() - Method in class com.sun.identity.config.util.TemplatedPage
-
Return the i18n code of the page title.
- getTitleString() - Method in interface com.sun.identity.password.ui.model.PWResetSuccessModel
-
Returns title string for password reset.
- getTitleString() - Method in class com.sun.identity.password.ui.model.PWResetSuccessModelImpl
-
Returns title string for password reset.
- getTlsOffloadEngineHostIpAddrs() - Method in class org.forgerock.openam.sts.config.user.DeploymentConfig
-
- getToBeInvalidatedAMSessionIds() - Method in interface org.forgerock.openam.sts.token.ThreadLocalAMTokenCache
-
- getToBeInvalidatedAMSessionIds() - Method in class org.forgerock.openam.sts.token.ThreadLocalAMTokenCacheImpl
-
- getToken() - Method in class com.iplanet.am.util.CLILogin
-
- getToken() - Method in interface com.iplanet.sso.SSOTokenEvent
-
Returns the SSOToken associated with the SSO Token event.
- getToken(ServletRequest) - Method in class com.sun.identity.idsvcs.rest.IdentityServicesHandler.SecurityParameter
-
- getToken() - Method in class com.sun.identity.idsvcs.UserDetails
-
- getToken() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Returns a token for the sender of this Message.
- getToken() - Method in class org.forgerock.oauth2.core.AuthorizationToken
-
Gets the tokens.
- getToken(Class<T>) - Method in class org.forgerock.oauth2.core.OAuth2Request
-
Get a Token that is in play for this request.
- getToken() - Method in class org.forgerock.openam.cts.api.tokens.SAMLToken
-
- getToken() - Static method in class org.forgerock.openam.rest.RestUtils
-
Gets an SSOToken for Administrator
- getToken(String) - Method in interface org.forgerock.openam.sts.tokengeneration.CTSTokenPersistence
-
Called during token validation
- getToken(String) - Method in class org.forgerock.openam.sts.tokengeneration.CTSTokenPersistenceImpl
-
- getTokenCanceller(TokenTypeId) - Method in interface org.forgerock.openam.sts.rest.operation.cancel.IssuedTokenCancellerFactory
-
- getTokenCanceller(TokenTypeId) - Method in class org.forgerock.openam.sts.rest.operation.cancel.IssuedTokenCancellerFactoryImpl
-
- getTokenCanceller(TokenType) - Method in interface org.forgerock.openam.sts.soap.token.config.TokenOperationFactory
-
Returns a TokenCanceller instance which will cancel an STS-issued token.
- getTokenCanceller(TokenType) - Method in class org.forgerock.openam.sts.soap.token.config.TokenOperationFactoryImpl
-
- getTokenConversionType() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the type of the token that needs to be converted to.
- getTokenCreationState() - Method in class org.forgerock.openam.sts.rest.operation.translate.CustomRestTokenProviderParametersImpl
-
- getTokenCreationState() - Method in class org.forgerock.openam.sts.rest.operation.translate.OpenIdConnectRestTokenProviderParameters
-
- getTokenCreationState() - Method in class org.forgerock.openam.sts.rest.operation.translate.Saml2RestTokenProviderParameters
-
- getTokenCreationState() - Method in interface org.forgerock.openam.sts.rest.token.provider.RestTokenProviderParameters
-
Gets the token state necessary to produce the token - e.g. the SubjectConfirmation
or proof token state for a SAML2 assertion.
- getTokenElement(Document) - Method in class com.sun.identity.wss.security.KeyIdentifier
-
Returns the security token that is referenced via the key identifier.
- getTokenElement(Document) - Method in class com.sun.identity.wss.security.SecurityTokenReference
-
Returns the referenced security token via the Reference URI.
- getTokenElement() - Method in class org.forgerock.openam.sts.soap.policy.am.OpenAMSessionAssertion
-
Called by the OpenAMSessionTokenClientInterceptor to obtain the xml defining the BinarySecurityToken encapsulating
the OpenAMSessionToken to be included in the STS invocation.
- getTokenEndpoint() - Method in interface org.forgerock.oauth2.core.OAuth2Uris
-
Gets the URI for the OAuth2 token endpoint.
- getTokenEndpoint() - Method in interface org.forgerock.openam.uma.UmaUris
-
Gets the URI for the OAuth2 token endpoint.
- getTokenEndpointAuthMethod() - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
- getTokenEndpointAuthMethod() - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
Gets the token_endpoint_auth_method configured for this client.
- getTokenEndpointAuthMethod() - Method in class org.forgerock.openidconnect.Client
-
Gets the token endpoint auth method.
- getTokenEndpointAuthMethod() - Method in interface org.forgerock.openidconnect.OpenIdConnectClientRegistration
-
Gets the token_endpoint_auth_method configured for this client.
- getTokenExpiry() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig
-
Gets the token expiry time in seconds.
- getTokenExpiry() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig
-
Gets the token expiry time in seconds.
- getTokenExpiry() - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig
-
Gets the token expiry time in seconds.
- getTokenFromContext(Context, Debug) - Static method in class org.forgerock.openam.forgerockrest.utils.ServerContextUtils
-
Retrieves a link to the user's SSO Token, if it exists in the context.
- getTokenFromId(String) - Method in class org.forgerock.openam.rest.SSOTokenFactory
-
Create an SSO Token using the SSOTokenManager.
- getTokenFromStore(String) - Static method in class org.forgerock.openam.saml2.SAML2Store
-
Statically retrieves an object form the store.
- getTokenGenerationServiceConsumptionToken() - Method in class org.forgerock.openam.sts.soap.token.provider.SoapTokenProviderBase
-
- getTokenHmacSharedSecret() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getTokenHmacSharedSecret() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Gets the Base64 encoded shared secret used to sign stateless access and refresh tokens.
- getTokenHmacSharedSecret() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getTokenID() - Method in interface com.iplanet.sso.SSOToken
-
Returns single sign on token ID object.
- getTokenID() - Method in class com.sun.identity.authentication.internal.AuthSSOToken
-
- getTokenId() - Method in exception com.sun.identity.authentication.spi.InvalidPasswordException
-
Returns the token ID.
- getTokenId() - Method in interface com.sun.identity.wsfederation.profile.RequestedSecurityToken
-
- getTokenId() - Method in class com.sun.identity.wsfederation.profile.SAML11RequestedSecurityToken
-
- getTokenID() - Method in class com.sun.identity.wss.security.FAMSecurityToken
-
Returns the security token value.
- getTokenId() - Method in class com.sun.identity.wss.sts.STSClientUserToken
-
- getTokenId() - Method in interface org.forgerock.oauth2.core.AccessToken
-
- getTokenId() - Method in class org.forgerock.oauth2.core.AccessTokenVerifier.TokenState
-
- getTokenId() - Method in class org.forgerock.oauth2.core.AuthorizationCode
-
Gets the token's identifier.
- getTokenId() - Method in class org.forgerock.oauth2.core.DeviceCode
-
- getTokenId() - Method in interface org.forgerock.oauth2.core.RefreshToken
-
- getTokenId() - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Gets the token's identifier.
- getTokenId() - Method in class org.forgerock.oauth2.core.StatefulToken
-
- getTokenId() - Method in interface org.forgerock.oauth2.core.Token
-
Gets the token's identifier.
- getTokenID(Context, Request) - Static method in class org.forgerock.openam.core.rest.session.SessionResourceUtil
-
Returns the token ID of the session or as a parameter.
- getTokenId() - Method in class org.forgerock.openam.cts.api.tokens.Token
-
- getTokenId() - Method in class org.forgerock.openam.oauth2.StatelessToken
-
- getTokenId(HttpServletRequest) - Method in class org.forgerock.openam.rest.AuthnRequestUtils
-
Finds and extracts the Token ID from the request.
- getTokenId() - Method in class org.forgerock.openam.sts.user.invocation.STSIssuedTokenState
-
- getTokenId() - Method in class org.forgerock.openidconnect.OpenIdConnectToken
-
Gets the token's identifier.
- getTokenIdFromCookie(Context, String) - Method in class org.forgerock.openam.core.rest.session.SessionResource
-
- getTokenIdFromCookie(Context, String) - Static method in class org.forgerock.openam.core.rest.session.SessionResourceUtil
-
Returns the token ID of the session, from a cookie.
- getTokenIdFromCookie(Context, String) - Method in class org.forgerock.openam.core.rest.session.SessionResourceV2
-
- getTokenIdFromHeader(Context, String) - Method in class org.forgerock.openam.core.rest.session.SessionResource
-
- getTokenIdFromHeader(Context, String) - Static method in class org.forgerock.openam.core.rest.session.SessionResourceUtil
-
Returns the token ID of the session, from a given header.
- getTokenIdFromHeader(Context, String) - Method in class org.forgerock.openam.core.rest.session.SessionResourceV2
-
- getTokenIdFromUrlParam(ActionRequest) - Method in class org.forgerock.openam.core.rest.session.SessionResource
-
- getTokenIdFromUrlParam(ActionRequest) - Method in class org.forgerock.openam.core.rest.session.SessionResourceV2
-
- getTokenInfo() - Method in class org.forgerock.oauth2.core.AuthorizationCode
-
Gets the token's information.
- getTokenInfo() - Method in class org.forgerock.oauth2.core.DeviceCode
-
- getTokenInfo() - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
- getTokenInfo() - Method in class org.forgerock.oauth2.core.StatefulRefreshToken
-
- getTokenInfo() - Method in interface org.forgerock.oauth2.core.Token
-
Gets the token's information.
- getTokenInfo(OAuth2Request) - Method in class org.forgerock.oauth2.core.TokenInfoService
-
Returns a Json representation of the token's information that is on the OAuth2 request.
- getTokenInfo() - Method in class org.forgerock.openam.oauth2.StatelessToken
-
- getTokenInfo() - Method in class org.forgerock.openidconnect.OpenIdConnectToken
-
Gets the token's information.
- getTokenIntrospectionEndpoint() - Method in interface org.forgerock.openam.uma.UmaUris
-
Gets the URI for the OAuth2 token introspection endpoint.
- getTokenIssuerEndpoint(FederationElement) - Method in class com.sun.identity.wsfederation.meta.WSFederationMetaManager
-
Returns the value of the <TokenIssuerEndpoint> element
for the given entity.
- getTokenIssuerName(FederationElement) - Method in class com.sun.identity.wsfederation.meta.WSFederationMetaManager
-
Returns the value of the <TokenIssuerName> element
for the given entity.
- getTokenLifeTimeInSeconds() - Method in class org.forgerock.openam.selfservice.KeyStoreJwtTokenConfig
-
Get the token lift time in seconds.
- getTokenLifetimeInSeconds() - Method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig
-
- getTokenLifetimeInSeconds() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
-
Gets the token lifetime (in seconds).
- getTokenName() - Static method in class com.sun.identity.log.handlers.SecureFileHandler
-
Returns the token name used in the SecureLogHelper object.
- getTokenName() - Method in class org.forgerock.oauth2.core.AuthorizationCode
-
Gets the token's name.
- getTokenName() - Method in class org.forgerock.oauth2.core.DeviceCode
-
- getTokenName() - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Gets the token's name.
- getTokenName() - Method in class org.forgerock.oauth2.core.StatefulToken
-
- getTokenName() - Method in interface org.forgerock.oauth2.core.Token
-
Gets the token's name.
- getTokenName() - Method in class org.forgerock.openam.oauth2.StatelessAccessToken
-
- getTokenName() - Method in class org.forgerock.openam.oauth2.StatelessRefreshToken
-
- getTokenName() - Method in class org.forgerock.openam.oauth2.StatelessToken
-
- getTokenName() - Method in class org.forgerock.openidconnect.OpenIdConnectToken
-
Gets the token's name.
- getTokenProvider() - Method in class com.sun.identity.wss.security.SecurityTokenFactory
-
Returns the provider of this Security Token factory object.
- getTokenProvider(TokenType) - Method in interface org.forgerock.openam.sts.soap.token.config.TokenOperationFactory
-
Called to obtain the set of of TokenProvider instances to satisfy the issue operation.
- getTokenProvider(TokenType) - Method in class org.forgerock.openam.sts.soap.token.config.TokenOperationFactoryImpl
-
- getTokenRootDN(DN) - Static method in class org.forgerock.openam.cts.impl.CTSDataLayerConfiguration
-
- getTokenRootDN(DN) - Static method in class org.forgerock.openam.sm.datalayer.impl.LabelsDataLayerConfiguration
-
- getTokens(ResourceBundle, Properties) - Static method in class com.sun.identity.tools.bundles.SetupUtils
-
Gets the map for text replacement.
- getTokens() - Method in class org.forgerock.oauth2.core.OAuth2Request
-
Get all the tokens that have been used in this request.
- getTokenServiceClientPOSTparameters(OAuthConf, String) - Method in class org.forgerock.openam.authentication.modules.oauth2.service.ESIAServiceUrlProvider
-
- getTokenServiceGETParameters(String, String) - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getTokenServiceGETparameters(OAuthConf, String, String) - Method in class org.forgerock.openam.authentication.modules.oauth2.service.DefaultServiceUrlProvider
-
- getTokenServiceGETparameters(OAuthConf, String, String) - Method in class org.forgerock.openam.authentication.modules.oauth2.service.ESIAServiceUrlProvider
-
- getTokenServiceGETparameters(OAuthConf, String, String) - Method in interface org.forgerock.openam.authentication.modules.oauth2.service.ServiceUrlProvider
-
- getTokenServicePOSTparameters(String, String) - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getTokenServicePOSTparameters(OAuthConf, String, String) - Method in class org.forgerock.openam.authentication.modules.oauth2.service.DefaultServiceUrlProvider
-
- getTokenServicePOSTparameters(OAuthConf, String, String) - Method in class org.forgerock.openam.authentication.modules.oauth2.service.ESIAServiceUrlProvider
-
- getTokenServicePOSTparameters(OAuthConf, String, String) - Method in interface org.forgerock.openam.authentication.modules.oauth2.service.ServiceUrlProvider
-
- getTokenServiceUrl() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getTokenSigningAlgorithm() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getTokenSigningAlgorithm() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Gets the signing algorithm used when issuing stateless access and refresh tokens.
- getTokenSigningAlgorithm() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getTokenSigningCertificate(FederationElement) - Method in class com.sun.identity.wsfederation.meta.WSFederationMetaManager
-
Returns the value of the <TokenSigningCertificate>
element for the given entity.
- getTokenStoreRootSuffix() - Method in class org.forgerock.openam.cts.impl.LDAPConfig
-
The Core Token Service Root Token Suffix.
- getTokenString() - Method in class com.sun.identity.install.tools.util.xml.Token
-
Returns the string representation of the token
- getTokenTable() - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoring
-
Access the "TokenTable" variable as a bean indexed property.
- getTokenTableIndex() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntry
-
Getter for the "TokenTableIndex" variable.
- getTokenTableIndex() - Method in interface org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntryMBean
-
Getter for the "TokenTableIndex" variable.
- getTokenTableIndex() - Method in class org.forgerock.openam.monitoring.cts.CtsTokenOperationsEntry
-
Getter for the "TokenTableIndex" variable.
- getTokenTableIndex() - Method in interface org.forgerock.openam.monitoring.cts.CtsTokenOperationsEntryMBean
-
Getter for the "TokenTableIndex" variable.
- getTokenTableIndex() - Method in class org.forgerock.openam.monitoring.cts.TokenEntry
-
Getter for the "TokenTableIndex" variable.
- getTokenTableIndex() - Method in interface org.forgerock.openam.monitoring.cts.TokenEntryMBean
-
Getter for the "TokenTableIndex" variable.
- getTokenType() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenTypesOfferedTypeImpl
-
- getTokenType() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.TokenTypesOfferedType
-
Gets the value of the TokenType property.
- getTokenType() - Method in class com.sun.identity.wss.security.AssertionToken
-
Returns the security token type.
- getTokenType() - Method in class com.sun.identity.wss.security.BinarySecurityToken
-
Returns the token type.
- getTokenType() - Method in class com.sun.identity.wss.security.FAMSecurityToken
-
Returns the security token type.
- getTokenType() - Method in class com.sun.identity.wss.security.SAML2Token
-
Returns the security token type.
- getTokenType() - Method in interface com.sun.identity.wss.security.SecurityToken
-
Returns the security token type.
- getTokenType() - Method in class com.sun.identity.wss.security.UserNameToken
-
Returns this security token type.
- getTokenType() - Method in class com.sun.identity.wss.sts.config.FAMTrustSPMetadata
-
- getTokenType() - Method in class com.sun.identity.wss.sts.STSClientConfiguration
-
- getTokenType() - Method in class com.sun.identity.wss.trust.RequestSecurityToken
-
Returns the token type.
- getTokenType() - Method in class com.sun.identity.wss.trust.RequestSecurityTokenResponse
-
Returns the token type.
- getTokenType() - Method in interface org.forgerock.oauth2.core.AccessToken
-
Gets the token's type.
- getTokenType() - Method in class org.forgerock.oauth2.core.AuthorizationCode
-
Gets the token type.
- getTokenType() - Method in interface org.forgerock.oauth2.core.RefreshToken
-
Gets the token's type.
- getTokenType() - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Gets the token type.
- getTokenType() - Method in class org.forgerock.oauth2.core.StatefulToken
-
Gets the token type.
- getTokenType() - Method in class org.forgerock.openam.monitoring.cts.TokenEntry
-
Getter for the "TokenType" variable.
- getTokenType() - Method in interface org.forgerock.openam.monitoring.cts.TokenEntryMBean
-
Getter for the "TokenType" variable.
- getTokenType() - Method in class org.forgerock.openam.oauth2.StatelessToken
-
- getTokenType(JsonValue) - Method in interface org.forgerock.openam.sts.rest.operation.TokenRequestMarshaller
-
Returns the TokenType corresponding to the JsonValue.
- getTokenType(JsonValue) - Method in class org.forgerock.openam.sts.rest.operation.TokenRequestMarshallerImpl
-
- getTokenType() - Method in class org.forgerock.openam.sts.service.invocation.TokenGenerationServiceInvocationState
-
- getTokenType() - Method in class org.forgerock.openam.sts.soap.TokenSpecification
-
- getTokenType() - Method in class org.forgerock.openam.sts.user.invocation.STSIssuedTokenState
-
- getTokenTypeString() - Method in class com.sun.identity.install.tools.util.xml.BoundedToken
-
- getTokenTypeString() - Method in class com.sun.identity.install.tools.util.xml.CommentToken
-
- getTokenTypeString() - Method in class com.sun.identity.install.tools.util.xml.DoctypeToken
-
- getTokenTypeString() - Method in class com.sun.identity.install.tools.util.xml.MetaToken
-
- getTokenTypeString() - Method in class com.sun.identity.install.tools.util.xml.Token
-
- getTokenTypeString() - Method in class com.sun.identity.install.tools.util.xml.UnboundedToken
-
- getTokenTypeString() - Method in class com.sun.identity.install.tools.util.xml.WhiteSpaceToken
-
- getTokenValidator(TokenTypeId) - Method in interface org.forgerock.openam.sts.rest.operation.validate.IssuedTokenValidatorFactory
-
- getTokenValidator(TokenTypeId) - Method in class org.forgerock.openam.sts.rest.operation.validate.IssuedTokenValidatorFactoryImpl
-
- getTokenValidator(TokenType, ValidationInvocationContext, boolean) - Method in interface org.forgerock.openam.sts.soap.token.config.TokenOperationFactory
-
Called to obtain the set of TokenValidator instances to perform pure token validation in the context of
enforcing SecurityPolicy bindings and validating delegated tokens (ActAs/OnBehalfOf case).
- getTokenValidator(TokenType, ValidationInvocationContext, boolean) - Method in class org.forgerock.openam.sts.soap.token.config.TokenOperationFactoryImpl
-
Returns a TokenValidator instance that can validate the status of the specified TokenType.
- getTokenValue() - Method in class com.sun.identity.liberty.ws.common.wsse.BinarySecurityToken
-
Gets value of the token.
- getTokenValue() - Method in class com.sun.identity.wss.security.BinarySecurityToken
-
Gets value of the token.
- getTokenValue() - Method in class com.sun.identity.wss.sts.STSClientUserToken
-
- getTokenValue() - Method in class org.forgerock.openam.sts.token.model.OpenIdConnectIdToken
-
- getTokenValue() - Method in class org.forgerock.openam.sts.user.invocation.OpenIdConnectTokenState
-
- getTokenWithoutResettingIdleTime(String) - Method in class org.forgerock.openam.core.rest.session.SessionResourceUtil
-
tokenId may, or may not, specify a valid token.
- getToolsResolver() - Static method in class com.sun.identity.install.tools.admin.ToolsConfiguration
-
- getTopLevelContainers() - Method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Returns the top level containers (Organizations, People Containers,
Roles, etc) for the particular user based on single sign on token as the
starting point in the tree.
- getTopLevelContainers(SSOToken) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Returns the set of top level containers that can be viewed by ths user
- getTopLevelContainers(SSOToken) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
- getTopLevelContainers(String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- getTopLevelContainers(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- getTopLevelContainers(SSOToken) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
- getTopLevelOrganizations() - Method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Returns the "real" or "physical" top level organizations as the starting
point in the tree.
- getTopologyGroup() - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
- getTopologyMBean() - Static method in class com.sun.identity.monitoring.Agent
-
Return the pointer to the Topology mbean
- getTotalArtifacts() - Method in class com.sun.identity.saml.SAMLStatsAccessor
-
Gets property totalArtifacts.
- getTotalAssertions() - Method in class com.sun.identity.saml.SAMLStatsAccessor
-
Gets property totalAssertions.
- getTotalCount() - Method in class org.forgerock.openam.cts.monitoring.impl.persistence.CtsPersistenceOperationsMonitor
-
Returns the total number of current tokens in the CTS.
- getTotalCount(TokenType) - Method in class org.forgerock.openam.cts.monitoring.impl.persistence.CtsPersistenceOperationsMonitor
-
Returns the total number of current valid tokens of the supplier type
- getTotalCount() - Method in class org.forgerock.openam.monitoring.cts.CtsTokenOperationsEntry
-
Getter for the "TotalCount" variable.
- getTotalCount() - Method in class org.forgerock.openam.monitoring.cts.CtsTokenOperationsEntryImpl
-
Returns the total number of current tokens of the type specified
in the CTS at the current instant.
- getTotalCount() - Method in interface org.forgerock.openam.monitoring.cts.CtsTokenOperationsEntryMBean
-
Getter for the "TotalCount" variable.
- getTotalDeletes() - Method in class com.sun.identity.sm.ldap.Statistics
-
Get the total number of deletes
- getTotalLineNums(String) - Static method in class com.sun.identity.install.tools.util.FileUtils
-
Method declaration
- getTotalReadRecordCount() - Method in class com.sun.identity.sm.ldap.Statistics
-
Get the total number of reads record count
- getTotalReads() - Method in class com.sun.identity.sm.ldap.Statistics
-
Returns the total number of reads
- getTotalRequests() - Method in class com.sun.identity.sm.ldap.Statistics
-
Returns the total number of requests
- getTotalResultCount() - Method in class com.iplanet.am.sdk.AMSearchResults
-
Deprecated.
Method which returns the count of the all the results which match the
search criteria.
- getTotalResultCount() - Method in class com.sun.identity.common.SearchResults
-
Returns the size of all results which match the search criteria.
- getTotalWrites() - Method in class com.sun.identity.sm.ldap.Statistics
-
Get the total number of writes
- getTracer() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- getTracer() - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext
-
Gets a tracer object.
- getTracer() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- getTracer() - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallingContext
-
Gets a tracer object.
- getTrackingCookie() - Method in class com.sun.identity.authentication.spi.RedirectCallback
-
Gets the value of this RedirectCallback's trackingCookie, indicating whether we should
store information about the current authId in a cookie via the XUI.
- getTrackingIdFromSSOToken(SSOToken) - Static method in class org.forgerock.openam.audit.AMAuditEventBuilderUtils
-
Gets the contextId value from the SSOToken.
- getTrackingIds(LoginState) - Method in class com.sun.identity.authentication.audit.AbstractAuthenticationEventAuditor
-
Get the tracking ID from the login state of the event.
- getTrackingIdsForAccessAttempt(Request) - Method in class org.forgerock.openam.audit.AbstractHttpAccessAuditFilter
-
Retrieve the tracking IDs for an access attempt.
- getTrackingIdsForAccessAttempt(Request) - Method in class org.forgerock.openam.core.rest.authn.AuthenticationAccessAuditFilter
-
- getTrackingIdsForAccessAttempt(Request) - Method in class org.forgerock.openam.rest.audit.AbstractRestletAccessAuditFilter
-
Retrieve the tracking IDs for an access attempt.
- getTrackingIdsForAccessAttempt(Request) - Method in class org.forgerock.openam.rest.audit.OAuth2AbstractAccessAuditFilter
-
Retrieve the tracking IDs for an access attempt.
- getTrackingIdsForAccessOutcome(Response) - Method in class org.forgerock.openam.audit.AbstractHttpAccessAuditFilter
-
Retrieve the tracking IDs for an access outcome.
- getTrackingIdsForAccessOutcome(Response) - Method in class org.forgerock.openam.core.rest.authn.AuthenticationAccessAuditFilter
-
- getTrackingIdsForAccessOutcome(Request, Response) - Method in class org.forgerock.openam.rest.audit.AbstractRestletAccessAuditFilter
-
Retrieve the tracking IDs for an access outcome.
- getTrackingIdsForAccessOutcome(Request, Response) - Method in class org.forgerock.openam.rest.audit.OAuth2AbstractAccessAuditFilter
-
Retrieve the tracking IDs for an access outcome.
- getTrackingIdsForAccessOutcome(Request, Response) - Method in class org.forgerock.openam.rest.audit.UMAAccessAuditFilter
-
Retrieve the tracking IDs for an access outcome.
- getTransactionId() - Method in class org.forgerock.openam.audit.context.AuditRequestContext
-
Gets the transaction id.
- getTransactionIdValue() - Static method in class org.forgerock.openam.audit.context.AuditRequestContext
-
Gets the transaction value of the current thread.
- getTransform() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.TransformsTypeImpl
-
- getTransform() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.TransformsType
-
Gets the value of the Transform property.
- getTransform() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformsTypeImpl
-
- getTransform() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.TransformsType
-
Gets the value of the Transform property.
- getTransform() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformsTypeImpl
-
- getTransform() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.TransformsType
-
Gets the value of the Transform property.
- getTransformerFactory() - Static method in class com.sun.identity.shared.xml.XMLUtils
-
- getTransformerFactory() - Method in interface org.forgerock.openam.utils.TransformerFactoryProvider
-
Returns a TransformerFactory from the underlying mechanism.
- getTransforms() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.PasswordTransforms
-
Deprecated.
Returns a list of child 'Transforms' Elements
- getTransforms() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.CipherReferenceType
-
Gets the value of the transforms property.
- getTransforms() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherReferenceTypeImpl
-
- getTransforms() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- getTransforms() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RetrievalMethodTypeImpl
-
- getTransforms() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.ReferenceType
-
Gets the value of the transforms property.
- getTransforms() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.RetrievalMethodType
-
Gets the value of the transforms property.
- getTransforms() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- getTransforms() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RetrievalMethodTypeImpl
-
- getTransforms() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.ReferenceType
-
Gets the value of the transforms property.
- getTransforms() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.RetrievalMethodType
-
Gets the value of the transforms property.
- getTransientUser(String, String) - Method in class com.sun.identity.saml2.plugins.DefaultLibrarySPAccountMapper
-
Returns the transient user configured in the hosted entity configuration.
- getTranslateFile() - Static method in class com.sun.identity.install.tools.configurator.MigrateFromInstFinderStore
-
- getTreeNode(char) - Method in class org.forgerock.openam.entitlement.utils.indextree.nodefactory.AbstractTreeNodeFactory
-
- getTreeNode(char) - Method in interface org.forgerock.openam.entitlement.utils.indextree.nodefactory.TreeNodeFactory
-
Given the node value create a new tree node.
- getTreePolicyRequest(Context, ActionRequest, SSOTokenManager) - Static method in class org.forgerock.openam.entitlement.rest.model.json.TreePolicyRequest
-
Gets a tree policy request based on the context and action request.
- getTrim() - Method in class com.sun.identity.authentication.UI.taglib.DSAMEHrefTag
-
- getTrueValue() - Method in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
Method to get the string value for "TRUE"
- getTrueValue(String) - Static method in class com.sun.identity.common.configuration.ServerPropertyValidator
-
Returns the true value of a property.
- getTrueValue() - Method in class com.sun.identity.sm.AttributeSchema
-
Returns the string value for BooleanTrueValue.
- getTrueValue() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Returns the string value for BooleanTrueValue.
- getTrueValueI18NKey() - Method in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
Method to get the i18n Key for BooleanTrueValue.
- getTrueValueI18NKey() - Method in class com.sun.identity.sm.AttributeSchema
-
Returns the I18N key for BooleanTrueValue.
- getTrueValueI18NKey() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Retruns the I18N Key for BooleanTrueValue.
- getTruncationOffset() - Method in class org.forgerock.openam.core.rest.devices.oath.OathDeviceSettings
-
Get the truncation offset for this device.
- getTrustAuthorityConfig() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the provider's trusted authorities list.
- getTrustedDevicesDao(AuthenticatorDeviceServiceFactory<TrustedDeviceService>) - Method in class org.forgerock.openam.core.rest.devices.CoreRestDevicesGuiceModule
-
- getTrustedIPAddresses() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
- getTrustedIssuers() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
- getTrustedProviders() - Method in class com.sun.identity.cot.CircleOfTrustDescriptor
-
Returns a set of trusted providers in the circle of trust.
- getTrustedProviders(String) - Method in class com.sun.identity.cot.CircleOfTrustDescriptor
-
Returns a set of trusted providers in the circle of trust for a specific
protocol.
- getTrustSPMetadata(String) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
- getTrustVersion() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequestSecurityTokenTemplateTypeImpl
-
- getTrustVersion() - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.RequestSecurityTokenTemplateType
-
Gets the value of the trustVersion property.
- getTTL() - Method in class com.sun.identity.entitlement.Entitlement
-
Returns the TTL
- getTTL() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonDecision
-
Gets the TTL value.
- getTTL() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlement
-
Gets the time-to-live value of this entitlement decision in milliseconds.
- getTTL() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlementPattern
-
- getTwoByteString(Set) - Static method in class com.iplanet.am.util.AMGenerateServerID
-
This function returns a two byte string but by skipping if finds it in
the passing hashed set.
- getType() - Method in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
The method returns the type of the attribute i.e., single, list or choice
- getType() - Method in class com.iplanet.am.sdk.AMEntityType
-
Deprecated.
Returns the integer type of the entity
- getType() - Method in interface com.iplanet.am.sdk.AMTemplate
-
Deprecated.
Gets the type of the template.
- getType() - Method in class com.iplanet.dpro.session.service.InternalSession
-
Returns the type of Internal Session.
- getType() - Method in class com.iplanet.dpro.session.service.InternalSessionEvent
-
Gets the type of event that has occurred.
- getType() - Method in class com.iplanet.dpro.session.Session
-
Returns the session type.
- getType() - Method in class com.iplanet.dpro.session.SessionEvent
-
Gets the type of event that has occurred.
- getType() - Method in exception com.iplanet.log.LogException
-
Returns log exception type.
- getType() - Method in interface com.iplanet.sso.SSOTokenEvent
-
Returns the type of this event.
- getType() - Method in class com.sun.identity.authentication.config.AMAuthenticationInstance
-
Returns the type of the module instance.
- getType() - Method in class com.sun.identity.authentication.service.CompositeAdvices
-
Returns a type indicating the type of authentication required.
- getType() - Method in class com.sun.identity.config.wizard.LDAPStoreWizardPage
-
- getType() - Method in class com.sun.identity.entitlement.opensso.OpenSSOPrivilege
-
- getType() - Method in class com.sun.identity.entitlement.opensso.XACMLOpenSSOPrivilege
-
- getType() - Method in class com.sun.identity.entitlement.Privilege
-
Returns privilege Type.
- getType() - Method in class com.sun.identity.idm.AMIdentity
-
Returns the Type of the Identity.
- getType() - Method in class com.sun.identity.idm.IdSearchResults
-
- getType(String) - Static method in class com.sun.identity.idm.IdUtils
-
Returns corresponding IdType object given a type.
- getType() - Method in class com.sun.identity.idm.RepoSearchResults
-
- getType() - Method in class com.sun.identity.idsvcs.IdentityDetails
-
- getType() - Method in class com.sun.identity.install.tools.configurator.InstallLogger
-
- getType() - Method in class com.sun.identity.install.tools.configurator.InteractionInfo
-
- getType() - Method in interface com.sun.identity.plugin.configuration.ConfigurationActionEvent
-
Returns the type of this event.
- getType() - Method in class com.sun.identity.plugin.configuration.impl.ConfigurationActionEventImpl
-
Returns the type of this event.
- getType() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptedType
-
Gets the value of the type property.
- getType() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedTypeImpl
-
- getType() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- getType() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RetrievalMethodTypeImpl
-
- getType() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.ReferenceType
-
Gets the value of the type property.
- getType() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.RetrievalMethodType
-
Gets the value of the type property.
- getType() - Method in class com.sun.identity.sm.AttributeSchema
-
Returns the type of the attribute.
- getType() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Returns the type of the attribute.
- getType() - Method in class com.sun.identity.sm.SchemaType
-
- getType() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.PasswordStringImpl
-
- getType() - Method in interface com.sun.identity.wsfederation.jaxb.wsse.PasswordString
-
Gets the value of the type property.
- getType() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- getType() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RetrievalMethodTypeImpl
-
- getType() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.ReferenceType
-
Gets the value of the type property.
- getType() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.RetrievalMethodType
-
Gets the value of the type property.
- getType() - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Returns the trust authority type.
- getType() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
- getType() - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
- getType() - Method in class com.sun.identity.wss.sts.STSClientUserToken
-
- getType(Context) - Method in class org.forgerock.openam.core.rest.sms.SmsResourceProvider
-
- getType() - Method in class org.forgerock.openam.cts.api.tokens.Token
-
- getType() - Method in class org.forgerock.openam.entitlement.indextree.events.IndexChangeEvent
-
- getType(EntitlementRegistry, String) - Method in class org.forgerock.openam.entitlement.rest.model.json.EntitlementConditionTypeIdResolver
-
- getType(EntitlementRegistry, String) - Method in class org.forgerock.openam.entitlement.rest.model.json.EntitlementsRegistryTypeIdResolver
-
Get the concrete sub-type to use for the given short name.
- getType(EntitlementRegistry, String) - Method in class org.forgerock.openam.entitlement.rest.model.json.EntitlementSubjectTypeIdResolver
-
- getType(EntitlementRegistry, String) - Method in class org.forgerock.openam.entitlement.rest.model.json.ResourceAttributeTypeIdResolver
-
- getType() - Method in class org.forgerock.openam.entitlement.utils.indextree.nodecontext.ContextKey
-
This type is used to assist with casting the value into its true type.
- getType() - Method in enum org.forgerock.openam.oauth2.OAuth2Constants.ShortClientAttributeNames
-
- getType() - Method in class org.forgerock.openam.oauth2.resources.labels.ResourceSetLabel
-
- getType() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
-
Gets the type of the resource set.
- getType() - Method in class org.forgerock.openam.radius.common.Attribute
-
Returns the type code of the attribute.
- getType(int) - Static method in enum org.forgerock.openam.radius.common.AttributeType
-
Returns the AttributeType instance for a given field type code.
- getType() - Method in class org.forgerock.openam.radius.common.Packet
-
Returns the packet type.
- getType() - Method in class org.forgerock.openam.selfservice.KeyStoreJwtTokenConfig
-
- getType() - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaAuditEntry
-
- getType() - Method in interface org.forgerock.openam.xacml.v3.ImportStep
-
Type of the step.
- getType() - Method in enum org.forgerock.openidconnect.Client.ApplicationType
-
Gets the client application type.
- getType() - Method in enum org.forgerock.openidconnect.Client.ClientType
-
Gets the client type.
- getType() - Method in enum org.forgerock.openidconnect.Client.PublicKeySelector
-
Gets the client token endpoint auth method type.
- getType() - Method in enum org.forgerock.openidconnect.Client.SubjectType
-
Gets the subject type.
- getType() - Method in enum org.forgerock.openidconnect.Client.TokenEndpointAuthMethod
-
Gets the client token endpoint auth method type.
- getTypeCode() - Method in class com.sun.identity.saml.protocol.AssertionArtifact
-
Gets the typeCode of the artifact.
- getTypeCode() - Method in interface com.sun.identity.saml2.protocol.Artifact
-
Returns the TypeCode of the artifact.
- getTypeCode() - Method in class com.sun.identity.saml2.protocol.impl.ArtifactImpl
-
Returns the TypeCode of the artifact.
- getTypeCode() - Method in enum org.forgerock.openam.radius.common.AttributeType
-
Get the attribute type code as defined in rfc 2865 or extension RFCs.
- getTypeCode() - Method in enum org.forgerock.openam.radius.common.PacketType
-
Get the type code for a given PacketType.
- getTypeTitle() - Method in class com.sun.identity.config.wizard.LDAPStoreWizardPage
-
- getTypeValue(Context) - Method in class org.forgerock.openam.core.rest.sms.SmsResourceProvider
-
- getUID() - Method in class com.iplanet.ums.User
-
Return uid for the user
- getUiLocales() - Method in class org.forgerock.oauth2.core.DeviceCode
-
Gets the UI Locales parameter.
- getUIType() - Method in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
The method returns the UI type of the attribute i.e., link, button, ...
- getUIType() - Method in class com.sun.identity.sm.AttributeSchema
-
Returns the UI type of the attribute.
- getUIType() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Returns the UI type of the attribute; or null if UI type is not defined.
- getUmaTokenStore() - Method in interface org.forgerock.openam.uma.UmaProviderSettings
-
- getUnconsumedAttributes() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- getUnconsumedAttributes() - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext
-
Gets all the unconsumed attributes.
- getUnconsumedAttributes() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- getUnconsumedAttributes() - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallingContext
-
Gets all the unconsumed attributes.
- getUnderlyingPolicyIds() - Method in class org.forgerock.openam.uma.UmaPolicy
-
- getUnderstoodHeaders() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_Tie
-
- getUnderstoodHeaders() - Method in class com.sun.identity.entity.EntityObjectIF_Tie
-
- getUnderstoodHeaders() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_Tie
-
- getUnderstoodHeaders() - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_Tie
-
- getUnderstoodHeaders() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_Tie
-
- getUnderstoodHeaders() - Method in class com.sun.identity.saml.AssertionManagerIF_Tie
-
- getUnderstoodHeaders() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_Tie
-
- getUnderstoodHeaders() - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_Tie
-
- getUnescapedValue(String) - Static method in class com.sun.identity.shared.StringUtils
-
Returns special character un-escaped string.
- getUnInstallRunInfo() - Method in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- getUniqueID() - Static method in class com.sun.identity.sm.SMSUtils
-
- getUniversalId() - Method in class com.sun.identity.idm.AMIdentity
-
Returns the universal identifier of this object.
- getUniversalId(AMIdentity) - Static method in class com.sun.identity.idm.IdUtils
-
Returns a string which uniquely represents this identity object.
- getUniversalId() - Method in class org.forgerock.openam.dpro.session.PartialSession
-
Returns the universal ID associated with this partial session.
- getUniversalId(String, IdType, String) - Method in class org.forgerock.openam.identity.idm.IdentityUtils
-
Determines the universal ID of the user based on the provided details.
- getUniversalId() - Method in class org.forgerock.openam.radius.server.events.AcceptedRadiusEvent
-
Get the universalId of the authenticating entity.
- getUniversalId() - Method in class org.forgerock.openam.radius.server.RadiusResponse
-
Get the universal ID of the principal of the AuthContext, or null if none has been set.
- getUniversalId() - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolder
-
Obtain the universal ID from the SSO token held by the auth context.
- getUnmarshaller() - Static method in class com.sun.identity.liberty.ws.idpp.common.IDPPUtils
-
Get the unmarshaller object.
- getUnmarshallerHandler() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallerImpl
-
- getUnmarshallerHandler() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallerImpl
-
- getUpdatedKrb5ConfigLines(List<String>) - Method in class com.sun.identity.authentication.modules.windowsdesktopsso.WindowsDesktopSSO
-
- getUpdateHandler() - Method in class org.forgerock.openam.cts.impl.queue.AsyncResultHandlerFactory
-
- getUpdateHandler() - Method in interface org.forgerock.openam.cts.impl.queue.ResultHandlerFactory
-
- getUpdateHandler() - Method in class org.forgerock.openam.cts.monitoring.impl.queue.MonitoredResultHandlerFactory
-
- getUpdateString(UpdateRequest) - Static method in class org.forgerock.openam.forgerockrest.utils.ServerContextUtils
-
Generates for logging a String in the form UPDATE | resourceRevision from the UpdateRequest.
- getUpdateSuccessDetail(UpdateRequest, ResourceResponse) - Method in class org.forgerock.openam.rest.fluent.AuditFilter
-
Provides additional details (e.g. failure description or summary of the payload) relating to an
ResourceResponse to a successful UpdateRequest.
- getUptime() - Method in class org.forgerock.openam.session.model.DBStatistics
-
Returns the current uptime (in ms.) of the amsessiondb server
- getURI(URL) - Static method in class com.iplanet.services.naming.WebtopNaming
-
Returns the uri of the specified URL.
- getUri() - Method in class com.sun.identity.liberty.ws.soapbinding.ConsentHeader
-
Returns value of uri attribute.
- getURI() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.CipherReferenceType
-
Gets the value of the uri property.
- getURI() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherReferenceTypeImpl
-
- getURI() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceTypeImpl
-
- getURI() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.ReferenceType
-
Gets the value of the uri property.
- getURI() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- getURI() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RetrievalMethodTypeImpl
-
- getURI() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.ReferenceType
-
Gets the value of the uri property.
- getURI() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.RetrievalMethodType
-
Gets the value of the uri property.
- getURI() - Method in class com.sun.identity.shared.FQDNUrl
-
Returns deployment descriptor.
- getURI() - Method in class com.sun.identity.sm.ServiceInstance
-
Returns the URL of the service.
- getUri() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.ClaimType
-
Gets the value of the uri property.
- getUri() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClaimTypeImpl
-
- getUri() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuerNameTypeImpl
-
- getUri() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenTypeImpl
-
- getUri() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.IssuerNameType
-
Gets the value of the uri property.
- getUri() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.TokenType
-
Gets the value of the uri property.
- getURI() - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyReferenceTypeImpl
-
- getURI() - Method in interface com.sun.identity.wsfederation.jaxb.wspolicy.PolicyReferenceType
-
Gets the value of the uri property.
- getURI() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.ReferenceTypeImpl
-
- getURI() - Method in interface com.sun.identity.wsfederation.jaxb.wsse.ReferenceType
-
Gets the value of the uri property.
- getURI() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- getURI() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RetrievalMethodTypeImpl
-
- getURI() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.ReferenceType
-
Gets the value of the uri property.
- getURI() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.RetrievalMethodType
-
Gets the value of the uri property.
- getURI() - Method in class com.sun.identity.wss.security.Reference
-
Returns the URI set in the Reference.
- getURI() - Method in class com.sun.identity.wss.security.SecurityMechanism
-
Returns the URI of the security mechanism.
- getUri() - Method in interface org.forgerock.http.client.request.HttpClientRequest
-
Retrieve the URI that the request targets.
- getUri() - Method in class org.forgerock.http.client.request.SimpleHttpClientRequest
-
Retrieve the URI that the request targets.
- getUri() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
-
Gets the uri of the resource set.
- getUriElement() - Method in class org.forgerock.openam.sts.config.user.DeploymentConfig
-
- getUriNamedClaimTypesOffered(FederationElement) - Method in class com.sun.identity.wsfederation.meta.WSFederationMetaManager
-
Returns the value of the <UriNamedClaimTypesOffered>
element for the given entity.
- getURIParams() - Method in class com.sun.identity.security.cert.AMLDAPCertStoreParameters
-
Get URI params for CRL search
- getUriParamsCRL() - Method in class com.sun.identity.authentication.modules.cert.Cert
-
Return value of URI parameter for getting CRL
- getURL(URL) - Method in class com.iplanet.am.util.CLILogin
-
- getUrl() - Method in class com.iplanet.ums.DynamicGroup
-
Returns the native LDAP URL used to evaluate this dynamic group.
- getUrl() - Method in class com.sun.identity.common.ServerOrSiteEntry
-
- getUrl() - Method in class com.sun.identity.entitlement.EntitlementListener
-
Returns notification URL.
- getURL() - Method in class com.sun.identity.shared.FQDNUrl
-
Returns URL object.
- getURLForAuthnContext(List, String) - Method in class com.sun.identity.federation.services.FSAuthnDecisionHandler
-
Finds authentication context result based on the request authentication
context and comparison type.
- getURLForAuthnContext(List) - Method in class com.sun.identity.federation.services.FSAuthnDecisionHandler
-
Finds authentication context result based on the request authentication
context.
- getURLToSiteTable() - Static method in class com.sun.identity.monitoring.Agent
-
- getUrlWithError(HttpServletRequest, String) - Static method in class org.forgerock.openam.authentication.modules.saml2.SAML2Proxy
-
Creates a post form for forwarding error response information to the SAML2 authentication module.
- getUrlWithError(HttpServletRequest, String, String) - Static method in class org.forgerock.openam.authentication.modules.saml2.SAML2Proxy
-
Creates a post form for forwarding error response information to the SAML2 authentication module.
- getUrlWithKey(HttpServletRequest, String) - Static method in class org.forgerock.openam.authentication.modules.saml2.SAML2Proxy
-
Auto-submits the passed-in parameters to the authentication module, as taken from
a known cookie location in the request.
- getUsage() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityTokenReferenceTypeImpl
-
- getUsage() - Method in interface com.sun.identity.wsfederation.jaxb.wsse.SecurityTokenReferenceType
-
Gets the value of the Usage property.
- getUsageDirectiveHeaders() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Returns a list of UsageDirectiveHeader.
- getUsageDirectiveHeaders() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
Returns a list of UsageDirectiveHeader.
- getUse() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.KeyDescriptorTypeImpl
-
- getUse() - Method in interface com.sun.identity.saml2.jaxb.metadata.KeyDescriptorType
-
Gets the value of the use property.
- getUseAnonymousUserFlag() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- getUser(String, String) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Returns AMUser object of user in this organization (or in
sub organizations), whose naming attribute exactly matches with
uid.
- getUser(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Returns the handle to the AMUser object represented by DN.
- getUser(String, String) - Method in class com.iplanet.ums.dctree.DomainComponentTree
-
Given a uid for a user, lookup the user under a
specified virtual domain name.
- getUser(String, String, String) - Method in class com.iplanet.ums.dctree.DomainComponentTree
-
Given identification of a user with a naming
attribute and value, lookup the user under a virtual domain specified.
- getUser() - Method in class com.sun.identity.saml.common.SAMLServiceManager.SOAPEntry
-
Deprecated.
- getUser(List, String, String) - Method in class com.sun.identity.saml.plugins.DefaultPartnerAccountMapper
-
Returns user account in OpenAM to which the
subject in the assertion is mapped.
- getUser(SubjectQuery, String) - Method in class com.sun.identity.saml.plugins.DefaultPartnerAccountMapper
-
Returns user account in OpenAM to which the
subject in the query is mapped.
- getUser(Subject, String, Map<String, String>) - Method in class com.sun.identity.saml.plugins.DefaultPartnerAccountMapper
-
- getUser(Subject, String, Map) - Method in class com.sun.identity.saml.plugins.NameIDPartnerAccountMapper
-
- getUser(List, String, String) - Method in interface com.sun.identity.saml.plugins.PartnerAccountMapper
-
Returns user account in OpenAM to which the
subject in the assertion is mapped.
- getUser(SubjectQuery, String) - Method in interface com.sun.identity.saml.plugins.PartnerAccountMapper
-
Returns user account in OpenAM to which the
subject in the query is mapped.
- getUser() - Method in class com.sun.identity.security.cert.AMLDAPCertStoreParameters
-
Get ldap user for bind
- getUser(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
Returns the user from HttpServletRequest.
- getUserAliasList() - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Provides the "Alias Search Attribute Name" list from the Authentication
Service for the realm.
- getUserAndGroupDNs() - Method in interface com.iplanet.am.sdk.AMGroup
-
Deprecated.
Returns the distinguished name of users and nested groups in the group.
- getUserAttr(String) - Method in interface com.sun.identity.password.ui.model.PWResetUserValidationModel
-
Returns user attribute configures in password reset service.
- getUserAttr(String) - Method in class com.sun.identity.password.ui.model.PWResetUserValidationModelImpl
-
Returns user attribute configured in password reset service.
- getUserAttributes(Subject, Set<String>) - Method in class com.sun.identity.entitlement.opensso.OpenSSOSubjectAttributesCollector
-
Returns the attribute values of the given user represented by
Subject object.
- getUserAttributes(Subject, Set<String>) - Method in interface com.sun.identity.entitlement.SubjectAttributesCollector
-
Returns the attribute values of the given user represented by
Subject object.
- getUserAttributes(Subject, Set<String>) - Method in class com.sun.identity.entitlement.SubjectAttributesManager
-
Returns the attribute values of the given user represented by
Subject object.
- getUserAttributes(String, Set) - Static method in class com.sun.identity.liberty.ws.idpp.common.IDPPUtils
-
Returns the user attribute values.
- getUserAttributes(String, AttributeQuery, String, String) - Static method in class com.sun.identity.saml2.profile.AttributeQueryUtil
-
- getUserAttributeValues() - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
Returns the attributes and their values obtained from the user
search during authentication.
- getUserAttrs() - Method in class com.iplanet.services.ldap.aci.ACI
-
Get the user Attributes.
- getUserBaseDN() - Method in class com.sun.identity.setup.BootstrapData
-
- getUserCode() - Method in class org.forgerock.oauth2.core.DeviceCode
-
Gets the User Code.
- getUserCount() - Method in class com.iplanet.ums.PeopleContainer
-
Gets the current number of users.
- getUserDiscoEntries(DataStoreProvider, String, String, Map) - Static method in class com.sun.identity.liberty.ws.disco.plugins.DiscoEntryHandlerImplUtils
-
- getUserDisplayName() - Method in exception org.forgerock.oauth2.core.exceptions.ResourceOwnerConsentRequired
-
Gets the resource owner's display name.
- getUserDisplayNameAttribute() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getUserDisplayNameAttribute() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
The attribute that can be used to obtain a UI-displayable name for a user's AMIdentity.
- getUserDisplayNameAttribute() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getUserDN() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns user DN.
- getUserDN(AMIdentity) - Method in class com.sun.identity.authentication.service.LoginState
-
Returns user DN of an Identity.
- getUserDN(String) - Method in class com.sun.identity.liberty.ws.idpp.PersonalProfile
-
Gets the user dn for a specified resource id.
- getUserDNAttrs() - Method in class com.iplanet.services.ldap.aci.ACI
-
Get the DN attributes.
- getUserDNs() - Method in interface com.iplanet.am.sdk.AMGroup
-
Deprecated.
Returns the distinguished name of users in the group.
- getUserDNs() - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Returns the names (DNs) of users in the organization.
- getUserDNs() - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Gets the names (DNs) of users in the organizational unit.
- getUserDNs() - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Gets the names (DNs) of users in the people container.
- getUserDNs() - Method in interface com.iplanet.am.sdk.AMRole
-
Deprecated.
Gets the DNs of users in the role.
- getUserEntryExpirationTime() - Method in class com.iplanet.am.sdk.common.CacheBlock
-
- getUserEntryExpirationTime() - Method in class com.iplanet.am.sdk.common.CacheBlockBase
-
- getUserEntryExpirationTime() - Method in class com.sun.identity.idm.common.IdCacheBlock
-
- getUserFromRequest(FSLogoutNotification, String, String, String, BaseConfigType, String) - Static method in class com.sun.identity.federation.services.logout.FSLogoutUtil
-
Determines the user name from the logout request.
- getUserID() - Method in class com.iplanet.services.ldap.LDAPUser
-
- getUserId(String, String) - Method in class com.sun.identity.authentication.audit.AbstractAuthenticationEventAuditor
-
Get the universal user ID.
- getUserId(String) - Method in class com.sun.identity.authentication.modules.msisdn.MSISDNValidation
-
Returns user ID which has sunIdentityMSISDNNumber matching
the msisdn number.
- getUserID(String, Map, Map) - Method in class com.sun.identity.federation.accountmgmt.DefaultFSUserProvider
-
Searches user.
- getUserID(FSAccountFedInfoKey, Map) - Method in class com.sun.identity.federation.accountmgmt.FSAccountManager
-
Searches user with given combination of ProviderID & Opaque handle
in Default Organization.
- getUserID(FSAccountFedInfoKey, String, Map) - Method in class com.sun.identity.federation.accountmgmt.FSAccountManager
-
Searches user with given combination of ProviderID & Opaque handle
in given Organization.
- getUserID(Map, String, Map) - Method in class com.sun.identity.federation.accountmgmt.FSAccountManager
-
Gets the user by using a given search filter.
- getUserID(String, Map, Map) - Method in interface com.sun.identity.federation.accountmgmt.FSUserProvider
-
Searches user.
- getUserID() - Method in class com.sun.identity.federation.services.FSSession
-
Returns user ID.
- getUserID(String, String) - Method in class com.sun.identity.liberty.ws.disco.plugins.Default64ResourceIDMapper
-
Returns the ID of the user who has the resource ID in a provider.
- getUserID(String, String, Message) - Method in class com.sun.identity.liberty.ws.disco.plugins.Default64ResourceIDMapper
-
Returns the ID of the user who has the resource ID in a provider.
- getUserID(String, String) - Method in class com.sun.identity.liberty.ws.disco.plugins.DefaultHexResourceIDMapper
-
Returns the ID of the user who has the resource ID in a provider.
- getUserID(String, String, Message) - Method in class com.sun.identity.liberty.ws.disco.plugins.DefaultHexResourceIDMapper
-
Returns the ID of the user who has the resource ID in a provider.
- getUserID(String, String) - Method in class com.sun.identity.liberty.ws.idpp.plugin.IDPPResourceIDMapper
-
Gets the user ID by decrypting resource id
- getUserID(String, String, Message) - Method in class com.sun.identity.liberty.ws.idpp.plugin.IDPPResourceIDMapper
-
Gets the user ID by decrypting resource id
- getUserID(String, String) - Method in interface com.sun.identity.liberty.ws.interfaces.ResourceIDMapper
-
Returns the ID of the user who has the resource ID in a provider.
- getUserID(String, String, Message) - Method in interface com.sun.identity.liberty.ws.interfaces.ResourceIDMapper
-
Returns the ID of the user who has the resource ID in a provider.
- getUserId() - Method in interface com.sun.identity.password.ui.model.PWResetModel
-
Returns the user distinguished name.
- getUserId() - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns the user distinguished name.
- getUserID(String, Map<String, Set<String>>) - Method in interface com.sun.identity.plugin.datastore.DataStoreProvider
-
Searches user.
- getUserID(String, Map<String, Set<String>>) - Method in class com.sun.identity.plugin.datastore.impl.FedletDataStoreProvider
-
Returns user matching the search criteria.
- getUserID(String, Map<String, Set<String>>) - Method in class com.sun.identity.plugin.datastore.impl.IdRepoDataStoreProvider
-
Returns user matching the search criteria.
- getUserID(String) - Method in interface com.sun.identity.wss.sts.spi.NameIdentifierMapper
-
Returns the user ID for a given psuedo name.
- getUserId(SSOToken) - Static method in class org.forgerock.openam.audit.AMAuditEventBuilderUtils
-
Given the SSO token, retrieves the user's identifier.
- getUserId() - Method in class org.forgerock.openam.cts.api.tokens.Token
-
- getUserId(InternalSession) - Method in class org.forgerock.openam.cts.CoreTokenConfig
-
Extract the UserId from the InternalSession.
- getUserId() - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
TODO-JAVADOC
- getUserId(String) - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
TODO-JAVADOC
- getUserId(SSOToken) - Static method in class org.forgerock.openam.rest.authz.AdminOnlyAuthzModule
-
- getUserId(Context) - Method in class org.forgerock.openam.rest.resource.ContextHelper
-
Gets the username for the user of the accessed resource.
- getUserIdForAccessAttempt(Request) - Method in class org.forgerock.openam.audit.AbstractHttpAccessAuditFilter
-
Retrieve the user ID for an access attempt.
- getUserIdForAccessAttempt(Request) - Method in class org.forgerock.openam.rest.audit.AbstractRestletAccessAuditFilter
-
Retrieve the user ID for an access attempt.
- getUserIdForAccessAttempt(Request) - Method in class org.forgerock.openam.rest.audit.OAuth2AbstractAccessAuditFilter
-
Retrieve the user ID for an access attempt.
- getUserIdForAccessOutcome(Response) - Method in class org.forgerock.openam.audit.AbstractHttpAccessAuditFilter
-
Retrieve the user ID for an access outcome.
- getUserIdForAccessOutcome(Response) - Method in class org.forgerock.openam.core.rest.authn.AuthenticationAccessAuditFilter
-
- getUserIdForAccessOutcome(Request, Response) - Method in class org.forgerock.openam.rest.audit.AbstractRestletAccessAuditFilter
-
Retrieve the user ID for an access outcome.
- getUserIdForAccessOutcome(Request, Response) - Method in class org.forgerock.openam.rest.audit.OAuth2AbstractAccessAuditFilter
-
Retrieve the user ID for an access outcome.
- getUserIdForAccessOutcome(Request, Response) - Method in class org.forgerock.openam.rest.audit.UMAAccessAuditFilter
-
Retrieve the user ID for an access outcome.
- getUserIdFromUri(Context) - Method in class org.forgerock.openam.core.rest.devices.TwoFADevicesResource
-
Retrieving the user id in this fashion ensures that an admin can utilise these functions.
- getUserIdFromUri(Context) - Method in class org.forgerock.openam.rest.authz.ResourceOwnerOrSuperUserAuthzModule
-
- getUserIdFromUri(Context) - Method in class org.forgerock.openam.selfservice.ResourceOwnerOrSuperUserAuthzModuleForKBA
-
- getUserIDGeneratorClassName() - Method in class com.sun.identity.authentication.service.LoginState
-
Indicates provider class name for userIDGenerator
- getUserInfo(ClientRegistration, AccessToken, OAuth2Request) - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getUserInfo(ClientRegistration, AccessToken, OAuth2Request) - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Gets the resource owners information based on an issued access token or request.
- getUserInfo(ClientRegistration, AccessToken, OAuth2Request) - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getUserInfo(ClientRegistration, AccessToken, OAuth2Request) - Method in interface org.forgerock.oauth2.core.ScopeValidator
-
Gets the resource owners information based on an issued access token.
- getUserInfo(ClientRegistration, AccessToken, OAuth2Request) - Method in class org.forgerock.openam.oauth2.OpenAMScopeValidator
-
Gets the resource owners information based on an issued access token.
- getUserInfo(Representation) - Method in class org.forgerock.openidconnect.restlet.UserInfo
-
Handles GET and POST requests to the OpenId Connect userinfo endpoint for retrieving information about the
user who granted the authorization for the token.
- getUserInfo(OAuth2Request) - Method in class org.forgerock.openidconnect.UserInfoService
-
Gets the user's information for the specified access token.
- getUserInfoEndpoint() - Method in interface org.forgerock.oauth2.core.OAuth2Uris
-
Gets the URI for the OpenID Connect user info endpoint.
- getUserInput(String) - Static method in class com.sun.identity.tools.bundles.SetupUtils
-
Prompts user for input from system in.
- getUserInput(String, String) - Static method in class com.sun.identity.tools.bundles.SetupUtils
-
- getUserKey() - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Returns JAAS shared state user key.
- getUserLocale(SSOToken) - Static method in class com.iplanet.am.sdk.AMCommonUtils
-
Deprecated.
Method to get the user locale.
- getUserLocale(SSOToken) - Static method in class com.iplanet.am.sdk.common.MiscUtils
-
Method to get the user locale.
- getUserLocale(HttpHeaders) - Method in class com.sun.identity.rest.ResourceBase
-
- getUserLocaleContext() - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns locale of user.
- getUserName() - Method in class com.sun.identity.authentication.modules.ldap.LDAPCallbacks
-
- getUsername() - Method in class com.sun.identity.config.pojos.LDAPStore
-
- getUsername() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.UsernameTokenTypeImpl
-
- getUsername() - Method in interface com.sun.identity.wsfederation.jaxb.wsse.UsernameTokenType
-
Gets the value of the username property.
- getUserName() - Method in class com.sun.identity.wss.security.PasswordCredential
-
Returns the user name.
- getUserName() - Method in class com.sun.identity.wss.security.UserNameToken
-
Returns the username in the username token.
- getUserName() - Method in class com.sun.identity.wss.security.UserNameTokenSpec
-
Returns the username
- getUsername() - Method in class org.forgerock.openam.dpro.session.PartialSession
-
Returns the username associated with this partial session.
- getUsername() - Method in class org.forgerock.openam.radius.server.events.AcceptedRadiusEvent
-
Get the name of the authenticating entity.
- getUsername() - Method in class org.forgerock.openam.radius.server.RadiusRequest
-
Get the username of the user that the authentication was for.
- getUsername() - Method in class org.forgerock.openam.sts.token.model.RestUsernameToken
-
- getUsername() - Method in class org.forgerock.openam.sts.user.invocation.UsernameTokenState
-
- getUsernameTokenResult(List<WSSecurityEngineResult>) - Method in class org.forgerock.openam.sts.soap.token.provider.saml2.DefaultSaml2XmlTokenAuthnContextMapper
-
- getUserNamingAttribute() - Static method in class com.iplanet.am.sdk.AMStoreConnection
-
- getUserNamingValue() - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
Return the user naming value.
- getUserNSRoleValues(SSOToken) - Static method in class com.sun.identity.policy.PolicyEvaluator
-
Deprecated.
Get the set of role DNs of a user.
- getUserOptions(IStateAccess) - Method in class com.sun.identity.install.tools.configurator.BaseInteraction
-
Method that needs to be implemented by the sub-classes to return
the ResponseOption's and return the appropriate BaseOptions. * viz.,
SingleLineOptions & MutliLineOptions.
- getUserOptions(IStateAccess) - Method in class com.sun.identity.install.tools.configurator.ConfirmInteraction
-
- getUserOptions(IStateAccess) - Method in class com.sun.identity.install.tools.configurator.DisplaySummaryHandler
-
- getUserOptions(IStateAccess) - Method in class com.sun.identity.install.tools.configurator.InstallInteraction
-
- getUserOptions(IStateAccess) - Method in class com.sun.identity.install.tools.configurator.TaskInteraction
-
- getUserOptionsHeader() - Method in class com.sun.identity.install.tools.configurator.DisplaySummaryHandler
-
- getUserOptionsHeader() - Method in class com.sun.identity.install.tools.configurator.TaskInteraction
-
- getUserPostPlugin() - Static method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
Gets the user post plugin instance.
- getUserPrincipal() - Method in class com.sun.identity.rest.HttpServletRequestWrapperEx
-
- getUserPrincipal() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
The default behavior of this method is to return getUserPrincipal()
on the wrapped request object.
- getUserProfile(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
- getUserProfilePreferredLocaleAttribute() - Method in interface org.forgerock.openam.uma.UmaSettings
-
Gets the attribute on the user's profile which stores the user's preferred locale.
- getUserProfilePreferredLocaleAttribute() - Method in class org.forgerock.openam.uma.UmaSettingsImpl
-
- getUserProviderInfo(String) - Method in class com.sun.identity.federation.services.logout.FSReturnSessionManager
-
Returns the provider info where logout was initiated for
a certain userDN.
- getUserPseduoName(String, String) - Static method in class com.sun.identity.wss.security.WSSUtils
-
Returns the user pseduo name from the given nameid mapper.
- getUserPsuedoName(String) - Method in interface com.sun.identity.wss.sts.spi.NameIdentifierMapper
-
Returns the user psuedo name for a given user ID.
- getUserPWD() - Method in class com.sun.identity.authentication.modules.ldap.LDAPCallbacks
-
- getUserRealm() - Method in interface com.sun.identity.password.ui.model.PWResetUserValidationModel
-
Returns the realm for the user reseting password.
- getUserRealm() - Method in class com.sun.identity.password.ui.model.PWResetUserValidationModelImpl
-
Realm for the user resetting password.
- getUserRegistrationDestination() - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig
-
Gets the user registration destination.
- getUsers() - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets the collection of users to whom the ACI apllies
- getUsers() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the list of PasswordCredentials of the user.
- getUsers() - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Returns the list of PasswordCredentials of the user.
- getUsers() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Returns the list of PasswordCredentials of the user.
- getUsers() - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Returns the list of PasswordCredentials of the user.
- getUserSAMLAssertion(String, String, String) - Static method in class com.sun.identity.wsfederation.client.WSFederationClient
-
Returns the user SAML Assertion for a given session established by
WS-Federation protocol.
- getUserSAMLAssertion(String, String, String, String) - Static method in class com.sun.identity.wsfederation.client.WSFederationClient
-
Returns the user SAML Assertion for a given session established by
WS-Federation protocol.
- getUserSchema() - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Returns the user service configuration schema.
- getUserSearchAttributes() - Method in class com.sun.identity.authentication.modules.hotp.HOTPParams
-
- getUserSessionProperty(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Returns the property from the user session.
- getUserSessions(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Returns the set of SSOTokens for a specified user
- getUsersResource(MailServerLoader, IdentityServicesImpl, CoreWrapper, RestSecurityProvider, ConsoleConfigHandler, BaseURLProviderFactory, Set<String>, Set<UiRolePredicate>) - Method in class org.forgerock.openam.core.rest.CoreRestIdentityGuiceModule
-
- getUsersResourceV1(MailServerLoader, IdentityServicesImpl, CoreWrapper, RestSecurityProvider, ConsoleConfigHandler, Set<UiRolePredicate>) - Method in class org.forgerock.openam.core.rest.CoreRestIdentityGuiceModule
-
- getUsersResourceV2(MailServerLoader, IdentityServicesImpl, CoreWrapper, RestSecurityProvider, ConsoleConfigHandler, BaseURLProviderFactory, Set<UiRolePredicate>) - Method in class org.forgerock.openam.core.rest.CoreRestIdentityGuiceModule
-
- getUserSSOToken() - Method in class com.sun.identity.policy.remote.ResourceResultRequest
-
Returns the user's single sign-on token.
- getUserToken() - Method in class com.sun.identity.authentication.service.LoginState
-
- getUserToken() - Method in class com.sun.identity.common.AccountLockoutInfo
-
Returns the user token.
- getUserUid(Context) - Method in class org.forgerock.openam.rest.resource.ContextHelper
-
Gets the universal id for the user of the accessed resource.
- getUserUid(Context, String) - Method in class org.forgerock.openam.rest.resource.ContextHelper
-
Gets the universal id for the given username.
- getUserUniversalId(String) - Method in class com.sun.identity.authentication.service.LoginState
-
Returns the universal id associated with a user name.
- getUserValidateTitleString() - Method in interface com.sun.identity.password.ui.model.PWResetUserValidationModel
-
Returns user validation title.
- getUserValidateTitleString() - Method in class com.sun.identity.password.ui.model.PWResetUserValidationModelImpl
-
Gets user validation title
- getUUID() - Method in class com.iplanet.dpro.session.service.InternalSession
-
Gets the User Universal ID
- getUUID() - Method in class com.iplanet.dpro.session.share.SessionRequest
-
Returns the universal unique identifier
- getUUID() - Method in class org.forgerock.openam.core.rest.devices.DeviceSettings
-
Gets the UUID from this device which is used as reference and set
on creation.
- getUUID() - Method in class org.forgerock.openam.entitlement.ResourceType
-
Get the universally unique identifier for the resource type.
- getUUID() - Method in class org.forgerock.openam.entitlement.rest.wrappers.JsonResourceType
-
- getValidatedAttributeNames() - Method in class com.iplanet.ums.CreationTemplate
-
Gets a list of attribute names registered for validation.
- getValidatedDelegatedTokenConfiguration() - Method in class org.forgerock.openam.sts.soap.config.user.SoapDelegationConfig
-
- getValidatedInputURL(String, String, HttpServletRequest) - Method in class com.sun.identity.authentication.UI.AuthViewBeanBase
-
Returns the validated and Base64 ecoded URL value.
- getValidatedTokenState() - Method in class org.forgerock.openam.sts.user.invocation.RestSTSTokenValidationInvocationState
-
- getValidatedTokenType() - Method in class org.forgerock.openam.sts.soap.config.user.TokenValidationConfig
-
- getValidation(String) - Method in class com.iplanet.ums.CreationTemplate
-
Gets enumeration of ValidationElement for the attribute name
- getValidations() - Method in class com.sun.identity.install.tools.configurator.InteractionInfo
-
- getValidator() - Method in class com.iplanet.ums.validation.ValidationElement
-
Returns a validator
- getValidator() - Method in class com.sun.identity.sm.AttributeSchema
-
Method to get the validator name for using to validate this service
attribute
- getValidator() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Method to get the validator name for using to validate this service
attribute
- getValidator(TokenType, ValidationInvocationContext, boolean) - Method in interface org.forgerock.openam.sts.soap.token.validator.wss.WSSValidatorFactory
-
- getValidator(TokenType, ValidationInvocationContext, boolean) - Method in class org.forgerock.openam.sts.soap.token.validator.wss.WSSValidatorFactoryImpl
-
- getValidatorMap() - Method in class com.sun.identity.install.tools.configurator.ValidatorBase
-
Get Validator map
- getValidCode() - Method in class com.sun.identity.entitlement.ValidateResourceResult
-
Returns valid code.
- getValidEntries(SSOToken, String, String[]) - Method in class com.sun.identity.policy.plugins.LDAPUsers
-
Returns a set of possible values that satisfy the pattern.
- getValidFQDNResource(String, HttpServletRequest) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Returns the valid hostname from the fqdn map and constructs the correct
URL.
- getValidGotoURL(HttpServletRequest, String) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
Returns valid goto parameter for this request.
- getValidGotoUrlPatterns(String) - Method in class org.forgerock.openam.security.whitelist.ValidGotoUrlExtractor
-
- getValidQueryAttributes() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig
-
Get set of valid query attributes.
- getValidQueryAttributes() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig
-
Get set of valid query attributes.
- getValidServerURL() - Static method in class com.sun.identity.shared.jaxrpc.JAXRPCHelper
-
- getValidServiceNames() - Method in class com.sun.identity.policy.ResourceManager
-
Returns a set of valid service names that are applicable for
the organization.
- getValidSession(HttpServletRequest) - Method in class org.forgerock.openidconnect.CheckSession
-
Check if the JWT contains a valid session id.
- getValidSessionNoUpgrade() - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Returns the attribute for valid session
and no session upgrade in request.
- getValidSessions(Session, String) - Method in class com.iplanet.dpro.session.monitoring.MonitoredOperations
-
- getValidSessions(Session, String) - Method in interface com.iplanet.dpro.session.operations.SessionOperations
-
Returns all sessions which are accessible using the provided session for authorization, and which match the
provided filter.
- getValidSessions(Session, String) - Method in class com.iplanet.dpro.session.operations.strategies.ClientSdkOperations
-
- getValidSessions(Session, String) - Method in class com.iplanet.dpro.session.operations.strategies.LocalOperations
-
Gets all valid Internal Sessions, depending on the value of the user's
preferences.
- getValidSessions(Session, String) - Method in class com.iplanet.dpro.session.operations.strategies.StatelessOperations
-
- getValidSessions(Session, String) - Method in class com.iplanet.dpro.session.service.SessionService
-
Gets all valid Internal Sessions, depending on the value of the user's
preferences.
- getValidSessions(String, String) - Method in class com.iplanet.dpro.session.Session
-
Gets all valid sessions from the specified session server.
- GetValidSessions - Static variable in class com.iplanet.dpro.session.share.SessionRequest
-
- getValidSessions(SSOToken, String) - Method in class com.iplanet.sso.providers.dpro.SSOProviderImpl
-
Returns a list of single sign on token objects
which correspond to valid Sessions accessible to requester. single sign
on token objects returned are restricted: they can only be used to
retrieve properties and destroy sessions they represent.
- getValidSessions(SSOToken, String) - Method in interface com.iplanet.sso.SSOProvider
-
Returns valid Sessions.
- getValidSessions(SSOToken, String) - Method in class com.iplanet.sso.SSOTokenManager
-
Returns a list of single sign on token objects
which correspond to valid Sessions accessible to requester.
- getValidSessions(SSOToken, String) - Method in class com.sun.identity.authentication.internal.AuthSSOProvider
-
- getValidSessions() - Method in class org.forgerock.openam.session.service.access.persistence.SessionPersistenceStore
-
Returns all the valid sessions from the CTS server
- getValidSessions(Session, String) - Method in class org.forgerock.openam.session.service.access.SessionQueryManager
-
Gets all valid Internal Sessions, depending on the value of the user's
preferences.
- getValidSessions(SSOToken, String) - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSSOProvider
-
- getValidSessions(SSOToken, String) - Method in class org.forgerock.openidconnect.ssoprovider.OpenIdConnectSSOProvider
-
- getValidStub(String) - Static method in class com.sun.identity.jaxrpc.JAXRPCUtil
-
- getValidTimeofResponse(String, String, Response) - Static method in class com.sun.identity.saml2.profile.IDPSSOUtil
-
- getValidToken(HttpServletRequest) - Static method in class com.sun.identity.federation.services.logout.FSLogoutUtil
-
Retrieves the session token from the Http Request, and
validates the token with the OpenAM session manager.
- getValidUntil() - Method in interface com.sun.identity.saml2.jaxb.metadata.AffiliationDescriptorType
-
Gets the value of the validUntil property.
- getValidUntil() - Method in interface com.sun.identity.saml2.jaxb.metadata.EntitiesDescriptorType
-
Gets the value of the validUntil property.
- getValidUntil() - Method in interface com.sun.identity.saml2.jaxb.metadata.EntityDescriptorType
-
Gets the value of the validUntil property.
- getValidUntil() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorTypeImpl
-
- getValidUntil() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntitiesDescriptorTypeImpl
-
- getValidUntil() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl
-
- getValidUntil() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl
-
- getValidUntil() - Method in interface com.sun.identity.saml2.jaxb.metadata.RoleDescriptorType
-
Gets the value of the validUntil property.
- getValidURL(String) - Static method in class com.sun.identity.shared.jaxrpc.JAXRPCHelper
-
Returns a valid URL endpoint for the given service name.
- getValidValues(String) - Method in interface com.sun.identity.policy.interfaces.Condition
-
Deprecated.
Returns a set of valid values given the property name.
- getValidValues(SSOToken) - Method in interface com.sun.identity.policy.interfaces.Referral
-
Deprecated.
Gets the valid values for this referral
- getValidValues(SSOToken, String) - Method in interface com.sun.identity.policy.interfaces.Referral
-
Deprecated.
Gets the valid values for this referral
matching a pattern
- getValidValues(String) - Method in interface com.sun.identity.policy.interfaces.ResponseProvider
-
Deprecated.
Returns a set of valid values given the property name.
- getValidValues(SSOToken) - Method in interface com.sun.identity.policy.interfaces.Subject
-
Deprecated.
Returns a list of possible values for the Subject
.
- getValidValues(SSOToken, String) - Method in interface com.sun.identity.policy.interfaces.Subject
-
Deprecated.
Returns a list of possible values for the Subject
that satisfy the given pattern.
- getValidValues(String) - Method in class com.sun.identity.policy.plugins.AMIdentityMembershipCondition
-
Deprecated.
Returns a set of valid values given the property name.
- getValidValues(SSOToken) - Method in class com.sun.identity.policy.plugins.AMIdentitySubject
-
Deprecated.
Returns a list of possible values for the Subject.
- getValidValues(SSOToken, String) - Method in class com.sun.identity.policy.plugins.AMIdentitySubject
-
Deprecated.
Returns a list of possible values for the Subject
that matches the pattern.
- getValidValues(SSOToken) - Method in class com.sun.identity.policy.plugins.AuthenticatedAgents
-
Returns an empty list as possible values.
- getValidValues(SSOToken, String) - Method in class com.sun.identity.policy.plugins.AuthenticatedAgents
-
Returns an empty list as possible values.
- getValidValues(SSOToken) - Method in class com.sun.identity.policy.plugins.AuthenticatedSharedAgents
-
Returns an empty list as possible values.
- getValidValues(SSOToken, String) - Method in class com.sun.identity.policy.plugins.AuthenticatedSharedAgents
-
Returns an empty list as possible values.
- getValidValues(String) - Method in class com.sun.identity.policy.plugins.AuthenticatedSharedAgentsCondition
-
Returns a set of valid values given the property name.
- getValidValues(SSOToken) - Method in class com.sun.identity.policy.plugins.AuthenticatedUsers
-
Deprecated.
Returns an empty list as possible values.
- getValidValues(SSOToken, String) - Method in class com.sun.identity.policy.plugins.AuthenticatedUsers
-
Deprecated.
Returns an empty list as possible values.
- getValidValues(String) - Method in class com.sun.identity.policy.plugins.AuthenticateToRealmCondition
-
Deprecated.
Returns a set of valid values given the property name.
- getValidValues(String) - Method in class com.sun.identity.policy.plugins.AuthenticateToServiceCondition
-
Deprecated.
Returns a set of valid values given the property name.
- getValidValues(String) - Method in class com.sun.identity.policy.plugins.AuthLevelCondition
-
Deprecated.
Returns a set of valid values given the property name.
- getValidValues(String) - Method in class com.sun.identity.policy.plugins.AuthRoleCondition
-
Deprecated.
Returns a set of valid values given the property name.
- getValidValues(String) - Method in class com.sun.identity.policy.plugins.AuthSchemeCondition
-
Deprecated.
Returns a set of valid values given the property name.
- getValidValues(SSOToken) - Method in class com.sun.identity.policy.plugins.DSAMERole
-
Returns a list of possible values for the Subject.
- getValidValues(SSOToken, String) - Method in class com.sun.identity.policy.plugins.DSAMERole
-
Returns a list of possible values for the Subject
that matches the pattern.
- getValidValues(String) - Method in class com.sun.identity.policy.plugins.IDRepoResponseProvider
-
Returns a set of valid values given the property name.
- getValidValues(String) - Method in class com.sun.identity.policy.plugins.IPCondition
-
Deprecated.
Returns a set of valid values given the property name.
- getValidValues(String) - Method in class com.sun.identity.policy.plugins.LDAPFilterCondition
-
Deprecated.
Returns the set of valid values given the property name.
- getValidValues(SSOToken) - Method in class com.sun.identity.policy.plugins.LDAPGroups
-
Returns a list of possible values for the LDAPGroups
.
- getValidValues(SSOToken, String) - Method in class com.sun.identity.policy.plugins.LDAPGroups
-
Returns a list of possible values for the LDAPGroups
that satisfy the given pattern.
- getValidValues(SSOToken) - Method in class com.sun.identity.policy.plugins.LDAPRoles
-
Returns a list of possible values for the LDAPRoles
.
- getValidValues(SSOToken, String) - Method in class com.sun.identity.policy.plugins.LDAPRoles
-
Returns a list of possible values for the LDAPRoles
that satisfy the given pattern.
- getValidValues(SSOToken) - Method in class com.sun.identity.policy.plugins.LDAPUsers
-
Returns a list of possible values for the LDAPUsers
.
- getValidValues(SSOToken, String) - Method in class com.sun.identity.policy.plugins.LDAPUsers
-
Returns a list of possible values for the LDAPUsers
that satisfy the given pattern.
- getValidValues(String) - Method in class com.sun.identity.policy.plugins.LEAuthLevelCondition
-
Deprecated.
Returns a set of valid values given the property name.
- getValidValues(SSOToken) - Method in class com.sun.identity.policy.plugins.Organization
-
Returns a list of possible values for the Organization
.
- getValidValues(SSOToken, String) - Method in class com.sun.identity.policy.plugins.Organization
-
Returns a list of possible values for the Organization
that satisfy the given pattern.
- getValidValues(SSOToken) - Method in class com.sun.identity.policy.plugins.OrgReferral
-
Gets the valid values for this referral
- getValidValues(SSOToken, String) - Method in class com.sun.identity.policy.plugins.OrgReferral
-
Gets the valid values for this referral matching a pattern
- getValidValues(SSOToken) - Method in class com.sun.identity.policy.plugins.PeerOrgReferral
-
Gets the valid values for this referral
- getValidValues(SSOToken, String) - Method in class com.sun.identity.policy.plugins.PeerOrgReferral
-
Gets the valid values for this referral
matching a pattern
- getValidValues(String) - Method in class com.sun.identity.policy.plugins.PrivilegeCondition
-
Returns the valid values of a property.
- getValidValues(SSOToken) - Method in class com.sun.identity.policy.plugins.PrivilegeSubject
-
Returns an empty list as possible values.
- getValidValues(SSOToken, String) - Method in class com.sun.identity.policy.plugins.PrivilegeSubject
-
Returns an empty list as possible values.
- getValidValues(String) - Method in class com.sun.identity.policy.plugins.ResourceEnvIPCondition
-
Deprecated.
Returns a set of valid values given the property name.
- getValidValues(String) - Method in class com.sun.identity.policy.plugins.SessionCondition
-
Deprecated.
Gets a set of valid values given the property name.
- getValidValues(String) - Method in class com.sun.identity.policy.plugins.SessionPropertyCondition
-
Deprecated.
Returns a set of valid values given the property name.
- getValidValues(String) - Method in class com.sun.identity.policy.plugins.SimpleTimeCondition
-
Deprecated.
Returns a set of valid values given the property name.
- getValidValues(SSOToken) - Method in class com.sun.identity.policy.plugins.SubOrgReferral
-
Gets the valid values for this referral
- getValidValues(SSOToken, String) - Method in class com.sun.identity.policy.plugins.SubOrgReferral
-
Gets the valid values for this referral
matching a pattern
- getValidValues(String) - Method in class com.sun.identity.policy.plugins.UserSelfCheckCondition
-
Returns a set of valid values given the property name.
- getValidValues(SSOToken) - Method in class com.sun.identity.policy.plugins.WebServicesClients
-
Returns certificate subject DNs in the KeyStore as possible values.
- getValidValues(SSOToken, String) - Method in class com.sun.identity.policy.plugins.WebServicesClients
-
Returns certificate subject DNs in the KeyStore as possible values.
- getValidValues(String) - Method in class org.forgerock.openam.network.ipv4.IPv4Condition
-
Deprecated.
Returns a set of valid values given the property name.
- getValidValues(String) - Method in class org.forgerock.openam.network.ipv6.IPv6Condition
-
Deprecated.
Returns a set of valid values given the property name.
- getValue() - Method in class com.iplanet.services.ldap.Attr
-
Get one string value of the attribute
- getValue(String) - Method in class com.iplanet.services.ldap.AttrSet
-
Gets the first string value right from a specified
attribute
- getValue() - Method in class com.sun.identity.authentication.callbacks.HiddenValueCallback
-
Get the value set on the HiddenValueCallback when it is sent in a REST request.
- getValue() - Method in class com.sun.identity.authentication.callbacks.NameValueOutputCallback
-
- getValue(Node) - Static method in class com.sun.identity.authentication.share.AuthXMLUtils
-
- getValue() - Method in class com.sun.identity.entitlement.AttributeLookupCondition
-
Returns matching value.
- getValue() - Method in class com.sun.identity.entitlement.AttributeSubject
-
Returns attribute value.
- getValue() - Method in class com.sun.identity.entitlement.NumericAttributeCondition
-
- getValue() - Method in class com.sun.identity.entitlement.StringAttributeCondition
-
- getValue() - Method in class com.sun.identity.entitlement.util.SearchFilter
-
Returns filter value.
- getValue() - Method in class com.sun.identity.entitlement.xacml3.core.IdReference
-
Gets the value of the value property.
- getValue() - Method in class com.sun.identity.entitlement.xacml3.core.StatusCode
-
Gets the value of the value property.
- getValue() - Method in class com.sun.identity.entitlement.xacml3.core.Version
-
Gets the value of the value property.
- getValue() - Method in class com.sun.identity.entitlement.xacml3.core.VersionMatch
-
Gets the value of the value property.
- getValue() - Method in class com.sun.identity.install.tools.configurator.DefaultValueFinderInfo
-
- getValue() - Method in class com.sun.identity.install.tools.util.xml.XMLElement
-
Returns the value stored in this element.
- getValue() - Method in class com.sun.identity.install.tools.util.xml.XMLElementAttribute
-
Returns the value of this attribute
- getValue() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.Parameter
-
Deprecated.
Returns value of 'Parameter' element.
- getValue() - Method in class com.sun.identity.saml.protocol.StatusCode
-
Gets the value of the StatusCode.
- getValue() - Method in interface com.sun.identity.saml2.assertion.Action
-
Returns the value of the Action.
- getValue() - Method in interface com.sun.identity.saml2.assertion.AssertionIDRef
-
Returns the value of the AssertionIDRef.
- getValue() - Method in class com.sun.identity.saml2.assertion.impl.ActionImpl
-
Returns the value of the value property.
- getValue() - Method in class com.sun.identity.saml2.assertion.impl.AssertionIDRefImpl
-
Returns the value of the AssertionIDRef.
- getValue() - Method in class com.sun.identity.saml2.assertion.impl.NameIDTypeImpl
-
Returns the string-valued identifier
- getValue() - Method in interface com.sun.identity.saml2.assertion.NameIDType
-
Returns the string-valued identifier
- getValue() - Method in class com.sun.identity.saml2.common.NewBoolean
-
- getValue() - Method in interface com.sun.identity.saml2.ecp.ECPRelayState
-
Returns the value of the RelayState.
- getValue() - Method in class com.sun.identity.saml2.ecp.impl.ECPRelayStateImpl
-
Returns the value of the RelayState.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.assertion.ActionType
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.assertion.AssertionIDRefElement
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.assertion.AssertionURIRefElement
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.assertion.AudienceElement
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthenticatingAuthorityElement
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthnContextClassRefElement
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthnContextDeclRefElement
-
Gets the value of the value property.
- getValue() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ActionTypeImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionIDRefElementImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionURIRefElementImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AudienceElementImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthenticatingAuthorityElementImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextClassRefElementImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextDeclRefElementImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.NameIDTypeImpl
-
- getValue() - Method in interface com.sun.identity.saml2.jaxb.assertion.NameIDType
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.entityconfig.AttributeType
-
Gets the value of the Value property.
- getValue() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeTypeImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.ValueElementImpl
-
- getValue() - Method in interface com.sun.identity.saml2.jaxb.entityconfig.ValueElement
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.metadata.AdditionalMetadataLocationType
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.metadata.AffiliateMemberElement
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.metadata.AttributeProfileElement
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.metadata.CompanyElement
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.metadata.EmailAddressElement
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.metadata.GivenNameElement
-
Gets the value of the value property.
- getValue() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AdditionalMetadataLocationTypeImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliateMemberElementImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeProfileElementImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.CompanyElementImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EmailAddressElementImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.GivenNameElementImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.LocalizedNameTypeImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.LocalizedURITypeImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.NameIDFormatElementImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SurNameElementImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.TelephoneNumberElementImpl
-
- getValue() - Method in interface com.sun.identity.saml2.jaxb.metadata.LocalizedNameType
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.metadata.LocalizedURIType
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.metadata.NameIDFormatElement
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.metadata.SurNameElement
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.metadata.TelephoneNumberElement
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.metadataextquery.ActionNamespaceElement
-
Gets the value of the value property.
- getValue() - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.ActionNamespaceElementImpl
-
- getValue() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.AgreementMethodType.KANonce
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.OAEPparams
-
Gets the value of the value property.
- getValue() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl.KANonceImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl.KeySizeImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl.OAEPparamsImpl
-
- getValue() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.DigestValueElement
-
Gets the value of the value property.
- getValue() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DigestValueElementImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyNameElementImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.MgmtDataElementImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureMethodTypeImpl.HMACOutputLengthImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureValueTypeImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SPKIDataTypeImpl.SPKISexpImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformTypeImpl.XPathImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509CertificateImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509CRLImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509SKIImpl
-
- getValue() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509SubjectNameImpl
-
- getValue() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.KeyNameElement
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.MgmtDataElement
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignatureMethodType.HMACOutputLength
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignatureValueType
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SPKIDataType.SPKISexp
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.TransformType.XPath
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.X509DataType.X509Certificate
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.X509DataType.X509CRL
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.X509DataType.X509SKI
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.X509DataType.X509SubjectName
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.protocol.GetComplete
-
Returns the value of the GetComplete URI.
- getValue() - Method in class com.sun.identity.saml2.protocol.impl.GetCompleteImpl
-
Returns the value of the GetComplete URI.
- getValue() - Method in class com.sun.identity.saml2.protocol.impl.NewIDImpl
-
Returns the value of the NewID URI.
- getValue() - Method in class com.sun.identity.saml2.protocol.impl.RequesterIDImpl
-
Returns the value of the RequesterID URI.
- getValue() - Method in class com.sun.identity.saml2.protocol.impl.SessionIndexImpl
-
Returns the SessionIndex value.
- getValue() - Method in class com.sun.identity.saml2.protocol.impl.StatusCodeImpl
-
Returns the status code value of the value property.
- getValue() - Method in class com.sun.identity.saml2.protocol.impl.StatusMessageImpl
-
Returns the StatusMessage value.
- getValue() - Method in interface com.sun.identity.saml2.protocol.NewID
-
Returns the value of the NewID URI.
- getValue() - Method in interface com.sun.identity.saml2.protocol.RequesterID
-
Returns the value of the RequesterID URI.
- getValue() - Method in interface com.sun.identity.saml2.protocol.SessionIndex
-
Returns the SessionIndex value.
- getValue() - Method in interface com.sun.identity.saml2.protocol.StatusCode
-
Returns the value of the value property.
- getValue() - Method in interface com.sun.identity.saml2.protocol.StatusMessage
-
Returns the StatusMessage value.
- getValue() - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.AttributeType
-
Gets the value of the Value property.
- getValue() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.AttributeTypeImpl
-
- getValue() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.ValueElementImpl
-
- getValue() - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.ValueElement
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.wsfederation.jaxb.wsaddr.AttributedQNameType
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.wsfederation.jaxb.wsaddr.AttributedUnsignedLongType
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.wsfederation.jaxb.wsaddr.AttributedURIType
-
Gets the value of the value property.
- getValue() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.AttributedQNameTypeImpl
-
- getValue() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.AttributedUnsignedLongTypeImpl
-
- getValue() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.AttributedURITypeImpl
-
- getValue() - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.RelatesToTypeImpl
-
- getValue() - Method in interface com.sun.identity.wsfederation.jaxb.wsaddr.RelatesToType
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.AttributeExtensibleString
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.AttributeExtensibleURI
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.DescriptionType
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.Freshness
-
Gets the value of the value property.
- getValue() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AttributeExtensibleStringImpl
-
- getValue() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AttributeExtensibleURIImpl
-
- getValue() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.DescriptionTypeImpl
-
- getValue() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.DisplayNameTypeImpl
-
- getValue() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FreshnessImpl
-
- getValue() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RealmElementImpl
-
- getValue() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceDigestTypeImpl
-
- getValue() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.RealmElement
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.ReferenceDigestType
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.wsfederation.jaxb.wsse.AttributedString
-
Gets the value of the value property.
- getValue() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.AttributedStringImpl
-
- getValue() - Method in interface com.sun.identity.wsfederation.jaxb.wsu.AttributedDateTime
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.wsfederation.jaxb.wsu.AttributedURI
-
Gets the value of the value property.
- getValue() - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.AttributedDateTimeImpl
-
- getValue() - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.AttributedURIImpl
-
- getValue() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.DigestValueElement
-
Gets the value of the value property.
- getValue() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DigestValueElementImpl
-
- getValue() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyNameElementImpl
-
- getValue() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.MgmtDataElementImpl
-
- getValue() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureMethodTypeImpl.HMACOutputLengthImpl
-
- getValue() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureValueTypeImpl
-
- getValue() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SPKIDataTypeImpl.SPKISexpImpl
-
- getValue() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformTypeImpl.XPathImpl
-
- getValue() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509CertificateImpl
-
- getValue() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509CRLImpl
-
- getValue() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509SKIImpl
-
- getValue() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509SubjectNameImpl
-
- getValue() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.KeyNameElement
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.MgmtDataElement
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignatureMethodType.HMACOutputLength
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignatureValueType
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SPKIDataType.SPKISexp
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.TransformType.XPath
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.X509DataType.X509Certificate
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.X509DataType.X509CRL
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.X509DataType.X509SKI
-
Gets the value of the value property.
- getValue() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.X509DataType.X509SubjectName
-
Gets the value of the value property.
- getValue() - Method in class com.sun.identity.wss.security.KeyIdentifier
-
Return the value in the key identifier.
- getValue() - Method in interface com.sun.identity.xacml.context.Decision
-
Returns the values of this object
- getValue() - Method in class com.sun.identity.xacml.context.impl.DecisionImpl
-
Returns the values of this object
- getValue() - Method in class com.sun.identity.xacml.context.impl.StatusCodeImpl
-
Returns the value of this object
- getValue() - Method in class com.sun.identity.xacml.context.impl.StatusMessageImpl
-
Returns the value of this object
- getValue() - Method in interface com.sun.identity.xacml.context.StatusCode
-
Returns the value of this object
- getValue() - Method in interface com.sun.identity.xacml.context.StatusMessage
-
Returns the value of this object
- getValue() - Method in class org.forgerock.http.client.request.HttpClientRequestCookie
-
Get the value of the cookie.
- getValue() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteCookie
-
Retrieves the value of the cookie
- getValue(String) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteSession
-
Deprecated.
- getValue(CoreTokenField) - Method in class org.forgerock.openam.sm.datalayer.api.query.PartialToken
-
- getValue(V) - Method in class org.forgerock.openam.utils.SingleValueMapper
-
Gets the key corresponding to the specified value.
- getValueAndAttributes(Element) - Method in class com.sun.identity.saml2.assertion.impl.NameIDTypeImpl
-
- getValueForName(String, Set<String>) - Method in class com.sun.identity.common.configuration.MapValueParser
-
The incoming set of strings contains the [name]=value pairs.
- getValueFromJson(JsonValue, String) - Method in class org.forgerock.openam.shared.security.whitelist.RedirectUrlValidator
-
Helper function to retrieve a field from the provided request's JSON POST data.
- getValueHTML(Node, String, boolean) - Method in class org.forgerock.openam.console.ui.taglib.propertysheet.CCPropertySheetTag
-
- getValueNames() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteSession
-
Deprecated.
- getValueNormalizerClass() - Method in class com.sun.identity.install.tools.configurator.InteractionInfo
-
- getValueNoTrim(Node) - Static method in class com.sun.identity.authentication.share.AuthXMLUtils
-
- getValueOfChildNode(Node, String) - Static method in class com.sun.identity.authentication.share.AuthXMLUtils
-
- getValueOfValueNode(Node) - Static method in class com.sun.identity.shared.xml.XMLUtils
-
Method to get the value of "Value" node
- getValueOfValueNode(Node, boolean) - Static method in class com.sun.identity.shared.xml.XMLUtils
-
Method to get the value of "Value" node
If unescape is set to false, xml escaped chars will not
be unescaped.
- getValueOfValueNodeNoTrim(Node) - Static method in class com.sun.identity.shared.xml.XMLUtils
-
Method to get the value of "Value" node
- getValueOfValueNodeNoTrim(Node, boolean) - Static method in class com.sun.identity.shared.xml.XMLUtils
-
Method to get the value of "Value" node
If unescape is set to false, xml escaped chars will not
be unescaped.
- getValues() - Method in class com.sun.identity.entitlement.opensso.PolicySubject
-
Returns values.
- getValues() - Method in class com.sun.identity.idsvcs.Attribute
-
- getValues() - Method in class com.sun.identity.install.tools.configurator.SkipIfInfo
-
- getValues() - Method in class com.sun.identity.policy.ActionDecision
-
Deprecated.
Gets the action values for the action.
- getValues() - Method in interface com.sun.identity.policy.interfaces.Referral
-
Deprecated.
Gets the values of this referral
- getValues() - Method in interface com.sun.identity.policy.interfaces.Subject
-
Deprecated.
Returns the values that was set using the
method setValues.
- getValues() - Method in class com.sun.identity.policy.plugins.AMIdentitySubject
-
Deprecated.
Returns the values that was set using the
method setValues.
- getValues() - Method in class com.sun.identity.policy.plugins.AuthenticatedAgents
-
Returns an empty collection as value.
- getValues() - Method in class com.sun.identity.policy.plugins.AuthenticatedSharedAgents
-
Returns an empty collection as value.
- getValues() - Method in class com.sun.identity.policy.plugins.AuthenticatedUsers
-
Deprecated.
Returns an empty collection as value.
- getValues() - Method in class com.sun.identity.policy.plugins.DSAMERole
-
Returns the values that was set using the
method setValues.
- getValues() - Method in class com.sun.identity.policy.plugins.LDAPGroups
-
Returns the values that was set using the
method setValues.
- getValues() - Method in class com.sun.identity.policy.plugins.LDAPRoles
-
Returns the values that was set using the
method setValues.
- getValues() - Method in class com.sun.identity.policy.plugins.LDAPUsers
-
Returns the values that was set using the
method setValues.
- getValues() - Method in class com.sun.identity.policy.plugins.Organization
-
Returns the values that was set using the
method setValues.
- getValues() - Method in class com.sun.identity.policy.plugins.OrgReferral
-
Gets the values of this referral
- getValues() - Method in class com.sun.identity.policy.plugins.PrivilegeSubject
-
Returns values
- getValues() - Method in class com.sun.identity.policy.plugins.WebServicesClients
-
Returns selected web services clients for this subject
- getValues(Node) - Static method in class com.sun.identity.sm.AttributeSchemaImpl
-
- getValues() - Method in class org.forgerock.oauth2.core.UserInfoClaims
-
Gets the values of the claims for the user information.
- getValueSyntax(SSOToken) - Method in interface com.sun.identity.policy.interfaces.Referral
-
Deprecated.
Gets the syntax for the value
- getValueSyntax(SSOToken) - Method in interface com.sun.identity.policy.interfaces.Subject
-
Deprecated.
Returns the syntax of the values the
Subject implementation can have.
- getValueSyntax(SSOToken) - Method in class com.sun.identity.policy.plugins.AMIdentitySubject
-
Deprecated.
Returns the syntax of the values the
AMIdentitySubject implementation can have.
- getValueSyntax(SSOToken) - Method in class com.sun.identity.policy.plugins.AuthenticatedAgents
-
Returns the syntax of the subject type.
- getValueSyntax(SSOToken) - Method in class com.sun.identity.policy.plugins.AuthenticatedSharedAgents
-
Returns the syntax of the subject type.
- getValueSyntax(SSOToken) - Method in class com.sun.identity.policy.plugins.AuthenticatedUsers
-
Deprecated.
Returns the syntax of the subject type.
- getValueSyntax(SSOToken) - Method in class com.sun.identity.policy.plugins.DSAMERole
-
Returns the syntax of the values this Subject
implementation can have.
- getValueSyntax(SSOToken) - Method in class com.sun.identity.policy.plugins.LDAPGroups
-
Returns the syntax of the values the LDAPGroups
- getValueSyntax(SSOToken) - Method in class com.sun.identity.policy.plugins.LDAPRoles
-
Returns the syntax of the values the LDAPRoles
- getValueSyntax(SSOToken) - Method in class com.sun.identity.policy.plugins.LDAPUsers
-
Returns the syntax of the values the LDAPUsers
- getValueSyntax(SSOToken) - Method in class com.sun.identity.policy.plugins.Organization
-
Returns the syntax of the values the Organization
- getValueSyntax(SSOToken) - Method in class com.sun.identity.policy.plugins.OrgReferral
-
Returns the syntax of the values the OrgReferral
- getValueSyntax(SSOToken) - Method in class com.sun.identity.policy.plugins.PrivilegeSubject
-
Return the syntax for displaying the property value.
- getValueSyntax(SSOToken) - Method in class com.sun.identity.policy.plugins.WebServicesClients
-
Returns the syntax of the subject type.
- getValueType() - Method in class com.sun.identity.liberty.ws.common.wsse.BinarySecurityToken
-
Gets value type for the token.
- getValueType() - Method in interface com.sun.identity.wsfederation.jaxb.wsse.BinarySecurityTokenType
-
Gets the value of the valueType property.
- getValueType() - Method in interface com.sun.identity.wsfederation.jaxb.wsse.EmbeddedType
-
Gets the value of the valueType property.
- getValueType() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.BinarySecurityTokenTypeImpl
-
- getValueType() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.EmbeddedTypeImpl
-
- getValueType() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.KeyIdentifierTypeImpl
-
- getValueType() - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.ReferenceTypeImpl
-
- getValueType() - Method in interface com.sun.identity.wsfederation.jaxb.wsse.KeyIdentifierType
-
Gets the value of the valueType property.
- getValueType() - Method in interface com.sun.identity.wsfederation.jaxb.wsse.ReferenceType
-
Gets the value of the valueType property.
- getValueType() - Method in class com.sun.identity.wss.security.BinarySecurityToken
-
Gets value type for the token.
- getValueType() - Method in class com.sun.identity.wss.security.KerberosTokenSpec
-
- getValueType() - Method in class com.sun.identity.wss.security.KeyIdentifier
-
Returns the value type set in the key identifier.
- getValueType() - Method in class com.sun.identity.wss.security.Reference
-
Returns the value type of the security token.
- getValueType() - Method in class com.sun.identity.wss.security.X509TokenSpec
-
Returns the X509 token type.
- getVariableById(Policy, String) - Static method in class com.sun.identity.entitlement.xacml3.XACMLPrivilegeUtils
-
- getVariableId() - Method in class com.sun.identity.entitlement.xacml3.core.VariableDefinition
-
Gets the value of the variableId property.
- getVariableId() - Method in class com.sun.identity.entitlement.xacml3.core.VariableReference
-
Gets the value of the variableId property.
- getVerfCode() - Method in exception com.iplanet.security.x509.CertException
-
Returns the error code with which the exception was created.
- getVerfDescription() - Method in exception com.iplanet.security.x509.CertException
-
Return a string corresponding to the error code used to create this
exception.
- getVerificationCert(ProviderDescriptorType, String, boolean) - Static method in class com.sun.identity.federation.key.KeyUtil
-
Returns the partner entity's signature verification certificate.
- getVerificationCert(FederationElement, String, boolean) - Static method in class com.sun.identity.wsfederation.key.KeyUtil
-
Returns the partner entity's signature verification certificate.
- getVerificationCertAlias() - Method in class com.sun.identity.wss.security.handler.SecurityContext
-
Returns the signature verification certificate alias.
- getVerificationCerts(RoleDescriptorType, String, String) - Static method in class com.sun.identity.saml2.key.KeyUtil
-
Returns the partner entity's signature verification certificate.
- getVerificationFlag() - Method in class com.sun.identity.log.secure.LogVerifier
-
Return verification flag
- getVerificationKey() - Method in class com.sun.identity.wss.security.handler.SecurityContext
-
Returns the signature verification key.
- getVerificationUrl() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- getVerificationUrl() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
The URL that the user will be instructed to visit to complete their OAuth 2 login and consent when using the
device code flow.
- getVerificationUrl() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- getVerifierFileName() - Method in class com.sun.identity.log.secure.SecureLogHelper
-
Returns the Verifier File Name.
- getVersion() - Method in class com.iplanet.services.ldap.aci.ACI
-
Get the version number.
- getVersion() - Method in class com.sun.identity.delegation.DelegationPermission
-
Returns the service version in the permission
- getVersion() - Method in class com.sun.identity.entitlement.xacml3.core.IdReference
-
Gets the value of the version property.
- getVersion() - Method in class com.sun.identity.entitlement.xacml3.core.Policy
-
Gets the value of the version property.
- getVersion() - Method in class com.sun.identity.entitlement.xacml3.core.PolicySet
-
Gets the value of the version property.
- getVersion() - Method in class com.sun.identity.policy.remote.PolicyService
-
Returns the version number of the Policy Service.
- getVersion() - Method in class com.sun.identity.saml.common.SAMLServiceManager.SiteEntry
-
Returns the SAML version the partner site is preferred to use.
- getVersion() - Method in class com.sun.identity.saml.common.SAMLServiceManager.SOAPEntry
-
Returns SAML 1.x version the partner site preferred to use.
- getVersion() - Method in interface com.sun.identity.saml2.assertion.Assertion
-
Returns the version number of the assertion.
- getVersion() - Method in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
Returns the version number of the assertion.
- getVersion() - Method in interface com.sun.identity.saml2.jaxb.assertion.AssertionType
-
Gets the value of the version property.
- getVersion() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionTypeImpl
-
- getVersion() - Method in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
Returns the value of the Version attribute.
- getVersion() - Method in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
Returns the value of the version property.
- getVersion() - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
-
Returns the value of the Version attribute.
- getVersion() - Method in interface com.sun.identity.saml2.protocol.StatusResponse
-
Returns the value of the version property.
- getVersion() - Method in class com.sun.identity.sm.PluginConfig
-
Returns the service version
- getVersion() - Method in class com.sun.identity.sm.ServiceConfig
-
Returns the service version
- getVersion() - Method in class com.sun.identity.sm.ServiceConfigManager
-
Returns the service version.
- getVersion() - Method in class com.sun.identity.sm.ServiceInstance
-
Returns the service version.
- getVersion(String) - Static method in class com.sun.identity.sm.ServiceManager
-
Returns the version for a service.
- getVersion() - Method in class com.sun.identity.sm.ServiceSchema
-
Returns the version of the service.
- getVersion() - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Returns the version of the service.
- getVersion() - Method in class com.sun.identity.sm.ServiceSchemaManagerImpl
-
Returns the Service's version
- getVersion() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteCookie
-
Retrieves the version of the cookie
- getVersion() - Method in interface org.forgerock.openam.uma.UmaSettings
-
Gets the supported version of the UMA specification.
- getVersion() - Method in class org.forgerock.openam.uma.UmaSettingsImpl
-
Gets the supported version of the UMA specification.
- getVersions() - Method in class com.sun.identity.liberty.ws.paos.PAOSHeader
-
Returns the list of versions as Strings.
- getVersions(SSOToken, String) - Static method in class com.sun.identity.sm.ServiceManager
-
- getViewBeanURL(Condition) - Method in class com.sun.identity.policy.ConditionTypeManager
-
Deprecated.
Gets the view bean URL given the Condition
- getViewBeanURL(Referral) - Method in class com.sun.identity.policy.ReferralTypeManager
-
Deprecated.
Gets the view bean URL given the Referral
- getViewBeanURL(ResponseProvider) - Method in class com.sun.identity.policy.ResponseProviderTypeManager
-
Deprecated.
Returns the view bean URL given the ResponseProvider
- getViewBeanURL(Subject) - Method in class com.sun.identity.policy.SubjectTypeManager
-
Deprecated.
Returns the view bean URL given the Subject
- getVLVJumpTo() - Method in class com.iplanet.am.sdk.AMSearchControl
-
Deprecated.
Returns jumpTo value for VLV range.
- getVLVJumpTo() - Method in class com.iplanet.ums.SearchControl
-
Get jumpTo value for VLV range.
- getVLVRange() - Method in class com.iplanet.am.sdk.AMSearchControl
-
Deprecated.
Get range for current VLV setting.
- getVLVRange() - Method in class com.iplanet.ums.SearchControl
-
Get range for current VLV setting.
- getWaitPeriod() - Method in class org.forgerock.openam.authentication.callbacks.helpers.PollingWaitAssistant
-
Gets the current wait period for the callback at this stage in the polling period.
- getWaitTime() - Method in class org.forgerock.openam.authentication.callbacks.PollingWaitCallback
-
Gets the wait time associated with this callback.
- getWantArtifactResolveSigned(String, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns true if wantArtifactResolveSigned has String true.
- getWantArtifactResponseSigned(String, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns true if wantArtifactResponseSigned has String true.
- getWantAssertionEncrypted(String, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns true if wantAssertionEncrypted has String true.
- getWantAttributeEncrypted(String, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns true if wantAttributeEncrypted has String true.
- getWantLogoutRequestSigned(String, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns true if wantLogoutRequestSigned has String true.
- getWantLogoutResponseSigned(String, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns true if wantLogoutResponseSigned has String true.
- getWantMNIRequestSigned(String, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns true if wantMNIRequestSigned has String true.
- getWantMNIResponseSigned(String, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns true if wantMNIResponseSigned has String true.
- getWantNameIDEncrypted(String, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns true if wantNameIDEncrypted has String true.
- getWantXACMLAuthzDecisionQuerySigned(String, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns true if wantXACMLAuthzDecisionQuerySigned has
true true.
- getWarFileVersion() - Static method in class com.sun.identity.common.configuration.ServerConfiguration
-
- getWarFileVersion() - Static method in class org.forgerock.openam.upgrade.VersionUtils
-
- getWarning() - Method in class com.sun.identity.install.tools.configurator.UserDataInteraction
-
- getWarningCount() - Method in class com.sun.identity.common.AccountLockoutInfo
-
Returns the warning count.
- getWarnUserCount(String) - Method in class com.sun.identity.password.ui.model.PWResetAccountLockout
-
Returnss the warning count for the user.
- getWebApplicationException(HttpHeaders, RestException, ResourceBase.MimeType) - Method in class com.sun.identity.rest.ResourceBase
-
- getWebApplicationException(HttpHeaders, EntitlementException, ResourceBase.MimeType) - Method in class com.sun.identity.rest.ResourceBase
-
- getWebApplicationException(HttpHeaders, CoreTokenException) - Method in class com.sun.identity.rest.ResourceBase
-
- getWebApplicationException(JSONException, ResourceBase.MimeType) - Method in class com.sun.identity.rest.ResourceBase
-
- getWebApplicationException(int, Exception, ResourceBase.MimeType) - Method in class com.sun.identity.rest.ResourceBase
-
- getWebContent(String, Locale) - Static method in class com.sun.identity.workflow.Task
-
Reads the content in from a URL and returns as a String.
- getWebEnabledURL() - Method in class com.sun.identity.cli.CommandManager
-
Returns Web enabled URL.
- getWelcomeMessageInfo() - Method in class com.sun.identity.install.tools.configurator.InstallRunInfo
-
- getWrappingKey() - Method in class com.sun.identity.federation.key.EncInfo
-
Returns the key for encrypting the secret key.
- getWrappingKey() - Method in class com.sun.identity.saml2.key.EncInfo
-
Returns the key for encrypting the secret key.
- getWritableAttributeNames() - Method in class com.iplanet.ums.AccessRightObject
-
Get all the writable attribute names.
- getWriter() - Static method in class com.sun.identity.setup.SetupProgress
-
Returns writer associated with reporting progress to enduser.
- getWriter() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletResponse
-
The default behavior of this method is to return getWriter()
on the wrapped response object.
- getWriter() - Static method in class org.forgerock.openam.upgrade.UpgradeProgress
-
Returns writer associated with reporting progress to enduser.
- getWriteRequestAverageTime() - Method in class com.sun.identity.sm.ldap.Statistics
-
Returns the write request average time
- getWriteRequestTimeMaximum() - Method in class com.sun.identity.sm.ldap.Statistics
-
Returns the write request maximum time
- getWriteRequestTimeMinimum() - Method in class com.sun.identity.sm.ldap.Statistics
-
Returns the write request minimum time
- getWsdlLocation() - Method in class org.forgerock.openam.sts.soap.config.user.SoapDeploymentConfig
-
- getWsdlURI() - Method in class com.sun.identity.liberty.ws.disco.Description
-
Gets URI to WSDL resource containing the service description.
- getWSFedRoles(String, String) - Method in class com.sun.identity.configuration.ConfigFedMonitoring
-
- getWSFVersion() - Method in class com.sun.identity.liberty.ws.common.wsse.BinarySecurityToken
-
Returns the web services version.
- getWSFVersion() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Returns the web services version of the message.
- getWSHandlerResultsDebug(List<WSHandlerResult>) - Method in class org.forgerock.openam.sts.soap.token.provider.saml2.DefaultSaml2XmlTokenAuthnContextMapper
-
- getWSPEndpoint() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the endpoint of the web services provider.
- getWssAgentsDSCAgentIndex() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentEntry
-
Getter for the "WssAgentsDSCAgentIndex" variable.
- getWssAgentsDSCAgentIndex() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentEntryMBean
-
Getter for the "WssAgentsDSCAgentIndex" variable.
- getWssAgentsDSCAgentName() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentEntry
-
Getter for the "WssAgentsDSCAgentName" variable.
- getWssAgentsDSCAgentName() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentEntryMBean
-
Getter for the "WssAgentsDSCAgentName" variable.
- getWssAgentsDSCAgentSvcEndPoint() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentEntry
-
Getter for the "WssAgentsDSCAgentSvcEndPoint" variable.
- getWssAgentsDSCAgentSvcEndPoint() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentEntryMBean
-
Getter for the "WssAgentsDSCAgentSvcEndPoint" variable.
- getWssAgentsDSCAgentWebSvcEndPoint() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentEntry
-
Getter for the "WssAgentsDSCAgentWebSvcEndPoint" variable.
- getWssAgentsDSCAgentWebSvcEndPoint() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentEntryMBean
-
Getter for the "WssAgentsDSCAgentWebSvcEndPoint" variable.
- getWssAgentsDSCAgtGrpIndex() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpEntry
-
Getter for the "WssAgentsDSCAgtGrpIndex" variable.
- getWssAgentsDSCAgtGrpIndex() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpEntryMBean
-
Getter for the "WssAgentsDSCAgtGrpIndex" variable.
- getWssAgentsDSCAgtGrpName() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpEntry
-
Getter for the "WssAgentsDSCAgtGrpName" variable.
- getWssAgentsDSCAgtGrpName() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpEntryMBean
-
Getter for the "WssAgentsDSCAgtGrpName" variable.
- getWssAgentsDSCAgtGrpSvcEndPoint() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpEntry
-
Getter for the "WssAgentsDSCAgtGrpSvcEndPoint" variable.
- getWssAgentsDSCAgtGrpSvcEndPoint() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpEntryMBean
-
Getter for the "WssAgentsDSCAgtGrpSvcEndPoint" variable.
- getWssAgentsDSCAgtGrpWebSvcEndPoint() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpEntry
-
Getter for the "WssAgentsDSCAgtGrpWebSvcEndPoint" variable.
- getWssAgentsDSCAgtGrpWebSvcEndPoint() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpEntryMBean
-
Getter for the "WssAgentsDSCAgtGrpWebSvcEndPoint" variable.
- getWssAgentsGroup() - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
- getWssAgentsSTSAgentIndex() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentEntry
-
Getter for the "WssAgentsSTSAgentIndex" variable.
- getWssAgentsSTSAgentIndex() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentEntryMBean
-
Getter for the "WssAgentsSTSAgentIndex" variable.
- getWssAgentsSTSAgentName() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentEntry
-
Getter for the "WssAgentsSTSAgentName" variable.
- getWssAgentsSTSAgentName() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentEntryMBean
-
Getter for the "WssAgentsSTSAgentName" variable.
- getWssAgentsSTSAgentSvcMEXEndPoint() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentEntry
-
Getter for the "WssAgentsSTSAgentSvcMEXEndPoint" variable.
- getWssAgentsSTSAgentSvcMEXEndPoint() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentEntryMBean
-
Getter for the "WssAgentsSTSAgentSvcMEXEndPoint" variable.
- getWssAgentsSTSAgentSvcTokenEndPoint() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentEntry
-
Getter for the "WssAgentsSTSAgentSvcTokenEndPoint" variable.
- getWssAgentsSTSAgentSvcTokenEndPoint() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentEntryMBean
-
Getter for the "WssAgentsSTSAgentSvcTokenEndPoint" variable.
- getWssAgentsSTSAgtGrpIndex() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpEntry
-
Getter for the "WssAgentsSTSAgtGrpIndex" variable.
- getWssAgentsSTSAgtGrpIndex() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpEntryMBean
-
Getter for the "WssAgentsSTSAgtGrpIndex" variable.
- getWssAgentsSTSAgtGrpName() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpEntry
-
Getter for the "WssAgentsSTSAgtGrpName" variable.
- getWssAgentsSTSAgtGrpName() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpEntryMBean
-
Getter for the "WssAgentsSTSAgtGrpName" variable.
- getWssAgentsSTSAgtGrpSvcEndPoint() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpEntry
-
Getter for the "WssAgentsSTSAgtGrpSvcEndPoint" variable.
- getWssAgentsSTSAgtGrpSvcEndPoint() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpEntryMBean
-
Getter for the "WssAgentsSTSAgtGrpSvcEndPoint" variable.
- getWssAgentsSTSAgtGrpSvcMEXEndPoint() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpEntry
-
Getter for the "WssAgentsSTSAgtGrpSvcMEXEndPoint" variable.
- getWssAgentsSTSAgtGrpSvcMEXEndPoint() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpEntryMBean
-
Getter for the "WssAgentsSTSAgtGrpSvcMEXEndPoint" variable.
- getWssAgentsWSCAgentIndex() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentEntry
-
Getter for the "WssAgentsWSCAgentIndex" variable.
- getWssAgentsWSCAgentIndex() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentEntryMBean
-
Getter for the "WssAgentsWSCAgentIndex" variable.
- getWssAgentsWSCAgentName() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentEntry
-
Getter for the "WssAgentsWSCAgentName" variable.
- getWssAgentsWSCAgentName() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentEntryMBean
-
Getter for the "WssAgentsWSCAgentName" variable.
- getWssAgentsWSCAgentProxy() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentEntry
-
Getter for the "WssAgentsWSCAgentProxy" variable.
- getWssAgentsWSCAgentProxy() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentEntryMBean
-
Getter for the "WssAgentsWSCAgentProxy" variable.
- getWssAgentsWSCAgentSvcEndPoint() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentEntry
-
Getter for the "WssAgentsWSCAgentSvcEndPoint" variable.
- getWssAgentsWSCAgentSvcEndPoint() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentEntryMBean
-
Getter for the "WssAgentsWSCAgentSvcEndPoint" variable.
- getWssAgentsWSCAgtGrpIndex() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpEntry
-
Getter for the "WssAgentsWSCAgtGrpIndex" variable.
- getWssAgentsWSCAgtGrpIndex() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpEntryMBean
-
Getter for the "WssAgentsWSCAgtGrpIndex" variable.
- getWssAgentsWSCAgtGrpName() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpEntry
-
Getter for the "WssAgentsWSCAgtGrpName" variable.
- getWssAgentsWSCAgtGrpName() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpEntryMBean
-
Getter for the "WssAgentsWSCAgtGrpName" variable.
- getWssAgentsWSCAgtGrpProxy() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpEntry
-
Getter for the "WssAgentsWSCAgtGrpProxy" variable.
- getWssAgentsWSCAgtGrpProxy() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpEntryMBean
-
Getter for the "WssAgentsWSCAgtGrpProxy" variable.
- getWssAgentsWSCAgtGrpSvcEndPoint() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpEntry
-
Getter for the "WssAgentsWSCAgtGrpSvcEndPoint" variable.
- getWssAgentsWSCAgtGrpSvcEndPoint() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpEntryMBean
-
Getter for the "WssAgentsWSCAgtGrpSvcEndPoint" variable.
- getWssAgentsWSPAgentIndex() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentEntry
-
Getter for the "WssAgentsWSPAgentIndex" variable.
- getWssAgentsWSPAgentIndex() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentEntryMBean
-
Getter for the "WssAgentsWSPAgentIndex" variable.
- getWssAgentsWSPAgentName() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentEntry
-
Getter for the "WssAgentsWSPAgentName" variable.
- getWssAgentsWSPAgentName() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentEntryMBean
-
Getter for the "WssAgentsWSPAgentName" variable.
- getWssAgentsWSPAgentProxy() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentEntry
-
Getter for the "WssAgentsWSPAgentProxy" variable.
- getWssAgentsWSPAgentProxy() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentEntryMBean
-
Getter for the "WssAgentsWSPAgentProxy" variable.
- getWssAgentsWSPAgentSvcEndPoint() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentEntry
-
Getter for the "WssAgentsWSPAgentSvcEndPoint" variable.
- getWssAgentsWSPAgentSvcEndPoint() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentEntryMBean
-
Getter for the "WssAgentsWSPAgentSvcEndPoint" variable.
- getWssAgentsWSPAgtGrpIndex() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpEntry
-
Getter for the "WssAgentsWSPAgtGrpIndex" variable.
- getWssAgentsWSPAgtGrpIndex() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpEntryMBean
-
Getter for the "WssAgentsWSPAgtGrpIndex" variable.
- getWssAgentsWSPAgtGrpName() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpEntry
-
Getter for the "WssAgentsWSPAgtGrpName" variable.
- getWssAgentsWSPAgtGrpName() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpEntryMBean
-
Getter for the "WssAgentsWSPAgtGrpName" variable.
- getWssAgentsWSPAgtGrpProxy() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpEntry
-
Getter for the "WssAgentsWSPAgtGrpProxy" variable.
- getWssAgentsWSPAgtGrpProxy() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpEntryMBean
-
Getter for the "WssAgentsWSPAgtGrpProxy" variable.
- getWssAgentsWSPAgtGrpSvcEndPoint() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpEntry
-
Getter for the "WssAgentsWSPAgtGrpSvcEndPoint" variable.
- getWssAgentsWSPAgtGrpSvcEndPoint() - Method in interface com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpEntryMBean
-
Getter for the "WssAgentsWSPAgtGrpSvcEndPoint" variable.
- getWSSCacheRepository() - Static method in class com.sun.identity.wss.security.WSSUtils
-
- getWSSProxyEndpoint() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns the endpoint of the web services security proxy.
- getX509() - Method in class org.forgerock.openidconnect.Client
-
Gets X509 certificate for this client.
- getX509Certificate(HttpServletRequest) - Method in class com.sun.identity.authentication.service.LoginState
-
Returns the X509 certificate.
- getX509Certificate(String) - Method in class com.sun.identity.saml.xmlsig.JKSKeyProvider
-
Return java.security.cert.X509Certificate for the specified certAlias.
- getX509Certificate(String) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
-
Return java.security.cert.X509Certificate for the specified
certAlias.
- getX509Certificate() - Method in class com.sun.identity.wss.security.AssertionToken
-
Returns X509 certificate of the authenticated subject.
- getX509Certificate() - Method in class com.sun.identity.wss.security.KeyIdentifier
-
Returns the X509Certficate for the value set in the
key identifier.
- getX509Certificate() - Method in class com.sun.identity.wss.security.SAML2Token
-
Returns X509 certificate of the authenticated subject.
- getX509Certificate(String) - Method in class org.forgerock.openam.sts.tokengeneration.STSCryptoProviderBase
-
This method will be called to obtain the SAML2 ServiceProvider's X509Certificate, whose public key should be used to encrypt
the generated symmetric key used to encrypt the SAML2 assertion
- getX509Certificate() - Method in class org.forgerock.openam.sts.user.invocation.ProofTokenState
-
Gets the X509Certificate
- getX509Certificate(String) - Method in class org.forgerock.openam.utils.AMKeyProvider
-
Return java.security.cert.X509Certificate for the specified certAlias.
- getX509CertificateChain(String) - Method in class org.forgerock.openam.sts.tokengeneration.STSCryptoProviderBase
-
This method will be called to obtain the Certificate chain corresponding to the OpenIdConnect Token provider's
PrivateKeyEntry.
- getX509CertificateToken() - Method in class com.sun.identity.liberty.ws.security.LibSecurityTokenProvider
-
Gets the X509 certificate Token
- getX509CertificateToken() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManager
-
Returns the X509 certificate Token.
- getX509CertificateToken() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerClient
-
Gets the X509 certificate Token.
- getX509CertificateToken() - Method in interface com.sun.identity.liberty.ws.security.SecurityTokenManagerIF
-
Returns the Certificate Token.
- getX509CertificateToken() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerImpl
-
Returns the Certificate Token.
- getX509CertificateToken() - Method in interface com.sun.identity.liberty.ws.security.SecurityTokenProvider
-
Gets the X509 certificate Token.
- getX509IssuerName() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509IssuerSerialTypeImpl
-
- getX509IssuerName() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.X509IssuerSerialType
-
Gets the value of the x509IssuerName property.
- getX509IssuerName() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509IssuerSerialTypeImpl
-
- getX509IssuerName() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.X509IssuerSerialType
-
Gets the value of the x509IssuerName property.
- getX509IssuerSerial() - Method in class com.sun.identity.wss.security.SecurityTokenReference
-
Returns the X509data.
- getX509IssuerSerialOrX509SKIOrX509SubjectName() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl
-
- getX509IssuerSerialOrX509SKIOrX509SubjectName() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.X509DataType
-
Gets the value of the X509IssuerSerialOrX509SKIOrX509SubjectName property.
- getX509IssuerSerialOrX509SKIOrX509SubjectName() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl
-
- getX509IssuerSerialOrX509SKIOrX509SubjectName() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.X509DataType
-
Gets the value of the X509IssuerSerialOrX509SKIOrX509SubjectName property.
- getX509PublicKey(Document, KeyInfo) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Get the X509Certificate embedded in the KeyInfo
- getX509SerialNumber() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509IssuerSerialTypeImpl
-
- getX509SerialNumber() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.X509IssuerSerialType
-
Gets the value of the x509SerialNumber property.
- getX509SerialNumber() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509IssuerSerialTypeImpl
-
- getX509SerialNumber() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.X509IssuerSerialType
-
Gets the value of the x509SerialNumber property.
- getX509TokenResult(List<WSSecurityEngineResult>) - Method in class org.forgerock.openam.sts.soap.token.provider.saml2.DefaultSaml2XmlTokenAuthnContextMapper
-
- getXACMLAuthzService() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLPDPDescriptorTypeImpl
-
- getXACMLAuthzService() - Method in interface com.sun.identity.saml2.jaxb.metadata.XACMLPDPDescriptorType
-
Gets the value of the XACMLAuthzService property.
- getXMLDocument(InputStream) - Static method in class com.sun.identity.shared.xml.XMLUtils
-
- getXMLDocument(String, boolean) - Static method in class com.sun.identity.sm.SMSSchema
-
- getXMLDocument(InputStream) - Static method in class com.sun.identity.sm.SMSSchema
-
- getXMLDocument(InputStream, boolean) - Static method in class com.sun.identity.sm.SMSSchema
-
- getXMLEncryptionManager() - Static method in class com.sun.identity.wss.security.WSSUtils
-
- getXMLForCallbacks(Callback[]) - Static method in class com.sun.identity.authentication.share.AuthXMLUtils
-
TODO-JAVADOC
- getXMLForQueryInfo() - Method in class com.sun.identity.authentication.server.AuthXMLResponse
-
Returns XML for query information.
- getXMLforSubject(Subject) - Static method in class com.sun.identity.authentication.AuthContext
-
- getXMLHomeDocument() - Static method in class org.forgerock.openam.xacml.v3.resources.XACML3HomeResource
-
Home Document
XML Home Document using ATOM RFC4287
- getXMLSignatureManager() - Static method in class com.sun.identity.wss.security.WSSUtils
-
- getXMLString(Set, StringBuffer, StringBuffer, boolean, boolean) - Method in class com.sun.identity.saml2.protocol.impl.AssertionIDRequestImpl
-
- getXMLString(Set, StringBuffer, StringBuffer, boolean, boolean) - Method in class com.sun.identity.saml2.protocol.impl.AttributeQueryImpl
-
- getXMLString(Set, StringBuffer, StringBuffer, boolean, boolean) - Method in class com.sun.identity.saml2.protocol.impl.AuthnQueryImpl
-
- getXMLString(Set, StringBuffer, StringBuffer, boolean, boolean) - Method in class com.sun.identity.saml2.protocol.impl.NameIDMappingRequestImpl
-
- getXMLString(Set, StringBuffer, StringBuffer, boolean, boolean) - Method in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
- getXMLString(Set, StringBuffer, StringBuffer, boolean, boolean) - Method in class com.sun.identity.saml2.protocol.impl.SubjectQueryAbstractImpl
-
- getXPath() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SerElementsTypeImpl
-
- getXPath() - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.SerElementsType
-
Gets the value of the XPath property.
- getXPathVersion() - Method in class com.sun.identity.entitlement.xacml3.core.Defaults
-
Gets the value of the xPathVersion property.
- getXPathVersion() - Method in class com.sun.identity.entitlement.xacml3.core.RequestDefaults
-
Gets the value of the xPathVersion property.
- getXPathVersion() - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SerElementsTypeImpl
-
- getXPathVersion() - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.SerElementsType
-
Gets the value of the xPathVersion property.
- getY() - Method in interface com.sun.identity.saml2.jaxb.xmlsig.DSAKeyValueType
-
Gets the value of the y property.
- getY() - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- getY() - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.DSAKeyValueType
-
Gets the value of the y property.
- getY() - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- getZeroPageLoginConfig(String) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
Gets the ZPL configuration for the given realm.
- getZeroPageLoginConfig() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns the configuration for whether Zero Page Login (ZPL) should be allowed or not.
- getZone() - Method in class org.forgerock.openam.radius.common.packet.FramedAppleTalkZoneAttribute
-
Returns the zone.
- GivenNameElement - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for GivenName element declaration.
- GivenNameElementImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- GivenNameElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.GivenNameElementImpl
-
- GivenNameElementImpl(String) - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.GivenNameElementImpl
-
- GivenNameElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- GLOBAL - Static variable in class com.iplanet.am.sdk.AMSchema.Type
-
Deprecated.
The GLOBAL schema type defines the service
configuration information that independent of organizations, users
and instances.
- global(ServiceListeners.Action) - Method in class com.iplanet.services.naming.ServiceListeners.ListenerBuilder
-
- GLOBAL - Static variable in class com.sun.identity.sm.SchemaType
-
The GLOBAL schema type defines the service configuration
information that independent of organizations, users and instances.
- GLOBAL_CONFIG - Static variable in class com.sun.identity.sm.SMSUtils
-
- GLOBAL_SCHEMA - Static variable in class com.sun.identity.sm.SMSUtils
-
- GlobalAdminUiRolePredicate - Class in org.forgerock.openam.core.rest
-
Determines if the user can access global administration pages within the UI.
- GlobalAdminUiRolePredicate() - Constructor for class org.forgerock.openam.core.rest.GlobalAdminUiRolePredicate
-
- globalConfigChanged(String, String, String, String, int) - Method in class com.iplanet.services.cdm.G11NSettings
-
- globalConfigChanged(String, String, String, String, int) - Method in class com.iplanet.ums.CMListener
-
This method is called back by SM when a service's global configuration
data has been changed.
- globalConfigChanged(String, String, String, String, int) - Method in class com.sun.identity.authentication.config.AMAuthLevelManager
-
Implements methods in com.sun.identity.sm.ServiceListener
- globalConfigChanged(String, String, String, String, int) - Method in class com.sun.identity.authentication.service.AuthConfigMonitor
-
This method gets invoked when a service's global configuration data
has been changed.
- globalConfigChanged(String, String, String, String, int) - Method in class com.sun.identity.authentication.service.AuthenticationServiceAttributeCache
-
- globalConfigChanged(String, String, String, String, int) - Method in class com.sun.identity.common.admin.AdminInterfaceUtils
-
- globalConfigChanged(String, String, String, String, int) - Method in class com.sun.identity.common.AdministrationServiceListener
-
This method will be invoked when a service's global configuration data
has been changed.
- globalConfigChanged(String, String, String, String, int) - Method in class com.sun.identity.common.configuration.ConfigurationObserver
-
This method will be invoked when a service's global configuration data
has been changed.
- globalConfigChanged(String, String, String, String, int) - Method in class com.sun.identity.coretoken.service.CoreTokenConfigService
-
- globalConfigChanged(String, String, String, String, int) - Method in class com.sun.identity.delegation.plugins.DelegationPolicyImpl
-
This method will be invoked when a service's global configuration
data has been changed.
- globalConfigChanged(String, String, String, String, int) - Method in class com.sun.identity.delegation.SMServiceListener
-
- globalConfigChanged(String, String, String, String, int) - Method in class com.sun.identity.entitlement.opensso.SubRealmObserver
-
- globalConfigChanged(String, String, String, String, int) - Method in class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- globalConfigChanged(String, String, String, String, int) - Method in class com.sun.identity.idm.plugins.internal.SpecialRepo
-
- globalConfigChanged(String, String, String, String, int) - Method in class com.sun.identity.idm.server.IdRepoAttributeValidatorManager
-
Notification for global config changes to IdRepoService
- globalConfigChanged(String, String, String, String, int) - Method in class com.sun.identity.idm.server.IdRepoPluginsCache
-
Notification for global config changes to IdRepoService
- globalConfigChanged(String, String, String, String, int) - Method in class com.sun.identity.log.s1is.LogConfigReader
-
- globalConfigChanged(String, String, String, String, int) - Method in class com.sun.identity.policy.plugins.AuthenticatedSharedAgentsCondition
-
- globalConfigChanged(String, String, String, String, int) - Method in class com.sun.identity.policy.PolicyCache
-
This method will be invoked when a service's global configuation
data has been changed.
- globalConfigChanged(String, String, String, String, int) - Method in class com.sun.identity.policy.PolicyConfig
-
This method will be invoked when a service's global configuation
data has been changed.
- globalConfigChanged(String, String, String, String, int) - Method in class com.sun.identity.policy.util.GatewayServletUtils
-
This method for implementing ServiceListener.
- globalConfigChanged(String, String, String, String, int) - Method in interface com.sun.identity.sm.ServiceListener
-
This method will be invoked when a service's global configuration data
has been changed.
- globalConfigChanged(String, String, String, String, int) - Method in class org.forgerock.oauth2.core.OAuth2ProviderSettingsFactory
-
- globalConfigChanged(String, String, String, String, int) - Method in class org.forgerock.openam.audit.configuration.AuditServiceConfigurationProviderImpl
-
- globalConfigChanged(String, String, String, String, int) - Method in class org.forgerock.openam.core.rest.IdentityResourceV2
-
- globalConfigChanged(String, String, String, String, int) - Method in class org.forgerock.openam.core.rest.sms.SmsRequestHandler
-
- globalConfigChanged(String, String, String, String, int) - Method in class org.forgerock.openam.cors.CORSConfigListener
-
- globalConfigChanged(String, String, String, String, int) - Method in class org.forgerock.openam.entitlement.service.DefaultUrlResourceTypeGenerator
-
- globalConfigChanged(String, String, String, String, int) - Method in enum org.forgerock.openam.http.ApiDescriptorFilter.State
-
- globalConfigChanged(String, String, String, String, int) - Method in class org.forgerock.openam.radius.server.config.ConfigChangeListener
-
- globalConfigChanged(String, String, String, String, int) - Method in class org.forgerock.openam.rest.VersionBehaviourConfigListener
-
Updates the default version behaviour when notified of changes.
- globalConfigChanged(String, String, String, String, int) - Method in class org.forgerock.openam.scripting.ScriptEngineConfigurator
-
- globalConfigChanged(String, String, String, String, int) - Method in class org.forgerock.openam.scripting.service.ScriptConfigurationService
-
- globalConfigChanged(String, String, String, String, int) - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSSOProvider
-
- globalConfigChanged(String, String, String, String, int) - Method in class org.forgerock.openam.sts.publish.rest.RestSTSPublishServiceListener
-
- globalConfigChanged(String, String, String, String, int) - Method in class org.forgerock.openam.sts.tokengeneration.state.STSInstanceStateServiceListenerBase
-
- globalConfigurationChanged() - Method in interface org.forgerock.openam.audit.configuration.AuditServiceConfigurationListener
-
Called when a global configuration change occurred.
- GlobalDiscoEntryHandler - Class in com.sun.identity.liberty.ws.disco.plugins
-
- GlobalDiscoEntryHandler() - Constructor for class com.sun.identity.liberty.ws.disco.plugins.GlobalDiscoEntryHandler
-
Default Constructor
- GLOBALMAPLIST - Static variable in class com.sun.identity.sm.AttributeSchema.UIType
-
The GLOBALMAP_LIST attribute type specifies that the
attribute should be display as a global map list widget.
- GlobalMapValueValidator - Class in com.sun.identity.common.configuration
-
Validates Global Map property value in Agent Properties.
- GlobalMapValueValidator() - Constructor for class com.sun.identity.common.configuration.GlobalMapValueValidator
-
- GLOBALSCRIPTSELECT - Static variable in class com.sun.identity.sm.AttributeSchema.UIType
-
The GLOBALSCRIPTSELECT attribute type specifies that the
attribute should be display as drop down widget with only global scripts.
- GOT_ALL_ENTITIES - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- GOT_ALL_ENTITIES - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- GOT_ALL_HOSTED_ENTITIES - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- GOT_ALL_HOSTED_ENTITIES - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- GOT_ALL_REMOTE_ENTITIES - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- GOT_ALL_REMOTE_ENTITIES - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- GOT_ENTITY_CONFIG - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- GOT_ENTITY_CONFIG - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- GOT_ENTITY_DESCRIPTOR - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- GOT_FEDERATION - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- GOT_INVALID_ENTITY_CONFIG - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- GOT_INVALID_ENTITY_CONFIG - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- GOT_INVALID_ENTITY_DESCRIPTOR - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- GOT_INVALID_ENTITY_DESCRIPTOR - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- GOT_RESPONSE_FROM_ARTIFACT - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- GOT_RESPONSE_FROM_POST - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- GOTO - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- GOTO - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Custom
-
- GOTO - Static variable in class org.forgerock.openam.shared.security.whitelist.RedirectUrlValidator
-
Go to url query parameter name.
- GOTO_ON_FAIL - Static variable in class org.forgerock.openam.shared.security.whitelist.RedirectUrlValidator
-
Go to on fail query parameter name.
- GOTO_ON_FEDCOOKIE_NO_URL - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Goto this URL if no federation cookie presents.
- GOTO_PARAM - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
Param name for goto redirection
- GOTO_URL_PARAM - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Goto parameter
- GOTOKEY - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
goto parameter
- GrammarInfo - Interface in com.sun.identity.saml2.jaxb.assertion.impl.runtime
-
Keeps the information about the grammar as a whole.
- grammarInfo - Static variable in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
- grammarInfo - Static variable in class com.sun.identity.saml2.jaxb.entityconfig.ObjectFactory
-
- grammarInfo - Static variable in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
- grammarInfo - Static variable in class com.sun.identity.saml2.jaxb.metadataattr.ObjectFactory
-
- grammarInfo - Static variable in class com.sun.identity.saml2.jaxb.metadataextquery.ObjectFactory
-
- grammarInfo - Static variable in class com.sun.identity.saml2.jaxb.metadataidpdiscovery.ObjectFactory
-
- grammarInfo - Static variable in class com.sun.identity.saml2.jaxb.schema.ObjectFactory
-
- grammarInfo - Static variable in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
- grammarInfo - Static variable in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
- GrammarInfo - Interface in com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime
-
Keeps the information about the grammar as a whole.
- grammarInfo - Static variable in class com.sun.identity.wsfederation.jaxb.entityconfig.ObjectFactory
-
- grammarInfo - Static variable in class com.sun.identity.wsfederation.jaxb.wsaddr.ObjectFactory
-
- grammarInfo - Static variable in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
- grammarInfo - Static variable in class com.sun.identity.wsfederation.jaxb.wspolicy.ObjectFactory
-
- grammarInfo - Static variable in class com.sun.identity.wsfederation.jaxb.wsse.ObjectFactory
-
- grammarInfo - Static variable in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
- grammarInfo - Static variable in class com.sun.identity.wsfederation.jaxb.wsu.ObjectFactory
-
- grammarInfo - Static variable in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
- GrammarInfoImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl.runtime
-
Keeps the information about the grammar as a whole.
- GrammarInfoImpl(Map, Map, Class) - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.runtime.GrammarInfoImpl
-
- GrammarInfoImpl - Class in com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime
-
Keeps the information about the grammar as a whole.
- GrammarInfoImpl(Map, Map, Class) - Constructor for class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.GrammarInfoImpl
-
- GRANT_ID_FIELD - Static variable in class org.forgerock.oauth2.core.TokenInvalidator
-
- GRANT_ID_FIELD - Static variable in class org.forgerock.openam.oauth2.StatelessTokenCtsAdapter
-
- GRANT_TYPE - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Params
-
Parameter usage location: token request.
- GRANT_TYPE_FIELD - Static variable in class org.forgerock.openam.oauth2.StatelessTokenCtsAdapter
-
- GRANT_TYPE_URI - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.SAML20
-
- GRANT_TYPES - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2Client
-
- grantReadPermission(Collection) - Method in class com.iplanet.ums.AccessRightObject
-
Grant read permission to attributes.
- GrantTypeAccessTokenGenerator - Class in org.forgerock.oauth2.core
-
- GrantTypeAccessTokenGenerator(TokenStore) - Constructor for class org.forgerock.oauth2.core.GrantTypeAccessTokenGenerator
-
- GrantTypeHandler - Class in org.forgerock.oauth2.core
-
Handler for a specific OAuth2 grant type, i.e.
- GrantTypeHandler(OAuth2ProviderSettingsFactory, OAuth2UrisFactory, ClientAuthenticator) - Constructor for class org.forgerock.oauth2.core.GrantTypeHandler
-
- grantWritePermission(Collection) - Method in class com.iplanet.ums.AccessRightObject
-
Grant write permission to attributes.
- greaterOrEqual(String, Object) - Static method in class org.openidentityplatform.openam.cassandra.Filter
-
- greaterThan(String, Object) - Static method in class org.openidentityplatform.openam.cassandra.Filter
-
- GREET_ME_SOUND_ELEMENT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- GREET_SOUND_ELEMENT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- GROOVY_ENGINE_NAME - Static variable in enum org.forgerock.openam.scripting.SupportedScriptingLanguage
-
JSR 223 engine name for Groovy support.
- GroovyEngineFactory - Class in org.forgerock.openam.scripting.factories
-
This factory overrides the default getScriptEngine implementation, and ensures that we use the
AST Transformation Customizer to provide interruption checks at the beginning of closures, loops, etc.
- GroovyEngineFactory() - Constructor for class org.forgerock.openam.scripting.factories.GroovyEngineFactory
-
- GroovyHttpClient - Class in org.forgerock.openam.scripting.api.http
-
- GroovyHttpClient(Client) - Constructor for class org.forgerock.openam.scripting.api.http.GroovyHttpClient
-
Deprecated.
- GroovySandboxValueFilter - Class in org.forgerock.openam.scripting.sandbox
-
Applies a sandbox to Groovy script execution.
- GroovySandboxValueFilter(ClassShutter) - Constructor for class org.forgerock.openam.scripting.sandbox.GroovySandboxValueFilter
-
- GROUP - Static variable in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Represents a Group object type
- GROUP - Static variable in class com.sun.identity.idm.IdType
-
Identity type of GROUP
- GROUP - Static variable in class com.sun.identity.sm.SchemaType
-
The GROUP schema type defines attributes for a group
- GROUP - Static variable in class com.sun.identity.sm.SMSUtils
-
- GROUP_CONTAINER - Static variable in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Represents a group container object type
- GROUP_NAME - Static variable in class com.sun.identity.entitlement.GroupSubject
-
Deprecated.
- GROUP_PROFILE - Static variable in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Represents group profile Information
- GROUP_SCHEMA - Static variable in class com.sun.identity.sm.SMSUtils
-
- GROUP_TYPE - Static variable in class org.forgerock.openam.core.rest.IdentityResourceV1
-
- GROUP_TYPE - Static variable in class org.forgerock.openam.core.rest.IdentityResourceV2
-
- GROUP_TYPE - Static variable in class org.forgerock.openam.core.rest.IdentityRestUtils
-
- groupList - Variable in class com.sun.identity.idsvcs.IdentityDetails
-
- GroupResolver - Class in com.iplanet.ums
-
- GroupResolver() - Constructor for class com.iplanet.ums.GroupResolver
-
- GroupSubject - Class in com.sun.identity.entitlement
-
- GroupSubject() - Constructor for class com.sun.identity.entitlement.GroupSubject
-
Deprecated.
Constructor.
- GroupSubject(String) - Constructor for class com.sun.identity.entitlement.GroupSubject
-
Deprecated.
Constructor.
- GroupSubject(String, String) - Constructor for class com.sun.identity.entitlement.GroupSubject
-
Deprecated.
Constructs GroupSubject
- gsc - Static variable in class com.iplanet.am.sdk.ldap.ComplianceServicesImpl
-
- GT - Static variable in class com.sun.identity.log.QueryElement
-
Greater Than Relationship.
- GuicedRestlet - Class in org.forgerock.oauth2.restlet
-
Extends the Restlet Finder to use Guice to create an instance of the specified ServerResource class.
- GuicedRestlet(Context, Class<? extends ServerResource>) - Constructor for class org.forgerock.oauth2.restlet.GuicedRestlet
-
Constructs a new GuicedRestlet.
- GuiceObjectFactory - Class in org.forgerock.openam.notifications.integration
-
- GuiceObjectFactory() - Constructor for class org.forgerock.openam.notifications.integration.GuiceObjectFactory
-
- Guid - Class in com.iplanet.ums
-
This class represents an LDAP entry and it provides
access to the ID (dn) and GUID of the given name.
- Guid(String) - Constructor for class com.iplanet.ums.Guid
-
Constructs a Guid object from the specified distinguished name.
- Guid(long) - Constructor for class com.iplanet.ums.Guid
-
Constructs a Guid object from the specified unique ID.
- Guid(String, long) - Constructor for class com.iplanet.ums.Guid
-
Constructs a Guid object from the specified distinguished name and unique
ID.
- GuidUtils - Class in com.iplanet.ums.util
-
Utilitiy Class for Guid.
- GuidUtils() - Constructor for class com.iplanet.ums.util.GuidUtils
-
- GZIP_EXT - Static variable in interface com.sun.identity.tools.bundles.SetupConstants
-
- I18n - Class in com.iplanet.services.util
-
The I18n class provides methods for applications and services
to internationalize their messages.
- I18n(String) - Constructor for class com.iplanet.services.util.I18n
-
This constructor takes the name of the component as an argument and it
should match with name of the resource bundle
- I18N_FILE_NAME - Static variable in class org.forgerock.openam.upgrade.steps.UpgradeAuditServiceStep
-
- I18N_KEY - Static variable in class com.sun.identity.policy.ActionSchema
-
- I18N_KEY - Static variable in class com.sun.identity.sm.SMSUtils
-
- I18N_PRODUCT_NAME - Static variable in interface com.sun.identity.cli.AccessManagerConstants
-
i18n key for product name.
- I18N_PRODUCT_NAME - Static variable in interface com.sun.identity.federation.cli.FederationManagerConstants
-
i18n key for product name.
- I18NInfo - Class in com.sun.identity.install.tools.configurator
-
- I18NInfo(String, String) - Constructor for class com.sun.identity.install.tools.configurator.I18NInfo
-
- IAdminTool - Interface in com.sun.identity.install.tools.launch
-
- IArgument - Interface in com.sun.identity.cli
-
Arguments constants.
- IAssignableMembership - Interface in com.iplanet.ums
-
Represents a container interface common to groups and roles.
- IAT - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.JWTTokenParams
-
- IAuthentication - Interface in com.sun.identity.rest.spi
-
Implements this interface to do REST permission check.
- IAuthorization - Interface in com.sun.identity.rest.spi
-
Implements this interface to do REST permission check.
- IAuthorizer - Interface in com.sun.identity.log.spi
-
This interface defines method for authorization of log operation.
- ICachedDirectoryServices - Interface in com.iplanet.am.sdk.common
-
- IClassResolver - Interface in com.iplanet.ums
-
Interface for a class that can resolve the Java class to instantiate for a
specific collection of attributes.
- ICommonToolsConstants - Interface in com.sun.identity.install.tools.admin
-
- IComplianceServices - Interface in com.iplanet.am.sdk.common
-
- ICON_URI - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.ResourceSets
-
- ICONS_ATTRIBUTE - Static variable in class org.forgerock.openam.core.rest.server.SocialAuthenticationImplementation
-
- ICOSDefinition - Interface in com.iplanet.ums.cos
-
This interface provides method signatures which will be implemented for COS
definitions.
- ICOSSPECIFIER - Static variable in interface com.iplanet.ums.cos.ICOSDefinition
-
This field represents a keyword used in COS definitions.
- ID - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- id - Variable in class com.sun.identity.entitlement.xacml3.core.Attributes
-
- ID - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
ID
- id - Variable in class com.sun.identity.federation.message.FSAssertion
-
Deprecated.
The value of the id attribute in the Assertion.
- id - Variable in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
- id - Variable in class com.sun.identity.federation.message.FSAuthnResponse
-
Deprecated.
- id - Variable in class com.sun.identity.federation.message.FSFederationTerminationNotification
-
Deprecated.
- id - Variable in class com.sun.identity.federation.message.FSLogoutNotification
-
Deprecated.
- id - Variable in class com.sun.identity.federation.message.FSLogoutResponse
-
Deprecated.
- id - Variable in class com.sun.identity.federation.message.FSNameRegistrationRequest
-
Deprecated.
- id - Variable in class com.sun.identity.federation.message.FSNameRegistrationResponse
-
Deprecated.
- id - Variable in class com.sun.identity.federation.message.FSRequest
-
Deprecated.
- id - Variable in class com.sun.identity.federation.message.FSResponse
-
Deprecated.
- id - Variable in class com.sun.identity.idsvcs.Token
-
- id - Variable in class com.sun.identity.liberty.ws.authnsvc.protocol.Transform
-
Deprecated.
- ID - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for ID
- ID - Static variable in class org.forgerock.openam.cts.api.tokens.TokenIdFactory
-
- ID - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to API Descriptor translations
- ID - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.CoreTokenParams
-
- ID - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.MAC
-
REQUIRED.
- ID - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Params
-
- id - Variable in class org.forgerock.openam.radius.common.Packet
-
The id of the packet.
- ID - Static variable in class org.forgerock.openam.sm.datalayer.impl.uma.UmaAuditEntry
-
- ID - Static variable in class org.forgerock.openam.sm.datalayer.impl.uma.UmaPendingRequest
-
- ID - Static variable in class org.forgerock.openam.upgrade.steps.policy.AbstractEntitlementUpgradeStep
-
- ID_ATTR - Static variable in class org.forgerock.openam.oauth2.resources.labels.LabelsConstants
-
- ID_BEGIN - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- ID_END - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- ID_LENGTH - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Length of an identifier
- ID_LENGTH - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Assertion handle, request id, and response id have this length.
- ID_LENGTH - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Length for SAMLv2 IDs.
- ID_QUERY - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to API Descriptor translations
- ID_QUERY_DESCRIPTION - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to API Descriptor translations
- ID_REPO - Static variable in interface com.sun.identity.idm.IdConstants
-
- ID_REPO_SERVICE - Static variable in class com.sun.identity.policy.PolicyManager
-
Deprecated.
- ID_STAR_MSG_NOT_UNSTD - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
- ID_TOKEN - Static variable in class org.forgerock.openam.authentication.modules.oauth2.OAuthParam
-
- ID_TOKEN - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.AuthorizationEndpoint
-
- ID_TOKEN - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.JWTTokenParams
-
- ID_TOKEN_INFO_CLIENT_AUTHENTICATION_ENABLED - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2ProviderService
-
- ID_TOKEN_SIGNING_ALGORITHMS - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2ProviderService
-
- ID_TYPE_ELEMENT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- ID_TYPE_ELEMENT_INT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- ID_VALUE_ELEMENT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- ID_VALUE_ELEMENT_INT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- IdCacheBlock - Class in com.sun.identity.idm.common
-
This class represents the value part stored in the cache.
- IdCacheBlock(String, boolean) - Constructor for class com.sun.identity.idm.common.IdCacheBlock
-
- IdCacheBlock(String, String, boolean) - Constructor for class com.sun.identity.idm.common.IdCacheBlock
-
- IdCachedServices - Interface in com.sun.identity.idm
-
- IdCachedServicesDecorator - Class in org.forgerock.openam.idm
-
- IdCachedServicesDecorator(IdCachedServices) - Constructor for class org.forgerock.openam.idm.IdCachedServicesDecorator
-
Constructs the decorator using the given delegate implementation.
- IdCachedServicesImpl - Class in com.sun.identity.idm.server
-
- IdCacheStats - Class in com.sun.identity.idm.common
-
IdCacheStats implements the StatsListener
and provides the information of the total number of entry in cache
table and the number of hits and total number of reads.
- IdCacheStats(String) - Constructor for class com.sun.identity.idm.common.IdCacheStats
-
Creates a new IdRepo Stats
- IdConstants - Interface in com.sun.identity.idm
-
- IDCTreeServices - Interface in com.iplanet.am.sdk.common
-
- IDebug - Interface in com.sun.identity.log.spi
-
A DebugInterface class is necessary because different clients
have a requirement to direct their debug outputs to different
destinations.
- IDebug - Interface in com.sun.identity.shared.debug
-
Allows a pluggable implementation of the Debug service within the Access
Manager SDK.
- IDebugProvider - Interface in com.sun.identity.entitlement.interfaces
-
Allows a pluggable implementation of the Debug service within the OpenAM
SDK.
- IDebugProvider - Interface in com.sun.identity.shared.debug
-
Allows a pluggable implementation of the Debug service within the Access
Manager SDK.
- IDefaultValueFinder - Interface in com.sun.identity.install.tools.configurator
-
- IDefinition - Interface in com.sun.identity.cli
-
This interface defines methods for a CLI definition class.
- IDENT - Static variable in class com.iplanet.security.x509.IssuingDistributionPointExtension
-
Identifier for this attribute, to be used with the
get, set, delete methods of Certificate, x509 type.
- IDENTIFIER_ENTRY - Static variable in interface com.sun.identity.tools.manifest.ManifestConstants
-
- IDENTIFIER_SEPARATOR - Static variable in interface com.sun.identity.tools.manifest.ManifestConstants
-
- IDENTITY - Static variable in class com.sun.identity.idsvcs.rest.IdentityServicesHandler.SecurityParameter
-
- IDENTITY - Static variable in class com.sun.identity.wss.security.WSSConstants
-
- IDENTITY - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.ScriptParams
-
- IDENTITY_ATTRIBUTE_INVALID - Static variable in class com.sun.identity.idm.IdRepoErrorCode
-
- IDENTITY_NS - Static variable in class com.sun.identity.wss.trust.ClaimType
-
- IDENTITY_OF_TYPE_ALREADY_EXISTS - Static variable in class com.sun.identity.idm.IdRepoErrorCode
-
- IDENTITY_PROVIDER - Static variable in class com.sun.identity.configuration.ConfigFedMonitoring
-
- IDENTITY_REPOSITORY - Static variable in class org.forgerock.openam.authentication.modules.scripted.Scripted
-
- IDENTITY_SUBJECT_NAME - Static variable in class com.sun.identity.wss.logging.LogUtil
-
- IDENTITY_WEB_CONTAINER - Static variable in interface com.sun.identity.shared.Constants
-
Property string for name of the webcontainer.
- identityChanged(String) - Method in class com.sun.identity.delegation.plugins.DelegationPolicyImpl
-
This method is called back for all identities that are
modified in a repository.
- identityChanged(String) - Method in interface com.sun.identity.idm.IdEventListener
-
This method is called back for all identities that are modified in a
repository.
- identityChanged(String) - Method in class com.sun.identity.idm.server.JAXRPCObjectImplEventListener
-
- identityChanged(String) - Method in class org.forgerock.openam.uma.rest.UmaPolicyApplicationListener
-
Ensures that if the identity is a UMA resource server then a policy application exists for
it, otherwise (based on configuration) deletes the resource servers policy application,
policies and resource sets.
- IdentityCommand - Class in com.sun.identity.cli.idrepo
-
Base class for Identity command.
- IdentityCommand() - Constructor for class com.sun.identity.cli.idrepo.IdentityCommand
-
- IdentityConverter() - Constructor for class org.forgerock.openam.tokens.Converter.IdentityConverter
-
- identityDeleted(String) - Method in class com.sun.identity.delegation.plugins.DelegationPolicyImpl
-
This method is called back for all identities that are
deleted from a repository.
- identityDeleted(String) - Method in interface com.sun.identity.idm.IdEventListener
-
This method is called back for all identities that are deleted from a
repository.
- identityDeleted(String) - Method in class com.sun.identity.idm.server.JAXRPCObjectImplEventListener
-
- identityDeleted(String) - Method in class org.forgerock.openam.uma.rest.UmaPolicyApplicationListener
-
Deletes, (based on configuration), the resource servers policy application, policies and
resource sets.
- IdentityDetails - Class in com.sun.identity.idsvcs
-
- IdentityDetails() - Constructor for class com.sun.identity.idsvcs.IdentityDetails
-
- IdentityDetails(String, String, String, ListWrapper, ListWrapper, ListWrapper, Attribute[]) - Constructor for class com.sun.identity.idsvcs.IdentityDetails
-
- IdentityDetails_LiteralSerializer - Class in com.sun.identity.idsvcs
-
- IdentityDetails_LiteralSerializer(QName, String) - Constructor for class com.sun.identity.idsvcs.IdentityDetails_LiteralSerializer
-
- IdentityDetails_LiteralSerializer(QName, String, boolean) - Constructor for class com.sun.identity.idsvcs.IdentityDetails_LiteralSerializer
-
- identityDetailsToJsonValue(IdentityDetails) - Static method in class org.forgerock.openam.core.rest.IdentityRestUtils
-
- IdentityManagementServices_SerializerRegistry - Class in com.sun.identity.jaxrpc
-
- IdentityManagementServices_SerializerRegistry() - Constructor for class com.sun.identity.jaxrpc.IdentityManagementServices_SerializerRegistry
-
- IdentityManager - Class in org.forgerock.openam.oauth2
-
Allows a client and resource owner's identity to be retrieved.
- IdentityManager(OAuth2ProviderSettingsFactory) - Constructor for class org.forgerock.openam.oauth2.IdentityManager
-
Constructs a new IdentityManager.
- identityMovedOrRenamed(DN) - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
Called if an identity has been renamed or moved within the identity store.
- identityMovedOrRenamed(DN) - Method in interface org.forgerock.openam.idrepo.ldap.IdentityMovedOrRenamedListener
-
Called if an identity has been renamed or moved within the identity store.
- IdentityMovedOrRenamedListener - Interface in org.forgerock.openam.idrepo.ldap
-
Interface describing interactions when a watched identity is moved or renamed.
- IdentityNotFoundException - Exception in org.forgerock.openam.idrepo.ldap
-
- IdentityNotFoundException(String, String, ResultCode, Object[]) - Constructor for exception org.forgerock.openam.idrepo.ldap.IdentityNotFoundException
-
This constructor is used to pass the localized error message At this
level, the locale of the caller is not known and it is not possible to
throw localized error message at this level.
- identityOfTypeAlreadyExists(String, String) - Static method in exception com.sun.identity.idm.IdRepoDuplicateObjectException
-
- identityRenamed(String) - Method in class com.sun.identity.delegation.plugins.DelegationPolicyImpl
-
This method is called for all identities that are
renamed in a repository.
- identityRenamed(String) - Method in interface com.sun.identity.idm.IdEventListener
-
This method is called for all identities that are renamed in a
repository.
- identityRenamed(String) - Method in class com.sun.identity.idm.server.JAXRPCObjectImplEventListener
-
- identityRenamed(String) - Method in class org.forgerock.openam.uma.rest.UmaPolicyApplicationListener
-
Not required.
- IdentityResourceExceptionMappingHandler - Class in org.forgerock.openam.errors
-
* Translates errors from IdRepoException to ResourceException
- IdentityResourceExceptionMappingHandler() - Constructor for class org.forgerock.openam.errors.IdentityResourceExceptionMappingHandler
-
- IdentityResourceV1 - Class in org.forgerock.openam.core.rest
-
A simple Map based collection resource provider.
- IdentityResourceV1(String, MailServerLoader, IdentityServicesImpl, CoreWrapper, RestSecurityProvider, ConsoleConfigHandler, Set<UiRolePredicate>) - Constructor for class org.forgerock.openam.core.rest.IdentityResourceV1
-
Creates a backend
- IdentityResourceV2 - Class in org.forgerock.openam.core.rest
-
A simple Map based collection resource provider.
- IdentityResourceV2(String, MailServerLoader, IdentityServicesImpl, CoreWrapper, RestSecurityProvider, ConsoleConfigHandler, BaseURLProviderFactory, Set<UiRolePredicate>) - Constructor for class org.forgerock.openam.core.rest.IdentityResourceV2
-
Creates a backend
- IdentityResourceV3 - Class in org.forgerock.openam.core.rest
-
A simple Map based collection resource provider.
- IdentityResourceV3(String, MailServerLoader, IdentityServicesImpl, CoreWrapper, RestSecurityProvider, ConsoleConfigHandler, BaseURLProviderFactory, Set<String>, Set<UiRolePredicate>) - Constructor for class org.forgerock.openam.core.rest.IdentityResourceV3
-
Constructs a new identity resource.
- IdentityRestUtils - Class in org.forgerock.openam.core.rest
-
- IdentityServices - Interface in com.sun.identity.idsvcs
-
Base interface for all security providers.
- IdentityServicesException - Class in org.forgerock.openam.errors
-
Used as a reference to IdServiceExceptions.
- IdentityServicesException() - Constructor for class org.forgerock.openam.errors.IdentityServicesException
-
- IdentityServicesExceptionMappingHandler - Class in org.forgerock.openam.errors
-
To convert from specific Identity Repo (e.g.
- IdentityServicesExceptionMappingHandler() - Constructor for class org.forgerock.openam.errors.IdentityServicesExceptionMappingHandler
-
- IdentityServicesFactory - Class in com.sun.identity.idsvcs
-
Factory object to maintain multiple implementations of
Identity Services.
- IdentityServicesHandler - Class in com.sun.identity.idsvcs.rest
-
Provides a marshall/unmarshall layer to the Security interface.
- IdentityServicesHandler() - Constructor for class com.sun.identity.idsvcs.rest.IdentityServicesHandler
-
- IdentityServicesHandler.SecurityMethod - Class in com.sun.identity.idsvcs.rest
-
Defined by the interface 'com.sun.identity.idsvcs.Security'.
- IdentityServicesHandler.SecurityParameter - Class in com.sun.identity.idsvcs.rest
-
Enum to get the request parameters and test w/ the SecurityMethods.
- IdentityServicesImpl - Interface in com.sun.identity.idsvcs
-
- IdentityServicesImpl - Class in com.sun.identity.idsvcs.opensso
-
Web Service to provide security based on authentication and authorization support.
- IdentityServicesImpl() - Constructor for class com.sun.identity.idsvcs.opensso.IdentityServicesImpl
-
- IdentityServicesImpl_attributes_Fault_SOAPBuilder - Class in com.sun.identity.idsvcs
-
- IdentityServicesImpl_attributes_Fault_SOAPBuilder() - Constructor for class com.sun.identity.idsvcs.IdentityServicesImpl_attributes_Fault_SOAPBuilder
-
- IdentityServicesImpl_attributes_Fault_SOAPSerializer - Class in com.sun.identity.idsvcs
-
- IdentityServicesImpl_attributes_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.idsvcs.IdentityServicesImpl_attributes_Fault_SOAPSerializer
-
- IdentityServicesImpl_getCookieNameForToken_Fault_SOAPBuilder - Class in com.sun.identity.idsvcs
-
- IdentityServicesImpl_getCookieNameForToken_Fault_SOAPBuilder() - Constructor for class com.sun.identity.idsvcs.IdentityServicesImpl_getCookieNameForToken_Fault_SOAPBuilder
-
- IdentityServicesImpl_getCookieNameForToken_Fault_SOAPSerializer - Class in com.sun.identity.idsvcs
-
- IdentityServicesImpl_getCookieNameForToken_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.idsvcs.IdentityServicesImpl_getCookieNameForToken_Fault_SOAPSerializer
-
- IdentityServicesImpl_getCookieNamesToForward_Fault_SOAPBuilder - Class in com.sun.identity.idsvcs
-
- IdentityServicesImpl_getCookieNamesToForward_Fault_SOAPBuilder() - Constructor for class com.sun.identity.idsvcs.IdentityServicesImpl_getCookieNamesToForward_Fault_SOAPBuilder
-
- IdentityServicesImpl_getCookieNamesToForward_Fault_SOAPSerializer - Class in com.sun.identity.idsvcs
-
- IdentityServicesImpl_getCookieNamesToForward_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.idsvcs.IdentityServicesImpl_getCookieNamesToForward_Fault_SOAPSerializer
-
- IdentityServicesImpl_log_Fault_SOAPBuilder - Class in com.sun.identity.idsvcs
-
- IdentityServicesImpl_log_Fault_SOAPBuilder() - Constructor for class com.sun.identity.idsvcs.IdentityServicesImpl_log_Fault_SOAPBuilder
-
- IdentityServicesImpl_log_Fault_SOAPSerializer - Class in com.sun.identity.idsvcs
-
- IdentityServicesImpl_log_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.idsvcs.IdentityServicesImpl_log_Fault_SOAPSerializer
-
- IdentityServicesImpl_read_Fault_SOAPBuilder - Class in com.sun.identity.idsvcs
-
- IdentityServicesImpl_read_Fault_SOAPBuilder() - Constructor for class com.sun.identity.idsvcs.IdentityServicesImpl_read_Fault_SOAPBuilder
-
- IdentityServicesImpl_read_Fault_SOAPSerializer - Class in com.sun.identity.idsvcs
-
- IdentityServicesImpl_read_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.idsvcs.IdentityServicesImpl_read_Fault_SOAPSerializer
-
- IdentityServicesImpl_Tie - Class in com.sun.identity.idsvcs
-
- IdentityServicesImpl_Tie() - Constructor for class com.sun.identity.idsvcs.IdentityServicesImpl_Tie
-
- IdentityServicesImplService_SerializerRegistry - Class in com.sun.identity.idsvcs
-
- IdentityServicesImplService_SerializerRegistry() - Constructor for class com.sun.identity.idsvcs.IdentityServicesImplService_SerializerRegistry
-
- IdentityServicesServlet - Class in com.sun.identity.idsvcs
-
Provides implementation for returning WSDL.
- IdentityServicesServlet() - Constructor for class com.sun.identity.idsvcs.IdentityServicesServlet
-
- IdentitySubject - Class in org.forgerock.openam.entitlement.conditions.subject
-
This class represents an Identity to be used in the entitlements policy engine
- IdentitySubject() - Constructor for class org.forgerock.openam.entitlement.conditions.subject.IdentitySubject
-
- IdentityUtils - Class in org.forgerock.openam.identity.idm
-
- IdentityUtils() - Constructor for class org.forgerock.openam.identity.idm.IdentityUtils
-
- IdEventListener - Interface in com.sun.identity.idm
-
Represents the event listener interface that consumers of this API should
implement and register with the AMIdentityRepository to receive
notifications.
- IDFF - Static variable in interface com.sun.identity.cot.COTConstants
-
ID-FF Protocol
- IDFF - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
ID-FF component name used in obtaining provider.
- IDFF - Static variable in class com.sun.identity.multiprotocol.SingleLogoutManager
-
Constant for ID-FF Protocol
- IDFF_BUNDLE_NAME - Static variable in class com.sun.identity.federation.meta.IDFFMetaUtils
-
Bundle Name
- IDFF_COOKIE_NAME - Static variable in interface com.sun.identity.saml2.idpdiscovery.IDPDiscoveryConstants
-
- IDFF_META_SERVICE - Static variable in class com.sun.identity.federation.meta.IDFFMetaUtils
-
IDFF Meta Data Configuration Name
- IDFF_METADATA_SERVICE - Static variable in class org.forgerock.openam.core.rest.sms.SmsServiceHandlerFunction
-
- IDFF_READER_URI - Static variable in interface com.sun.identity.saml2.idpdiscovery.IDPDiscoveryConstants
-
- IDFF_SPECIFICATION - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
IDFF specification.
- IDFF_WRITER_URI - Static variable in interface com.sun.identity.saml2.idpdiscovery.IDPDiscoveryConstants
-
- IDFFArtifacts - Variable in class com.sun.identity.monitoring.SsoServerIDFFSvc
-
Variable for storing the value of "IDFFArtifacts".
- IDFFAssertions - Variable in class com.sun.identity.monitoring.SsoServerIDFFSvc
-
Variable for storing the value of "IDFFAssertions".
- IDFFCOTUtils - Class in com.sun.identity.federation.meta
-
This class utility methods to update circle of trust
attribute in the service and identity provider
configuration.
- IDFFCOTUtils(Object) - Constructor for class com.sun.identity.federation.meta.IDFFCOTUtils
-
Creates a new instance of IDFFCOTUtils
- idffEntities(Map<String, Map<String, String>>) - Method in class com.sun.identity.monitoring.SSOServerRealmFedInfo.SSOServerRealmFedInfoBuilder
-
- IDFFIdAuthnRqt - Variable in class com.sun.identity.monitoring.SsoServerIDFFSvc
-
Variable for storing the value of "IDFFIdAuthnRqt".
- IDFFIdDestn - Variable in class com.sun.identity.monitoring.SsoServerIDFFSvc
-
Variable for storing the value of "IDFFIdDestn".
- IDFFIdLocalSessToken - Variable in class com.sun.identity.monitoring.SsoServerIDFFSvc
-
Variable for storing the value of "IDFFIdLocalSessToken".
- IDFFMetaCache - Class in com.sun.identity.federation.meta
-
This class provides methods for caching the
Federation metadata.
- IDFFMetaException - Exception in com.sun.identity.federation.meta
-
This class handles IDFF Metadata related exceptions.
- IDFFMetaException(String) - Constructor for exception com.sun.identity.federation.meta.IDFFMetaException
-
Constructs a IDFFMetaException with a detailed
message.
- IDFFMetaException(Throwable) - Constructor for exception com.sun.identity.federation.meta.IDFFMetaException
-
Constructs a IDFFMetaException with
an embedded exception.
- IDFFMetaException(Exception) - Constructor for exception com.sun.identity.federation.meta.IDFFMetaException
-
Constructs a IDFFMetaException with an exception.
- IDFFMetaException(String, Object[]) - Constructor for exception com.sun.identity.federation.meta.IDFFMetaException
-
Constructs a new IDFFMetaException without a nested
Throwable.
- IDFFMetaException(String, String, Object[]) - Constructor for exception com.sun.identity.federation.meta.IDFFMetaException
-
Constructs a new IDFFMetaException without a nested
Throwable.
- IDFFMetaManager - Class in com.sun.identity.federation.meta
-
The IDFFMetaManager provides methods to manage the Service and
Identity Provider and Affiliation Metadata ,
the Entity Configuration.
- IDFFMetaManager(Object) - Constructor for class com.sun.identity.federation.meta.IDFFMetaManager
-
Constructor.
- IDFFMetaSecurityUtils - Class in com.sun.identity.federation.meta
-
The IDFFMetaSecurityUtils class provides metadata security
related utility functions.
- IDFFMetaServiceListener - Class in com.sun.identity.federation.meta
-
The IDFFMetaServiceListener implements
ConfigurationListener interface .
- IDFFMetaServiceListener() - Constructor for class com.sun.identity.federation.meta.IDFFMetaServiceListener
-
- IDFFMetaUtils - Class in com.sun.identity.federation.meta
-
This class contains utility methods to process
the IDFF Meta data.
- IDFFMetaUtils() - Constructor for class com.sun.identity.federation.meta.IDFFMetaUtils
-
Default Constructor
- IDFFNameIdentifierMapper - Class in com.sun.identity.liberty.ws.disco.plugins
-
The class IDFFNameIdentifierMapper is an implementation
of NameIdentifierMapper for Liberty ID-FF providers.
- IDFFNameIdentifierMapper() - Constructor for class com.sun.identity.liberty.ws.disco.plugins.IDFFNameIdentifierMapper
-
- IDFFProviderManager - Class in com.sun.identity.liberty.ws.util
-
The class IDFFProviderManager retrieves properties consumed
by IDWSF from providers defined in IDFF.
- IDFFProviderManager() - Constructor for class com.sun.identity.liberty.ws.util.IDFFProviderManager
-
- IDFFRelayState - Variable in class com.sun.identity.monitoring.SsoServerIDFFSvc
-
Variable for storing the value of "IDFFRelayState".
- IDFFSingleLogoutHandler - Class in com.sun.identity.multiprotocol
-
The IDFFSingleLogoutHander class is an implementation of
the SingleLogoutHandler for the Liberty ID-FF protocol.
- IDFFSingleLogoutHandler() - Constructor for class com.sun.identity.multiprotocol.IDFFSingleLogoutHandler
-
Creates a new instance of IDFFSingleLogoutHandler
- IDFFStatus - Variable in class com.sun.identity.monitoring.SsoServerIDFFSvc
-
Variable for storing the value of "IDFFStatus".
- IDFFUserIDSessionList - Variable in class com.sun.identity.monitoring.SsoServerIDFFSvc
-
Variable for storing the value of "IDFFUserIDSessionList".
- idFragment() - Method in class org.forgerock.openam.rest.router.ApiRouteMatcher
-
- idFromValue(Object) - Method in class org.forgerock.openam.entitlement.rest.model.json.EntitlementsRegistryTypeIdResolver
-
- idFromValueAndType(Object, Class<?>) - Method in class org.forgerock.openam.entitlement.rest.model.json.EntitlementsRegistryTypeIdResolver
-
- IDirectoryServices - Interface in com.iplanet.am.sdk.common
-
Internal interface which provides service methods to avail all LDAP Directory
related services.
- IDirectoryServicesProvider - Interface in com.iplanet.am.sdk.common
-
- IDLE_TIME - Static variable in class org.forgerock.openam.core.rest.session.SessionResourceUtil
-
- IdleTimeoutAttribute - Class in org.forgerock.openam.radius.common.packet
-
Class representing the structure of the Framed-AppleTalk-Link attribute as specified in section 5.28 of RFC 2865.
- IdleTimeoutAttribute(byte[]) - Constructor for class org.forgerock.openam.radius.common.packet.IdleTimeoutAttribute
-
Constructs a new instance from the on-the-wire bytes for this attribute.
- IdleTimeoutAttribute(int) - Constructor for class org.forgerock.openam.radius.common.packet.IdleTimeoutAttribute
-
Construct an instance from the desired timeout value.
- idOf(JsonValue) - Static method in class org.forgerock.openam.uma.UmaPolicy
-
Parses the unique resource set id, that the UMA policy relates to, from the UMA policy JSON.
- IdOperation - Class in com.sun.identity.idm
-
The class IdOperation defines the types of operations
supported on managed identities, and provides static constants for these
operation.
- IdOperation(String) - Constructor for class com.sun.identity.idm.IdOperation
-
Constructs an IdOperation of type string
- IDP - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
IDP role
- IDP - Static variable in class com.sun.identity.liberty.ws.interaction.InteractionManager
-
Name of URL query parameter to be used by WSC to include
providerID of IDP, that was used to
authenticate user.
- IDP - Static variable in class com.sun.identity.saml2.plugins.DefaultAccountMapper
-
- IDP - Static variable in class com.sun.identity.saml2.plugins.DefaultAttributeMapper
-
- IDP - Static variable in class com.sun.identity.wsfederation.plugins.DefaultAccountMapper
-
- IDP - Static variable in class com.sun.identity.wsfederation.plugins.DefaultAttributeMapper
-
- IDP_ACCOUNT_MAPPER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Identity provider account mapper.
- IDP_ADAPTER_CLASS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
IDP Adapter class attribute name
- IDP_ARTIF_CACHE - Static variable in class com.sun.identity.monitoring.SsoServerSAML2SvcImpl
-
- IDP_ARTIF_CACHE - Static variable in interface com.sun.identity.plugin.monitoring.FedMonSAML2Svc
-
- IDP_ARTIF_ISSUED - Static variable in class com.sun.identity.monitoring.SsoServerSAML2SvcImpl
-
- IDP_ARTIF_ISSUED - Static variable in interface com.sun.identity.plugin.monitoring.FedMonSAML2Svc
-
- IDP_ASSERT_CACHE - Static variable in class com.sun.identity.monitoring.SsoServerSAML2SvcImpl
-
- IDP_ASSERT_CACHE - Static variable in interface com.sun.identity.plugin.monitoring.FedMonSAML2Svc
-
- IDP_ASSERT_ISSUED - Static variable in class com.sun.identity.monitoring.SsoServerSAML2SvcImpl
-
- IDP_ASSERT_ISSUED - Static variable in interface com.sun.identity.plugin.monitoring.FedMonSAML2Svc
-
- IDP_ATTRIBUTE_MAP - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
IDP Attribute Map
- IDP_ATTRIBUTE_MAPPER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Identity provider attribute mapper.
- IDP_AUTHNCONTEXT_CLASSREF_MAPPING - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- IDP_AUTHNCONTEXT_MAPPER_CLASS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- IDP_AUTHNCONTEXT_MAPPING - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
IDP AuthnContext Mapping
- IDP_DISABLE_NAMEID_PERSISTENCE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Flag to indicate that we do not want to write the federation info in the IdP's local User Data Store.
- IDP_ECP_SESSION_MAPPER_CLASS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- IDP_ENTRIES - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
IDP Entries
- IDP_FINDER_ENABLED_IN_SP - Static variable in class com.sun.identity.saml2.plugins.SAML2IDPProxyFRImpl
-
- IDP_FINDER_URL - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Idp finder URL
- IDP_FINDER_URL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Idp finder URL
- IDP_INVAL_RQTS_RCVD - Static variable in class com.sun.identity.monitoring.SsoServerSAML2SvcImpl
-
- IDP_INVAL_RQTS_RCVD - Static variable in interface com.sun.identity.plugin.monitoring.FedMonSAML2Svc
-
- IDP_LIST - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
IDPList
- IDP_LOGIN_URL - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Specify login URL IDP will redirect to when there is no valid session
- IDP_META_ALIAS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for IDPMetaAlias SSO token property
- IDP_META_NOT_FOUND - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- IDP_METADATA_ERROR - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- IDP_NOT_FOUND - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- IDP_PROVIDER_SFX - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
IDP provider suffix
- IDP_PROXY_COUNT - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
IDP Proxy Count
- IDP_PROXY_COUNT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
IDP Proxy Count
- IDP_PROXY_FINDER_ATTR_NAME - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
IDP Proxy finder attribute name in the IDP Extended metadata
- IDP_PROXY_FINDER_NAME - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
IDP Proxy finder name
- IDP_PROXY_LIST - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
IDP Proxy Name List
- IDP_PROXY_LIST - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
IDP Proxy Name List
- IDP_ROLE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Identity Provider Role
- IDP_RQTS_RCVD - Static variable in class com.sun.identity.monitoring.SsoServerSAML2SvcImpl
-
- IDP_RQTS_RCVD - Static variable in interface com.sun.identity.plugin.monitoring.FedMonSAML2Svc
-
- IDP_SESSION - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Key used to save IDP Session in a map
- IDP_SESSION_INDEX - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for SAML2IDPSessionIndex SSO token property
- IDP_SESSION_SYNC_ENABLED - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
IDP Session Synchronize Enabled
- IDPAccountMapper - Interface in com.sun.identity.saml2.plugins
-
The interface IDPAccountMapper is used to map the local identities to the SAML protocol
objects and also the vice versa for some of the protocols for e.g.
- IDPAccountMapper - Interface in com.sun.identity.wsfederation.plugins
-
The interface IDPAccountMapper is used to map the
local identities to the SAML protocol objects and
also the vice versa for some of the protocols for e.g.
- idpAccountMapperCache - Static variable in class com.sun.identity.saml2.profile.IDPCache
-
Cache saves the idp account mapper.
- idpAdapterCache - Static variable in class com.sun.identity.saml2.profile.IDPCache
-
Cache saves the IDP Adapter.
- IDPArtifactResolution - Class in com.sun.identity.saml2.profile
-
This class handles the artifact resolution request
from a service provider.
- IDPArtifactResolutionServiceSOAP - Class in com.sun.identity.saml2.servlet
-
This class IDPArtifactResolutionServiceSOAP receives and
processes ArtififactResolve request using SOAP binding on IDP side.
- IDPArtifactResolutionServiceSOAP() - Constructor for class com.sun.identity.saml2.servlet.IDPArtifactResolutionServiceSOAP
-
- IDPAttributeMapper - Interface in com.sun.identity.saml2.plugins
-
This interface IDPAttributeMapper is used to map the
authenticated user configured attributes to SAML Attributes
so that the SAML framework may insert these attribute information as SAML
AttributeStatements in SAML Assertion.
- IDPAttributeMapper - Interface in com.sun.identity.wsfederation.plugins
-
This interface IDPAttributeMapper is used to map the
authenticated user configured attributes to SAML Attributes
so that the SAML framework may insert these attribute information as SAML
AttributeStatements in SAML Assertion.
- idpAttributeMapperCache - Static variable in class com.sun.identity.saml2.profile.IDPCache
-
Cache saves the idp attribute mapper.
- IDPAuthenticationMethodMapper - Interface in com.sun.identity.wsfederation.plugins
-
The interface IDPAuthenticationMethodMapper creates an
IDPAuthenticationTypeInfo based on the RequestAuthnContext from
the AuthnRequest sent by a Service Provider and the AuthnContext
configuration at the IDP entity config.
- IDPAuthenticationTypeInfo - Class in com.sun.identity.wsfederation.plugins
-
The class IDPAuthenticationTypeInfo consists of the mapping
between AuthenticationType and the actual
authentication mechanism at the Identity Provider.
- IDPAuthenticationTypeInfo(String, Set) - Constructor for class com.sun.identity.wsfederation.plugins.IDPAuthenticationTypeInfo
-
The constructor.
- idpAuthnContextCache - Static variable in class com.sun.identity.saml2.profile.IDPCache
-
Cache saves the authn context objects before IDP redirects user to
authentication.
- IDPAuthnContextInfo - Class in com.sun.identity.saml2.plugins
-
The class IDPAuthnContextInfo consists of the mapping
between AuthnContextClassRef and the actual
authentication mechanism at the Identity Provider.
- IDPAuthnContextInfo(AuthnContext, Set, Integer) - Constructor for class com.sun.identity.saml2.plugins.IDPAuthnContextInfo
-
The constructor.
- IDPAuthnContextMapper - Interface in com.sun.identity.saml2.plugins
-
The interface IDPAuthnContextMapper creates an
IDPAuthnContextInfo based on the RequestAuthnContext from
the AuthnRequest sent by a Service Provider and the AuthnContext
configuration at the IDP entity config.
- idpAuthnContextMapperCache - Static variable in class com.sun.identity.saml2.profile.IDPCache
-
Cache saves the idp authn context mapper.
- IDPCache - Class in com.sun.identity.saml2.profile
-
This class caches authn request objects and relay states
based on the request id of the authn requests
It also caches idp session by session index.
- idpDescriptor - Variable in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
- IDPDISCOVERY_COOKIE_DOMAIN - Static variable in interface com.sun.identity.saml2.idpdiscovery.IDPDiscoveryConstants
-
- IDPDISCOVERY_COOKIE_TYPE - Static variable in interface com.sun.identity.saml2.idpdiscovery.IDPDiscoveryConstants
-
- IDPDISCOVERY_URL_SCHEME - Static variable in interface com.sun.identity.saml2.idpdiscovery.IDPDiscoveryConstants
-
- IDPDiscoveryConstants - Interface in com.sun.identity.saml2.idpdiscovery
-
This interface represents a collection of common constants used by
the classes in saml2 idp discovery Service.
- IDPDiscoveryWARConfigurator - Class in com.sun.identity.saml2.idpdiscovery
-
This class is used to setup the OpenAM IDP Discovery WAR.
- IDPDiscoveryWARConfigurator() - Constructor for class com.sun.identity.saml2.idpdiscovery.IDPDiscoveryWARConfigurator
-
- IDPECPSessionMapper - Interface in com.sun.identity.saml2.plugins
-
This interface IDPECPSessionMapper is used to find a valid
session from HTTP servlet request on IDP with ECP profile.
- idpECPSessionMapperCache - Static variable in class com.sun.identity.saml2.profile.IDPCache
-
Cache saves the idp ecp session mapper.
- idpEntityId - Variable in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
- IDPENTITYID - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- IDPEntries - Class in com.sun.identity.federation.message.common
-
- IDPEntries() - Constructor for class com.sun.identity.federation.message.common.IDPEntries
-
Deprecated.
Default Constructor.
- IDPEntries(List) - Constructor for class com.sun.identity.federation.message.common.IDPEntries
-
Deprecated.
Constructor creates IDPEntries object.
- IDPEntries(Element) - Constructor for class com.sun.identity.federation.message.common.IDPEntries
-
Deprecated.
Constructor creates IDPEntries object from
a Document Element.
- idpEntries - Variable in class com.sun.identity.federation.message.FSIDPList
-
Deprecated.
IDPEntries object.
- IDPEntry - Class in com.sun.identity.federation.message.common
-
- IDPEntry() - Constructor for class com.sun.identity.federation.message.common.IDPEntry
-
Deprecated.
Default Constructor.
- IDPEntry(String, String, String) - Constructor for class com.sun.identity.federation.message.common.IDPEntry
-
Deprecated.
Constructor creates IDPEntry object.
- IDPEntry(Element) - Constructor for class com.sun.identity.federation.message.common.IDPEntry
-
Deprecated.
Constructor creates IDPEntry Object from
Document Element.
- IDPENTRY - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for IDPEntry Element.
- IDPENTRY - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- IDPEntry - Interface in com.sun.identity.saml2.protocol
-
This interface defines methods to set/retrieve single identity provider
information trusted by the request issuer to authenticate the presenter.
- IDPEntryImpl - Class in com.sun.identity.saml2.protocol.impl
-
This class defines methods to set/retrieve single identity provider
information trusted by the request issuer to authenticate the presenter.
- IDPEntryImpl() - Constructor for class com.sun.identity.saml2.protocol.impl.IDPEntryImpl
-
Constructor to create IDPEntry Object.
- IDPEntryImpl(Element) - Constructor for class com.sun.identity.saml2.protocol.impl.IDPEntryImpl
-
Constructor to create IDPEntry Object.
- IDPEntryImpl(String) - Constructor for class com.sun.identity.saml2.protocol.impl.IDPEntryImpl
-
Constructor to create IDPEntry Object.
- idpId(String) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
-
Sets the Idenity Provider id on the SAML2ConfigBuilder.
- IDPLIST - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for IDPList Element.
- IDPLIST - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- IDPList - Interface in com.sun.identity.saml2.protocol
-
This interface specifies the identity providers trusted by the requester
to authenticate the presenter.
- IDPListImpl - Class in com.sun.identity.saml2.protocol.impl
-
This class specifies the identity providers trusted by the requester
to authenticate the presenter.
- IDPListImpl() - Constructor for class com.sun.identity.saml2.protocol.impl.IDPListImpl
-
Constructor creates the IDPList Object.
- IDPListImpl(Element) - Constructor for class com.sun.identity.saml2.protocol.impl.IDPListImpl
-
Constructor to create the IDPList Object.
- IDPListImpl(String) - Constructor for class com.sun.identity.saml2.protocol.impl.IDPListImpl
-
Constructor to create the IDPList Object.
- IDPManageNameIDServiceSOAP - Class in com.sun.identity.saml2.servlet
-
This class IDPManageNameIDServiceSOAP receives and processes
Manage NameID request using SOAP binding on IDP side.
- IDPManageNameIDServiceSOAP() - Constructor for class com.sun.identity.saml2.servlet.IDPManageNameIDServiceSOAP
-
- IDPP_ELEMENT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- IDPP_ELEMENT_INT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- IDPP_JAXB_PKG - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- IDPP_PLUGIN_JAXB_PKG - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- IDPP_SERVICE - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- IDPP_SERVICE_TYPE - Static variable in class com.sun.identity.liberty.ws.dst.DSTConstants
-
- IDPPAddressCard - Class in com.sun.identity.liberty.ws.idpp.container
-
This class IDPPAddressCard is an implementation of
IDPPContainer.
- IDPPAddressCard() - Constructor for class com.sun.identity.liberty.ws.idpp.container.IDPPAddressCard
-
Constructor
- IDPPAttributeMapper - Class in com.sun.identity.liberty.ws.idpp.plugin
-
This class IDPPAttributeMapper is an implementation of IDPP
and the LDAP Attribute Mapper.
- IDPPAttributeMapper() - Constructor for class com.sun.identity.liberty.ws.idpp.plugin.IDPPAttributeMapper
-
Constructor
- IDPPAuthorizer - Class in com.sun.identity.liberty.ws.idpp.plugin
-
The class IDPPAuthorizer is the default implementation of
IDPP Authorization and implements Authorizer.
- IDPPAuthorizer() - Constructor for class com.sun.identity.liberty.ws.idpp.plugin.IDPPAuthorizer
-
Default constructor
- IDPPBaseContainer - Class in com.sun.identity.liberty.ws.idpp.container
-
This class IDPPBaseContainer is base class for common
funcionality for any IDPPContainer.
- IDPPBaseContainer() - Constructor for class com.sun.identity.liberty.ws.idpp.container.IDPPBaseContainer
-
- IDPPCommonName - Class in com.sun.identity.liberty.ws.idpp.container
-
This class IDPPCommonName is an implementation of
IDPPContainer.
- IDPPCommonName() - Constructor for class com.sun.identity.liberty.ws.idpp.container.IDPPCommonName
-
Constructor
- IDPPConstants - Class in com.sun.identity.liberty.ws.idpp.common
-
- IDPPConstants() - Constructor for class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- IDPPContainer - Interface in com.sun.identity.liberty.ws.idpp.plugin
-
The interface IDPPContainer provides a plugin for the
IDPP containers.
- IDPPDemographics - Class in com.sun.identity.liberty.ws.idpp.container
-
This class IDPPDemographics is an implementation of
IDPPContainer.
- IDPPDemographics() - Constructor for class com.sun.identity.liberty.ws.idpp.container.IDPPDemographics
-
Constructor
- IDPPEmergencyContact - Class in com.sun.identity.liberty.ws.idpp.container
-
This class IDPPEmergencyContact is an implementation of
IDPPContainer.
- IDPPEmergencyContact() - Constructor for class com.sun.identity.liberty.ws.idpp.container.IDPPEmergencyContact
-
Constructor
- IDPPEmploymentIdentity - Class in com.sun.identity.liberty.ws.idpp.container
-
This class IDPPEmploymentIdentity is an implementation of
IDPPContainer.
- IDPPEmploymentIdentity() - Constructor for class com.sun.identity.liberty.ws.idpp.container.IDPPEmploymentIdentity
-
- IDPPEncryptKey - Class in com.sun.identity.liberty.ws.idpp.container
-
This class IDPPEncryptKey is an implementation of
IDPPContainer.
- IDPPEncryptKey() - Constructor for class com.sun.identity.liberty.ws.idpp.container.IDPPEncryptKey
-
Constructor
- IDPPException - Exception in com.sun.identity.liberty.ws.idpp.common
-
The IDPPException class represents a error while
processing Personal profile requests.
- IDPPException(Throwable) - Constructor for exception com.sun.identity.liberty.ws.idpp.common.IDPPException
-
Constructor with throwable object.
- IDPPException(String) - Constructor for exception com.sun.identity.liberty.ws.idpp.common.IDPPException
-
Constructor with a message.
- IDPPExtension - Interface in com.sun.identity.liberty.ws.idpp.plugin
-
The class IDPPExtension is an interface for extension
attributes in each IDPPContainer.
- IDPPExtensionContainer - Class in com.sun.identity.liberty.ws.idpp.container
-
This class IDPPExtensionContainer is an implementation of
IDPPContainer for the IDPP extensions.
- IDPPExtensionContainer() - Constructor for class com.sun.identity.liberty.ws.idpp.container.IDPPExtensionContainer
-
Constructor
- IDPPFacade - Class in com.sun.identity.liberty.ws.idpp.container
-
This class IDPPFacade is an implementation of
IDPPContainer.
- IDPPFacade() - Constructor for class com.sun.identity.liberty.ws.idpp.container.IDPPFacade
-
Constructor
- idppIDSMap - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPUtils
-
- IDPPInformalName - Class in com.sun.identity.liberty.ws.idpp.container
-
This class IDPPInformalName is an implementation of
IDPPContainer.
- IDPPInformalName() - Constructor for class com.sun.identity.liberty.ws.idpp.container.IDPPInformalName
-
- IDPPLegalIdentity - Class in com.sun.identity.liberty.ws.idpp.container
-
This class IDPPLegalIdentity is an implementation of
IDPPContainer.
- IDPPLegalIdentity() - Constructor for class com.sun.identity.liberty.ws.idpp.container.IDPPLegalIdentity
-
- IDPPMsgContact - Class in com.sun.identity.liberty.ws.idpp.container
-
This class IDPPMsgContact is an implementation of
IDPPContainer.
- IDPPMsgContact() - Constructor for class com.sun.identity.liberty.ws.idpp.container.IDPPMsgContact
-
Constructor
- IDPPResourceIDMapper - Class in com.sun.identity.liberty.ws.idpp.plugin
-
The class IDPPResourceIDMapper is an implementation of
ResourceIDMapper which is used to map a IDPP
user with a user that has been registered with discovery.
- IDPPResourceIDMapper() - Constructor for class com.sun.identity.liberty.ws.idpp.plugin.IDPPResourceIDMapper
-
- IDPProvidedNameIdentifier - Class in com.sun.identity.federation.message.common
-
- IDPProvidedNameIdentifier(String, String, String) - Constructor for class com.sun.identity.federation.message.common.IDPProvidedNameIdentifier
-
Deprecated.
Constructor creates IDPProvidedNameIdentifier object.
- IDPProvidedNameIdentifier(Element) - Constructor for class com.sun.identity.federation.message.common.IDPProvidedNameIdentifier
-
Deprecated.
Constructor creates IDPProvidedNameIdentifier object
from Document Element.
- IDPProvidedNameIdentifier(String, String) - Constructor for class com.sun.identity.federation.message.common.IDPProvidedNameIdentifier
-
Deprecated.
Constructor creates IDPProvidedNameIdentifier object.
- idpProxyFinderCache - Static variable in class com.sun.identity.saml2.profile.IDPCache
-
Cache saves the IDP Proxy Finder.
- IDPProxyUtil - Class in com.sun.identity.saml2.profile
-
Utility class to be used for IDP Proxying.
- IDPPServiceInstanceUpdate - Class in com.sun.identity.liberty.ws.idpp.plugin
-
This class IDPPServiceInstanceUpdate is an implementation of
ServiceInstanceUpdate for the Personal Profile Service.
- IDPPServiceInstanceUpdate() - Constructor for class com.sun.identity.liberty.ws.idpp.plugin.IDPPServiceInstanceUpdate
-
- IDPPServiceManager - Class in com.sun.identity.liberty.ws.idpp
-
The class IDPPServiceManager is a manager class for managing
IDPP service configuration.
- IDPPSignKey - Class in com.sun.identity.liberty.ws.idpp.container
-
This class IDPPSignKey is an implementation of
IDPPContainer.
- IDPPSignKey() - Constructor for class com.sun.identity.liberty.ws.idpp.container.IDPPSignKey
-
Constructor
- IDPPUtils - Class in com.sun.identity.liberty.ws.idpp.common
-
Class IDPPUtils is utility class used by IDPP service
for any common functionality in various modules.
- IDPPUtils() - Constructor for class com.sun.identity.liberty.ws.idpp.common.IDPPUtils
-
- IDPRequestValidator - Interface in org.forgerock.openam.saml2
-
Responsible for validating and providing a handful of parameters required for
processing the IDP requests.
- IDPSession - Class in com.sun.identity.saml2.profile
-
This class represents a session in the identity provider side.
- IDPSession(Object) - Constructor for class com.sun.identity.saml2.profile.IDPSession
-
Constructor for a IDPSession.
- IDPSession(IDPSessionCopy) - Constructor for class com.sun.identity.saml2.profile.IDPSession
-
- IDPSessionCopy - Class in com.sun.identity.saml2.profile
-
This class represents a copy of a session in the identity provider side.
- IDPSessionCopy() - Constructor for class com.sun.identity.saml2.profile.IDPSessionCopy
-
Default constructor for deserialization.
- IDPSessionCopy(String) - Constructor for class com.sun.identity.saml2.profile.IDPSessionCopy
-
Constructor for a IDPSessionCopy
- IDPSessionCopy(IDPSession) - Constructor for class com.sun.identity.saml2.profile.IDPSessionCopy
-
- idpSessionIndex - Variable in class com.sun.identity.saml2.profile.SPFedSession
-
SessionIndex from IDP.
- IDPSessionListener - Class in com.sun.identity.saml2.profile
-
The class IDPSessionListener implements
SessionListener interface and is used for maintaining the
IDP session cache.
- IDPSessionListener() - Constructor for class com.sun.identity.saml2.profile.IDPSessionListener
-
Constructor of IDPSessionListener.
- idpSessionsByIndices - Static variable in class com.sun.identity.saml2.profile.IDPCache
-
Cache saves the idp sessions.
- idpSessionsBySessionID - Static variable in class com.sun.identity.saml2.profile.IDPCache
-
Cache saves the IDPSession per session ID.
- IDPSingleLogout - Class in com.sun.identity.saml2.profile
-
This class reads the required data from HttpServletRequest and
initiates the LogoutRequest from IDP to SP.
- IDPSingleLogoutServiceSOAP - Class in com.sun.identity.saml2.servlet
-
This class IDPSingleLogoutServiceSOAP receives and processes
single logout request using SOAP binding on IDP side.
- IDPSingleLogoutServiceSOAP() - Constructor for class com.sun.identity.saml2.servlet.IDPSingleLogoutServiceSOAP
-
- IDPSingleSignOnServiceSOAP - Class in com.sun.identity.saml2.servlet
-
This class SPSingleSignOnServiceSOAP receives and processes
AuthnRequest using SOAP binding on IDP side.
- IDPSingleSignOnServiceSOAP() - Constructor for class com.sun.identity.saml2.servlet.IDPSingleSignOnServiceSOAP
-
- IDPSSOConfigElement - Interface in com.sun.identity.saml2.jaxb.entityconfig
-
Java content class for IDPSSOConfig element declaration.
- IDPSSOConfigElement - Interface in com.sun.identity.wsfederation.jaxb.entityconfig
-
Java content class for IDPSSOConfig element declaration.
- IDPSSOConfigElementImpl - Class in com.sun.identity.saml2.jaxb.entityconfig.impl
-
- IDPSSOConfigElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.entityconfig.impl.IDPSSOConfigElementImpl
-
- IDPSSOConfigElementImpl - Class in com.sun.identity.wsfederation.jaxb.entityconfig.impl
-
- IDPSSOConfigElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.entityconfig.impl.IDPSSOConfigElementImpl
-
- IDPSSOConfigElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.entityconfig.impl
-
- IDPSSOConfigElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.entityconfig.impl
-
- IDPSSODescriptorElement - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for IDPSSODescriptor element declaration.
- IDPSSODescriptorElementImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- IDPSSODescriptorElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorElementImpl
-
- IDPSSODescriptorElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- IDPSSODescriptorType - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for IDPSSODescriptorType complex type.
- IDPSSODescriptorTypeImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- IDPSSODescriptorTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorTypeImpl
-
- IDPSSODescriptorTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- IDPSSOFederate - Class in com.sun.identity.saml2.profile
-
This class handles the federation and/or single sign on request
from a service provider.
- IDPSSOFederateRequest - Class in org.forgerock.openam.saml2
-
Represents the data necessary for a request to be handled by the IdP SSO Federate's authenticate
and authentication lookup systems, as well as all related utility functions.
- IDPSSOFederateRequest(String, String, SAML2IdentityProviderAdapter, String, String) - Constructor for class org.forgerock.openam.saml2.IDPSSOFederateRequest
-
Data necessary for either authentication or authentication lookup via SAML2 IdP.
- IDPSSOUtil - Class in com.sun.identity.saml2.profile
-
The utility class is used by the identity provider to process
the authentication request from a service provider and send back
a proper response.
- IDPSSOUtil - Class in com.sun.identity.wsfederation.profile
-
The utility class is used by the identity provider to process
the authentication request from a service provider and send back
a proper response.
- IDPSSOUtil() - Constructor for class com.sun.identity.wsfederation.profile.IDPSSOUtil
-
- IdQueryFilterVisitor - Class in org.forgerock.openam.core.rest.sms
-
QueryFilterVisitor that only implements 'equals _id' functionality.
- IdQueryFilterVisitor() - Constructor for class org.forgerock.openam.core.rest.sms.IdQueryFilterVisitor
-
- IdReference - Class in com.sun.identity.entitlement.xacml3.core
-
Java class for IdReferenceType complex type.
- IdReference() - Constructor for class com.sun.identity.entitlement.xacml3.core.IdReference
-
- IdRemoteCachedServicesImpl - Class in com.sun.identity.idm.remote
-
Class which provides caching on top of available IdRepoLDAPServices.
- IdRemoteEventListener - Class in com.sun.identity.idm.remote
-
The IdRemoteEventListener handles the events generated from the
server.
- IdRemoteServicesImpl - Class in com.sun.identity.idm.remote
-
- IdRemoteServicesImpl() - Constructor for class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
- IdRemoteServicesProviderImpl - Class in com.sun.identity.idm.remote
-
- IdRemoteServicesProviderImpl() - Constructor for class com.sun.identity.idm.remote.IdRemoteServicesProviderImpl
-
- IdRepo - Class in com.sun.identity.idm
-
This interface defines the methods which need to be implemented by plugins.
- IdRepo() - Constructor for class com.sun.identity.idm.IdRepo
-
- IDREPO_CACHESTAT - Static variable in interface com.sun.identity.idm.IdConstants
-
- IDREPO_SERVICE - Static variable in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
- IDREPO_SERVICE - Static variable in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- IDREPO_SVC_NAME - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- IdRepoAttributeValidator - Interface in com.sun.identity.idm.server
-
This interface defines the methods which validate attributes.
- IdRepoAttributeValidatorImpl - Class in com.sun.identity.idm.server
-
This interface defines the methods which validate attributes.
- IdRepoAttributeValidatorImpl() - Constructor for class com.sun.identity.idm.server.IdRepoAttributeValidatorImpl
-
- IdRepoAttributeValidatorManager - Class in com.sun.identity.idm.server
-
The IdRepoAttributeValidatorManager class manages
IdRepoAttributeValidator for realm.
- IdRepoBundle - Class in com.sun.identity.idm
-
- IdRepoBundle() - Constructor for class com.sun.identity.idm.IdRepoBundle
-
- IdRepoCacheEntries - Variable in class com.sun.identity.monitoring.SsoServerIdRepoSvc
-
Variable for storing the value of "IdRepoCacheEntries".
- IdRepoCacheHits - Variable in class com.sun.identity.monitoring.SsoServerIdRepoSvc
-
Variable for storing the value of "IdRepoCacheHits".
- IdRepoCreationListener - Interface in com.sun.identity.idm
-
- IdRepoDataStoreProvider - Class in com.sun.identity.plugin.datastore.impl
-
The IdRepoDataStoreProvider is an implementation of
DataStoreProvider using IdRepo APIs.
- IdRepoDataStoreProvider() - Constructor for class com.sun.identity.plugin.datastore.impl.IdRepoDataStoreProvider
-
Default Constructor.
- idRepoDebug - Static variable in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- IdRepoDuplicateObjectException - Exception in com.sun.identity.idm
-
An exception type thrown when an
IdRepo is asked to
create an object with a name that is already used.
- IdRepoErrorCode - Class in com.sun.identity.idm
-
Class is representing error code for different error states
- IdRepoErrorCode() - Constructor for class com.sun.identity.idm.IdRepoErrorCode
-
- IdRepoEventListener - Class in com.iplanet.am.sdk.remote
-
Class moved to com.sun.identity.idm.server
- IdRepoEventListener() - Constructor for class com.iplanet.am.sdk.remote.IdRepoEventListener
-
- IdRepoException - Exception in com.sun.identity.idm
-
The exception class whose instance is thrown if there is any error during the
operation of objects of the com.sun.identity.sms package.
- IdRepoException() - Constructor for exception com.sun.identity.idm.IdRepoException
-
- IdRepoException(String) - Constructor for exception com.sun.identity.idm.IdRepoException
-
- IdRepoException(String, String) - Constructor for exception com.sun.identity.idm.IdRepoException
-
- IdRepoException(String, String, String, Object[]) - Constructor for exception com.sun.identity.idm.IdRepoException
-
- IdRepoException(String, String, ResultCode, Object[]) - Constructor for exception com.sun.identity.idm.IdRepoException
-
This constructor is used to pass the localized error message At this
level, the locale of the caller is not known and it is not possible to
throw localized error message at this level.
- IdRepoException(String, String, Object[]) - Constructor for exception com.sun.identity.idm.IdRepoException
-
This constructor is used to pass the localized error message At this
level, the locale of the caller is not known and it is not possible to
throw localized error message at this level.
- IdRepoException_SOAPSerializer - Class in com.sun.identity.idm
-
- IdRepoException_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.idm.IdRepoException_SOAPSerializer
-
- IdRepoFatalException - Exception in com.sun.identity.idm
-
The exception class whose instance is thrown if there is any error during the
operation of objects of the com.sun.identity.sms package.
- IdRepoFatalException(String) - Constructor for exception com.sun.identity.idm.IdRepoFatalException
-
- IdRepoFatalException(String, String) - Constructor for exception com.sun.identity.idm.IdRepoFatalException
-
- IdRepoFatalException(String, String, Object[]) - Constructor for exception com.sun.identity.idm.IdRepoFatalException
-
This constructor is used to pass the localized error message At this
level, the locale of the caller is not known and it is not possible to
throw localized error message at this level.
- IdRepoFatalException(String, String, ResultCode, Object[]) - Constructor for exception com.sun.identity.idm.IdRepoFatalException
-
This constructor is used to pass the localized error message At this
level, the locale of the caller is not known and it is not possible to
throw localized error message at this level.
- IdRepoGetRqts - Variable in class com.sun.identity.monitoring.SsoServerIdRepoSvc
-
Variable for storing the value of "IdRepoGetRqts".
- IdRepoJAXRPCObjectImpl - Class in com.sun.identity.idm.server
-
Provides service side implementation of IdRepo for JAX-RPC interface
DirectoryManagerIF.
- IdRepoJAXRPCObjectImpl() - Constructor for class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- IdRepoListener - Class in com.sun.identity.idm
-
Provides methods that can be called by IdRepo plugins to notify change
events.
- IdRepoListener() - Constructor for class com.sun.identity.idm.IdRepoListener
-
- idRepoNotificationURLs - Static variable in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- IdRepoPluginsCache - Class in com.sun.identity.idm.server
-
- IdRepoPluginsCache() - Constructor for class com.sun.identity.idm.server.IdRepoPluginsCache
-
- IDRepoResponseProvider - Class in com.sun.identity.policy.plugins
-
This class is an out of the box implementation of
ResponseProvider interface.
- IDRepoResponseProvider() - Constructor for class com.sun.identity.policy.plugins.IDRepoResponseProvider
-
No argument constructor.
- IdRepoSearchCacheHits - Variable in class com.sun.identity.monitoring.SsoServerIdRepoSvc
-
Variable for storing the value of "IdRepoSearchCacheHits".
- IdRepoSearchRqts - Variable in class com.sun.identity.monitoring.SsoServerIdRepoSvc
-
Variable for storing the value of "IdRepoSearchRqts".
- IdRepoServiceHelper - Class in org.forgerock.openam.upgrade.helpers
-
This service upgrade helper ensures that IdRepo schema is being updated to reference to the DJ SDK based
implementation.
- IdRepoServiceHelper() - Constructor for class org.forgerock.openam.upgrade.helpers.IdRepoServiceHelper
-
- IdRepoServiceListener - Class in com.sun.identity.idm
-
Class implementation moved to com.sun.identity.server.IdRepoPluginsCache
- IdRepoServiceListener() - Constructor for class com.sun.identity.idm.IdRepoServiceListener
-
- IdRepoUnsupportedOpException - Exception in com.sun.identity.idm
-
The exception class whose instance is thrown if there is any error during the
operation of objects of the com.sun.identity.sms package.
- IdRepoUnsupportedOpException(String) - Constructor for exception com.sun.identity.idm.IdRepoUnsupportedOpException
-
- IdRepoUnsupportedOpException(String, String) - Constructor for exception com.sun.identity.idm.IdRepoUnsupportedOpException
-
- IdRepoUnsupportedOpException(String, String, Object[]) - Constructor for exception com.sun.identity.idm.IdRepoUnsupportedOpException
-
This constructor is used to pass the localized error message At this
level, the locale of the caller is not known and it is not possible to
throw localized error message at this level.
- IdRepoUtils - Class in com.sun.identity.idm.common
-
This class provides common utility functions for IdRepo.
- IdRepoUtils() - Constructor for class com.sun.identity.idm.common.IdRepoUtils
-
- IDSConfigMgr - Interface in com.iplanet.services.ldap
-
- IdSearchControl - Class in com.sun.identity.idm
-
This is a helper class which is used in the AMIdentityRepository
search method.
- IdSearchControl() - Constructor for class com.sun.identity.idm.IdSearchControl
-
Creates the IdSearchControl object
- IdSearchOpModifier - Class in com.sun.identity.idm
-
This is a helper class which can be in conjunction with the
IdSearchControl class to make simple modifications to the
basic search performed by each plugin.
- IdSearchResults - Class in com.sun.identity.idm
-
This class IdSearchResults provides to obtain the search
results.
- IdSearchResults(IdType, String) - Constructor for class com.sun.identity.idm.IdSearchResults
-
- IdServices - Interface in com.sun.identity.idm
-
- idServices - Static variable in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- IdServicesDecorator - Class in org.forgerock.openam.idm
-
Decorator pattern base class for
IdServices implementations.
- IdServicesDecorator(IdServices) - Constructor for class org.forgerock.openam.idm.IdServicesDecorator
-
Constructs the decorator using the given delegate implementation.
- IdServicesDecoratorUtils - Class in org.forgerock.openam.idm
-
Common utility methods for IdServices decorators.
- IdServicesException - Exception in com.sun.identity.idsvcs
-
- IdServicesException() - Constructor for exception com.sun.identity.idsvcs.IdServicesException
-
- IdServicesException_InterfaceSOAPSerializer - Class in com.sun.identity.idsvcs
-
- IdServicesException_InterfaceSOAPSerializer(QName, String, boolean) - Constructor for class com.sun.identity.idsvcs.IdServicesException_InterfaceSOAPSerializer
-
- IdServicesException_LiteralSerializer - Class in com.sun.identity.idsvcs
-
- IdServicesException_LiteralSerializer(QName, String) - Constructor for class com.sun.identity.idsvcs.IdServicesException_LiteralSerializer
-
- IdServicesException_LiteralSerializer(QName, String, boolean) - Constructor for class com.sun.identity.idsvcs.IdServicesException_LiteralSerializer
-
- IdServicesFactory - Class in com.sun.identity.idm
-
A Factory which provides access to the Directory Services.
- IdServicesFactory() - Constructor for class com.sun.identity.idm.IdServicesFactory
-
- IdServicesImpl - Class in com.sun.identity.idm.server
-
- IdServicesImpl() - Constructor for class com.sun.identity.idm.server.IdServicesImpl
-
- IdServicesProvider - Interface in com.sun.identity.idm
-
- IdServicesProviderImpl - Class in com.sun.identity.idm.server
-
- IdServicesProviderImpl() - Constructor for class com.sun.identity.idm.server.IdServicesProviderImpl
-
- IDSEventListener - Interface in com.iplanet.services.ldap.event
-
The purpose of this interface is to allow classes that implement this
interface to listen to Directory Server Events.
- IDSL - Static variable in class org.forgerock.openam.radius.common.packet.NASPortTypeAttribute
-
The IDSL - ISDN Digital Subscriber Line type.
- idTimeMap - Static variable in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
- idToDN(String, String, String[]) - Static method in class com.iplanet.ums.PersistentObject
-
Maps to a DN from naming attribute value of a persistent object.
- IDTOKEN_ENC_AND_SIGNED_RESPONSE_ALG - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2Client
-
- IDTOKEN_ENCRYPTED_RESPONSE_ALG - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2Client
-
- IDTOKEN_SIGNED_RESPONSE_ALG - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2Client
-
- IdTokenClaimGatherer - Class in org.forgerock.openam.uma
-
Claim gatherer for ID Token claim tokens.
- IdTokenClaimGatherer(OAuth2ProviderSettingsFactory, OAuth2UrisFactory, ClientRegistrationStore, JwtReconstruction, SigningManager) - Constructor for class org.forgerock.openam.uma.IdTokenClaimGatherer
-
- IdTokenInfo - Class in org.forgerock.openidconnect.restlet
-
OpenID Connect id_token validation and claim decoding endpoint.
- IdTokenInfo(OpenIdConnectClientRegistrationStore, OAuth2RequestFactory, ExceptionHandler, ClientAuthenticator, OAuth2UrisFactory, OAuth2ProviderSettingsFactory) - Constructor for class org.forgerock.openidconnect.restlet.IdTokenInfo
-
Constructs the idtokeninfo endpoint with the given client registration store
- IdTokenResponseTypeHandler - Class in org.forgerock.openidconnect
-
Implementation of the ResponseTypeHandler for handling OpenId Connect token response types.
- IdTokenResponseTypeHandler(OpenIdConnectTokenStore, OpenAMSettings) - Constructor for class org.forgerock.openidconnect.IdTokenResponseTypeHandler
-
Constructs a new IdTokenResponseTypeHandler.
- IdType - Class in com.sun.identity.idm
-
The class IdType defines the types of supported identities,
and provides static constants for these identities.
- IdType(String) - Constructor for class com.sun.identity.idm.IdType
-
- IdUtils - Class in com.sun.identity.idm
-
The class defines some static utilities used by other components like policy
and auth
- IdUtils() - Constructor for class com.sun.identity.idm.IdUtils
-
- IDynamicMembership - Interface in com.iplanet.ums
-
Represents a container interface common to groups and roles.
- IEntitlementListenerRegistry - Interface in com.sun.identity.entitlement.interfaces
-
This interface defines the methods for adding and removing
entitlement listeners.
- IFilteredMembership - Interface in com.iplanet.ums
-
Interface that would be implemented by roles that control membership based on
a filter.
- ifNoCookieIsSetThenSetTheCookieThenRedirectToANewRequestAndReturnTrue(HttpServletRequest, HttpServletResponse, boolean) - Method in interface com.sun.identity.saml2.profile.FederateCookieRedirector
-
Sets the cookie for the SAML2 Request and redirects the request.
- ifNoCookieIsSetThenSetTheCookieThenRedirectToANewRequestAndReturnTrue(HttpServletRequest, HttpServletResponse, boolean) - Method in class org.forgerock.openam.saml2.UtilProxyCookieRedirector
-
- ifNullOrEmpty(String, String) - Static method in class org.forgerock.openam.utils.StringUtils
-
Checks that the original string is not null nor empty, if so it returns the non-null default string instead.
- IFSConstants - Interface in com.sun.identity.federation.common
-
- IGenerator - Interface in com.sun.identity.log.spi
-
Common Interface for generating log fields for output.
- ignorableWhitespace(char[], int, int) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.ContentHandlerAdaptor
-
- ignorableWhitespace(char[], int, int) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- ignorableWhitespace(char[], int, int) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.ContentHandlerAdaptor
-
- ignorableWhitespace(char[], int, int) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- IGNORE - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- IGNORE_GOTO_DURING_LOGOUT - Static variable in interface com.sun.identity.shared.Constants
-
- IGNORE_HOST_HEADER_PROPERTY - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- ignoreProfile() - Method in class com.sun.identity.authentication.service.LoginState
-
Return ignoreUserProfile
- IHttpServletRequest - Interface in com.sun.identity.setup
-
- IHttpServletResponse - Interface in com.sun.identity.setup
-
- ILLEGAL_ADGROUP_SCOPE - Static variable in interface com.iplanet.ums.IUMSConstants
-
- ILLEGAL_ARGUMENTS - Static variable in class com.sun.identity.idm.IdRepoErrorCode
-
- ILLEGAL_GROUP_SCOPE - Static variable in interface com.iplanet.ums.IUMSConstants
-
- ILLEGAL_READER_STATE - Static variable in class com.sun.xml.bind.unmarshaller.Messages
-
- ILLEGAL_UNIVERSAL_IDENTIFIER - Static variable in class com.sun.identity.idm.IdRepoErrorCode
-
- ILLEGEL_ACCESS_DEFINITION_CLASS - Static variable in interface com.sun.identity.cli.ExitCodes
-
Illegal access to definition class.
- ILoggerProvider - Interface in com.sun.identity.entitlement.log
-
This interface defines a method to return logger object.
- ILogProvider - Interface in com.sun.identity.entitlement.util
-
Interface for getting logger.
- ILogRecord - Interface in com.sun.identity.log
-
Interface to get log information, subject of log by and log for.
- IMAGE_NAME_BEGIN - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- IMAGE_NAME_END - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- IMembership - Interface in com.iplanet.ums
-
Represents a container interface common to groups and roles.
- implClassName - Static variable in class com.sun.identity.coretoken.service.CoreTokenConfigService
-
- IMPLIED_RESOURCE - Static variable in class com.sun.identity.liberty.ws.disco.common.DiscoConstants
-
Implied resource uri.
- implies(Permission) - Method in class com.sun.identity.policy.jaas.ISPermission
-
Checks if the specified permission's actions are "implied by"
this object's actions.
- implies(Permission) - Method in class com.sun.identity.policy.jaas.ISPermissionCollection
-
Checks to see if the specified permission is implied by
the collection of ISPermission objects held in this
ISPermissionCollection.
- implies(Permission) - Method in class com.sun.identity.security.ISSecurityPermission
-
This method checks to see if this instance of
ISSecurityPermission implies the Permission being passed
as the argument.
- ImportBulkFederationData - Class in com.sun.identity.federation.cli
-
Import Bulk Federation Data.
- ImportBulkFederationData() - Constructor for class com.sun.identity.federation.cli.ImportBulkFederationData
-
- ImportConfig - Class in com.iplanet.services.util.internal
-
- ImportConfig() - Constructor for class com.iplanet.services.util.internal.ImportConfig
-
- importData(String, String, String) - Static method in class com.sun.identity.workflow.ImportSAML2MetaData
-
Imports meta and extended metadata.
- IMPORTEDARGS - Static variable in class com.sun.identity.sm.SMSEntry
-
- ImportMetaData - Class in com.sun.identity.federation.cli
-
Import Meta Data.
- ImportMetaData() - Constructor for class com.sun.identity.federation.cli.ImportMetaData
-
- importNewServiceSchema(String[]) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Imports new service schema.
- importNewServiceSchema(String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Import new service schema
- importNewServiceSchema(List<String>) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Imports new service schema.
- importSAML2Document(SAML2MetaManager, String, Document) - Static method in class com.sun.identity.saml2.meta.SAML2MetaUtils
-
For the given XML metadata document representing either a SAML2 EntityDescriptorElement or EntitiesDescriptorElement,
return a list of entityId's for all the Entities created.
- ImportSAML2MetaData - Class in com.sun.identity.workflow
-
Import SAML2 Metadata.
- ImportServer - Class in com.sun.identity.cli.serverconfig
-
Import a server instance.
- ImportServer() - Constructor for class com.sun.identity.cli.serverconfig.ImportServer
-
- importServerInstance(SSOToken, String, String) - Static method in class com.sun.identity.common.configuration.ServerConfiguration
-
Imports a server instance.
- ImportServiceConfiguration - Class in com.sun.identity.cli.schema
-
Import service configuration data.
- ImportServiceConfiguration() - Constructor for class com.sun.identity.cli.schema.ImportServiceConfiguration
-
- importServiceData(String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Imports service data.
- importServiceData(String[]) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Imports service data
- importServiceData(List<String>) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Imports service data
- ImportStep - Interface in org.forgerock.openam.xacml.v3
-
Describes how a Privilege or Application or Resource Type read from XACML will be imported into OpenAM.
- ImportStepGenerator - Class in org.forgerock.openam.xacml.v3
-
Generates Imports Steps and resolves the dependencies among Application, Resource Types, Privilege etc.
- ImportStepGenerator(ApplicationService, ResourceTypeService, PrivilegeManager, PrivilegeValidator, XACMLApplicationUtils.ApplicationTypeService, String, Subject, PrivilegeSet) - Constructor for class org.forgerock.openam.xacml.v3.ImportStepGenerator
-
Constructs an ImportStepGenerator instance.
- importSubConfig(String, String) - Method in class com.sun.identity.sm.ServiceConfig
-
Imports a service sub-configuration to the list of localy defined
sub-configuration.
- importXacml(String, InputStream, Subject, boolean) - Method in class com.sun.identity.entitlement.xacml3.XACMLExportImport
-
Performs the Import based on the given Stream.
- importXACML(Representation) - Method in class org.forgerock.openam.xacml.v3.rest.XacmlService
-
Expects to receive XACML formatted XML which will be read and imported.
- IN_PROGRESS - Static variable in class com.sun.identity.authentication.AuthContext.Status
-
The IN_PROGRESS status indicates that the login process
is in progress.
- IN_RESPONSE_TO - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
InResponseTo
- IN_RESPONSE_TO - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- INACTIVE - Static variable in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Represents the status of an object as inactive
- INACTIVE - Static variable in exception com.iplanet.log.LogException
-
Log is in inactive state, preventing log submission.
- INACTIVE - Static variable in interface com.sun.identity.cot.COTConstants
-
Inactive Status.
- INACTIVE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Provider or entity status
- INACTIVE - Static variable in interface com.sun.identity.saml2.meta.SAML2MetaConstants
-
- INACTIVE_VALUE - Static variable in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
String representation of the "inactive" state
- INameIdentifier - Interface in com.sun.liberty
-
This is an interface which aids in creation of NameIdentifier.
- INAPPROPRIATE_CREDENTIALS - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
- incArtifacts() - Method in class com.sun.identity.monitoring.SsoServerIDFFSvcImpl
-
- incArtifacts() - Method in interface com.sun.identity.plugin.monitoring.FedMonIDFFSvc
-
Increment the ID-FF service's artifact counter.
- incArtifacts() - Method in class com.sun.identity.plugin.monitoring.impl.FedletMonIDFFSvcProvider
-
- incArtifacts() - Method in class com.sun.identity.plugin.monitoring.impl.FedMonIDFFSvcProvider
-
- incAssertions() - Method in class com.sun.identity.monitoring.SsoServerIDFFSvcImpl
-
- incAssertions() - Method in interface com.sun.identity.plugin.monitoring.FedMonIDFFSvc
-
Increment the ID-FF service's assertion counter.
- incAssertions() - Method in class com.sun.identity.plugin.monitoring.impl.FedletMonIDFFSvcProvider
-
- incAssertions() - Method in class com.sun.identity.plugin.monitoring.impl.FedMonIDFFSvcProvider
-
- incCacheHits(long) - Method in class com.sun.identity.monitoring.SsoServerIdRepoSvcImpl
-
- incCreatedSessionCount() - Method in class com.sun.identity.monitoring.SsoServerSessSvcImpl
-
- incFedSessionCount() - Method in class com.sun.identity.monitoring.SsoServerSAML2SvcImpl
-
- incFedSessionCount() - Method in interface com.sun.identity.plugin.monitoring.FedMonSAML2Svc
-
Increment the Federation (SP) session counter.
- incFedSessionCount() - Method in class com.sun.identity.plugin.monitoring.impl.FedletMonSAML2SvcProvider
-
- incFedSessionCount() - Method in class com.sun.identity.plugin.monitoring.impl.FedMonSAML2SvcProvider
-
- incGetRqts(long) - Method in class com.sun.identity.monitoring.SsoServerIdRepoSvcImpl
-
- incHandlerConnectionRequests(int) - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrEntryImpl
-
- incHandlerConnectionsFailed(int) - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrEntryImpl
-
- incHandlerConnectionsMade(int) - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrEntryImpl
-
- incHandlerDroppedCount(int) - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrEntryImpl
-
- incHandlerFailureCount(int) - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrEntryImpl
-
- incHandlerRequestCount(int) - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrEntryImpl
-
- incHandlerSuccessCount(int) - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrEntryImpl
-
- incHostedIDPCount() - Method in class com.sun.identity.monitoring.SsoServerSAML2SvcImpl
-
- incIdAuthnRqt() - Method in class com.sun.identity.monitoring.SsoServerIDFFSvcImpl
-
- incIdAuthnRqt() - Method in interface com.sun.identity.plugin.monitoring.FedMonIDFFSvc
-
Increment the ID-FF service's ID Authentication request counter.
- incIdAuthnRqt() - Method in class com.sun.identity.plugin.monitoring.impl.FedletMonIDFFSvcProvider
-
- incIdAuthnRqt() - Method in class com.sun.identity.plugin.monitoring.impl.FedMonIDFFSvcProvider
-
- incIdDestn() - Method in class com.sun.identity.monitoring.SsoServerIDFFSvcImpl
-
- incIdDestn() - Method in interface com.sun.identity.plugin.monitoring.FedMonIDFFSvc
-
Increment the ID-FF service's Id Destination counter.
- incIdDestn() - Method in class com.sun.identity.plugin.monitoring.impl.FedletMonIDFFSvcProvider
-
- incIdDestn() - Method in class com.sun.identity.plugin.monitoring.impl.FedMonIDFFSvcProvider
-
- incIdLocalSessToken() - Method in class com.sun.identity.monitoring.SsoServerIDFFSvcImpl
-
- incIdLocalSessToken() - Method in interface com.sun.identity.plugin.monitoring.FedMonIDFFSvc
-
Increment the ID-FF service's ID Local Session Token counter.
- incIdLocalSessToken() - Method in class com.sun.identity.plugin.monitoring.impl.FedletMonIDFFSvcProvider
-
- incIdLocalSessToken() - Method in class com.sun.identity.plugin.monitoring.impl.FedMonIDFFSvcProvider
-
- incIDPCounter(String, String, String) - Method in class com.sun.identity.monitoring.SsoServerSAML2SvcImpl
-
- incIDPCounter(String, String, String) - Method in interface com.sun.identity.plugin.monitoring.FedMonSAML2Svc
-
Increment a counter for an IDP in a realm.
- incIDPCounter(String, String, String) - Method in class com.sun.identity.plugin.monitoring.impl.FedletMonSAML2SvcProvider
-
increment number of
- incIDPCounter(String, String, String) - Method in class com.sun.identity.plugin.monitoring.impl.FedMonSAML2SvcProvider
-
increment number of
- incIdpSessionCount() - Method in class com.sun.identity.monitoring.SsoServerSAML2SvcImpl
-
- incIdpSessionCount() - Method in interface com.sun.identity.plugin.monitoring.FedMonSAML2Svc
-
Increment the IDP session counter.
- incIdpSessionCount() - Method in class com.sun.identity.plugin.monitoring.impl.FedletMonSAML2SvcProvider
-
- incIdpSessionCount() - Method in class com.sun.identity.plugin.monitoring.impl.FedMonSAML2SvcProvider
-
- INCLUDE_PATTERN - Static variable in interface com.sun.identity.tools.manifest.ManifestConstants
-
- INCLUDE_REQUESTED_AUTHN_CONTEXT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Flag to indicate if the RequestedAuthnContext should be included in an AuthnRequest.
- includeInResult - Variable in class com.sun.identity.entitlement.xacml3.core.Attribute
-
- includeMemberships - Variable in class com.sun.identity.wss.provider.ProviderConfig
-
- includeMemberships - Variable in class com.sun.identity.wss.provider.STSConfig
-
- includePattern - Variable in class com.sun.identity.tools.manifest.FilesDigester
-
- IncludeTimestampElement - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
7.3 TransportBinding Assertion
Java content class for IncludeTimestamp element declaration.
- IncludeTimestampElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- IncludeTimestampElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.IncludeTimestampElementImpl
-
- IncludeTimestampElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- InclusiveC14NElement - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
7.1 AlgorithmSuite Assertion
Java content class for InclusiveC14N element declaration.
- InclusiveC14NElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- InclusiveC14NElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.InclusiveC14NElementImpl
-
- InclusiveC14NElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- incModuleCounter(String, boolean, String) - Method in class com.sun.identity.monitoring.SsoServerAuthSvcImpl
-
incrementer for all auth modules' "commits" and "aborts", with
orgDN
- incModuleFailureCount() - Method in class com.sun.identity.monitoring.SsoServerAuthModulesEntryImpl
-
- incModuleSuccessCount() - Method in class com.sun.identity.monitoring.SsoServerAuthModulesEntryImpl
-
- INCOMPATIBLE_DB_TYPE - Static variable in exception com.iplanet.services.ldap.LDAPServiceException
-
INCOMPATIBLE_DB_TYPE(17) E.g.
- INCOMPATIBLE_VERSION - Static variable in class com.sun.xml.bind.Messages
-
- INCONSISTENT_WILDCARDS - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- INCORRECT_CP_PARAMS - Static variable in exception com.iplanet.services.ldap.LDAPServiceException
-
INCORRECT_CP_PARAMS(8) One or more connection pool parameters incorrect.
- INCORRECT_DATA_FORMAT - Static variable in interface com.sun.identity.cli.ExitCodes
-
Incorrect data format.
- INCORRECT_DEFINITION_CLASS - Static variable in interface com.sun.identity.cli.ExitCodes
-
The incorrect definition class.
- INCORRECT_LDAP_PARAMS - Static variable in exception com.iplanet.services.ldap.LDAPServiceException
-
INCORRECT_LDAP_PARAMS(7) If the server_type is given as LDAP, then one or
more of the ldap parameters are not correct.
- INCORRECT_LDAP_REBIND_PARAMS - Static variable in exception com.iplanet.services.ldap.LDAPServiceException
-
INCORRECT_LDAP_REBIND_PARAMS(9) The rebind parameters specified are not
correct.
- INCORRECT_OPTION - Static variable in interface com.sun.identity.cli.ExitCodes
-
Invalid argument/option.
- INCORRECT_SERVER_PARAMS - Static variable in exception com.iplanet.services.ldap.LDAPServiceException
-
INCORRECT_SERVER_PARAMS(6) Incorrect server parameters passed in the
configuration file.
- INCORRECT_VERSION - Static variable in class com.sun.xml.bind.Messages
-
- incPolicyEvalsIn() - Method in class com.sun.identity.monitoring.SsoServerPolicySvcImpl
-
- incPolicyEvalsOut() - Method in class com.sun.identity.monitoring.SsoServerPolicySvcImpl
-
- increasePermits(int) - Method in class org.forgerock.openam.shared.concurrency.ResizableSemaphore
-
Increase the number of available permits by the amount in the supplied argument.
- incReleasedConns() - Method in class com.sun.identity.monitoring.SsoServerConnPoolSvcImpl
-
- incrementChainModuleIndex() - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolder
-
Increments the chain module index to indicate that the next module in the chain is currently being processed.
- incrementCount() - Method in class com.sun.identity.log.spi.Archiver
-
Increment the current count of the archival.
- incrementFailCount(String) - Method in class com.sun.identity.authentication.service.LoginState
-
- incrementFailCount(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Increments the fail count for the given user.
- incrementForTimestamp(long) - Method in class org.forgerock.openam.shared.monitoring.RateWindow
-
Re-calculates the rate.
- incrementGetRequestCount(int) - Method in class com.sun.identity.idm.common.IdCacheStats
-
- incrementIdxOfCallbackSetInModule() - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolder
-
Increments the index of the callback set in the module.
- incrementIdxOfCurrentCallback() - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolder
-
Increment the current callback index.
- incrementRequestCount(int) - Method in class com.iplanet.am.sdk.common.CacheStats
-
- incrementSearchRequestCount(int) - Method in class com.sun.identity.idm.common.IdCacheStats
-
- incrementSpamCheck() - Method in class org.forgerock.openam.authentication.callbacks.helpers.PollingWaitSpamChecker
-
increments teh number of hits on this spamChecker
- incrementTotalDeletes() - Method in class com.sun.identity.sm.ldap.Statistics
-
Increment the total number of deletes
- incrementTotalReadRecordCount() - Method in class com.sun.identity.sm.ldap.Statistics
-
Increment the total read record count total
- incrementTotalReads() - Method in class com.sun.identity.sm.ldap.Statistics
-
Increment the total read count
- incrementTotalWrites() - Method in class com.sun.identity.sm.ldap.Statistics
-
Increment the total number of writes
- incRemoteIDPCount() - Method in class com.sun.identity.monitoring.SsoServerSAML2SvcImpl
-
- incSAML1Cache(String, String) - Method in class com.sun.identity.monitoring.SsoServerSAML1SvcImpl
-
- incSAML1Cache(String, String) - Method in interface com.sun.identity.plugin.monitoring.FedMonSAML1Svc
-
increment number of reads, writes, hits, or misses
for the SAML1 Assertions or Artifacts Cache.
- incSAML1Cache(String, String) - Method in class com.sun.identity.plugin.monitoring.impl.FedletMonSAML1SvcProvider
-
increment number of reads, writes, hits, or misses
for the SAML1 Assertions or Artifacts Cache.
- incSAML1Cache(String, String) - Method in class com.sun.identity.plugin.monitoring.impl.FedMonSAML1SvcProvider
-
increment number of reads, writes, hits, or misses
for the SAML1 Assertions or Artifacts Cache.
- incSAML1EndPoint(String, String) - Method in class com.sun.identity.monitoring.SsoServerSAML1SvcImpl
-
- incSAML2IDPArtifsInCache() - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPEntryImpl
-
- incSAML2IDPArtifsIssued() - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPEntryImpl
-
- incSAML2IDPAssertsInCache() - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPEntryImpl
-
- incSAML2IDPAssertsIssued() - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPEntryImpl
-
- incSAML2IDPInvalRqtsRcvd() - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPEntryImpl
-
- incSAML2IDPRqtsRcvd() - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPEntryImpl
-
- incSAML2SPInvalArtifsRcvd() - Method in class com.sun.identity.monitoring.SsoServerSAML2SPEntryImpl
-
- incSAML2SPRqtsSent() - Method in class com.sun.identity.monitoring.SsoServerSAML2SPEntryImpl
-
- incSAML2SPValidAssertsRcvd() - Method in class com.sun.identity.monitoring.SsoServerSAML2SPEntryImpl
-
- incSearchCacheHits(long) - Method in class com.sun.identity.monitoring.SsoServerIdRepoSvcImpl
-
- incSearchRqts(long) - Method in class com.sun.identity.monitoring.SsoServerIdRepoSvcImpl
-
- incSPCounter(String, String, String) - Method in class com.sun.identity.monitoring.SsoServerSAML2SvcImpl
-
- incSsoServerAuthenticationFailureCount() - Method in class com.sun.identity.monitoring.SsoServerAuthSvcImpl
-
- incSsoServerAuthenticationSuccessCount() - Method in class com.sun.identity.monitoring.SsoServerAuthSvcImpl
-
- incSsoServerLoggingRecsRejected() - Method in class com.sun.identity.monitoring.SsoServerLoggingSvcImpl
-
Incrementer for the "LoggingRecsRejected" variable.
- incUserIDSessionList() - Method in class com.sun.identity.monitoring.SsoServerIDFFSvcImpl
-
- incUserIDSessionList() - Method in interface com.sun.identity.plugin.monitoring.FedMonIDFFSvc
-
Increment the ID-FF service's ID Session List counter.
- incUserIDSessionList() - Method in class com.sun.identity.plugin.monitoring.impl.FedletMonIDFFSvcProvider
-
- incUserIDSessionList() - Method in class com.sun.identity.plugin.monitoring.impl.FedMonIDFFSvcProvider
-
- INDEFINITE_TOKEN_STRING_PROPERTY_NAME - Static variable in class org.forgerock.openam.oauth2.rest.TokenResource
-
Deprecated.
- INDEFINITELY - Static variable in class org.forgerock.openam.oauth2.rest.TokenResource
-
Deprecated.
- INDENT - Static variable in class org.forgerock.openam.upgrade.steps.AbstractUpgradeStep
-
- INDENT_WIDTH - Static variable in class com.iplanet.am.util.PrintUtils
-
Each indentation will be 2 spaces wide.
- INDETERMINATE - Static variable in class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase.DecisionType
-
The issuer cannot determine whether the specified action is
permitted or denied.
- INDETERMINATE - Static variable in class com.sun.identity.saml.assertion.Condition
-
The Condition is indeterminate.
- INDETERMINATE - Static variable in interface com.sun.identity.saml.plugins.ActionMapper
-
Key to hold a list of actions that are indeterminate.
- INDETERMINATE - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for Indeterminate
- index() - Method in enum com.sun.identity.sm.model.AMSessionRepositoryDeferredOperationType
-
- INDEX - Static variable in class org.forgerock.openam.saml2.SAMLBase
-
- INDEX_CACHE_SIZE - Static variable in interface com.sun.identity.entitlement.EntitlementConfiguration
-
- INDEX_NAME - Static variable in class com.sun.identity.authentication.server.AuthContextLocal
-
authentication index name
- INDEX_NAME - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- INDEX_NAME_BEGIN - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- INDEX_NAME_END - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- INDEX_TYPE - Static variable in class com.sun.identity.authentication.server.AuthContextLocal
-
authentication index type
- INDEX_TYPE - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- INDEX_TYPE - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- INDEX_TYPE_COMPOSITE_ADVICE_ATTR - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- INDEX_TYPE_LEVEL_ATTR - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- INDEX_TYPE_MODULE_ATTR - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- INDEX_TYPE_PAIR - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- INDEX_TYPE_PAIR_BEGIN - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- INDEX_TYPE_PAIR_END - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- INDEX_TYPE_RESOURCE - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- INDEX_TYPE_ROLE_ATTR - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- INDEX_TYPE_SVC_ATTR - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- INDEX_TYPE_USER_ATTR - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- IndexCache - Class in com.sun.identity.entitlement.opensso
-
Caches the indexes which are stored in Directory Server.
- IndexCache(int) - Constructor for class com.sun.identity.entitlement.opensso.IndexCache
-
Constructs
- IndexChangeEvent - Class in org.forgerock.openam.entitlement.indextree.events
-
Represents an event that has occurred as a result of some attempted index change.
- IndexChangeEvent(EventType) - Constructor for class org.forgerock.openam.entitlement.indextree.events.IndexChangeEvent
-
- IndexChangeHandler - Class in org.forgerock.openam.entitlement.indextree
-
Implementation of the SearchResultHandler and is responsible for handling changes to path index attributes
under service entitlements.
- IndexChangeHandler(IndexChangeObservable, DNWrapper) - Constructor for class org.forgerock.openam.entitlement.indextree.IndexChangeHandler
-
- IndexChangeManager - Interface in org.forgerock.openam.entitlement.indextree
-
Responsible for ensuring all index changes are propagated to interested parties therefore keeping any index models
up to date.
- IndexChangeManagerImpl - Class in org.forgerock.openam.entitlement.indextree
-
This implementation delegates the responsibility of listening in for index changes to a monitor.
- IndexChangeManagerImpl(IndexChangeMonitor, IndexChangeObservable) - Constructor for class org.forgerock.openam.entitlement.indextree.IndexChangeManagerImpl
-
- IndexChangeMonitor - Interface in org.forgerock.openam.entitlement.indextree
-
Responsible for starting a listener, such as some persistent search, to listen for change within the data source
where indexes are stored.
- IndexChangeMonitorImpl - Class in org.forgerock.openam.entitlement.indextree
-
This monitor implementation acquires a connection against the data source and uses a persistent search to listen for
index changes.
- IndexChangeMonitorImpl(SearchResultHandler, ConnectionFactory, ServiceManagementDAO) - Constructor for class org.forgerock.openam.entitlement.indextree.IndexChangeMonitorImpl
-
- IndexChangeObservable - Class in org.forgerock.openam.entitlement.indextree.events
-
This observable is used to notify its registered observers of index change events.
- IndexChangeObservable() - Constructor for class org.forgerock.openam.entitlement.indextree.events.IndexChangeObservable
-
- IndexChangeObserver - Interface in org.forgerock.openam.entitlement.indextree.events
-
Implemented by any class wanting to be notified of any index change events.
- IndexedEndpointType - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for IndexedEndpointType complex type.
- IndexedEndpointTypeImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- IndexedEndpointTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.IndexedEndpointTypeImpl
-
- IndexedEndpointTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- INDEXES_NAME - Static variable in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
- indexLink - Static variable in class com.sun.identity.tools.logdoc.LogHtmlTemplate
-
link template in index html page.
- indexOf(String) - Method in class com.iplanet.services.ldap.AttrSet
-
Gets the index for an attribute contained in the set
- indexPage - Static variable in class com.sun.identity.tools.logdoc.LogHtmlTemplate
-
index html template.
- IndexRuleTree - Interface in org.forgerock.openam.entitlement.utils.indextree
-
Maintains a collections of index rules in a tree structure, where each tree node is a single character from the index
rule.
- indexString() - Method in enum com.sun.identity.sm.model.AMSessionRepositoryDeferredOperationType
-
- IndexTreeService - Interface in org.forgerock.openam.entitlement.indextree
-
Service manages index rules within a tree structure.
- IndexTreeServiceImpl - Class in org.forgerock.openam.entitlement.indextree
-
Provides a search implementation that takes on a lazy approach to policy rule retrieval.
- IndexTreeServiceImpl(IndexChangeManager, PrivilegedAction<SSOToken>, ServiceManagementDAO, DNWrapper, ShutdownManager) - Constructor for class org.forgerock.openam.entitlement.indextree.IndexTreeServiceImpl
-
- indexType(AuthIndexType) - Method in class org.forgerock.openam.core.rest.authn.core.LoginConfiguration
-
Sets the Authentication Index Type to use in the login process.
- indexValue(String) - Method in class org.forgerock.openam.core.rest.authn.core.LoginConfiguration
-
Sets the Authentication Index value to use in the login process.
- INET_ADMIN_OBJECT_CLASS - Static variable in interface com.iplanet.am.sdk.AMConstants
-
Deprecated.
- INET_CANONICAL_DOMAIN - Static variable in class com.iplanet.am.sdk.common.DCTreeServicesHelper
-
- INET_DOMAIN_STATUS_ATTR - Static variable in interface com.iplanet.am.sdk.AMConstants
-
Deprecated.
- INET_DOMAIN_STATUS_ATTRIBUTE - Static variable in interface com.iplanet.am.sdk.AMConstants
-
Deprecated.
- INETDOMAINSTATUS - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
inetdomainstatus
- INETUSER_STATUS - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- info - Variable in class com.sun.identity.saml2.profile.SPFedSession
-
NameIDInfo for the session.
- info(String) - Method in class org.forgerock.openam.slf4j.AMDebugLogger
-
- info(String, Object) - Method in class org.forgerock.openam.slf4j.AMDebugLogger
-
- info(String, Object, Object) - Method in class org.forgerock.openam.slf4j.AMDebugLogger
-
- info(String, Object...) - Method in class org.forgerock.openam.slf4j.AMDebugLogger
-
- info(String, Throwable) - Method in class org.forgerock.openam.slf4j.AMDebugLogger
-
- INFO_FILE_NAME - Static variable in class org.forgerock.openam.core.rest.record.RecordConstants
-
- INFO_KEY - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Map key used in fedlet case to specify federation info key.
- INFO_MSG - Static variable in class com.sun.identity.password.ui.PWResetViewBeanBase
-
Name of the information message
- InfoKey - Class in com.sun.identity.log.service
-
This class implements ParseOutput interface and parsing
information key
This class is registered with the SAX parser.
- InfoKey() - Constructor for class com.sun.identity.log.service.InfoKey
-
- infoKey - Variable in class com.sun.identity.log.service.LogInfo
-
Sting variable to keep information key for log record
- INFOKEY - Static variable in class com.sun.identity.log.service.LogXMLStrings
-
Sting constant representing "infoKey"
- infoReport(Record) - Method in class org.forgerock.openam.core.rest.record.RecordReport
-
Create the infoReport
- INFORMAL_NAME_ELEMENT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- INFORMAL_NAME_ELEMENT_INT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- informationMsg - Variable in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Info message stored in the model
- informationRequired - Variable in class com.sun.identity.authentication.internal.AuthContext
-
- informationRequired - Variable in class com.sun.identity.authentication.server.AuthContextLocal
-
Holds call back information
- INFOTEXT_LIST_BEGIN - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- INFOTEXT_LIST_END - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- InfoValue - Class in com.sun.identity.log.service
-
This class implements ParseOutput interface and parsing
information value
This class is registered with the SAX parser.
- InfoValue() - Constructor for class com.sun.identity.log.service.InfoValue
-
- infoValue - Variable in class com.sun.identity.log.service.LogInfo
-
Sting variable to keep information value for log record
- INFOVALUE - Static variable in class com.sun.identity.log.service.LogXMLStrings
-
Sting constant representing "infoValue"
- INHERITANCE - Static variable in class com.sun.identity.sm.SMSUtils
-
- init(ServletConfig) - Method in class com.iplanet.services.cdc.CDCServlet
-
Initiates the servlet.
- init() - Method in class com.iplanet.services.comm.client.PLLNotificationServlet
-
- init() - Method in class com.iplanet.services.comm.server.PLLRequestServlet
-
- init(Subject, Map, Map) - Method in class com.sun.identity.authentication.modules.anonymous.Anonymous
-
- init(Subject, Map, Map) - Method in class com.sun.identity.authentication.modules.application.Application
-
- init(Subject, Map, Map) - Method in class com.sun.identity.authentication.modules.cert.Cert
-
Initialize module
- init(Subject, Map, Map) - Method in class com.sun.identity.authentication.modules.datastore.DataStore
-
- init(Subject, Map, Map) - Method in class com.sun.identity.authentication.modules.federation.Federation
-
Initialize parameters.
- init(Subject, Map, Map) - Method in class com.sun.identity.authentication.modules.hotp.HOTP
-
- init(Subject, Map, Map) - Method in class com.sun.identity.authentication.modules.httpbasic.HTTPBasic
-
- init(Subject, Map, Map) - Method in class com.sun.identity.authentication.modules.jdbc.JDBC
-
Initializes parameters.
- init(Subject, Map, Map) - Method in class com.sun.identity.authentication.modules.ldap.LDAP
-
TODO-JAVADOC
- init(Subject, Map, Map) - Method in class com.sun.identity.authentication.modules.membership.Membership
-
Initializes this LoginModule.
- init(Subject, Map, Map) - Method in class com.sun.identity.authentication.modules.msisdn.MSISDN
-
Retrieves the service schema attributes for the module
and initializes the configuration, including locale and getting
the resource bundle.
- init(Subject, Map, Map) - Method in class com.sun.identity.authentication.modules.nt.NT
-
TODO-JAVADOC
- init(Subject, Map, Map) - Method in class com.sun.identity.authentication.modules.radius.RADIUS
-
Initializes this LoginModule.
- init(Subject, Map, Map) - Method in class com.sun.identity.authentication.modules.sae.SAE
-
- init(Subject, Map, Map) - Method in class com.sun.identity.authentication.modules.securid.SecurID
-
- init(Subject, Map, Map) - Method in class com.sun.identity.authentication.modules.windowsdesktopsso.WindowsDesktopSSO
-
Initialize parameters.
- init(Subject, Map, Map) - Method in class com.sun.identity.authentication.modules.wss.WSSAuthModule
-
Initialize the authentication module with it's configuration
- init(Subject, Map, Map) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Initialize this LoginModule.
- init(ServletConfig) - Method in class com.sun.identity.authentication.UI.LoginLogoutMapping
-
Initializes the servlet.
- init(ServletContext) - Method in class com.sun.identity.authentication.UI.LoginLogoutMapping
-
Initializes the servlet.
- init(Locale) - Method in class com.sun.identity.cli.CLIDefinitionBase
-
Initializes the definition class.
- init(Locale) - Method in interface com.sun.identity.cli.IDefinition
-
Initializes the definition class.
- init(ServletConfig) - Method in class com.sun.identity.common.MonitoringConfiguration
-
Initializes the servlet.
- init(ServletConfig) - Method in class com.sun.identity.configuration.MonitoringFedConfig
-
Initializes the servlet.
- init(String, String, String, String, Set<String>, boolean) - Method in class com.sun.identity.entitlement.EntitlementCombiner
-
Initializes the combiner.
- init(String, String, Set<String>, boolean, Application) - Method in class com.sun.identity.entitlement.EntitlementCombiner
-
Initializes the combiner.
- init(Map<String, Set<String>>) - Method in interface com.sun.identity.entitlement.EntitlementCondition
-
Initializes the condition object.
- init(Map<String, Set<String>>) - Method in class com.sun.identity.entitlement.EntitlementConditionAdaptor
-
Initializes the condition object.
- init(Map<String, Set<String>>) - Method in class com.sun.identity.entitlement.NumericAttributeCondition
-
- init(JSONObject) - Method in class com.sun.identity.entitlement.opensso.OpenSSOPrivilege
-
- init(String, Map<String, Set<String>>) - Method in class com.sun.identity.entitlement.opensso.OpenSSOSubjectAttributesCollector
-
Initializes this object with specified parameters.
- init(JSONObject) - Method in class com.sun.identity.entitlement.Privilege
-
- init(Map<String, Set<String>>) - Method in class com.sun.identity.entitlement.StringAttributeCondition
-
- init(String, Map<String, Set<String>>) - Method in interface com.sun.identity.entitlement.SubjectAttributesCollector
-
Initializes this object with specified parameters.
- init(String) - Method in class com.sun.identity.federation.accountmgmt.DefaultFSUserProvider
-
Initializes the provider.
- init(String) - Method in interface com.sun.identity.federation.accountmgmt.FSUserProvider
-
Initializes the provider.
- init(ServletConfig) - Method in class com.sun.identity.federation.services.fednsso.FSAssertionConsumerService
-
Initializes the servlet.
- init(ServletConfig) - Method in class com.sun.identity.federation.services.fednsso.FSSSOAndFedService
-
Initializes the servlet.
- init(ServletConfig) - Method in class com.sun.identity.federation.services.FSSOAPReceiver
-
Initializes the servlet.
- init(ServletConfig) - Method in class com.sun.identity.federation.services.logout.FSProcessLogoutServlet
-
Initializes the servlet.
- init(ServletConfig) - Method in class com.sun.identity.federation.services.logout.FSReturnLogoutServlet
-
Initiates the servlet.
- init(ServletConfig) - Method in class com.sun.identity.federation.services.logout.FSSingleLogoutServlet
-
Initiates the servlet.
- init(ServletConfig) - Method in class com.sun.identity.federation.services.registration.FSRegistrationInitiationServlet
-
Initializes the servlet.
- init(ServletConfig) - Method in class com.sun.identity.federation.services.registration.FSRegistrationRequestServlet
-
Initializes the servlet.
- init(ServletConfig) - Method in class com.sun.identity.federation.services.registration.FSRegistrationReturnServlet
-
Initializes the servlet.
- init(ServletConfig) - Method in class com.sun.identity.federation.services.termination.FSTerminationInitiationServlet
-
Initializes the servlet.
- init(ServletConfig) - Method in class com.sun.identity.federation.services.termination.FSTerminationRequestServlet
-
Initializes the servlet.
- init(ServletConfig) - Method in class com.sun.identity.federation.services.termination.FSTerminationReturnServlet
-
Initializes the servlet.
- init(ServletConfig) - Method in class com.sun.identity.idsvcs.IdentityServicesServlet
-
Obtain a pointer to the servlet context
- init() - Method in class com.sun.identity.idsvcs.rest.IdentityServicesHandler
-
Loads the init parameters for use in the HTTP methods.
- init(ServletConfig) - Method in class com.sun.identity.liberty.ws.interaction.WSPRedirectHandlerServlet
-
- init(ServletConfig) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPReceiver
-
Initializes the Servlet.
- init() - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Initialization of the MIB with no registration in Java DMK.
- init(String, Object) - Method in interface com.sun.identity.plugin.configuration.ConfigurationInstance
-
Initializer.
- init(String, Object) - Method in class com.sun.identity.plugin.configuration.impl.ConfigurationInstanceImpl
-
Initializer.
- init(String, Object) - Method in class com.sun.identity.plugin.configuration.impl.FedletConfigurationImpl
-
Initializer.
- init(String) - Method in interface com.sun.identity.plugin.datastore.DataStoreProvider
-
Initializes the provider.
- init(String) - Method in class com.sun.identity.plugin.datastore.impl.FedletDataStoreProvider
-
Initializes the provider.
- init(String) - Method in class com.sun.identity.plugin.datastore.impl.IdRepoDataStoreProvider
-
Initializes the provider.
- init(String) - Method in class com.sun.identity.plugin.log.impl.FedletLogger
-
Initializes the logging for the component.
- init(String) - Method in class com.sun.identity.plugin.log.impl.LogProvider
-
Initializes the logging for the component.
- init(String) - Method in interface com.sun.identity.plugin.log.Logger
-
Initializes the logging for the component.
- init() - Method in interface com.sun.identity.plugin.monitoring.FedMonAgent
-
Initializes the provider.
- init() - Method in interface com.sun.identity.plugin.monitoring.FedMonIDFFSvc
-
Initializes the provider.
- init() - Method in interface com.sun.identity.plugin.monitoring.FedMonSAML1Svc
-
Initializes the provider.
- init() - Method in interface com.sun.identity.plugin.monitoring.FedMonSAML2Svc
-
Initializes the provider.
- init() - Method in class com.sun.identity.plugin.monitoring.impl.AgentProvider
-
- init() - Method in class com.sun.identity.plugin.monitoring.impl.FedletAgentProvider
-
- init() - Method in class com.sun.identity.plugin.monitoring.impl.FedletMonIDFFSvcProvider
-
- init() - Method in class com.sun.identity.plugin.monitoring.impl.FedletMonSAML1SvcProvider
-
- init() - Method in class com.sun.identity.plugin.monitoring.impl.FedletMonSAML2SvcProvider
-
- init() - Method in class com.sun.identity.plugin.monitoring.impl.FedMonIDFFSvcProvider
-
- init() - Method in class com.sun.identity.plugin.monitoring.impl.FedMonSAML1SvcProvider
-
- init() - Method in class com.sun.identity.plugin.monitoring.impl.FedMonSAML2SvcProvider
-
- init(ServletConfig) - Method in class com.sun.identity.policy.util.Gateway
-
Initializes the servlet.
- init() - Static method in class com.sun.identity.protocol.https.Https
-
- init(String) - Static method in class com.sun.identity.protocol.https.Https
-
- init(FilterConfig) - Method in class com.sun.identity.rest.AuthNFilter
-
- init(FilterConfig) - Method in class com.sun.identity.rest.AuthZFilter
-
- init(FilterConfig) - Method in class com.sun.identity.rest.spi.SSOTokenAuthN
-
- init(FilterConfig) - Method in class com.sun.identity.rest.spi.SSOTokenAuthZ
-
- init(Properties) - Method in interface com.sun.identity.sae.api.SecureAttrs.Certs
-
- init(String, String, Properties) - Static method in class com.sun.identity.sae.api.SecureAttrs
-
Initializes a SecureAttrs instance specified by name.
- init(Properties) - Static method in class com.sun.identity.sae.api.SecureAttrs
-
- init(ServletConfig) - Method in class com.sun.identity.saml.servlet.SAMLSOAPReceiver
-
Initializes the servlet.
- init(FilterConfig) - Method in class com.sun.identity.saml2.idpdiscovery.ConfiguratorFilter
-
Initializes the filter.
- init(ServletConfig) - Method in class com.sun.identity.saml2.idpdiscovery.CookieReaderServlet
-
Gets handle to CookieUtils.debug.
- init(ServletConfig) - Method in class com.sun.identity.saml2.idpdiscovery.CookieWriterServlet
-
Gets handle to debug.
- init(UnmarshallingEventHandler[]) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.InterleaveDispatcher
-
- init() - Method in class com.sun.identity.saml2.servlet.AssertionIDRequestServiceSOAP
-
- init() - Method in class com.sun.identity.saml2.servlet.AssertionIDRequestServiceURI
-
- init() - Method in class com.sun.identity.saml2.servlet.AttributeServiceSOAP
-
- init() - Method in class com.sun.identity.saml2.servlet.AuthnQueryServiceSOAP
-
- init() - Method in class com.sun.identity.saml2.servlet.IDPArtifactResolutionServiceSOAP
-
- init() - Method in class com.sun.identity.saml2.servlet.IDPManageNameIDServiceSOAP
-
- init() - Method in class com.sun.identity.saml2.servlet.IDPSingleLogoutServiceSOAP
-
- init() - Method in class com.sun.identity.saml2.servlet.IDPSingleSignOnServiceSOAP
-
- init() - Method in class com.sun.identity.saml2.servlet.NameIDMappingServiceSOAP
-
- init() - Method in class com.sun.identity.saml2.servlet.SPECPService
-
- init() - Method in class com.sun.identity.saml2.servlet.SPManageNameIDServiceSOAP
-
- init() - Method in class com.sun.identity.saml2.servlet.SPSingleLogoutServiceSOAP
-
- init() - Method in class com.sun.identity.saml2.soapbinding.QueryHandlerServlet
-
- init(FilterConfig) - Method in class com.sun.identity.setup.AMSetupFilter
-
- init(ServletConfig) - Method in class com.sun.identity.setup.AMSetupServlet
-
- init(UnmarshallingEventHandler[]) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.InterleaveDispatcher
-
- init(String, String, SSOToken, boolean) - Method in class com.sun.identity.wss.provider.plugins.AgentProvider
-
- init(String, String, SSOToken, boolean) - Method in class com.sun.identity.wss.provider.plugins.AM71AgentProvider
-
- init(String, String, SSOToken) - Method in class com.sun.identity.wss.provider.plugins.DiscoveryAgent
-
- init(String, String, SSOToken) - Method in class com.sun.identity.wss.provider.plugins.STSAgent
-
- init(String, String, SSOToken, boolean) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Initializes the provider.
- init(String, String, SSOToken) - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Initialize the trust authority.
- init(SecurityTokenSpec) - Method in class com.sun.identity.wss.security.AMTokenProvider
-
Initialize the AMTokenProvider to generate the necessary
security token.
- init(Map) - Method in class com.sun.identity.wss.security.handler.HTTPRequestHandler
-
Initialize the HTTP Request handler with a configuration map.
- init(Map) - Method in interface com.sun.identity.wss.security.handler.HTTPRequestHandlerInterface
-
Initialize the HTTP Request handler with a configuration map.
- init(Map) - Method in class com.sun.identity.wss.security.handler.SOAPRequestHandler
-
Initializes the handler with the given configuration.
- init(Map) - Method in interface com.sun.identity.wss.security.handler.SOAPRequestHandlerInterface
-
Initializes the handler with the given configuration.
- init(SecurityTokenSpec) - Method in interface com.sun.identity.wss.security.TokenProvider
-
Initializes the TokenProvider to generate the necessary
Security Token.
- init(Object) - Method in interface com.sun.identity.wss.sts.ClientUserToken
-
Initializes client user token.
- init(ServletConfig) - Method in class com.sun.identity.wss.sts.SecurityTokenService
-
- init(Object) - Method in class com.sun.identity.wss.sts.STSClientUserToken
-
- init(FilterConfig) - Method in class org.forgerock.openam.audit.context.AuditContextFilter
-
- init(FilterConfig) - Method in class org.forgerock.openam.audit.servlet.AuditAccessServletFilter
-
- init(Subject, Map, Map) - Method in class org.forgerock.openam.authentication.modules.adaptive.Adaptive
-
- init(Subject, Map, Map) - Method in class org.forgerock.openam.authentication.modules.common.AbstractLoginModuleBinder
-
Initialize this AuthLoginModule.
- init(Subject, Map, Map) - Method in class org.forgerock.openam.authentication.modules.common.AuthLoginModule
-
Initialize this AuthLoginModule.
- init(Subject, Map, Map) - Method in class org.forgerock.openam.authentication.modules.common.JaspiAuthLoginModule
-
Initialises this LoginModule, which initialises the underlying JASPI ServerAuthModule.
- init(String) - Method in interface org.forgerock.openam.authentication.modules.common.mapping.AttributeMapper
-
Initialise the instance for i18n.
- init(String) - Method in class org.forgerock.openam.authentication.modules.common.mapping.JsonAttributeMapper
-
Initialise the instance for i18n.
- init(Subject, Map, Map) - Method in class org.forgerock.openam.authentication.modules.deviceprint.DeviceIdSave
-
Initialize this LoginModule.
- init(Subject, Map, Map) - Method in class org.forgerock.openam.authentication.modules.fr.oath.AuthenticatorOATH
-
Initializes the authentication module.
- init(Subject, Map, Map) - Method in class org.forgerock.openam.authentication.modules.oath.OATH
-
Deprecated.
Initializes the authentication module.
- init(Subject, Map, Map) - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuth
-
- init() - Static method in class org.forgerock.openam.authentication.modules.oauth2.service.ESIAServiceUrlProvider
-
- init(String) - Method in class org.forgerock.openam.authentication.modules.oidc.JwtAttributeMapper
-
Initialise the instance for i18n.
- init(Subject, Map, Map) - Method in class org.forgerock.openam.authentication.modules.oidc.OpenIdConnect
-
- init(Subject, Map, Map) - Method in class org.forgerock.openam.authentication.modules.push.AuthenticatorPush
-
- init(Subject, Map, Map) - Method in class org.forgerock.openam.authentication.modules.push.registration.AuthenticatorPushRegistration
-
- init(Subject, Map, Map) - Method in class org.forgerock.openam.authentication.modules.saml2.SAML2
-
- init(Subject, Map, Map) - Method in class org.forgerock.openam.authentication.modules.scripted.Scripted
-
Initialize this LoginModule.
- init(FilterConfig) - Method in class org.forgerock.openam.cors.CORSFilter
- init(Map<String, Set<String>>) - Method in class org.forgerock.openam.entitlement.CachingEntitlementCondition
-
Initializes the condition object.
- init(JavaType) - Method in class org.forgerock.openam.entitlement.rest.model.json.EntitlementsRegistryTypeIdResolver
-
- init(FilterConfig) - Method in class org.forgerock.openam.headers.SetHeadersFilter
-
Initializes the filter based on the FilterConfig.
- init() - Method in class org.forgerock.openam.monitoring.cts.FORGEROCK_OPENAM_CTS_MIB
-
Initialization of the MIB with no registration in Java DMK.
- init() - Method in class org.forgerock.openam.monitoring.policy.FORGEROCK_OPENAM_POLICY_MIB
-
Initialization of the MIB with no registration in Java DMK.
- init() - Method in class org.forgerock.openam.monitoring.session.FORGEROCK_OPENAM_SESSION_MIB
-
Initialization of the MIB with no registration in Java DMK.
- init(FilterConfig) - Method in class org.forgerock.openam.notifications.NotificationsWebSocketFilter
-
- init(EndpointConfig) - Method in class org.forgerock.openam.notifications.websocket.JsonValueDecoder
-
- init(EndpointConfig) - Method in class org.forgerock.openam.notifications.websocket.JsonValueEncoder
-
- init(Properties) - Method in interface org.forgerock.openam.radius.server.spi.AccessRequestHandler
-
Passes to the handler configuration parameters declared in OpenAM's admin console for the client's declared
handler class.
- init(Properties) - Method in class org.forgerock.openam.radius.server.spi.handlers.AcceptAllHandler
-
- init(Properties) - Method in class org.forgerock.openam.radius.server.spi.handlers.OpenAMAuthHandler
-
- init(Properties) - Method in class org.forgerock.openam.radius.server.spi.handlers.RejectAllHandler
-
- init() - Method in class org.forgerock.openam.rest.RestEndpointServlet
-
Initialises the CREST and Restlet Servlets.
- init(String) - Method in class org.forgerock.openam.services.push.PushNotificationService
-
Initializes the PushNotification system for this realm.
- init(FilterConfig) - Method in class org.forgerock.openam.sts.soap.audit.AuditAccessFilter
-
- init(FilterConfig) - Method in class org.forgerock.openam.sts.soap.audit.AuditContextFilter
-
- init(FilterConfig) - Method in class org.forgerock.openam.validation.FQDNValidationFilter
-
- init(FilterConfig) - Method in class org.forgerock.openam.validation.ResponseValidationFilter
-
- init(FilterConfig) - Method in class org.forgerock.openam.xui.XUIFilter
- init(Subject, Map, Map) - Method in class org.openidentityplatform.openam.authentication.modules.Ntlm
-
- init(Subject, Map, Map) - Method in class org.openidentityplatform.openam.authentication.modules.QR
-
- init(Subject, Map, Map) - Method in class org.openidentityplatform.openam.authentication.modules.recaptcha.ReCaptcha
-
- init(Subject, Map, Map) - Method in class org.openidentityplatform.openam.authentication.modules.webauthn.WebAuthnAuthentication
-
- init(Subject, Map, Map) - Method in class org.openidentityplatform.openam.authentication.modules.webauthn.WebAuthnRegistration
-
- INIT_LOGIN_URL - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2Client
-
- initAdminSubject() - Static method in class com.sun.identity.policy.PolicyManager
-
Deprecated.
To initialise the adminSubject if it was null.
- initAuthN(FilterConfig) - Method in class com.sun.identity.rest.RestServiceManager
-
- initAuthZ(FilterConfig) - Method in class com.sun.identity.rest.RestServiceManager
-
- initConnectionParams() - Static method in class com.iplanet.ums.DataLayer
-
- initCtsConnectionFailureRate(MBeanServer) - Method in class org.forgerock.openam.monitoring.cts.FORGEROCK_OPENAM_CTS_MIB
-
Initialization of the "CtsConnectionFailureRate" group.
- initCtsConnectionSuccessRate(MBeanServer) - Method in class org.forgerock.openam.monitoring.cts.FORGEROCK_OPENAM_CTS_MIB
-
Initialization of the "CtsConnectionSuccessRate" group.
- initCtsMonitoring(MBeanServer) - Method in class org.forgerock.openam.monitoring.cts.FORGEROCK_OPENAM_CTS_MIB
-
Initialization of the "CtsMonitoring" group.
- initCtsSessions(MBeanServer) - Method in class org.forgerock.openam.monitoring.session.FORGEROCK_OPENAM_SESSION_MIB
-
Initialization of the "CtsSessions" group.
- initDescription(ServiceSchema) - Method in class org.forgerock.openam.core.rest.sms.SmsGlobalSingletonProvider
-
- initDescription(ServiceSchema) - Method in class org.forgerock.openam.core.rest.sms.SmsSingletonProvider
-
- INITIAL_ORG_DN - Static variable in class com.sun.identity.password.ui.PWResetViewBeanBase
-
Name of organization DN that is entered in the URL or the one where
to look for initial template.
- initialization(String) - Method in interface com.sun.identity.liberty.ws.security.SecurityTokenManagerIF
-
Initializes the SecurityTokenManager.
- initialization(String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerImpl
-
Initializes the SecurityTokenManager.
- INITIALIZATION_ERROR - Static variable in class com.sun.identity.idm.IdRepoErrorCode
-
- initialize(Map) - Method in class com.iplanet.am.sdk.AMSDKRepo
-
- initialize() - Method in class com.iplanet.am.sdk.common.DCTreeServicesHelper
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.AMRemoteException_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_deRegisterNotificationURL_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_deRegisterNotificationURL_idrepo_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_deRegisterNotificationURL_idrepo_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_deRegisterNotificationURL_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_deRegisterNotificationURL_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_deRegisterNotificationURL_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_doesEntryExists_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_doesEntryExists_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_doesEntryExists_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_doesEntryExists_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_doesEntryExists_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesForSchema_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesForSchema_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesForSchema_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesForSchema_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_ResponseStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getCreationTemplateName_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getCreationTemplateName_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getCreationTemplateName_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDeletedObjectFilter_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDeletedObjectFilter_Fault_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDeletedObjectFilter_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDeletedObjectFilter_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDeletedObjectFilter_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getNamingAttr_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getNamingAttr_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getNamingAttr_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getNamingAttr_ResponseStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectClassFromDS_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectClassFromDS_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectClassFromDS_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectType_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectType_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectType_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectType_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectType_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgSearchFilter_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgSearchFilter_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgSearchFilter_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgSearchFilter_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSearchFilterFromTemplate_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSearchFilterFromTemplate_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSearchFilterFromTemplate_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSearchFilterFromTemplate_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getTopLevelContainers_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getTopLevelContainers_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getTopLevelContainers_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getTopLevelContainers_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getTopLevelContainers_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getTopLevelContainers_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isAncestorOrgDeleted_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isAncestorOrgDeleted_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isAncestorOrgDeleted_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isAncestorOrgDeleted_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isAncestorOrgDeleted_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_ResponseStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_objectsChanged_idrepo_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_objectsChanged_idrepo_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_objectsChanged_idrepo_ResponseStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_objectsChanged_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_objectsChanged_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_objectsChanged_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_idrepo_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_idrepo_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_idrepo_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerService_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerService_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerService_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerService_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerService_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAdminRole_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAdminRole_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAdminRole_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAdminRole_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAdminRole_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setGroupFilter_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setGroupFilter_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setGroupFilter_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setGroupFilter_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setGroupFilter_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndDeleteObject_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndDeleteObject_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndDeleteObject_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndDeleteObject_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndDeleteObject_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_Fault_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- initialize() - Static method in class com.iplanet.am.util.AdminUtils
-
- initialize() - Static method in class com.iplanet.services.naming.service.NamingService
-
- initialize() - Static method in class com.iplanet.services.naming.WebtopNaming
-
- initialize(InternalTypeMappingRegistry) - Method in class com.iplanet.sso.SSOException_SOAPSerializer
-
- initialize(AuthSubject, CallbackHandler, Map, Map) - Method in interface com.sun.identity.authentication.internal.LoginModule
-
- initialize(AuthSubject, CallbackHandler, Map, Map) - Method in class com.sun.identity.authentication.internal.server.LocalLdapAuthModule
-
- initialize(AuthSubject, CallbackHandler, Map, Map) - Method in class com.sun.identity.authentication.internal.server.SMSAuthModule
-
- initialize() - Static method in class com.sun.identity.authentication.internal.server.SMSAuthModule
-
- initialize(Subject, CallbackHandler, Map, Map) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Implements initialize() method in JAAS LoginModule class.
- initialize() - Method in enum com.sun.identity.common.FqdnValidator
-
- initialize(SSOToken, Map) - Method in interface com.sun.identity.delegation.interfaces.DelegationInterface
-
Initialize (or configure) the DelegationInterface object.
- initialize(SSOToken, Map) - Method in class com.sun.identity.delegation.plugins.DelegationPolicyImpl
-
Initialize (or configure) the DelegationInterface
object.
- initialize(Map) - Method in class com.sun.identity.entitlement.ExactMatchResourceName
-
- initialize(String, Subject) - Method in class com.sun.identity.entitlement.opensso.PolicyPrivilegeManager
-
Initializes the object
- initialize(String, Subject) - Method in class com.sun.identity.entitlement.PrivilegeManager
-
Initializes the object.
- initialize(Map) - Method in class com.sun.identity.entitlement.RegExResourceName
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.entity.EntityException_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.entity.EntityObjectIF_deleteEntity_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.entity.EntityObjectIF_deleteEntity_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.entity.EntityObjectIF_deleteEntity_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.entity.EntityObjectIF_deleteEntity_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.entity.EntityObjectIF_deleteEntity_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.federation.common.FSRemoteException_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.federation.common.FSRemoteException_SOAPSerializer
-
- initialize(String, Set) - Method in interface com.sun.identity.federation.plugins.FederationSPAdapter
-
Deprecated.
Initializes the federation adapter, this method will only be executed
once after creation of the adapter instance.
- initialize(String, Set) - Method in class com.sun.identity.federation.plugins.FSDefaultSPAdapter
-
Initializes the federation adapter, this method will only be executed
once after creation of the adapter instance.
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_checkForLocal_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_checkForLocal_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_isUserExists_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_isUserExists_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_isUserExists_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_isUserExists_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_isUserExists_ResponseStruct_SOAPSerializer
-
- initialize(KeyProvider) - Method in class com.sun.identity.federation.services.util.FSSignatureProvider
-
Initializes the provider.
- initialize(KeyProvider) - Method in interface com.sun.identity.federation.services.util.SignatureProviderSPI
-
Initializes the key provider.
- initialize(Map<String, Set<String>>) - Method in class com.sun.identity.idm.IdRepo
-
Initialization paramters as configred for a given plugin.
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.idm.IdRepoException_SOAPSerializer
-
- initialize() - Static method in class com.sun.identity.idm.IdUtils
-
- initialize(String, String, String, Debug) - Method in interface com.sun.identity.idm.plugins.database.DaoInterface
-
- initialize(String, String, String, String, String, String, Debug) - Method in interface com.sun.identity.idm.plugins.database.DaoInterface
-
- initialize(Map) - Method in class com.sun.identity.idm.plugins.database.DatabaseRepo
-
- initialize(String, String, String, Debug) - Method in class com.sun.identity.idm.plugins.database.JdbcSimpleUserDao
-
This class must be called before using the methods since the datasource
must be set up.
- initialize(String, String, String, String, String, String, Debug) - Method in class com.sun.identity.idm.plugins.database.JdbcSimpleUserDao
-
This class must be called before using the methods since the datasource
must be set up.
- initialize(Map) - Method in class com.sun.identity.idm.plugins.files.FilesRepo
-
- initialize(Map) - Method in class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- initialize(Map) - Method in class com.sun.identity.idm.plugins.internal.SpecialRepo
-
- initialize(Map<String, Set<String>>) - Method in interface com.sun.identity.idm.server.IdRepoAttributeValidator
-
Initialization parameters as configured for a given plugin.
- initialize(Map<String, Set<String>>) - Method in class com.sun.identity.idm.server.IdRepoAttributeValidatorImpl
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.idsvcs.AccessDenied_LiteralSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.idsvcs.Attribute_LiteralSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.idsvcs.AttributesRequest_LiteralSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.idsvcs.AttributesResponse_LiteralSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.idsvcs.GeneralFailure_LiteralSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.idsvcs.GetCookieNameForToken_LiteralSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.idsvcs.GetCookieNameForTokenResponse_LiteralSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.idsvcs.GetCookieNamesToForward_LiteralSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.idsvcs.GetCookieNamesToForwardResponse_LiteralSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.idsvcs.IdentityDetails_LiteralSerializer
-
- initialize() - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_attributes_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_attributes_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_getCookieNameForToken_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_getCookieNameForToken_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_getCookieNamesToForward_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_getCookieNamesToForward_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_log_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_log_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_read_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_read_Fault_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.idsvcs.IdServicesException_InterfaceSOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.idsvcs.IdServicesException_LiteralSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.idsvcs.ListWrapper_LiteralSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.idsvcs.Log_LiteralSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.idsvcs.LogResponse_LiteralSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.idsvcs.NeedMoreCredentials_LiteralSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.idsvcs.ObjectNotFound_LiteralSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.idsvcs.Read_LiteralSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.idsvcs.ReadResponse_LiteralSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.idsvcs.Token_LiteralSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.idsvcs.TokenExpired_LiteralSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.idsvcs.UserDetails_LiteralSerializer
-
- initialize() - Static method in class com.sun.identity.install.tools.admin.ToolsConfiguration
-
- initialize() - Method in class com.sun.identity.liberty.ws.interaction.SiteAwareInteractionConfig
-
- initialize(Object, XMLSignatureManager) - Method in class com.sun.identity.liberty.ws.security.LibSecurityTokenProvider
-
Initializes the LibSecurityTokenProvider.
- initialize() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenException_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenException_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_checkForLocal_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_checkForLocal_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getX509CertificateToken_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getX509CertificateToken_Fault_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getX509CertificateToken_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getX509CertificateToken_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getX509CertificateToken_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_initialization_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_initialization_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_initialization_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_initialization_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_initialization_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_ResponseStruct_SOAPSerializer
-
- initialize(Object, XMLSignatureManager) - Method in interface com.sun.identity.liberty.ws.security.SecurityTokenProvider
-
Initializes the SecurityTokenProvider.
- initialize(Map) - Method in interface com.sun.identity.policy.interfaces.Referral
-
Deprecated.
Initializes the Referral with a Map
- initialize(Map) - Method in interface com.sun.identity.policy.interfaces.ResponseProvider
-
Deprecated.
Initialize the ResponseProvider
- initialize(Map) - Method in interface com.sun.identity.policy.interfaces.Subject
-
Deprecated.
Initialize (or configure) the Subject
object.
- initialize(Map) - Method in class com.sun.identity.policy.plugins.AMIdentitySubject
-
Deprecated.
Initialize the AMIdentitySubject object by using the configuration
information passed by the Policy Framework.
- initialize(Map) - Method in class com.sun.identity.policy.plugins.AuthenticatedAgents
-
Initialize the subject.
- initialize(Map) - Method in class com.sun.identity.policy.plugins.AuthenticatedSharedAgents
-
Initialize the subject.
- initialize(Map) - Method in class com.sun.identity.policy.plugins.AuthenticatedUsers
-
Deprecated.
Initialize the subject.
- initialize(Map) - Method in class com.sun.identity.policy.plugins.DSAMERole
-
This method initializes the DSAME Role plugin with the organization
DN, search configuration, ldap server name, in which this plugin
is specified for a Policy.
- initialize(Map) - Method in class com.sun.identity.policy.plugins.IDRepoResponseProvider
-
Initialize the IDRepoResponseProvider object by using the configuration
information passed by the Policy Framework.
- initialize(Map) - Method in class com.sun.identity.policy.plugins.LDAPGroups
-
Initialize the LDAPGroup object by using the configuration
information passed by the Policy Framework.
- initialize(Map) - Method in class com.sun.identity.policy.plugins.LDAPRoles
-
Initialize the LDAPGroup object by using the configuration
information passed by the Policy Framework.
- initialize(Map) - Method in class com.sun.identity.policy.plugins.LDAPUsers
-
Initialize the LDAPGroup object by using the configuration
information passed by the Policy Framework.
- initialize(Map) - Method in class com.sun.identity.policy.plugins.Organization
-
Initialize the Organization object by using the
configuration information passed by the Policy Framework.
- initialize(Map) - Method in class com.sun.identity.policy.plugins.OrgReferral
-
Initializes the referral with a map of Configuration parameters
- initialize(Map) - Method in class com.sun.identity.policy.plugins.PrefixResourceName
-
Initializes the resource name with configuration information,
usally set by the administrators.
- initialize(Map) - Method in class com.sun.identity.policy.plugins.PrivilegeSubject
-
Initialize the subject.
- initialize(Map) - Method in class com.sun.identity.policy.plugins.SuffixResourceName
-
Initializes the resource name with configuration information,
usally set by the administrators.
- initialize(Map) - Method in class com.sun.identity.policy.plugins.WebServicesClients
-
Initialize the subject.
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_checkForLocal_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_checkForLocal_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertions_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertions_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertions_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertions_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertions_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertions_ResponseStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.saml.common.SAMLException_SOAPSerializer
-
- initialize(KeyProvider) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Constructor
- initialize(KeyProvider) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
-
Initialize the key provider
- initialize(Map) - Method in class com.sun.identity.saml2.plugins.DefaultFedletAdapter
-
Initializes the fedlet adapter, this method will only be executed
once after creation of the adapter instance.
- initialize(String, String) - Method in class com.sun.identity.saml2.plugins.DefaultIDPAdapter
-
Default implementation, takes no action.
- initialize(Map) - Method in class com.sun.identity.saml2.plugins.FedletAdapter
-
Initializes the fedlet adapter, this method will only be executed
once after creation of the adapter instance.
- initialize(String, String) - Method in interface com.sun.identity.saml2.plugins.SAML2IdentityProviderAdapter
-
Initializes the federation adapter, this method will only be executed
once after creation of the adapter instance.
- initialize(Map) - Method in class com.sun.identity.saml2.plugins.SAML2ServiceProviderAdapter
-
Initializes the federation adapter, this method will only be executed
once after creation of the adapter instance.
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.shared.locale.L10NMessageImpl_InterfaceSOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.shared.locale.L10NMessageImpl_SOAPSerializer
-
- initialize(Map) - Method in class com.sun.identity.shared.whitelist.PrefixResourceName
-
Initializes the resource name with configuration information,
usally set by the administrators.
- initialize() - Method in class com.sun.identity.sm.flatfile.SMSFlatFileObjectBase
-
Initializes the SMSFlatFileObject:
Gets the flat file directory and default organization DN from
AMConfig.properties, creates the root directory if it does not exist.
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_checkForLocal_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_checkForLocal_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_deRegisterNotificationURL_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_deRegisterNotificationURL_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_deRegisterNotificationURL_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_ResponseStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_getAMSdkBaseDN_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_getAMSdkBaseDN_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_getAMSdkBaseDN_ResponseStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_getRootSuffix_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_getRootSuffix_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_getRootSuffix_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_notifyObjectChanged_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_notifyObjectChanged_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_notifyObjectChanged_ResponseStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_objectsChanged_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_objectsChanged_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_objectsChanged_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_registerNotificationURL_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_registerNotificationURL_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_registerNotificationURL_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_registerNotificationURL_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_Fault_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_Fault_SOAPSerializer
-
- initialize() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_RequestStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_ResponseStruct_SOAPSerializer
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.identity.sm.SMSException_SOAPSerializer
-
- initialize(Map) - Method in class com.sun.identity.sm.SMSObject
-
Initialization parameters that are configured via system properties or
can be dynamically set during run-time.
- initialize(String, String, Map) - Method in class com.sun.identity.xacml.plugins.FMActionMapper
-
Initializes the mapper implementation.
- initialize(String, String, Map) - Method in class com.sun.identity.xacml.plugins.FMEnvironmentMapper
-
Initializes the mapper implementation.
- initialize(String, String, Map) - Method in class com.sun.identity.xacml.plugins.FMResourceMapper
-
Initializes the mapper implementation.
- initialize(String, String, Map) - Method in class com.sun.identity.xacml.plugins.FMResultMapper
-
Initializes the mapper implementation.
- initialize(String, String, Map) - Method in class com.sun.identity.xacml.plugins.FMSubjectMapper
-
Initializes the mapper implementation.
- initialize(String, String, Map) - Method in interface com.sun.identity.xacml.spi.ActionMapper
-
Initializes the mapper implementation.
- initialize(String, String, Map) - Method in interface com.sun.identity.xacml.spi.EnvironmentMapper
-
Initializes the mapper implementation.
- initialize(String, String, Map) - Method in interface com.sun.identity.xacml.spi.ResourceMapper
-
Initializes the mapper implementation.
- initialize(String, String, Map) - Method in interface com.sun.identity.xacml.spi.ResultMapper
-
Initializes the mapper implementation.
- initialize(String, String, Map) - Method in interface com.sun.identity.xacml.spi.SubjectMapper
-
Initializes the configuration data needed by this mapper.
- initialize(KeyProvider) - Method in class com.sun.identity.xmlenc.AMEncryptionProvider
-
Initializes encryption provider.
- initialize(KeyProvider) - Method in interface com.sun.identity.xmlenc.EncryptionProvider
-
Initializes encryption provider.
- initialize() - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryResourceOffering_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryResourceOffering_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryResourceOffering_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryResourceOffering_ResponseStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryServiceCredential_RequestStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryServiceCredential_RequestStruct_SOAPSerializer
-
- initialize() - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryServiceCredential_ResponseStruct_SOAPBuilder
-
- initialize(InternalTypeMappingRegistry) - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryServiceCredential_ResponseStruct_SOAPSerializer
-
- initialize(CallbackHandler, Map<String, Object>) - Method in class org.forgerock.openam.authentication.modules.common.JaspiAuthModuleWrapper
-
- initialize(Map<String, Set<String>>) - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
Initializes the IdRepo instance, basically within this method we process
the configuration settings and set up the connection factories that will
be used later in the lifetime of the IdRepo plugin.
- initialize(Map) - Method in class org.forgerock.openam.oauth2.saml2.core.OAuth2Saml2GrantSPAdapter
-
- initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map) - Method in class org.forgerock.openam.rest.LocalSSOTokenSessionModule
-
No initialisation required for this module.
- initialize(Map) - Method in class org.forgerock.openam.shared.resourcename.BasePrefixResourceName
-
Initializes the resource name with configuration information,
usally set by the administrators.
- initialize(Map) - Method in interface org.forgerock.openam.shared.resourcename.BaseResourceName
-
Initializes the resource name with configuration information,
usually set by the administrators.
- initialize() - Method in class org.forgerock.openam.upgrade.steps.AllowEvaluateForAgentsUpgradeStep
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.CopyJavaCryptoExtKeyStoreStep
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.DelegationConfigUpgradeStep
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.EnableGenericRepoStep
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.MakeExplicitDefaultKeyStoreTypeStep
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.MigrateAgentGroups
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.MigrateValidGotoSetting
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.policy.conditions.OldPolicyConditionMigrationUpgradeStep
-
Checks what policies could be automatically upgraded and performs the upgrade without saving so that the
migrated policy can be validated to ensure the upgrade went well.
- initialize() - Method in class org.forgerock.openam.upgrade.steps.policy.policysets.UpdateOAuth2PolicySetsStep
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.policy.UpgradeResourceTypeStep
-
Default applications will have resource types associated with them during the schema upgrade, so here we list
the other applications that does not already have resource types.
- initialize() - Method in class org.forgerock.openam.upgrade.steps.PostAuthenticationPluginUpgradeStep
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.RemoveNetscapeLDAPStep
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.RemoveRedundantDefaultApplication
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.RemoveReferralsStep
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.RemoveSessionServiceSubSchemaStep
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.ResavePoliciesStep
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.ResourceSetPolicyUrlUpgradeStep
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.SchemaXmlAttributeUpgradeStep
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.scripting.ScriptedAuthModulesStep
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.scripting.ScriptingSchemaStep
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.TwoStepVerificationSettingUpgrade
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.UmaApplicationSubjectsStep
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.UpgradeAgentServiceStep
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.UpgradeAuditServiceStep
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.UpgradeCTSMaxConnectionsConfigurationStep
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.UpgradeDirectoryContentStep
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.UpgradeEntitlementsStep
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.UpgradeEntitlementSubConfigsStep
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.UpgradeExternalCTSConfigurationStep
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.UpgradeIdRepoSubConfigs
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.UpgradeLDAPAuthModulesStep
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.UpgradeOAuth2AuthModulesStep
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.UpgradeOAuth2ClientStep
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.UpgradeOAuth2ProviderStep
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.UpgradeServerDefaultsStep
-
- initialize() - Method in class org.forgerock.openam.upgrade.steps.UpgradeServiceSchemaStep
-
- initialize() - Method in interface org.forgerock.openam.upgrade.steps.UpgradeStep
-
Initializes the upgrade step during which it determines what sort of changes needs to be applied to the
configurationif any.
- initialize(Map<String, Set<String>>) - Method in class org.openidentityplatform.openam.cassandra.Repo
-
- initialize_idrepo() - Static method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
Initializes this class with system properties.
- initializeAuth(ServletContext) - Method in class com.sun.identity.authentication.UI.LoginLogoutMapping
-
Initializes OpenAM.
- initializeCacheSize() - Static method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- initializeClass() - Static method in class com.sun.identity.sm.SMSEntry
-
- initialized - Static variable in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- initialized - Variable in class org.forgerock.openam.xui.XUIFilter
-
- initializeForClientUse() - Static method in class com.sun.identity.setup.EmbeddedOpenDS
-
Initialises OpenDJ for client use, used by the CLI tools
- initializeKeyStore() - Method in class com.sun.identity.log.handlers.SecureFileHandler
-
Initialize logger key store
- initializeLDAP() - Method in class com.sun.identity.authentication.modules.ad.AD
-
- initializeLDAP() - Method in class com.sun.identity.authentication.modules.ldap.LDAP
-
TODO-JAVADOC
- initializeListeners() - Method in class com.sun.identity.idm.server.IdRepoPluginsCache
-
- initializeLogsDir(File) - Static method in class com.sun.identity.install.tools.util.LogHelper
-
- initializeObject(String, String) - Method in class com.sun.identity.entity.EntityObjectImpl
-
Method to initialize the object.
- initializeProperties(String) - Static method in class com.iplanet.am.util.SystemProperties
-
Initializes properties bundle from the file
passed.
- initializeProperties(Properties) - Static method in class com.iplanet.am.util.SystemProperties
-
- initializeProperties(Properties, boolean) - Static method in class com.iplanet.am.util.SystemProperties
-
Initializes the properties to be used by OpenAM.
- initializeProperties(Properties, boolean, boolean) - Static method in class com.iplanet.am.util.SystemProperties
-
Initializes the properties to be used by OpenAM.
- initializeProperties(String, String) - Static method in class com.iplanet.am.util.SystemProperties
-
Initializes a property to be used by OpenAM.
- initializeProperties(Properties) - Static method in class com.sun.identity.common.SystemConfigurationUtil
-
Initializes the properties map.
- initializeProperties(String, String) - Static method in class com.sun.identity.common.SystemConfigurationUtil
-
Initializes the properties map.
- initializeProperties(Properties) - Method in class com.sun.identity.configuration.FedLibSystemProperties
-
Initializes the properties to be used by Open Federation Library.
- initializeProperties(String, String) - Method in class com.sun.identity.configuration.FedLibSystemProperties
-
Initializes the properties map.
- initializeProperties(Properties) - Method in class com.sun.identity.configuration.SystemProperties
-
Initializes the properties map.
- initializeProperties(String, String) - Method in class com.sun.identity.configuration.SystemProperties
-
Initializes the properties map.
- initializeProperties(String) - Static method in class com.sun.identity.saml2.idpdiscovery.SystemProperties
-
Initializes the properties.
- initializeProperties(Properties) - Method in interface com.sun.identity.shared.configuration.ISystemProperties
-
Initializes the properties map.
- initializeProperties(String, String) - Method in interface com.sun.identity.shared.configuration.ISystemProperties
-
Initializes the properties map.
- initializeProperties(Properties) - Static method in class com.sun.identity.shared.configuration.SystemPropertiesManager
-
Initializes the properties to be used by Open Federation Library.
- initializeProperties(String, String) - Static method in class com.sun.identity.shared.configuration.SystemPropertiesManager
-
Initializes the properties map.
- initializeProperties() - Static method in class com.sun.identity.sm.SMSEntry
-
- initializeProperties() - Method in class com.sun.identity.sm.SMSNotificationManager
-
- initializeRequestContext(RequestContext) - Method in class com.sun.identity.password.ui.PWResetServlet
-
Initializes request context
- initializeResourceBundle() - Method in class com.sun.identity.config.util.AjaxPage
-
- initializeSecureLogHelper(String, AMPassword, String, AMPassword) - Method in class com.sun.identity.log.secure.SecureLogHelper
-
Initialize logger by generating a new MACing key and storing it in
the secure storage
Also creates a file for the verifier with the same password.
- InitializeSystem - Class in com.sun.identity.cli
-
- InitializeSystem() - Constructor for class com.sun.identity.cli.InitializeSystem
-
- initializeValidatorMap() - Method in class com.sun.identity.install.tools.configurator.ChoiceValidator
-
- initializeValidatorMap() - Method in class com.sun.identity.install.tools.configurator.FileSystemValidator
-
- initializeValidatorMap() - Method in class com.sun.identity.install.tools.configurator.NetworkValidator
-
- initializeValidatorMap() - Method in class com.sun.identity.install.tools.configurator.PasswordValidator
-
- initializeValidatorMap() - Method in class com.sun.identity.install.tools.configurator.StringValidator
-
- initializeValidatorMap() - Method in class com.sun.identity.install.tools.configurator.ValidateURL
-
- initializeValidatorMap() - Method in class com.sun.identity.install.tools.configurator.ValidatorBase
-
Initialize Validator Map
- initializeVerifier(AMPassword, Object) - Static method in class com.sun.identity.log.handlers.SecureFileHandler
-
Initialize SecureLog verifier
- initializeVerifier(String, AMPassword, AMPassword) - Method in class com.sun.identity.log.secure.SecureLogHelper
-
Initialize the verifier by using the logger generated PKCS12 file
and looking for the appropriate content in that and overwriting with
the new password
- initialValue() - Method in class org.forgerock.openam.utils.PerThreadCache
-
Method will be called to initialise a fresh instance of the underlying resource when one is not found in the
cache.
- initiateAuthentication(HttpServletRequest, HttpServletResponse, String, String, String) - Method in class org.forgerock.openam.core.rest.authn.RestAuthenticationHandler
-
Handles authentication requests from HTTP both GET and POST.
- initiateAuthnRequest(HttpServletRequest, HttpServletResponse, String, String, Map, SAML2EventLogger) - Static method in class com.sun.identity.saml2.profile.SPSSOFederate
-
Parses the request parameters and builds the Authentication
Request to sent to the IDP.
- initiateECPRequest(HttpServletRequest, HttpServletResponse) - Static method in class com.sun.identity.saml2.profile.SPSSOFederate
-
Parses the request parameters and builds ECP Request to sent to the IDP.
- initiateLogoutRequest(HttpServletRequest, HttpServletResponse, PrintWriter, String, Map) - Static method in class com.sun.identity.saml2.profile.IDPSingleLogout
-
Parses the request parameters and initiates the Logout
Request to be sent to the SP.
- initiateLogoutRequest(HttpServletRequest, HttpServletResponse, PrintWriter, String, Map, SAML2EventLogger) - Static method in class com.sun.identity.saml2.profile.SPSingleLogout
-
Parses the request parameters and initiates the Logout
Request to be sent to the IDP.
- initiateLogoutRequest(HttpServletRequest, HttpServletResponse, PrintWriter, String, Map, LogoutRequest, SOAPMessage, Object, SAML2EventLogger) - Static method in class com.sun.identity.saml2.profile.SPSingleLogout
-
Parses the request parameters and initiates the Logout
Request to be sent to the IDP.
- initiateManageNameIDRequest(HttpServletRequest, HttpServletResponse, String, String, Map) - Static method in class com.sun.identity.saml2.profile.DoManageNameID
-
Parses the request parameters and builds the ManageNameID
Request to sent to remote Entity.
- initiateNameIDMappingRequest(Object, String, String, String, String, String, Map) - Static method in class com.sun.identity.saml2.profile.NameIDMapping
-
Parses the request parameters and builds the NameIDMappingRequest to
sent to remote identity provider.
- initiateSPLogoutRequest(HttpServletRequest, HttpServletResponse, PrintWriter, String, String, String, LogoutRequest, SOAPMessage, IDPSession, String, String) - Static method in class com.sun.identity.saml2.profile.IDPProxyUtil
-
Initiates the Single logout request by the IDP Proxy to the
authenticating identity provider.
- InitiatorEncryptionTokenElement - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
7.5 AsymmetricBinding Assertion
Java content class for InitiatorEncryptionToken element declaration.
- InitiatorEncryptionTokenElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- InitiatorEncryptionTokenElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.InitiatorEncryptionTokenElementImpl
-
- InitiatorEncryptionTokenElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- InitiatorSignatureTokenElement - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
7.5 AsymmetricBinding Assertion
Java content class for InitiatorSignatureToken element declaration.
- InitiatorSignatureTokenElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- InitiatorSignatureTokenElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.InitiatorSignatureTokenElementImpl
-
- InitiatorSignatureTokenElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- InitiatorTokenElement - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
7.5 AsymmetricBinding Assertion
Java content class for InitiatorToken element declaration.
- InitiatorTokenElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- InitiatorTokenElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.InitiatorTokenElementImpl
-
- InitiatorTokenElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- initInstance(InputStream, boolean) - Static method in class com.iplanet.services.ldap.DSConfigMgr
-
- initInternalSessions(MBeanServer) - Method in class org.forgerock.openam.monitoring.session.FORGEROCK_OPENAM_SESSION_MIB
-
Initialization of the "InternalSessions" group.
- initManager() - Method in interface com.iplanet.services.cdm.ClientTypesManager
-
Initializes the ClientTypesManager.
- initManager() - Method in class com.iplanet.services.cdm.DefaultClientTypesManager
-
Do stuff that needs to get the Manager working.
- initManager() - Method in class org.forgerock.openam.services.cdm.BasicClientTypesManager
-
Initializes the ClientTypesManager.
- initPolicyEvaluation(MBeanServer) - Method in class org.forgerock.openam.monitoring.policy.FORGEROCK_OPENAM_POLICY_MIB
-
Initialization of the "PolicyEvaluation" group.
- initProperties() - Static method in class com.sun.identity.shared.debug.impl.DebugImpl
-
initialize the properties
It will reset the current properties for every Debug instance
- initRemoteSessions(MBeanServer) - Method in class org.forgerock.openam.monitoring.session.FORGEROCK_OPENAM_SESSION_MIB
-
Initialization of the "RemoteSessions" group.
- initSelfEvaluation(MBeanServer) - Method in class org.forgerock.openam.monitoring.policy.FORGEROCK_OPENAM_POLICY_MIB
-
Initialization of the "SelfEvaluation" group.
- initSelfTiming(MBeanServer) - Method in class org.forgerock.openam.monitoring.policy.FORGEROCK_OPENAM_POLICY_MIB
-
Initialization of the "SelfTiming" group.
- initSMS(boolean) - Method in class com.sun.identity.setup.BootstrapData
-
- initSsoServerAuthSvc(MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Initialization of the "SsoServerAuthSvc" group.
- initSsoServerConnPoolSvc(MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Initialization of the "SsoServerConnPoolSvc" group.
- initSsoServerEntitlementSvc(MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Initialization of the "SsoServerEntitlementSvc" group.
- initSsoServerFedCOTs(MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Initialization of the "SsoServerFedCOTs" group.
- initSsoServerFedEntities(MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Initialization of the "SsoServerFedEntities" group.
- initSsoServerIDFFSvc(MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Initialization of the "SsoServerIDFFSvc" group.
- initSsoServerIdRepoSvc(MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Initialization of the "SsoServerIdRepoSvc" group.
- initSsoServerInstance(MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Initialization of the "SsoServerInstance" group.
- initSsoServerLoggingSvc(MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Initialization of the "SsoServerLoggingSvc" group.
- initSsoServerPolicyAgents(MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Initialization of the "SsoServerPolicyAgents" group.
- initSsoServerPolicySvc(MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Initialization of the "SsoServerPolicySvc" group.
- initSsoServerSAML1Svc(MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Initialization of the "SsoServerSAML1Svc" group.
- initSsoServerSAML2Svc(MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Initialization of the "SsoServerSAML2Svc" group.
- initSsoServerSessSvc(MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Initialization of the "SsoServerSessSvc" group.
- initSsoServerSvcMgmtSvc(MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Initialization of the "SsoServerSvcMgmtSvc" group.
- initSsoServerTopology(MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Initialization of the "SsoServerTopology" group.
- initSsoServerWSSAgents(MBeanServer) - Method in class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Initialization of the "SsoServerWSSAgents" group.
- initStatelessSessions(MBeanServer) - Method in class org.forgerock.openam.monitoring.session.FORGEROCK_OPENAM_SESSION_MIB
-
Initialization of the "StatelessSessions" group.
- initSubtreeEvaluation(MBeanServer) - Method in class org.forgerock.openam.monitoring.policy.FORGEROCK_OPENAM_POLICY_MIB
-
Initialization of the "SubtreeEvaluation" group.
- initSubtreeTiming(MBeanServer) - Method in class org.forgerock.openam.monitoring.policy.FORGEROCK_OPENAM_POLICY_MIB
-
Initialization of the "SubtreeTiming" group.
- initSys - Static variable in class com.sun.identity.cli.CommandManager
-
- initUserId() - Method in class org.openidentityplatform.openam.authentication.modules.webauthn.WebAuthnRegistration
-
- initX509KeyManager(String, String, String, AMCallbackHandler) - Method in class com.sun.identity.security.keystore.AMX509KeyManagerImpl
-
- Inject - Class in org.forgerock.maven.plugins.inject.content
-
Maven configuration object for modelling the content files and the ID placeholders for destination file, where the
content files will be injected.
- Inject() - Constructor for class org.forgerock.maven.plugins.inject.content.Inject
-
- InjectContent - Class in org.forgerock.maven.plugins.inject.content
-
Maven Mojo which can can inject a set of content files into a specific place in a destination file.
- InjectContent() - Constructor for class org.forgerock.maven.plugins.inject.content.InjectContent
-
Default constructor used by the Maven build process.
- InMemoryInternalSessionCacheStep - Class in org.forgerock.openam.session.service.access.persistence.caching
-
Session cache implemented using a simple in-memory cache data structure.
- InMemoryNotificationBroker - Class in org.forgerock.openam.notifications.brokers
-
A notification broker that uses an in-memory shared queue for incoming notifications and
a single thread for reading from it.
- InMemoryNotificationBroker(AMExecutorServiceFactory, TimeService, int, int) - Constructor for class org.forgerock.openam.notifications.brokers.InMemoryNotificationBroker
-
Constructs a new InMemoryNotificationBroker.
- inOrganizationalUnit(Debug, AMStoreConnection, AMObject) - Static method in class com.sun.identity.common.admin.AdminInterfaceUtils
-
Returns true if an object is a descendent of an organizational unit.
- INPUT_CONTEXT_ONLY - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for InputContextOnly attribute
- INPUT_TOKEN_STATE - Static variable in class org.forgerock.openam.sts.user.invocation.RestSTSTokenTranslationInvocationState
-
- inputTokenState(JsonValue) - Method in class org.forgerock.openam.sts.user.invocation.RestSTSTokenTranslationInvocationState.RestSTSTokenTranslationInvocationStateBuilder
-
- inRange(String) - Method in class org.forgerock.openam.network.ipv4.IPv4AddressRange
-
- inRange(IPv4AddressRange) - Method in class org.forgerock.openam.network.ipv4.IPv4AddressRange
-
- inRange(String) - Method in class org.forgerock.openam.utils.IPRange
-
- inRange(IPRange) - Method in class org.forgerock.openam.utils.IPRange
-
- inResponseTo - Variable in class com.sun.identity.federation.message.FSAssertion
-
Deprecated.
The value of the InResponseTo attribute in the
Assertion.
- inResponseTo - Variable in class com.sun.identity.saml.protocol.AbstractResponse
-
- INRESPONSETO - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for InResponseTo
- inResponseTo - Variable in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
- InsertContent - Class in com.sun.identity.setup
-
Extracts a portion of one file and insert into another file.
- InsertContent(Pattern) - Constructor for class com.sun.identity.setup.InsertContent
-
Creates an instance of this class.
- insertContent(String, int, String) - Static method in class org.forgerock.openam.utils.StringUtils
-
Inserted content into a string.
- InsertEntry - Class in com.sun.identity.liberty.ws.disco
-
The class InsertEntry represents a Insert Entry for Discovery
Modify request.
- InsertEntry(ResourceOffering, List) - Constructor for class com.sun.identity.liberty.ws.disco.InsertEntry
-
Constructor.
- InsertEntry(Element) - Constructor for class com.sun.identity.liberty.ws.disco.InsertEntry
-
Constructor.
- insertLineByNumber(String, int, String) - Static method in class com.sun.identity.install.tools.util.FileUtils
-
Method insertLineByNumber
- inserts(String, String, String) - Method in class com.sun.identity.setup.InsertContent
-
Inserts a portion of one file and insert into another file.
- inserts(String, String) - Method in class com.sun.identity.setup.InsertWebXMLContent
-
Inserts a portion of one file and insert into another file.
- InsertWebXMLContent - Class in com.sun.identity.setup
-
Extracts a portion of one file and insert into another file.
- InsertWebXMLContent(Pattern) - Constructor for class com.sun.identity.setup.InsertWebXMLContent
-
Creates an instance of this class.
- install(InstallLogger) - Method in class com.sun.identity.install.tools.configurator.CustomInstallDriver
-
- install(String, int, InstallLogger) - Method in class com.sun.identity.install.tools.configurator.CustomInstallDriver
-
- install(InstallLogger) - Method in class com.sun.identity.install.tools.configurator.InstallDriver
-
- install(String, int, InstallLogger) - Method in class com.sun.identity.install.tools.configurator.InstallDriver
-
- INSTALL_ROOT_PROPERTIES - Static variable in class org.forgerock.openam.upgrade.OpenDJUpgrader
-
List of system properties that need to be set to the DJ installation root before running the DJ upgrade tasks.
- InstallAbortException - Exception in com.sun.identity.install.tools.configurator
-
- InstallAbortException(LocalizedMessage) - Constructor for exception com.sun.identity.install.tools.configurator.InstallAbortException
-
- InstallAbortException(LocalizedMessage, Exception) - Constructor for exception com.sun.identity.install.tools.configurator.InstallAbortException
-
- InstallConstants - Interface in com.sun.identity.install.tools.configurator
-
- InstallDriver - Class in com.sun.identity.install.tools.configurator
-
- InstallDriver() - Constructor for class com.sun.identity.install.tools.configurator.InstallDriver
-
- InstallException - Exception in com.sun.identity.install.tools.configurator
-
The basic exception type used within the Product Installer to indicate the
occurrence of error conditions.
- InstallException(LocalizedMessage, Exception) - Constructor for exception com.sun.identity.install.tools.configurator.InstallException
-
This constructor takes a message indicating the nature of failure, along
with the exception that originally caused the failure.
- InstallException(LocalizedMessage) - Constructor for exception com.sun.identity.install.tools.configurator.InstallException
-
This constructor takes a message indicating the nature of the failure.
- InstallHandler - Class in com.sun.identity.install.tools.handler
-
- InstallHandler() - Constructor for class com.sun.identity.install.tools.handler.InstallHandler
-
- InstallInteraction - Class in com.sun.identity.install.tools.configurator
-
Interaction class to handle user input.
- InstallInteraction(InteractionInfo) - Constructor for class com.sun.identity.install.tools.configurator.InstallInteraction
-
- InstallLog - Class in com.sun.identity.install.tools.logs
-
- InstallLog() - Constructor for class com.sun.identity.install.tools.logs.InstallLog
-
- InstallLog - Class in com.sun.identity.setup
-
Installation Log
- InstallLogger - Class in com.sun.identity.install.tools.configurator
-
- InstallLogger(String) - Constructor for class com.sun.identity.install.tools.configurator.InstallLogger
-
- InstallRunInfo - Class in com.sun.identity.install.tools.configurator
-
- InstallRunInfo(boolean, String, ArrayList, ArrayList, ArrayList, ArrayList, ArrayList, I18NInfo, I18NInfo, boolean) - Constructor for class com.sun.identity.install.tools.configurator.InstallRunInfo
-
- InstallState - Class in com.sun.identity.install.tools.configurator
-
Class that encapuslates the state of an install instance.
- InstallState(Map, ArrayList) - Constructor for class com.sun.identity.install.tools.configurator.InstallState
-
Creates a new InstallState object.
- InstallToolsGuiceModule - Class in org.forgerock.openam.install.tools.guice
-
Guice configuration for the install tools.
- InstallToolsGuiceModule() - Constructor for class org.forgerock.openam.install.tools.guice.InstallToolsGuiceModule
-
- instance - Static variable in class com.sun.identity.common.SystemTimer
-
- instance - Static variable in class com.sun.identity.common.SystemTimerPool
-
- instance - Static variable in class com.sun.identity.saml.xmlsig.XMLSignatureManager
-
- INSTANCE - Static variable in class com.sun.identity.sm.SMSUtils
-
- INSTANCE_AUDIT_DIR_NAME - Static variable in interface com.sun.identity.install.tools.admin.ICommonToolsConstants
-
Field INSTANCE_AUDIT_DIR_NAME
- INSTANCE_CONFIG_DIR_NAME - Static variable in interface com.sun.identity.install.tools.admin.ICommonToolsConstants
-
Field INSTANCE_CONFIG_DIR_NAME
- INSTANCE_DEBUG_DIR_NAME - Static variable in interface com.sun.identity.install.tools.admin.ICommonToolsConstants
-
Field INSTANCE_DEBUG_DIR_NAME
- INSTANCE_FAILED - Static variable in interface com.iplanet.ums.IUMSConstants
-
- INSTANCE_LIB_DIR_NAME - Static variable in interface com.sun.identity.install.tools.admin.ICommonToolsConstants
-
Field INSTANCE_LIB_DIR_NAME
- INSTANCE_LIST - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
SAML service attribute that specifies list of instances.
- INSTANCE_LOCALE_DIR_NAME - Static variable in interface com.sun.identity.install.tools.admin.ICommonToolsConstants
-
Field INSTANCE_CONFIG_DIR_NAME
- INSTANCE_LOGS_DIR_NAME - Static variable in interface com.sun.identity.install.tools.admin.ICommonToolsConstants
-
Field INSTANCE_LOGS_DIR_NAME
- InstanceConfigMarshaller<T extends STSInstanceConfig> - Interface in org.forgerock.openam.sts
-
Interface to represent the concerns of marshalling to RestSTSInstanceConfig and SoapSTSInstanceConfig instances to/from either
the Map> SMS representation or the json representation.
- INSTANCEID - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Constant for instance id.
- InstantGroupRunnable - Class in com.sun.identity.common
-
Instant task (task will only be run once) which has handler separated
(share the same ScheduleableGroupAction) can be scheduled to Timer or
TimerPool by using InstantGroupRunnable.
- InstantGroupRunnable(ScheduleableGroupAction, boolean) - Constructor for class com.sun.identity.common.InstantGroupRunnable
-
Constructor of InstantGroupRunnable.
- INSTANTIATION_DEFINITION_CLASS - Static variable in interface com.sun.identity.cli.ExitCodes
-
Definition class cannot be instantiated.
- InstantRunnable - Class in com.sun.identity.common
-
Instant task (task will only be run once) which has handler integrated
(implements ScheduleableAction) can be scheduled to Timer or TimerPool by
using InstantRunnable.
- InstantRunnable(boolean) - Constructor for class com.sun.identity.common.InstantRunnable
-
Constructor of InstantRunnable.
- InstFinderData - Class in com.sun.identity.install.tools.configurator
-
- InstFinderData(String, String, String) - Constructor for class com.sun.identity.install.tools.configurator.InstFinderData
-
- InstFinderStore - Class in com.sun.identity.install.tools.configurator
-
- INSUFFICIENT_ACCESS_ADD - Static variable in interface com.iplanet.ums.IUMSConstants
-
- INSUFFICIENT_ACCESS_DELETE - Static variable in interface com.iplanet.ums.IUMSConstants
-
- INSUFFICIENT_SCOPE - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Error
-
The request requires higher privileges than provided by the access
token.
- InsufficientScopeException - Exception in org.forgerock.oauth2.core.exceptions
-
An exception for when the resource requested requires a higher scope than the token supplied provides.
- InsufficientScopeException(String) - Constructor for exception org.forgerock.oauth2.core.exceptions.InsufficientScopeException
-
- int_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getCreationTemplateName_RequestStruct
-
- int_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDeletedObjectFilter_RequestStruct
-
- int_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getNamingAttr_RequestStruct
-
- int_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectClassFromDS_RequestStruct
-
- int_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSearchFilterFromTemplate_RequestStruct
-
- int_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_objectsChanged_idrepo_RequestStruct
-
- int_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_objectsChanged_RequestStruct
-
- int_1 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_objectsChanged_RequestStruct
-
- int_10 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- int_10 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- int_11 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- int_11 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- int_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_RequestStruct
-
- int_2 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_notifyObjectChanged_RequestStruct
-
- int_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct
-
- int_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_RequestStruct
-
- int_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_RequestStruct
-
- int_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_RequestStruct
-
- int_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_RequestStruct
-
- int_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_RequestStruct
-
- int_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_RequestStruct
-
- int_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isAncestorOrgDeleted_RequestStruct
-
- int_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_RequestStruct
-
- int_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_RequestStruct
-
- int_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_RequestStruct
-
- int_3 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct
-
- int_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_RequestStruct
-
- int_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_RequestStruct
-
- int_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_RequestStruct
-
- int_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_RequestStruct
-
- int_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_RequestStruct
-
- int_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- int_4 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct
-
- int_4 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct
-
- int_4 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct
-
- int_4 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct
-
- int_5 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_RequestStruct
-
- int_5 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_RequestStruct
-
- int_5 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_RequestStruct
-
- int_5 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_RequestStruct
-
- int_5 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- int_5 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- int_5 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- int_5 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_RequestStruct
-
- int_5 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct
-
- int_5 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct
-
- int_5 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct
-
- int_6 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct
-
- int_6 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_RequestStruct
-
- int_6 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct
-
- int_6 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct
-
- int_6 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- int_6 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- int_7 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct
-
- int_7 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- int_7 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- int_8 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- int_9 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- int_9 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- INT_CODE_ERROR_CONCURRENT_EXEC - Static variable in class com.sun.identity.install.tools.admin.AdminTool
-
- INT_CODE_ERROR_INVALID_OPTS - Static variable in class com.sun.identity.install.tools.admin.AdminTool
-
- INT_CODE_ERROR_LICENSE - Static variable in class com.sun.identity.install.tools.admin.AdminTool
-
- INT_CODE_ERROR_NO_OPTS - Static variable in class com.sun.identity.install.tools.admin.AdminTool
-
- INT_CODE_ERROR_UNKNOWN - Static variable in class com.sun.identity.install.tools.admin.AdminTool
-
- INT_CODE_SUCCESS - Static variable in class com.sun.identity.install.tools.admin.AdminTool
-
- INT_EXIT_LOOP - Static variable in class com.sun.identity.install.tools.configurator.Driver
-
- INT_MATCH_FROM_END - Static variable in class com.sun.identity.install.tools.util.MatchPattern
-
- INT_MATCH_FROM_START - Static variable in class com.sun.identity.install.tools.util.MatchPattern
-
- INT_MATCH_OCCURRANCE - Static variable in class com.sun.identity.install.tools.util.MatchPattern
-
- INT_OPERATION_TYPE_REGULAR - Static variable in interface com.sun.identity.install.tools.configurator.InstallConstants
-
Field INT_INSTALL_REGULAR
- INT_OPERATION_TYPE_SAVE_RESPONSE - Static variable in interface com.sun.identity.install.tools.configurator.InstallConstants
-
Field INT_INSTALL_SAVE_RESPONSE_FILE
- INT_OPERATION_TYPE_USE_RESPONSE - Static variable in interface com.sun.identity.install.tools.configurator.InstallConstants
-
Field INT_INSTALL_USE_RESPONSE_FILE
- INT_RUN_DISPLAY_SUMMARY - Static variable in class com.sun.identity.install.tools.configurator.Driver
-
- INT_RUN_IFINDER_INTERACTIONS - Static variable in class com.sun.identity.install.tools.configurator.Driver
-
- INT_RUN_INTERACTIONS - Static variable in class com.sun.identity.install.tools.configurator.Driver
-
- INT_STATUS_ABORT - Static variable in class com.sun.identity.install.tools.configurator.InteractionResultStatus
-
- INT_STATUS_BACK - Static variable in class com.sun.identity.install.tools.configurator.InteractionResultStatus
-
- INT_STATUS_CONTINUE - Static variable in class com.sun.identity.install.tools.configurator.InteractionResultStatus
-
- INT_STATUS_FAILED - Static variable in class com.sun.identity.install.tools.configurator.ValidationResultStatus
-
- INT_STATUS_START_OVER - Static variable in class com.sun.identity.install.tools.configurator.InteractionResultStatus
-
- INT_STATUS_SUCCESS - Static variable in class com.sun.identity.install.tools.configurator.ValidationResultStatus
-
- INT_STATUS_WARNING - Static variable in class com.sun.identity.install.tools.configurator.ValidationResultStatus
-
- IntegerValidator - Class in com.sun.identity.common.validation
-
- IntegerValidator - Class in com.sun.identity.shared.validation
-
Validator for integer format.
- integrateLocale - Static variable in class com.iplanet.am.sdk.AMCommonUtils
-
Deprecated.
- integrateLocale - Static variable in class com.iplanet.am.sdk.common.MiscUtils
-
- interact(IStateAccess) - Method in class com.sun.identity.install.tools.configurator.ConfirmInteraction
-
- interact(IStateAccess) - Method in class com.sun.identity.install.tools.configurator.InstallInteraction
-
- interact(IStateAccess) - Method in class com.sun.identity.install.tools.configurator.UserDataInteraction
-
Method that interacts with user in interactive mode.
- interact(IStateAccess) - Method in class com.sun.identity.install.tools.configurator.UserResponseInteraction
-
- INTERACT_FOR_CONSENT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- INTERACT_FOR_VALUE - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- INTERACTION_NAMESPACE - Static variable in class com.sun.identity.liberty.ws.interaction.InteractionManager
-
Name space URI of interaction service
- INTERACTION_REQUIRED - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Error
-
OpenID Connect interaction required error
- INTERACTION_TITLE - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- InteractionConstants - Interface in com.sun.identity.install.tools.configurator
-
- InteractionException - Exception in com.sun.identity.liberty.ws.interaction
-
Base class for exceptions that could be thrown from
InteractionService framework.
- InteractionException(String) - Constructor for exception com.sun.identity.liberty.ws.interaction.InteractionException
-
Constructor
- InteractionException(Throwable) - Constructor for exception com.sun.identity.liberty.ws.interaction.InteractionException
-
Constructor
- InteractionException(String, String, Object[]) - Constructor for exception com.sun.identity.liberty.ws.interaction.InteractionException
-
Constructor
Constructs an instance of InteractionException to
pass the localized error message
At this level, the locale of the caller is not known and it is
not possible to throw localized error message.
- InteractionFactory - Class in com.sun.identity.install.tools.configurator
-
- InteractionFactory() - Constructor for class com.sun.identity.install.tools.configurator.InteractionFactory
-
- InteractionInfo - Class in com.sun.identity.install.tools.configurator
-
- InteractionInfo(String, SkipIfInfo, I18NInfo, DefaultValueFinderInfo, boolean, boolean, String, boolean, String) - Constructor for class com.sun.identity.install.tools.configurator.InteractionInfo
-
- InteractionManager - Class in com.sun.identity.liberty.ws.interaction
-
This class provides the interface and implementation for supporting
resource owner interaction.
- InteractionRedirectException - Exception in com.sun.identity.liberty.ws.interaction
-
Class for exception thrown by InteractionManager, on the
WSC side, to indicate that the User Agent is redirected to
WSP.
- InteractionRedirectException(String) - Constructor for exception com.sun.identity.liberty.ws.interaction.InteractionRedirectException
-
Constructor
- InteractionRequiredException - Exception in org.forgerock.oauth2.core.exceptions
-
Thrown when the OpenID connect prompt parameter enforces that the resource owner is not asked to authenticate, but
the resource owner does not have a current authenticated session.
- InteractionRequiredException() - Constructor for exception org.forgerock.oauth2.core.exceptions.InteractionRequiredException
-
Constructs a new InteractionRequiredException with the default message.
- InteractionRequiredException(OAuth2Constants.UrlLocation) - Constructor for exception org.forgerock.oauth2.core.exceptions.InteractionRequiredException
-
Constructs a new InteractionRequiredException with the specified message.
- InteractionResult - Class in com.sun.identity.install.tools.configurator
-
- InteractionResult(InteractionResultStatus, Map, LocalizedMessage) - Constructor for class com.sun.identity.install.tools.configurator.InteractionResult
-
- InteractionResultStatus - Class in com.sun.identity.install.tools.configurator
-
- InteractionSOAPFaultException - Exception in com.sun.identity.liberty.ws.interaction
-
Class for exception thrown by InteractionManager
in case of any SOAP fault while handling interaction for the
WSP.
- InteractionSOAPFaultException(Throwable) - Constructor for exception com.sun.identity.liberty.ws.interaction.InteractionSOAPFaultException
-
Constructor
- InteractionUtils - Class in com.sun.identity.liberty.ws.interaction
-
Class that provides some utility methods that work with objects
related to interaction
- interactSilent(IStateAccess, Map) - Method in class com.sun.identity.install.tools.configurator.UserDataInteraction
-
- InterleaveDispatcher - Class in com.sun.identity.saml2.jaxb.assertion.impl.runtime
-
Splits the unmarshalling events to bracnhes to support
XML Schema's <all> and RELAX NG's <interleave>
This class will be extended by the generated code.
- InterleaveDispatcher(UnmarshallingContext, int) - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.runtime.InterleaveDispatcher
-
- InterleaveDispatcher - Class in com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime
-
Splits the unmarshalling events to bracnhes to support
XML Schema's <all> and RELAX NG's <interleave>
This class will be extended by the generated code.
- InterleaveDispatcher(UnmarshallingContext, int) - Constructor for class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.InterleaveDispatcher
-
- INTERMEDIARY_SUBJECT - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for intemediray-subject URI
- INTERMEDIATE_URL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Attribute to be configured in SPSSOConfig for intermediate url.
- INTERNAL - Static variable in class com.iplanet.services.cdm.clientschema.AMClientCapData
-
- INTERNAL_ERROR - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- INTERNAL_ERROR - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Internal error
- INTERNAL_USERS - Static variable in class com.sun.identity.authentication.service.LoginState
-
- InternalEvaluationTimingStore - Class in org.forgerock.openam.entitlement.monitoring
-
Store for containing the timing associated with individual policy evaluations.
- InternalEvaluationTimingStore(EntitlementConfigurationWrapper) - Constructor for class org.forgerock.openam.entitlement.monitoring.InternalEvaluationTimingStore
-
- InternalSession - Class in com.iplanet.dpro.session.service
-
The InternalSession class represents a Webtop internal session.
- InternalSession(SessionID) - Constructor for class com.iplanet.dpro.session.service.InternalSession
-
Creates a new InternalSession with the given Session ID.
- InternalSession() - Constructor for class com.iplanet.dpro.session.service.InternalSession
-
Default constructor required for deserialisation, and should not be used elsewhere.
- InternalSessionEvent - Class in com.iplanet.dpro.session.service
-
This class represents a session event.
- InternalSessionEvent(InternalSession, SessionEventType, long) - Constructor for class com.iplanet.dpro.session.service.InternalSessionEvent
-
Creates a new event.
- InternalSessionEventBroker - Class in com.iplanet.dpro.session.service
-
- InternalSessionEventBroker(InternalSessionListener...) - Constructor for class com.iplanet.dpro.session.service.InternalSessionEventBroker
-
- InternalSessionFactory - Class in com.iplanet.dpro.session.service
-
Responsible for creating InternalSession objects.
- InternalSessionFactory(Debug, SessionServerConfig, AuthenticationSessionStore, SessionAccessManager) - Constructor for class com.iplanet.dpro.session.service.InternalSessionFactory
-
- InternalSessionListener - Interface in com.iplanet.dpro.session.service
-
Listener interface for observation of InternalSession events.
- InternalSessionPersistenceStore - Class in org.forgerock.openam.session.service.access.persistence
-
This class provides a bridge between session storage and the InternalSession persisting steps.
- InternalSessionPersistenceStore(SessionPersistenceStore) - Constructor for class org.forgerock.openam.session.service.access.persistence.InternalSessionPersistenceStore
-
- InternalSessions - Class in org.forgerock.openam.monitoring.session
-
The class is used for implementing the "InternalSessions" group.
- InternalSessions(SnmpMib) - Constructor for class org.forgerock.openam.monitoring.session.InternalSessions
-
Constructor for the "InternalSessions" group.
- InternalSessions(SnmpMib, MBeanServer) - Constructor for class org.forgerock.openam.monitoring.session.InternalSessions
-
Constructor for the "InternalSessions" group.
- InternalSessionsImpl - Class in org.forgerock.openam.monitoring.session
-
Implementation for hooking the SNMP
InternalSessions class in to OpenAM to report on our stats.
- InternalSessionsImpl(SnmpMib, SessionMonitoringStore) - Constructor for class org.forgerock.openam.monitoring.session.InternalSessionsImpl
-
- InternalSessionsMBean - Interface in org.forgerock.openam.monitoring.session
-
This interface is used for representing the remote management interface for the "InternalSessions" MBean.
- InternalSessionsMeta - Class in org.forgerock.openam.monitoring.session
-
The class is used for representing SNMP metadata for the "InternalSessions" group.
- InternalSessionsMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class org.forgerock.openam.monitoring.session.InternalSessionsMeta
-
Constructor for the metadata associated to "InternalSessions".
- InternalSessionStore - Interface in org.forgerock.openam.session.service.access.persistence
-
Responsible for reading and storing InternalSessions.
- InternalSessionStoreChain - Class in org.forgerock.openam.session.service.access.persistence
-
A series of storage steps, which allow for InternalSession access.
- InternalSessionStoreChain(List<InternalSessionStoreStep>, InternalSessionStore) - Constructor for class org.forgerock.openam.session.service.access.persistence.InternalSessionStoreChain
-
- InternalSessionStoreStep - Interface in org.forgerock.openam.session.service.access.persistence
-
A step in persisting a session.
- internalToken - Variable in class com.iplanet.am.sdk.common.CallBackHelperBase
-
- internalToken - Variable in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
- INTERPRETED - Static variable in class org.forgerock.openam.scripting.factories.RhinoScriptEngineFactory
-
Optimisation level constant indicating that scripts should be fully interpreted and not compiled.
- INTERSITE_URL - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Intersite transfer URL
- interval - Static variable in class com.sun.identity.saml2.profile.SPCache
-
- interval - Static variable in class com.sun.identity.wsfederation.profile.SPCache
-
- INTERVAL - Static variable in class com.sun.identity.wss.security.WSSConstants
-
- INTERVAL - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.DeviceCode
-
- INTRODUCTION_COOKIE_NOT_FOUND - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Preferred IDP Cookie not found.
- INTRODUCTION_INVALID_REDIRECT_URL_SCHEME - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Invalid Redirect URL scheme.
- INTRODUCTION_NO_PROVIDER_ID - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Provider ID not in request and not able to reset preferred IDP
- INTRODUCTION_NO_REDIRECT_URL - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Redirect URL not specified.
- INTRODUCTION_PROPERTY_FILE_PROVIDER_INVALID - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Invalid Property file.
- introspect(OAuth2Request, String, String, String) - Method in class org.forgerock.oauth2.core.OAuth2TokenIntrospectionHandler
-
- introspect(OAuth2Request, String, String, String) - Method in interface org.forgerock.oauth2.core.TokenIntrospectionHandler
-
Look for a token of a particular type, with a given ID, and return its introspected representation.
- introspect(OAuth2Request) - Method in class org.forgerock.oauth2.core.TokenIntrospectionService
-
- introspect(Representation) - Method in class org.forgerock.oauth2.restlet.TokenIntrospectionResource
-
Wraps the introspection service in a Restlet API.
- introspect(OAuth2Request, String, String, String) - Method in class org.forgerock.openam.uma.UmaTokenIntrospectionHandler
-
- IntrospectableToken - Interface in org.forgerock.oauth2.core
-
An OAuth 2.0 token abstraction for introspection.
- IntrospectionEndpoint() - Constructor for class org.forgerock.openam.oauth2.OAuth2Constants.IntrospectionEndpoint
-
- intToTwoBytes(int) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
-
Converts integer to byte array.
- intValue - Variable in class com.sun.identity.log.service.LogType
-
Integer variable to keep log type
- intValue - Variable in class com.sun.identity.log.service.ParamIndex
-
String variable to keep integer value
- INVALID - Static variable in class com.sun.identity.authentication.internal.AuthSSOToken
-
- INVALID - Static variable in class com.sun.identity.saml.assertion.Condition
-
The Condition is invalid.
- invalid() - Static method in class com.sun.identity.security.AdminTokenAction
-
Resets cached SSOToken.
- INVALID - Static variable in class org.forgerock.openam.sm.datalayer.impl.ldap.ExternalLdapConfig
-
Invalid number indicates a non numeric was entered into the configuration for a
numeric field.
- INVALID_ACT_FED_INFO_IN_IDS - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Account management: Account federation info is
modified in the directory.
- INVALID_ADMIN - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- INVALID_APP_REALM - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- INVALID_APP_TYPE - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- INVALID_APPLICATION_CLASS - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- INVALID_APPLICATION_ID - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- INVALID_ASSERTION - Static variable in class com.sun.identity.federation.common.LogUtil
-
Assertion is invalid.
- INVALID_ATTEMPTS_DATA_ATTR_NAME - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- INVALID_ATTR_NAME_OR_VALUE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- INVALID_AUTH_LEVEL - Static variable in class com.sun.identity.authentication.service.AMAuthErrorCode
-
Invalid auth level
- INVALID_AUTH_TYPE - Static variable in class com.sun.identity.saml.common.LogUtils
-
Constants for log message INVALID_AUTH_TYPE.
- INVALID_AUTHN_REQUEST - Static variable in class com.sun.identity.federation.common.LogUtil
-
Authentication Request is invalid.
- INVALID_AUTHN_REQUEST_EXCEPTION - Static variable in class com.sun.identity.federation.common.LogUtil
-
Authentication Request is invalid.
- INVALID_AUTHN_RESPONSE - Static variable in class com.sun.identity.federation.common.LogUtil
-
Invalid Authentication Response
- INVALID_AUTHN_RESPONSE - Static variable in interface com.sun.identity.federation.plugins.FederationSPAdapter
-
Deprecated.
Response from IDP with Browser POST or LECP profile contains * non-Success status code.
- INVALID_CLASS - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- INVALID_CLIENT - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Error
-
The client identifier provided is invalid, the client failed to
authenticate, the client did not include its credentials, provided
multiple client credentials, or used unsupported credentials type.
- INVALID_CLIENT_METADATA - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Error
-
The request contains invalid client metadata.
- INVALID_CODE - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Error
-
The code provided is invalid.
- INVALID_COS_ATTRIBUTE_QUALIFIER - Static variable in interface com.iplanet.ums.IUMSConstants
-
- INVALID_COSDEFINITION - Static variable in interface com.iplanet.ums.IUMSConstants
-
- INVALID_COT_NAME - Static variable in class com.sun.identity.cot.LogUtil
-
- INVALID_COT_TYPE - Static variable in class com.sun.identity.cot.LogUtil
-
- INVALID_COT_TYPE_DELETE_COT_DESCRIPTOR - Static variable in class com.sun.identity.cot.LogUtil
-
- INVALID_ENTITLEMENT_SUBJECT_CLASS - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- INVALID_ENTITY_CONFIG - Static variable in class com.sun.identity.federation.common.LogUtil
-
Invallid Entity configuration.
- INVALID_ENTITY_DESCRIPTOR - Static variable in class com.sun.identity.federation.common.LogUtil
-
Invalid Entity Descriptor.
- INVALID_ENTRY_ID - Static variable in exception com.iplanet.services.ldap.LDAPServiceException
-
INVALID_ENTRY_ID(16) Typically, if an invalid ID is passed to Entry's
constructor, this error is thrown.
- INVALID_GOTO_STRINGS - Static variable in interface com.sun.identity.shared.Constants
-
property string representing set of invalid strings in a goto or target
query parameter for a CDC Servlet
- INVALID_GRANT - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Error
-
The provided access grant is invalid, expired, or revoked (e.g.
- INVALID_IDP - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_INRESPONSETO_RESPONSE - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_ISSUER_ASSERTION - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_ISSUER_IN_ASSERTION_FROM_PDP - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_ISSUER_IN_PEP_REQUEST - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_ISSUER_REQUEST - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_ISSUER_RESPONSE - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_JSON - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- INVALID_LOG_NAME - Static variable in exception com.iplanet.log.LogException
-
Log name is in valid.
- INVALID_MNI_RESPONSE - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_NAME_ERROR_DELETE_COT_DESCRIPTOR - Static variable in class com.sun.identity.cot.LogUtil
-
- INVALID_NAME_ID_POLICY - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- INVALID_NAME_IDENTIFIER_TYPE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Account management: Invalid name identifier type.
- INVALID_OAUTH2_SCOPE - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- INVALID_OPERATION - Static variable in exception com.iplanet.services.ldap.LDAPServiceException
-
INVALID_OPERATION(5) Reported an invalid operation.
- INVALID_OPTION_VALUE - Static variable in interface com.sun.identity.cli.ExitCodes
-
Invalid option value.
- INVALID_PDP_ID - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_PEP_ID - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_POLICY_ID - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- INVALID_PORT - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- INVALID_PRIVILEGE_CLASS - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- INVALID_PROPERTY_VALUE - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- INVALID_PROPERTY_VALUE_UNKNOWN_VALUE - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- INVALID_PROVIDER - Static variable in class com.sun.identity.federation.common.LogUtil
-
Logout Failed , no Provider
- INVALID_QUERY_FILTER - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- INVALID_QUERY_ID - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- INVALID_REALM_CREATE_ENTITY_CONFIG - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_REALM_CREATE_ENTITY_DESCRIPTOR - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_REALM_DELETE_ENTITY_CONFIG - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_REALM_DELETE_ENTITY_DESCRIPTOR - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_REALM_FOR_SESSION - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_REALM_GET_ALL_ENTITIES - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_REALM_GET_ALL_HOSTED_ENTITIES - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_REALM_GET_ALL_REMOTE_ENTITIES - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_REALM_GET_ENTITY_CONFIG - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_REALM_GET_ENTITY_DESCRIPTOR - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_REALM_SET_ENTITY_CONFIG - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_REALM_SET_ENTITY_DESCRIPTOR - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_REF_TO_MSG_ID - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
- INVALID_REQUEST - Static variable in class com.sun.identity.saml.common.LogUtils
-
Constants for log message INVALID_REQUEST.
- INVALID_REQUEST - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Error
-
The request is missing a required parameter, includes an invalid
parameter value, or is otherwise malformed.
- INVALID_REQUEST_ID - Static variable in class com.sun.identity.federation.common.LogUtil
-
Invalid Request ID
- INVALID_RESOURCE - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- INVALID_RESOURCE_TYPE - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- INVALID_RESPONSE - Static variable in class com.sun.identity.federation.common.LogUtil
-
Response is invalid.
- INVALID_RESPONSE - Static variable in interface com.sun.identity.federation.plugins.FederationSPAdapter
-
Deprecated.
Response from IDP with Browser Artifact profile contains
non-Success status code.
- INVALID_RESPONSE - Static variable in class com.sun.identity.saml.common.LogUtils
-
Constants for log message INVALID_RESPONSE.
- INVALID_RESPONSE - Static variable in class com.sun.identity.saml2.plugins.SAML2ServiceProviderAdapter
-
Status code for invalid response from IDP.
- INVALID_RESPONSE_SIGNATURE - Static variable in class com.sun.identity.saml.common.LogUtils
-
Constants for log message INVALID_RESPONSE_SIGNATURE.
- INVALID_SAML_REQUEST - Static variable in class org.forgerock.openam.saml2.SAMLBase
-
- INVALID_SCOPE - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Error
-
The requested scope is invalid, unknown, or malformed.
- INVALID_SCOPE_BEHAVIOUR - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2ProviderService
-
- INVALID_SCRIPT_ID - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- INVALID_SEARCH_CONSTRAINTS - Static variable in exception com.iplanet.services.ldap.LDAPServiceException
-
INVALID_SEARCH_CONSTRAINTS(12) If the constraints specified are not
comprehendable, then this error is returned.
- INVALID_SEARCH_FILTER - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- INVALID_SEARCH_FILTER - Static variable in class com.sun.identity.entitlement.xacml3.SearchFilterFactory
-
- INVALID_SELECT - Static variable in class com.sun.identity.liberty.ws.dst.DSTConstants
-
- INVALID_SERVER_ID - Static variable in class com.iplanet.services.ldap.DSConfigMgr
-
- INVALID_SESSION - Static variable in exception com.iplanet.log.LogException
-
Invalid session.
- INVALID_SESSION_STATE - Static variable in class com.iplanet.dpro.session.operations.strategies.ClientSdkOperations
-
- INVALID_SESSION_STATE - Static variable in class com.iplanet.dpro.session.utils.SessionInfoFactory
-
- INVALID_SIGNATURE - Static variable in class com.sun.identity.federation.common.LogUtil
-
Invalid Signature for Registration.
- INVALID_SIGNATURE_ASSERTION - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_SIGNATURE_ASSERTION - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- INVALID_SIGNATURE_ASSERTION_FROM_PDP - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_SIGNATURE_QUERY - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_SLO_RESPONSE - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_SOAP_MESSAGE - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_SOAP_RESPONSE - Static variable in class com.sun.identity.federation.common.LogUtil
-
SOAP Response is invalid.
- INVALID_SP - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_SSOTOKEN - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_SUBCOMMAND - Static variable in interface com.sun.identity.cli.ExitCodes
-
Invalid sub command.
- INVALID_TIME_SUBJECT_CONFIRMATION_DATA - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- INVALID_TOKEN - Static variable in interface com.iplanet.ums.IUMSConstants
-
- INVALID_TOKEN - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Error
-
The access token provided is expired, revoked, malformed, or invalid
for other reasons.
- INVALID_USER_ID - Static variable in class com.iplanet.services.ldap.DSConfigMgr
-
- INVALID_USERID_CHARACTERS - Static variable in interface com.iplanet.am.sdk.AMConstants
-
Deprecated.
- INVALID_VALUE - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- INVALID_WRESULT - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- INVALID_WSDL_LOCATION - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- INVALID_XML - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- INVALID_XML - Static variable in class com.sun.identity.entitlement.xacml3.XACMLReaderWriter
-
- invalidAnswer(AMIdentity) - Method in class com.sun.identity.password.ui.model.PWResetAccountLockout
-
Stores the attempt of the user's password reset failure in the map.
- InvalidAppSSOTokenException - Exception in com.sun.identity.policy.client
-
Exception thrown if Application SSOToken is invalid.
- InvalidAppSSOTokenException(String) - Constructor for exception com.sun.identity.policy.client.InvalidAppSSOTokenException
-
Constructs InvalidAppSSOTokenException
- InvalidAppSSOTokenException(String, String, Object[]) - Constructor for exception com.sun.identity.policy.client.InvalidAppSSOTokenException
-
Constructs InvalidAppSSOTokenException
- InvalidAppSSOTokenException(String, String, Object[], Throwable) - Constructor for exception com.sun.identity.policy.client.InvalidAppSSOTokenException
-
Constructs InvalidAppSSOTokenException
- invalidate() - Method in class com.sun.identity.authentication.internal.AuthSSOToken
-
- invalidate() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteSession
-
Invalidates this session, only works pre-serialization
- INVALIDATE_INTERIM_OPENAM_SESSION - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- invalidateAccessToken(String) - Method in interface org.forgerock.openam.sts.soap.bootstrap.SoapSTSAccessTokenProvider
-
Invalidates the session obtained by calling getAccessToken.
- invalidateAccessToken(String) - Method in class org.forgerock.openam.sts.soap.bootstrap.SoapSTSAccessTokenProviderImpl
-
- invalidateAMSessions(Set<String>) - Method in interface org.forgerock.openam.sts.token.provider.AMSessionInvalidator
-
- invalidateAMSessions(Set<String>) - Method in class org.forgerock.openam.sts.token.provider.AMSessionInvalidatorImpl
-
- invalidateCache(SessionID) - Method in class org.forgerock.openam.session.service.access.persistence.caching.InMemoryInternalSessionCacheStep
-
- invalidateCachedEntry(String) - Method in interface org.forgerock.openam.sts.tokengeneration.state.STSInstanceStateProvider
-
Because implementations may cache sts instance state, it must be possible for persistent-store listeners
(currently ServiceListener implementations) to invalidate cached entries
- invalidateCachedEntry(String) - Method in class org.forgerock.openam.sts.tokengeneration.state.STSInstanceStateProviderBase
-
- invalidateInterimOpenAMSession() - Method in class org.forgerock.openam.sts.rest.config.user.TokenTransformConfig
-
- invalidateInterimOpenAMSession() - Method in class org.forgerock.openam.sts.soap.config.user.TokenValidationConfig
-
- invalidateSession(Object, HttpServletRequest, HttpServletResponse, String) - Static method in class com.sun.identity.multiprotocol.MultiProtocolUtils
-
Invalidates session for a specific protocol.
- invalidateSession(Object, HttpServletRequest, HttpServletResponse) - Method in class com.sun.identity.plugin.session.impl.FedletSessionProvider
-
May be used by both SP and IDP side to invalidate a session.
- invalidateSession(Object, HttpServletRequest, HttpServletResponse) - Method in class com.sun.identity.plugin.session.impl.FMSessionProvider
-
May be used by both SP and IDP side to invalidate a session.
- invalidateSession(Object, HttpServletRequest, HttpServletResponse) - Method in interface com.sun.identity.plugin.session.SessionProvider
-
May be used by both SP and IDP side to invalidate a session.
- invalidateToken(IssuedTokenContext) - Method in class com.sun.identity.wss.sts.spi.FAMSTSTokenProvider
-
- invalidateTokenGenerationServiceConsumptionToken(String) - Method in class org.forgerock.openam.sts.soap.token.provider.SoapTokenProviderBase
-
- invalidateTokens(OAuth2Request, String, String, String) - Method in class org.forgerock.oauth2.core.TokenInvalidator
-
Invalidates all tokens associated with same auth grant, client and resource owner.
- InvalidAttributeNameException - Exception in com.sun.identity.sm
-
The InvalidAttributeNameException is thrown to indicate that
an invalid attribute name was used.
- InvalidAttributeNameException() - Constructor for exception com.sun.identity.sm.InvalidAttributeNameException
-
Constructs an InvalidAttributeNameException with no
specified detail message.
- InvalidAttributeNameException(String) - Constructor for exception com.sun.identity.sm.InvalidAttributeNameException
-
Constructs an InvalidAttributeNameException with the
specified detail message.
- InvalidAttributeNameException(String, String, Object[]) - Constructor for exception com.sun.identity.sm.InvalidAttributeNameException
-
Constructs an InvalidAttributeNameException with the
specified error code.
- InvalidAttributeValueException - Exception in com.sun.identity.sm
-
- InvalidAttributeValueException() - Constructor for exception com.sun.identity.sm.InvalidAttributeValueException
-
Constructs an InvalidAttributeValueException with no
specified detail message.
- InvalidAttributeValueException(String) - Constructor for exception com.sun.identity.sm.InvalidAttributeValueException
-
Constructs an InvalidAttributeValueException with the
specified detail message.
- InvalidAttributeValueException(String, String, Object[]) - Constructor for exception com.sun.identity.sm.InvalidAttributeValueException
-
Constructs an InvalidAttributeValueException with the
specified error code.
- InvalidAuthContextException - Exception in com.sun.identity.authentication.internal
-
- InvalidAuthContextException() - Constructor for exception com.sun.identity.authentication.internal.InvalidAuthContextException
-
- InvalidBaseUrlException - Exception in org.forgerock.openam.services.baseurl
-
An exception representing an invalid base URL.
- InvalidBaseUrlException(String) - Constructor for exception org.forgerock.openam.services.baseurl.InvalidBaseUrlException
-
- InvalidBaseUrlException(String, Exception) - Constructor for exception org.forgerock.openam.services.baseurl.InvalidBaseUrlException
-
- InvalidClientAuthZHeaderException - Exception in org.forgerock.oauth2.core.exceptions
-
Thrown when client authentication fails.
- InvalidClientException - Exception in org.forgerock.oauth2.core.exceptions
-
Thrown when either the request does not contain the client's id or the client fails to be authenticated.
- InvalidClientException(int, String, String) - Constructor for exception org.forgerock.oauth2.core.exceptions.InvalidClientException
-
- InvalidClientMetadata - Exception in org.forgerock.openidconnect.exceptions
-
Thrown when a client's registration details are invalid.
- InvalidClientMetadata() - Constructor for exception org.forgerock.openidconnect.exceptions.InvalidClientMetadata
-
Constructs a new InvalidClientMetadata exception with the default message.
- InvalidClientMetadata(String) - Constructor for exception org.forgerock.openidconnect.exceptions.InvalidClientMetadata
-
Constructs a new InvalidClientMetadata exception with the passed-in mesage.
- InvalidCodeException - Exception in org.forgerock.oauth2.core.exceptions
-
Thrown when an expired authorization code is used to request an access token.
- InvalidCodeException(String) - Constructor for exception org.forgerock.oauth2.core.exceptions.InvalidCodeException
-
Constructs a new InvalidCodeException with the specified message.
- InvalidConfigurationException - Exception in org.forgerock.openam.sm.exceptions
-
Thrown when attempting to configure a Connection Pool with an invalid configuration.
- InvalidConfigurationException(String) - Constructor for exception org.forgerock.openam.sm.exceptions.InvalidConfigurationException
-
- InvalidDCRootException - Exception in com.iplanet.ums.dctree
-
Exception occurs when root of DCTree are not defined for DCTree to function
properly.
- InvalidDCRootException() - Constructor for exception com.iplanet.ums.dctree.InvalidDCRootException
-
Default constructor
- InvalidDCRootException(String) - Constructor for exception com.iplanet.ums.dctree.InvalidDCRootException
-
Constructor with a message string
- InvalidDCRootException(String, Throwable) - Constructor for exception com.iplanet.ums.dctree.InvalidDCRootException
-
Constructor with message string and an
embedded exception
- InvalidDebugConfigurationException - Exception in com.sun.identity.shared.debug.file.impl
-
Invalid configuration properties
- InvalidDebugConfigurationException(String) - Constructor for exception com.sun.identity.shared.debug.file.impl.InvalidDebugConfigurationException
-
- InvalidDebugConfigurationException(String, Throwable) - Constructor for exception com.sun.identity.shared.debug.file.impl.InvalidDebugConfigurationException
-
- InvalidFormatException - Exception in com.sun.identity.policy
-
Exception thrown if a name of an object such as policy, rule or
referral has invalid format
- InvalidFormatException(String, String, int) - Constructor for exception com.sun.identity.policy.InvalidFormatException
-
Constructs a InvalidFormatException instance.
- InvalidFormatException(Throwable, String, int) - Constructor for exception com.sun.identity.policy.InvalidFormatException
-
Constructs a InvalidFormatException instance.
- InvalidFormatException(String, String, Object[], Throwable, String, int) - Constructor for exception com.sun.identity.policy.InvalidFormatException
-
Constructs a InvalidFormatException instance.
- InvalidFormatException(String, String, Object[], String, int) - Constructor for exception com.sun.identity.policy.InvalidFormatException
-
Constructs a InvalidFormatException instance.
- InvalidGrantException - Exception in org.forgerock.oauth2.core.exceptions
-
Thrown when the requested grant type is not supported/
- InvalidGrantException() - Constructor for exception org.forgerock.oauth2.core.exceptions.InvalidGrantException
-
Constructs a new InvalidGrantException with the default message.
- InvalidGrantException(String) - Constructor for exception org.forgerock.oauth2.core.exceptions.InvalidGrantException
-
Constructs a new InvalidGrantException with the specified message.
- InvalidNameException - Exception in com.sun.identity.policy
-
Exception thrown if a name of an object such as policy, rule or
referral is invalid
- InvalidNameException(String, String, int) - Constructor for exception com.sun.identity.policy.InvalidNameException
-
Constructor
- InvalidNameException(String, String, Object[], String, int) - Constructor for exception com.sun.identity.policy.InvalidNameException
-
Constructor
- InvalidNameException(String, String, Object[], Throwable, String, int) - Constructor for exception com.sun.identity.policy.InvalidNameException
-
Constructor
- InvalidNameException(Throwable, String, int) - Constructor for exception com.sun.identity.policy.InvalidNameException
-
Constructor
- invalidPasswd(String, String, AMIdentity, AccountLockoutInfo) - Method in class com.sun.identity.common.ISAccountLockout
-
Determines the number of times user failed authentication
updates the accountInfo object with the user information and count of
failed authentication attempts.
- invalidPasswd(AMIdentity, AccountLockoutInfo) - Method in class com.sun.identity.common.ISAccountLockout
-
Determines the number of times user failed authentication
updates the accountInfo object with the user information and count of
failed authentication attempts.
- InvalidPasswordException - Exception in com.sun.identity.authentication.spi
-
Exception that is thrown when the user-entered password token causes the
authentication module to be authenticated to fail.
- InvalidPasswordException(String, String, Object[]) - Constructor for exception com.sun.identity.authentication.spi.InvalidPasswordException
-
Constructs an InvalidPasswordException object.
- InvalidPasswordException(String) - Constructor for exception com.sun.identity.authentication.spi.InvalidPasswordException
-
Constructs an InvalidPasswordException object.
- InvalidPasswordException(String, String) - Constructor for exception com.sun.identity.authentication.spi.InvalidPasswordException
-
Constructs an InvalidPasswordException object.
- InvalidPasswordException(Throwable) - Constructor for exception com.sun.identity.authentication.spi.InvalidPasswordException
-
Constructs an InvalidPasswordException object.
- InvalidPasswordException(String, String, Object[], String, Throwable) - Constructor for exception com.sun.identity.authentication.spi.InvalidPasswordException
-
Constructs an InvalidPasswordException object.
- InvalidPostLogoutRedirectUri - Exception in org.forgerock.openidconnect.exceptions
-
Thrown when a client's post logout redirect uri is invalid.
- InvalidPostLogoutRedirectUri() - Constructor for exception org.forgerock.openidconnect.exceptions.InvalidPostLogoutRedirectUri
-
Constructs a new InvalidPostLogoutRedirectUri exception with the default message.
- InvalidRealmNameManager - Class in com.sun.identity.sm
-
Manager for maintaining list of REST endpoints that cannot be used as realm names.
- InvalidRedirectUri - Exception in org.forgerock.openidconnect.exceptions
-
Thrown when a client's redirect uri are invalid.
- InvalidRedirectUri() - Constructor for exception org.forgerock.openidconnect.exceptions.InvalidRedirectUri
-
Constructs a new InvalidRedirectUri exception with the default message.
- InvalidRequestException - Exception in org.forgerock.oauth2.core.exceptions
-
Thrown when the request is missing any required parameters or is otherwise malformed.
- InvalidRequestException() - Constructor for exception org.forgerock.oauth2.core.exceptions.InvalidRequestException
-
Constructs a new InvalidRequestException with the default message.
- InvalidRequestException(String) - Constructor for exception org.forgerock.oauth2.core.exceptions.InvalidRequestException
-
Constructs a new InvalidRequestException with the specified message.
- InvalidRequestException(String, OAuth2Constants.UrlLocation) - Constructor for exception org.forgerock.oauth2.core.exceptions.InvalidRequestException
-
Constructs a new InvalidRequestException with the specified message.
- InvalidScopeException - Exception in org.forgerock.oauth2.core.exceptions
-
Thrown when the requested scope is invalid, unknown, or malformed.
- InvalidScopeException() - Constructor for exception org.forgerock.oauth2.core.exceptions.InvalidScopeException
-
Constructs a new InvalidScopeException with the default message.
- InvalidScopeException(String) - Constructor for exception org.forgerock.oauth2.core.exceptions.InvalidScopeException
-
Constructs a new InvalidScopeException with the specified message.
- InvalidScopeException(String, OAuth2Constants.UrlLocation) - Constructor for exception org.forgerock.oauth2.core.exceptions.InvalidScopeException
-
Constructs a new InvalidScopeException with the specified message.
- InvalidSearchFilterException - Exception in com.iplanet.ums
-
This exception will be thrown if invalid LDAP search filters are used during
search operations.
- InvalidSearchFilterException() - Constructor for exception com.iplanet.ums.InvalidSearchFilterException
-
Default constructor
- InvalidSearchFilterException(String) - Constructor for exception com.iplanet.ums.InvalidSearchFilterException
-
Constructor with a message string.
- InvalidSearchFilterException(String, Throwable) - Constructor for exception com.iplanet.ums.InvalidSearchFilterException
-
Constructor with message string and an embedded exception.
- invalidSession() - Method in class org.forgerock.openam.core.rest.session.SessionResourceUtil
-
Creates a json representation to denote invalis session
- InvalidSessionIdException - Exception in org.forgerock.openam.dpro.session
-
This exception describes the case when a session is considered invalid, most likely because the session ID cannot be
found in the deployment.
- InvalidSessionIdException() - Constructor for exception org.forgerock.openam.dpro.session.InvalidSessionIdException
-
Constructs a new exception object, no session ID will be provided in the error message.
- InvalidSessionIdException(SessionID) - Constructor for exception org.forgerock.openam.dpro.session.InvalidSessionIdException
-
Constructs a new exception object.
- InvalidSessionIdException(String) - Constructor for exception org.forgerock.openam.dpro.session.InvalidSessionIdException
-
Constructs a new exception object.
- InvalidSNMPQueryException - Exception in org.forgerock.openam.monitoring.cts
-
Thrown by the SNMP-exposed Monitoring Service.
- InvalidSNMPQueryException() - Constructor for exception org.forgerock.openam.monitoring.cts.InvalidSNMPQueryException
-
- InvalidSNMPQueryException(String, Throwable) - Constructor for exception org.forgerock.openam.monitoring.cts.InvalidSNMPQueryException
-
- InvalidSNMPQueryException(Throwable) - Constructor for exception org.forgerock.openam.monitoring.cts.InvalidSNMPQueryException
-
- InvalidSNMPQueryException(String) - Constructor for exception org.forgerock.openam.monitoring.cts.InvalidSNMPQueryException
-
- InvalidStatusCodeSaml2Exception - Exception in com.sun.identity.saml2.common
-
This class is an extension point for proxying saml2 firstlevel and secondlevel status code related exceptions.
- InvalidStatusCodeSaml2Exception(String, String) - Constructor for exception com.sun.identity.saml2.common.InvalidStatusCodeSaml2Exception
-
Constructs a new InvalidStatusCodeSaml2Exception without a nested Throwable.
- InvalidTokenException - Exception in org.forgerock.oauth2.core.exceptions
-
Thrown when a access token is used which does not exist on the OAuth2 provider.
- InvalidTokenException() - Constructor for exception org.forgerock.oauth2.core.exceptions.InvalidTokenException
-
Constructs a new InvalidTokenException with the default message.
- invertMap(Map<K, V>) - Static method in class org.forgerock.openam.utils.CollectionUtils
-
Creates a new Map which contains the entries of the provided map but with keys and values exchanged.
- INVOCATOR_PRINCIPAL_UUID - Static variable in interface com.sun.identity.policy.interfaces.Condition
-
Deprecated.
Key that is passed in the env parameter while invoking
getConditionDecision method of an
AMIdentityMembershipCondition.
- INVOCATOR_PRINCIPAL_UUID - Static variable in class org.forgerock.openam.entitlement.conditions.environment.ConditionConstants
-
Key that is passed in the env parameter while invoking getConditionDecision method of an
AMIdentityMembershipCondition.
- invoke(Source) - Method in class com.sun.identity.wss.sts.FAMSTSImpl
-
- invokeAll(Collection<? extends Callable<T>>) - Method in class org.forgerock.openam.audit.context.AuditRequestContextPropagatingExecutorService
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.forgerock.openam.audit.context.AuditRequestContextPropagatingExecutorService
- invokeAny(Collection<? extends Callable<T>>) - Method in class org.forgerock.openam.audit.context.AuditRequestContextPropagatingExecutorService
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.forgerock.openam.audit.context.AuditRequestContextPropagatingExecutorService
- invokeListeners(SessionEvent) - Static method in class com.iplanet.dpro.session.Session
-
Invokes all listeners on the Session associated with the event.
- IO_EXCEPTION - Static variable in interface com.sun.identity.cli.ExitCodes
-
Input/Output Exception
- IOUtils - Class in org.forgerock.openam.utils
-
Utility class for handling I/O streams.
- IOutput - Interface in com.sun.identity.cli
-
Interface defines methods for writing messages from CLI engine.
- IP - Static variable in class com.sun.identity.policy.plugins.ResourceEnvIPCondition
-
Deprecated.
- IP - Static variable in class com.sun.identity.wsfederation.servlet.WSFederationService
-
- IP_ADDR - Static variable in class com.sun.identity.log.LogConstants
-
The IPAddr field.
- IP_ADDR - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
The IPAddr field.
- IP_ADDR - Static variable in class com.sun.identity.wss.logging.LogUtil
-
The IPAddr field.
- IP_CONDITION_CONFIGURATION_REQUIRED - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- IP_RANGE - Static variable in class org.forgerock.openam.entitlement.conditions.environment.ConditionConstants
-
Key that is used in IPCondition to define the IP address values for which a policy applies.
- IP_RANGE - Static variable in class org.forgerock.openam.network.ipv4.IPv4Condition
-
Deprecated.
Key that is used in IPv4Condition to define the IP address
values for which a policy applies.
- IP_RANGE - Static variable in class org.forgerock.openam.network.ipv6.IPv6Condition
-
Deprecated.
Key that is used in IPv6Condition to define the IP address
values for which a policy applies.
- IP_RESOURCE_ENV_PARAM - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
Query param name for IP/Resource/Environment based authentication
- IP_VERSION - Static variable in class com.sun.identity.policy.plugins.IPCondition
-
Deprecated.
- IP_VERSION - Static variable in class org.forgerock.openam.network.ipv4.IPv4Condition
-
Deprecated.
- IP_VERSION - Static variable in class org.forgerock.openam.network.ipv6.IPv6Condition
-
Deprecated.
- IPAddressValidator - Class in com.sun.identity.sm
-
The class IPAddressValidator is used to check if the IP
address is syntactically correct.
- IPAddressValidator() - Constructor for class com.sun.identity.sm.IPAddressValidator
-
- IPCondition - Class in com.sun.identity.policy.plugins
-
- IPCondition() - Constructor for class com.sun.identity.policy.plugins.IPCondition
-
Deprecated.
No argument constructor
- IPLANET_DOMAIN_NAME_ATTR - Static variable in class com.iplanet.am.sdk.common.DCTreeServicesHelper
-
- IPRange - Class in org.forgerock.openam.utils
-
- IPRange() - Constructor for class org.forgerock.openam.utils.IPRange
-
build a range with 2 ips
- IPRange(String) - Constructor for class org.forgerock.openam.utils.IPRange
-
- IPrivilege - Interface in com.sun.identity.entitlement
-
Class that implements this interface has a evaluate method.
- IPrivilegeManager<T extends IPrivilege> - Interface in com.sun.identity.entitlement
-
Defines Create Read Update Delete operations for implementation of IPrivilege.
- IPRPSignoutRequest - Class in com.sun.identity.wsfederation.servlet
-
This class implements the sign-out request for both identity provider and
service provider.
- IPRPSignoutRequest(HttpServletRequest, HttpServletResponse, String) - Constructor for class com.sun.identity.wsfederation.servlet.IPRPSignoutRequest
-
Creates a new instance of RPSigninRequest.
- IPSigninRequest - Class in com.sun.identity.wsfederation.servlet
-
This class implements the sign-in request for the identity provider.
- IPSigninRequest(HttpServletRequest, HttpServletResponse, String, String, String, String, String) - Constructor for class com.sun.identity.wsfederation.servlet.IPSigninRequest
-
Creates a new instance of RPSigninRequest
- IPSServerSocket - Class in com.iplanet.am.util
-
- IPSServerSocket() - Constructor for class com.iplanet.am.util.IPSServerSocket
-
- IPSServerSocket(int) - Constructor for class com.iplanet.am.util.IPSServerSocket
-
- IPSServerSocket(int, int) - Constructor for class com.iplanet.am.util.IPSServerSocket
-
- IPV4 - Static variable in class com.sun.identity.policy.plugins.IPCondition
-
Deprecated.
- IPv4AddressRange - Class in org.forgerock.openam.network.ipv4
-
- IPv4AddressRange() - Constructor for class org.forgerock.openam.network.ipv4.IPv4AddressRange
-
build a range with 2 ips
- IPv4AddressRange(String) - Constructor for class org.forgerock.openam.network.ipv4.IPv4AddressRange
-
- IPv4Condition - Class in org.forgerock.openam.entitlement.conditions.environment
-
An EntitlementCondition that can be used to enable/disable an authorization policy
based on the IP address and DNS name of the originating client requesting access to a resource.
- IPv4Condition() - Constructor for class org.forgerock.openam.entitlement.conditions.environment.IPv4Condition
-
Constructs a new IPv4Condition instance.
- IPv4Condition(String, String, List<String>, List<String>) - Constructor for class org.forgerock.openam.entitlement.conditions.environment.IPv4Condition
-
JSON deserialization constructor used to ensure fields are set in an order
that allows inter-field validation to pass.
- IPv4Condition - Class in org.forgerock.openam.network.ipv4
-
- IPv4Condition() - Constructor for class org.forgerock.openam.network.ipv4.IPv4Condition
-
Deprecated.
No argument constructor
- IPV6 - Static variable in class com.sun.identity.policy.plugins.IPCondition
-
Deprecated.
- IPv6Condition - Class in org.forgerock.openam.entitlement.conditions.environment
-
An EntitlementCondition that can be used to enable/disable an authorization policy
based on the IP address and DNS name of the originating client requesting access to a resource.
- IPv6Condition() - Constructor for class org.forgerock.openam.entitlement.conditions.environment.IPv6Condition
-
Constructs a new IPv6Condition instance.
- IPv6Condition(String, String, List<String>, List<String>) - Constructor for class org.forgerock.openam.entitlement.conditions.environment.IPv6Condition
-
JSON deserialization constructor used to ensure fields are set in an order
that allows inter-field validation to pass.
- IPv6Condition - Class in org.forgerock.openam.network.ipv6
-
- IPv6Condition() - Constructor for class org.forgerock.openam.network.ipv6.IPv6Condition
-
Deprecated.
No argument constructor
- IPVersion - Enum in org.forgerock.openam.entitlement.conditions.environment
-
An enum representing the different versions of IP addresses.
- IPX_HEADER - Static variable in class org.forgerock.openam.radius.common.packet.FramedCompressionAttribute
-
This compression value indicates IPX header compression.
- IRole - Interface in com.iplanet.ums
-
This is a common iterface from which different roles can
be implemented.
- is2faMandatory() - Method in class com.sun.identity.authentication.service.LoginState
-
- IS_ACTIVE_ACTION_ID - Static variable in class org.forgerock.openam.core.rest.session.SessionResource
-
- IS_AFFILIATE_MEMBER_SUCCEEDED - Static variable in class com.sun.identity.federation.common.LogUtil
-
Checking affiliation member returned successfully.
- IS_BEARER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Is Bearer assertion
- IS_COLLECTED_RESPONSE_FROM_USER_AGENT - Static variable in class com.sun.identity.liberty.ws.common.LogUtil
-
Interaction service collected response from user agent.
- IS_CONSENT_IMPLIED - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2Client
-
- IS_DEFAULT - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- IS_ENABLE_UNIQUE_COOKIE - Static variable in interface com.sun.identity.shared.Constants
-
Property string to enable Session/Cookie hijacking mode in Access
Manager.
- IS_PASSIVE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Request IDP to be Passive
- IS_PASSIVE_ELEM - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
IsPassive Element Name
- IS_PASSIVE_QUERY - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
isPassive
- IS_PCOOKIE - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- IS_PRESENTED_QUERY_TO_USER_AGENT - Static variable in class com.sun.identity.liberty.ws.common.LogUtil
-
InteractionService presented query page to user agent.
- IS_REDIRECTED_USER_AGENT - Static variable in class com.sun.identity.liberty.ws.common.LogUtil
-
IneractionManager redirected user agent to interaction service.
- IS_REDIRECTED_USER_AGENT_BACK - Static variable in class com.sun.identity.liberty.ws.common.LogUtil
-
IneractionManager redirected user agent back to SP.
- IS_REFERRAL_POLICY - Static variable in interface com.sun.identity.entitlement.xacml3.XACMLConstants
-
- IS_RESENDING_MESSAGE - Static variable in class com.sun.identity.liberty.ws.common.LogUtil
-
IneractionManager resending message to SP.
- IS_RETURNING_RESPONSE_ELEMENT - Static variable in class com.sun.identity.liberty.ws.common.LogUtil
-
Interaction service returning response element.
- IS_RETURNING_RESPONSE_MESSAGE - Static variable in class com.sun.identity.liberty.ws.common.LogUtil
-
IneractionManager returning response message.
- IS_ROLES_BASE_DN - Static variable in class com.sun.identity.policy.PolicyConfig
-
- IS_ROLES_SEARCH_SCOPE - Static variable in class com.sun.identity.policy.PolicyConfig
-
- IS_SENDING_MESSAGE - Static variable in class com.sun.identity.liberty.ws.common.LogUtil
-
IneractionManager sending message to SP.
- IS_SOAP_PROFILE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
boolean to indicate if this is SOAP profile
- isAccepted() - Method in class org.forgerock.openam.license.License
-
Returns true if the user has accepted the license.
- isAccepted() - Method in class org.forgerock.openam.license.LicenseSet
-
Checks whether all of the licenses in the license set have been accepted.
- isAccepted() - Method in class org.forgerock.openam.license.PersistentLicense
-
- isAccessLoggable(Level) - Static method in class com.sun.identity.coretoken.TokenLogUtils
-
Checks if an access message of the given level would actually be logged
by this logger.
- isAccessLoggable(Level) - Static method in class com.sun.identity.cot.LogUtil
-
Checks if an access message of the given level would actually be logged
by this logger.
- isAccessLoggable(Level) - Static method in class com.sun.identity.federation.common.LogUtil
-
Checks if an access message of the given level would actually be logged
by this logger.
- isAccessLoggable(Level) - Method in class com.sun.identity.plugin.log.impl.FedletLogger
-
Checks if an access message of the given level would actually be logged
by this logger.
- isAccessLoggable(Level) - Method in class com.sun.identity.plugin.log.impl.LogProvider
-
Checks if an access message of the given level would actually be logged
by this logger.
- isAccessLoggable(Level) - Method in interface com.sun.identity.plugin.log.Logger
-
Checks if an access message of the given level would actually be logged
by this logger.
- isAccessLoggable(Level) - Static method in class com.sun.identity.saml.common.LogUtils
-
Checks if an access message of the given level would actually be logged
by this logger.
- isAccessLoggable(Level) - Static method in class com.sun.identity.saml2.logging.LogUtil
-
Checks if an access message of the given level would actually be logged
by this logger.
- isAccessLoggable(Level) - Static method in class com.sun.identity.wsfederation.logging.LogUtil
-
Checks if an access message of the given level would actually be logged
by this logger.
- isAccessLoggable(Level) - Static method in class com.sun.identity.wss.logging.LogUtil
-
Checks if an access message of the given level would actually be logged
by this logger.
- isAccountLocked(String) - Method in class com.sun.identity.authentication.service.LoginState
-
- isAccountLocked(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Returns true if the named account is locked out, false otherwise.
- isAccountLocked(AMIdentity) - Method in class com.sun.identity.common.ISAccountLockout
-
Checks if user account has been unlocked.This method is only
for accounts which are physically locked.
- ISAccountLockout - Class in com.sun.identity.common
-
- ISAccountLockout(boolean, long, int, String, int, String, String, long, int, String, String) - Constructor for class com.sun.identity.common.ISAccountLockout
-
Using this constructor the caller passes the account lockout
attribute values for the service and the resource bundle name
from with the localized account locking messages will be picked
up.
- isActionTagForBinarySecurityToken(int) - Method in class org.forgerock.openam.sts.soap.token.provider.saml2.DefaultSaml2XmlTokenAuthnContextMapper
-
- isActionTagForSignature(int) - Method in class org.forgerock.openam.sts.soap.token.provider.saml2.DefaultSaml2XmlTokenAuthnContextMapper
-
- isActivated() - Method in interface com.iplanet.am.sdk.AMEntity
-
Deprecated.
Returns true if the entity is activated.
- isActivated() - Method in class com.iplanet.am.sdk.AMEntityImpl
-
- isActivated() - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Returns true if the organization is activated.
- isActivated() - Method in interface com.iplanet.am.sdk.AMResource
-
Deprecated.
Returns true if the user is activated.
- isActivated() - Method in interface com.iplanet.am.sdk.AMUser
-
Deprecated.
Returns true if the user is activated.
- isActive(SSOToken, IdType, String) - Method in class com.iplanet.am.sdk.AMSDKRepo
-
- isActive() - Method in class com.sun.identity.entitlement.Privilege
-
Returns true if this privilege is active.
- isActive() - Method in class com.sun.identity.entitlement.ReferralPrivilege
-
Deprecated.
Returns true if this privilege is active.
- isActive() - Method in class com.sun.identity.idm.AMIdentity
-
If there is a status attribute configured, then verifies if the identity
is active and returns true.
- isActive(SSOToken, IdType, String) - Method in class com.sun.identity.idm.IdRepo
-
Returns true if the name object is active.
- isActive(SSOToken, IdType, String, String, String) - Method in interface com.sun.identity.idm.IdServices
-
- isActive(SSOToken, IdType, String) - Method in class com.sun.identity.idm.plugins.database.DatabaseRepo
-
Returns true if the name object is active
The convention is that a user is only considered inactive if the user
active attribute is explicitly set to be inactive.
- isActive(SSOToken, IdType, String) - Method in class com.sun.identity.idm.plugins.files.FilesRepo
-
- isActive(SSOToken, IdType, String) - Method in class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- isActive(SSOToken, IdType, String) - Method in class com.sun.identity.idm.plugins.internal.SpecialRepo
-
- isActive(SSOToken, IdType, String, String, String) - Method in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
- isActive(SSOToken, IdType, String, String, String) - Method in class com.sun.identity.idm.server.IdCachedServicesImpl
-
- isActive(SSOToken, IdType, String, String, String) - Method in class com.sun.identity.idm.server.IdServicesImpl
-
- isActive() - Method in class com.sun.identity.install.tools.util.MatchPattern
-
- isActive() - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Checks whether the policy is active or inactive
An inactive policy is not used to make policy evaluations.
- isActive(Realm) - Method in interface org.forgerock.openam.core.realms.RealmLookup
-
Determines if the provided realm is active or inactive.
- isActive() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonPolicy
-
Returns true if this policy is active (i.e., in use).
- isActive(SSOToken, IdType, String, String, String) - Method in class org.forgerock.openam.idm.IdServicesDecorator
- isActive(SSOToken, IdType, String) - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
Tells whether the given identity is considered as "active" or not.
- isActive(String, String) - Method in class org.forgerock.openam.idrepo.ldap.helpers.ADHelper
-
Based on the incoming userAccountControl value tells whether the user account is active or disabled.
- isActive(String, String) - Method in class org.forgerock.openam.idrepo.ldap.helpers.DirectoryHelper
-
Tells whether the user's status attribute corresponds to active or inactive status.
- isActive(SSOToken, IdType, String) - Method in class org.openidentityplatform.openam.cassandra.Repo
-
- isActive_idrepo(String, String, String, String, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- isActive_idrepo(String, String, String, String, String) - Method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- IsActiveActionHandler - Class in org.forgerock.openam.core.rest.session.action
-
Handler for 'isActive' action
- IsActiveActionHandler(SSOTokenManager, SessionResourceUtil) - Constructor for class org.forgerock.openam.core.rest.session.action.IsActiveActionHandler
-
Constructs a IsActiveActionHandler instance
- isAdmin(SSOToken, SSOToken) - Static method in class com.sun.identity.session.util.SessionUtils
-
Helper method to compare if the user token passed is same as admin
token.
- isAdmin(Context) - Static method in class org.forgerock.openam.rest.RestUtils
-
- isAdmin(Context, String) - Static method in class org.forgerock.openam.rest.RestUtils
-
- isAdminGroupsEnabled(String) - Static method in class com.iplanet.am.sdk.ldap.ComplianceServicesImpl
-
Method which checks if Admin Groups need to be created for an
organization.
- isAffiliateMember(String, String, String) - Method in class com.sun.identity.federation.meta.IDFFMetaManager
-
Checks if the provider is a member of the Affiliation.
- isAffiliation() - Method in class com.sun.identity.saml2.common.NameIDInfo
-
Checks if this is an affiliation based federation.
- isAffiliationMember(String, String) - Method in class com.sun.identity.liberty.ws.util.IDFFProviderManager
-
Returns whether the specified provider is a member of the specified
affiliation or not.
- isAffiliationMember(String, String) - Method in interface com.sun.identity.liberty.ws.util.ProviderManager
-
Returns whether the specified provider is a member of the specified
affiliation or not.
- isAffiliationMember(String, String) - Method in class com.sun.identity.saml2.plugins.SAML2ProviderManager
-
Returns whether the specified provider is a member of the specified
affiliation or not.
- isAffinityEnabled() - Method in interface org.forgerock.openam.sm.ConnectionConfig
-
Tells whether affinity has been enabled for this connection.
- isAffinityEnabled() - Method in class org.forgerock.openam.sm.datalayer.impl.ldap.ExternalLdapConfig
-
- isAffinityEnabled() - Method in class org.forgerock.openam.sm.ServerGroupConfiguration
-
- isAgent(SSOToken) - Method in interface org.forgerock.openam.forgerockrest.utils.AgentIdentity
-
Establish if an SSOToken belongs to an agent.
- isAgent(SSOToken) - Method in class org.forgerock.openam.forgerockrest.utils.AgentIdentityImpl
-
- isAgentLoginValid(String, Map, IStateAccess) - Method in class com.sun.identity.install.tools.configurator.PasswordValidator
-
- isAgentsEnabled() - Method in class org.forgerock.openam.notifications.NotificationsConfig
-
Whether notifications for agents is enabled.
- isAgentURLValid(String, Map, IStateAccess) - Method in class com.sun.identity.install.tools.configurator.ValidateURL
-
- isAIX() - Static method in class com.sun.identity.install.tools.util.OSChecker
-
- isAllowCache() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.Freshness
-
Gets the value of the allowCache property.
- isAllowCache() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FreshnessImpl
-
- isAllowCreate() - Method in class com.sun.identity.saml2.protocol.impl.NameIDPolicyImpl
-
Returns true if the identity provider is allowed to create a
new identifier to represent the principal.
- isAllowCreate() - Method in interface com.sun.identity.saml2.protocol.NameIDPolicy
-
Returns true if the identity provider is allowed to create a
new identifier to represent the principal.
- isAllowed(SSOToken, DelegationPermission, Map<String, Set<String>>) - Method in interface com.sun.identity.delegation.DelegationEvaluator
-
Returns a boolean value indicating if a user has the specified permission.
- isAllowed(SSOToken, DelegationPermission, Map<String, Set<String>>, boolean) - Method in interface com.sun.identity.delegation.DelegationEvaluator
-
Returns a boolean value indicating if a user has the specified permission.
- isAllowed(SSOToken, DelegationPermission, Map, boolean) - Method in class com.sun.identity.delegation.DelegationEvaluatorImpl
-
- isAllowed(SSOToken, DelegationPermission, Map) - Method in class com.sun.identity.delegation.DelegationEvaluatorImpl
-
Returns a boolean value indicating if a user has the specified
permission.
- isAllowed(SSOToken, DelegationPermission, Map) - Method in interface com.sun.identity.delegation.interfaces.DelegationInterface
-
Returns a boolean value indicating if a user has the the specified
permission.
- isAllowed(SSOToken, DelegationPermission, Map) - Method in class com.sun.identity.delegation.plugins.DelegationPolicyImpl
-
Returns a boolean value; if a user has the specified
permission returns true, false otherwise.
- isAllowed(SSOToken, String, String) - Method in class com.sun.identity.policy.client.PolicyEvaluator
-
Evaluates a simple privilege of boolean type.
- isAllowed(SSOToken, String, String, Map) - Method in class com.sun.identity.policy.client.PolicyEvaluator
-
Evaluates simple privileges of boolean type.
- isAllowed() - Method in class com.sun.identity.policy.ConditionDecision
-
Deprecated.
Gets boolean result of condition evaluation
- isAllowed(SSOToken, Map) - Method in class com.sun.identity.policy.Conditions
-
Checks whether the effective result of conditions is an allow or deny.
- isAllowed(SSOToken, String, String) - Method in class com.sun.identity.policy.PolicyEvaluator
-
Deprecated.
Evaluates a simple privilege of boolean type.
- isAllowed(SSOToken, String, String, Map) - Method in class com.sun.identity.policy.PolicyEvaluator
-
Deprecated.
Evaluates simple privileges of boolean type.
- isAllowed(AuthorizationDecisionQuery, String) - Method in class com.sun.identity.saml.AssertionManager
-
This method returns the decision of an AuthorizationQuery.
- isAllowed(int, Map<String, Set<String>>) - Method in class org.forgerock.openam.entitlement.conditions.environment.AuthLevelCondition
-
Returns true if the requested auth level is greater than or equal to the configured auth level.
- isAllowed(int, Map<String, Set<String>>) - Method in class org.forgerock.openam.entitlement.conditions.environment.LEAuthLevelCondition
-
Returns true if the requested auth level is less than or equal to the configured auth level.
- isAllowed(SSOToken, DelegationPermission, Map<String, Set<String>>) - Method in class org.forgerock.openam.rest.router.DelegationEvaluatorProxy
-
- isAllowed(SSOToken, DelegationPermission, Map<String, Set<String>>, boolean) - Method in class org.forgerock.openam.rest.router.DelegationEvaluatorProxy
-
- isAllowedWithoutReferer() - Method in class com.sun.identity.authentication.client.ZeroPageLoginConfig
-
Indicates whether ZPL requests should be allowed if the request does not include a Referer header.
- isAlwaysAddClaimsToToken() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- isAlwaysAddClaimsToToken() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Whether to always add claims to id_tokens - non-spec compliant.
- isAlwaysAddClaimsToToken() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- isAMLoggingMode() - Static method in class com.sun.identity.log.LogManagerUtil
-
Returns whether should use AMLog mode
- isAMSDKConfigured(String) - Static method in class com.sun.identity.sm.OrgConfigViaAMSDK
-
Returns the true if AMSDK plugin is configured for the realm,
else returns false.
- isAMSDKConfigured() - Static method in class com.sun.identity.sm.ServiceManager
-
Returns true if AMSDK IdRepo plugin is
configured in any of the realms
- isAMSDKEnabled() - Static method in class com.sun.identity.sm.ServiceManager
-
Returns true if AMSDK IdRepo plugin is enabled/present
in IdRepo Service Configuration schema
- isAncestorOrgDeleted(SSOToken, String, int) - Method in interface com.iplanet.am.sdk.common.IComplianceServices
-
Returns true if any of the Organizations upto the base DN are marked
deleted.
- isAncestorOrgDeleted(SSOToken, String, int) - Method in class com.iplanet.am.sdk.ldap.ComplianceServicesImpl
-
Method which checks all the parent organizations of this entry till the
base DN, and returns true if any one of them is deleted.
- isAncestorOrgDeleted(SSOToken, String, int) - Method in class com.iplanet.am.sdk.remote.ComplianceServicesImpl
-
- isAncestorOrgDeleted(String, String, int) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- isAncestorOrgDeleted(String, String, int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- isAnswerBlank() - Method in class com.sun.identity.password.ui.PWResetQuestionTiledView
-
Returns true if user does not answer all required questions
- isAnyBlank(Set<String>) - Static method in class org.forgerock.openam.utils.StringUtils
-
Tests whether any string in the given set is blank.
- isApplicable(HttpServletRequest) - Method in interface com.iplanet.sso.SSOProviderPlugin
-
Determines whether this SSOProvider is applicable to the given servlet request.
- isApplicable(String) - Method in interface com.iplanet.sso.SSOProviderPlugin
-
Determines whether this SSOProvider is applicable to the given token id.
- isApplicable(HttpServletRequest) - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSSOProvider
-
- isApplicable(String) - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSSOProvider
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.DirectoryContentUpgrader
-
Tells whether there is any LDIF file to process as part of the upgrade.
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.AllowEvaluateForAgentsUpgradeStep
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.CopyJavaCryptoExtKeyStoreStep
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.DelegationConfigUpgradeStep
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.EnableGenericRepoStep
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.MakeExplicitDefaultKeyStoreTypeStep
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.MigrateAgentGroups
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.MigrateValidGotoSetting
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.policy.conditions.OldPolicyConditionMigrationUpgradeStep
-
Returns true if there are any policies that can be upgraded.
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.policy.policysets.UpdateOAuth2PolicySetsStep
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.policy.UpgradeResourceTypeStep
-
Tells whether this given upgrade step is applicable for this version/configuration of OpenAM.
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.PostAuthenticationPluginUpgradeStep
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.RemoveNetscapeLDAPStep
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.RemoveRedundantDefaultApplication
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.RemoveReferralsStep
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.RemoveSessionServiceSubSchemaStep
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.ResavePoliciesStep
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.ResourceSetPolicyUrlUpgradeStep
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.SchemaXmlAttributeUpgradeStep
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.scripting.ScriptedAuthModulesStep
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.scripting.ScriptingSchemaStep
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.TwoStepVerificationSettingUpgrade
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.UmaApplicationSubjectsStep
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.UpgradeAgentServiceStep
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.UpgradeAuditServiceStep
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.UpgradeCTSMaxConnectionsConfigurationStep
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.UpgradeDirectoryContentStep
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.UpgradeEntitlementsStep
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.UpgradeEntitlementSubConfigsStep
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.UpgradeExternalCTSConfigurationStep
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.UpgradeIdRepoSubConfigs
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.UpgradeLDAPAuthModulesStep
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.UpgradeOAuth2AuthModulesStep
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.UpgradeOAuth2ClientStep
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.UpgradeOAuth2ProviderStep
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.UpgradeServerDefaultsStep
-
- isApplicable() - Method in class org.forgerock.openam.upgrade.steps.UpgradeServiceSchemaStep
-
- isApplicable() - Method in interface org.forgerock.openam.upgrade.steps.UpgradeStep
-
Tells whether this given upgrade step is applicable for this version/configuration of OpenAM.
- isApplicable(HttpServletRequest) - Method in class org.forgerock.openidconnect.ssoprovider.OpenIdConnectSSOProvider
-
- isApplicable(String) - Method in class org.forgerock.openidconnect.ssoprovider.OpenIdConnectSSOProvider
-
- isAppSession() - Method in class com.iplanet.dpro.session.service.InternalSession
-
Determine whether it is an application session.
- ISArchiveVerify - Class in com.sun.identity.log.cli
-
This Archive verify class provides the way for verifying LogRecords that
has logged with mac and signature.
- ISArchiveVerify() - Constructor for class com.sun.identity.log.cli.ISArchiveVerify
-
- isAscii(String) - Static method in class com.iplanet.services.util.I18n
-
Checks whether the string is ascii or not
- isAsyncStarted() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
- isAsyncSupported() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
- isAttributeCaseSensitive(String) - Static method in class com.sun.identity.sm.SMSEntry
-
- isAttributeNamesCompressed() - Method in class org.forgerock.openam.cts.CoreTokenConfig
-
- isAttributeSet(String, String) - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
- isAttributesModified() - Method in class org.forgerock.openam.upgrade.ServiceSchemaModificationWrapper
-
Have the attributes of this service schema been modified
- isAudited(String, String, AuditConstants.ConfigOperation, Subject) - Method in class com.sun.identity.sm.EntitlementIndexConfigFilter
-
- isAudited(String, String, AuditConstants.ConfigOperation, Subject) - Method in interface org.forgerock.openam.auditors.SMSAuditFilter
-
An interface for implementing audit filters.
- isAudited(String, String, AuditConstants.ConfigOperation, Subject) - Method in class org.forgerock.openam.uma.UmaAuditFilter
-
An interface for implementing audit filters.
- isAuditEnabled(String, AuditConstants.EventName) - Method in interface org.forgerock.openam.audit.AMAuditService
-
Determines if the audit service is auditing the specified topic and eventName.
- isAuditEnabled() - Method in class org.forgerock.openam.audit.configuration.AMAuditServiceConfiguration
-
Is audit logging enabled.
- isAuditEnabled(String, AuditConstants.EventName) - Method in class org.forgerock.openam.audit.DefaultAuditServiceProxy
-
- isAuditEnabled(String, AuditConstants.EventName) - Method in class org.forgerock.openam.audit.RealmAuditServiceProxy
-
- isAuditing(String, String, AuditConstants.EventName) - Method in interface org.forgerock.openam.audit.AuditEventPublisher
-
Determines if the audit service is auditing the specified topic in the specified realm.
- isAuditing(String, String, AuditConstants.EventName) - Method in class org.forgerock.openam.audit.AuditEventPublisherImpl
-
- isAuditing(String, String, AuditConstants.EventName) - Method in class org.forgerock.openam.plugin.configuration.FedletAuditEventPublisherImpl
-
- isAuditing(String, String, AuditConstants.EventName) - Method in class org.forgerock.openam.sts.soap.audit.SoapSTSAuditEventPublisher
-
- isAuditLogEnabled() - Method in class org.forgerock.openam.oauth2.OAuth2AuditLogger
-
Determines whether audit logging is enabled.
- ISAuthConstants - Interface in com.sun.identity.authentication.util
-
This interface contains all the constants defined in in Authentication
Service.
- isAuthenticated() - Method in class org.forgerock.openam.oauth2.ClientCredentials
-
True if the client is authenticated, false otherwise.
- isAuthNAssertion(Assertion) - Static method in class com.sun.identity.saml.common.SAMLUtils
-
Returns true if the assertion is valid both time wise and
signature wise, and contains at least one AuthenticationStatement.
- isAuthnContextMatching(List, String, String, Map) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns true if the specified AuthnContextClassRef matches a list of
requested AuthnContextClassRef.
- isAuthnContextMatching(List, String, String, String, String) - Method in class com.sun.identity.saml2.plugins.DefaultIDPAuthnContextMapper
-
Returns true if the specified AuthnContextClassRef matches a list of
requested AuthnContextClassRef.
- isAuthnContextMatching(List, String, String, String, String) - Method in class com.sun.identity.saml2.plugins.DefaultSPAuthnContextMapper
-
Returns true if the specified AuthnContextClassRef matches a list of
requested AuthnContextClassRef.
- isAuthnContextMatching(List, String, String, String, String) - Method in interface com.sun.identity.saml2.plugins.IDPAuthnContextMapper
-
Returns true if the specified AuthnContextClassRef matches a list of
requested AuthnContextClassRef.
- isAuthnContextMatching(List, String, String, String, String) - Method in interface com.sun.identity.saml2.plugins.SPAuthnContextMapper
-
Returns true if the specified AuthnContextClassRef matches a list of
requested AuthnContextClassRef.
- isAuthnRequestsSigned() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorTypeImpl
-
- isAuthnRequestsSigned() - Method in interface com.sun.identity.saml2.jaxb.metadata.SPSSODescriptorType
-
Gets the value of the authnRequestsSigned property.
- isAuthOption(String) - Method in class com.sun.identity.cli.AccessManager
-
Returns true if the option is an authentication related
option such as user ID and password.
- isAuthOption(String) - Method in interface com.sun.identity.cli.IDefinition
-
Returns true if the option is an authentication related
option such as user ID and password.
- isAuthOption(String) - Method in class com.sun.identity.federation.cli.FederationManager
-
Returns true if the option is an authentication related
option such as user ID and password.
- isAuthorized(Object, String, Object, Map) - Method in class com.sun.identity.liberty.ws.disco.plugins.DefaultDiscoAuthorizer
-
Checks if the WSC is authorized to query or modify the select data.
- isAuthorized(Object, String, Object, Map) - Method in class com.sun.identity.liberty.ws.idpp.plugin.IDPPAuthorizer
-
Checks whether this is authorized
IDPPAuthorizer implements this class.
- isAuthorized(Object, String, Object, Map) - Method in interface com.sun.identity.liberty.ws.interfaces.Authorizer
-
Checks if the WSC is authorized to query or modify the
select data.
- isAuthorized(String, String, Object) - Static method in class com.sun.identity.log.spi.Authorizer
-
Returns true if a given log record should be published.
- isAuthorized(Object) - Static method in class com.sun.identity.log.spi.Authorizer
-
Returns true if given subject is authorized to change the password.
- isAuthorized(String, String, Object) - Method in interface com.sun.identity.log.spi.IAuthorizer
-
Returns true if a given log record should be published.
- isAuthorized(Object) - Method in interface com.sun.identity.log.spi.IAuthorizer
-
Returns true if given subject is authorized to change the
password.
- isAuthorized(String, String, Object) - Method in class com.sun.identity.log.spi.ISAuthorizer
-
Returns true if a given log record should be published.
- isAuthorized(Object) - Method in class com.sun.identity.log.spi.ISAuthorizer
-
Returns true if given subject is authorized to change the
password.
- isAuthorized(Subject, String, String, String) - Method in class com.sun.identity.wss.sts.spi.FAMSTSAuthorizationProvider
-
- isAuthorized() - Method in class org.forgerock.oauth2.core.DeviceCode
-
- ISAuthorizer - Class in com.sun.identity.log.spi
-
This class implements the authorization plugin interface.
- ISAuthorizer() - Constructor for class com.sun.identity.log.spi.ISAuthorizer
-
- isAutoFedEnabled(Map) - Static method in class com.sun.identity.federation.meta.IDFFMetaUtils
-
- isAutoStopEnabled() - Method in class org.forgerock.openam.core.rest.record.RecordProperties
-
Is auto stop feature enable
- isAutoStopFileSizeEnabled() - Method in class org.forgerock.openam.core.rest.record.RecordProperties
-
is auto stop file size enable
- isAutoStopTimeEnabled() - Method in class org.forgerock.openam.core.rest.record.RecordProperties
-
Is auto stop time feature enable
- isAvailable(URL) - Static method in class com.iplanet.services.naming.WebtopNaming.SiteMonitor
-
Checks if the site of the url is up.
- isAvailable(URL) - Method in class com.iplanet.services.naming.WebtopNamingQuery
-
- ISaveIndex - Interface in com.sun.identity.entitlement.interfaces
-
Save index interface defines the method required for generating indexes
to be stored in datastore.
- isBearer() - Method in class com.sun.identity.liberty.ws.security.SecurityAssertion
-
Determines if the SecurityAssertion contains SAML Bearer
confirmation method.
- isBinaryAttribute(String) - Static method in class org.forgerock.openam.utils.AttributeUtils
-
For the given attributeName, return true if it is flagged as a binary attribute.
- isBinaryOption(String) - Method in class com.sun.identity.cli.SubCommand
-
Returns true if option is binary.
- isBlacklisted(String) - Method in class org.forgerock.openam.audit.configuration.AMAuditServiceConfiguration
-
Is the specified event name blacklisted, i.e. one which we do NOT want to audit.
- isBlacklisted(T) - Method in interface org.forgerock.openam.blacklist.Blacklist
-
Determines whether the entry has previously been blacklisted.
- isBlacklisted(T) - Method in class org.forgerock.openam.blacklist.BloomFilterBlacklist
-
- isBlacklisted(T) - Method in class org.forgerock.openam.blacklist.CachingBlacklist
-
- isBlacklisted(Session) - Method in class org.forgerock.openam.blacklist.ConfigurableSessionBlacklist
-
- isBlacklisted(T) - Method in class org.forgerock.openam.blacklist.CTSBlacklist
-
- isBlacklisted(T) - Method in class org.forgerock.openam.blacklist.NoOpBlacklist
-
- isBlank(String) - Method in class org.forgerock.openam.oauth2.OAuth2Utils
-
OAuth2Utils.isBlank(null) = true
OAuth2Utils.isBlank("") = true
OAuth2Utils.isBlank(" ") = true
OAuth2Utils.isBlank("bob") = false
OAuth2Utils.isBlank(" bob ") = false
- isBlank(String) - Static method in class org.forgerock.openam.utils.StringUtils
-
Determines if the string is blank.
- isBoolean_10() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- isBoolean_12() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- isBoolean_12() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- isBoolean_2() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_RequestStruct
-
- isBoolean_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_RequestStruct
-
- isBoolean_3() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAdminRole_RequestStruct
-
- isBoolean_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_RequestStruct
-
- isBoolean_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_RequestStruct
-
- isBoolean_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_RequestStruct
-
- isBoolean_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_RequestStruct
-
- isBoolean_4() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_RequestStruct
-
- isBoolean_4() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct
-
- isBoolean_4() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct
-
- isBoolean_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_RequestStruct
-
- isBoolean_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_RequestStruct
-
- isBoolean_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_RequestStruct
-
- isBoolean_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct
-
- isBoolean_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct
-
- isBoolean_5() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct
-
- isBoolean_5() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct
-
- isBoolean_5() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct
-
- isBoolean_5() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct
-
- isBoolean_5() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct
-
- isBoolean_6() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct
-
- isBoolean_6() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_RequestStruct
-
- isBoolean_6() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct
-
- isBoolean_6() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct
-
- isBoolean_6() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct
-
- isBoolean_6() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct
-
- isBoolean_6() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct
-
- isBoolean_6() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct
-
- isBoolean_7() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- isBoolean_7() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct
-
- isBoolean_7() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct
-
- isBoolean_7() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct
-
- isBoolean_7() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct
-
- isBoolean_8() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct
-
- isBoundTo(Topic) - Method in interface org.forgerock.openam.notifications.Subscription
-
Determines whether the subscription is bound to the given topic.
- isByteArray(CoreTokenField) - Static method in class org.forgerock.openam.cts.api.fields.CoreTokenFieldTypes
-
- isByteValues() - Method in class com.iplanet.am.sdk.AMHashMap
-
Checks whether this map contains byte array or string values.
- isC66Encoded() - Method in class com.iplanet.dpro.session.SessionID
-
Determines whether the session ID is c66 encoded or not.
- isCacheEnabled() - Static method in class com.sun.identity.sm.SMSNotificationManager
-
- isCachingEnabled() - Static method in class com.iplanet.am.sdk.ldap.CachedDirectoryServicesImpl
-
Method to check if Caching is enabled or disabled.
- isCachingEnabled() - Static method in class com.sun.identity.idm.remote.IdRemoteServicesProviderImpl
-
- isCachingEnabled() - Static method in class com.sun.identity.idm.server.IdServicesProviderImpl
-
- isCalendar(CoreTokenField) - Static method in class org.forgerock.openam.cts.api.fields.CoreTokenFieldTypes
-
- isCallerValid() - Static method in class com.iplanet.services.util.Crypt
-
Check to determine if the calling class has the privilege to execute
sensitive methods which returns passwords, decrypts data, etc.
- isCallerValid(Object) - Static method in class com.iplanet.services.util.Crypt
-
Check to determine if the calling class has the privilege to execute
sensitive methods which returns passwords, decrypts data, etc.
- isCallerValid(String) - Static method in class com.iplanet.services.util.Crypt
-
Check to determine if the calling class has the privilege to execute
sensitive methods which returns passwords, decrypts data, etc.
- isCaptchaEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig
-
Whether the captcha stage is enabled.
- isCaptchaEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig
-
Whether the captcha stage is enabled.
- isCaptchaEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig
-
Whether the captcha stage is enabled.
- isCaseSensitive() - Method in class com.sun.identity.entitlement.StringAttributeCondition
-
- isCaseSensitiveUserId() - Method in class org.forgerock.openam.cts.CoreTokenConfig
-
- isCASPAorJASPA(SSOToken) - Static method in class org.forgerock.openam.identity.idm.IdentityUtils
-
- isCheckDisplay() - Method in class com.sun.identity.install.tools.configurator.InstallRunInfo
-
- isChoiceValid(String, Map, IStateAccess) - Method in class com.sun.identity.install.tools.configurator.ChoiceValidator
-
Method isChoiceValid
- isClassIsValid() - Method in class org.forgerock.openam.radius.server.config.ClientConfig
-
Indicates if the classname specified for the client was load-able and implemented the proper interface.
- isClientAuthentication() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Returns a boolean flag to determine if this Message will be sent to
a server that requires client authentication.
- isClientDetectionEnabled() - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- isClientOnSameServer(String) - Method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- isClientPresent(String) - Method in class com.iplanet.services.cdm.clientschema.AMClientCapData
-
Checks if the clientType exists in the db.
- isCodeVerifierRequired() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- isCodeVerifierRequired() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Whether or not to enforce the Code Verifier Parameter.
- isCodeVerifierRequired() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- isCoexistenceMode() - Static method in class com.sun.identity.sm.ServiceManager
-
Returns the flag which lets IdRepo and SM know that we are running in the
co-existence mode.
- isCollectStats() - Static method in class com.sun.identity.entitlement.util.NetworkMonitor
-
- isCombinedDecision() - Method in class com.sun.identity.entitlement.xacml3.core.Request
-
Gets the value of the combinedDecision property.
- isCommitted() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletResponse
-
The default behavior of this method is to return isCommitted()
on the wrapped response object.
- isCompleted() - Method in class com.sun.identity.entitlement.DenyOverride
-
Attempts to inform the caller whether process can complete early.
- isCompleted() - Method in class com.sun.identity.entitlement.EntitlementCombiner
-
Returns true if policy decision can also be determined.
- isComplianceUserDeletionEnabled() - Static method in class com.iplanet.am.sdk.ldap.ComplianceServicesImpl
-
Method which checks if Compliance User Deletion is enabled
- isConfidential() - Method in interface org.forgerock.oauth2.core.ClientRegistration
-
Gets whether the client is confidential or not.
- isConfidential() - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
Gets whether the client is confidential or not.
- isConfidential() - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
Gets whether the client is confidential or not.
- isConfigExportEnabled() - Method in class org.forgerock.openam.core.rest.record.RecordProperties
-
is config export feature enable
- isConfigExportSharePasswordEnabled() - Method in class org.forgerock.openam.core.rest.record.RecordProperties
-
is share password enable
- isConfigMigratedTo70() - Static method in class com.sun.identity.sm.ServiceManager
-
Returns true if configuration data has been migrated to
Access Manager 7.0.
- isConfigurable() - Method in class org.forgerock.openam.audit.context.AuditRequestContextPropagatingExecutorService
-
Determines if this service is configurable.
- isConfigurable() - Method in interface org.forgerock.openam.audit.context.ConfigurableExecutorService
-
Determines if this service is configurable.
- isConfigured - Static variable in class com.sun.identity.saml2.idpdiscovery.ConfiguratorFilter
-
- isConfigured() - Static method in class com.sun.identity.setup.AMSetupServlet
-
- isConfigured(ServletContext) - Static method in class com.sun.identity.setup.AMSetupServlet
-
Invoked from the filter to decide which page needs to be
displayed.
- isConfiguredInstance() - Method in class com.sun.identity.install.tools.configurator.InstallState
-
Returns true if the instance is already configured.
- isConfiguredInstance() - Method in class com.sun.identity.install.tools.configurator.StateData
-
- isConsentImplied() - Method in interface org.forgerock.oauth2.core.ClientRegistration
-
Gets whether or not the client wants the OAuth2 implementation to skip asking the resource owner for consent.
- isConsentImplied() - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
Gets whether or not the client wants the OAuth2 implementation to skip asking the resource owner for consent.
- isConsentImplied() - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
- isConsentSaved(ResourceOwner, String, Set<String>) - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- isConsentSaved(ResourceOwner, String, Set<String>) - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Determines whether a resource owner's consent has been saved from a previous authorize request.
- isConsentSaved(ResourceOwner, String, Set<String>) - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- isContain(String, String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- isContentValid() - Method in class org.forgerock.oauth2.core.OAuth2Jwt
-
Verifies that the JWT is valid by:
ensuring the JWT contains the 'iss', 'sub', 'aud' and 'exp' claims
ensuring the JWT expiry is not unreasonably far in the future
ensuring the JWT has not expired
ensuring the JWT is not being used before its 'not before time'
ensuring the JWT issued at time is not unreasonably far in the past
- isContractConformantUserProvidedIdCreate(Context, CreateRequest) - Static method in class org.forgerock.openam.rest.RestUtils
-
Check to see if the create request should be treated as a client-provided ID create request in a CREST
contract-conformant way.
- isCookieDetect() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns true if cookie detected.
- isCookieDomainValid(String) - Static method in class com.sun.identity.setup.ServicesDefaultValues
-
Validates if cookie Domain is syntactically correct.
- isCookieEncodingEnabled() - Method in class com.iplanet.dpro.session.service.SessionServiceConfig
-
Returns true if SystemProperty "com.iplanet.am.cookie.encode" is true.
- isCookieHttpOnly() - Static method in class com.sun.identity.saml2.idpdiscovery.CookieUtils
-
Gets property value of "com.sun.identity.cookie.httponly"
- isCookieHttpOnly() - Static method in class com.sun.identity.shared.encode.CookieUtils
-
Returns property value of "com.sun.identity.cookie.httponly"
- isCookieSecure() - Static method in class com.iplanet.services.util.CookieUtils
-
Deprecated.
Gets property value of "com.iplanet.am.cookie.secure"
- isCookieSecure() - Static method in class com.sun.identity.saml2.idpdiscovery.CookieUtils
-
Gets property value of "com.iplanet.am.cookie.secure"
- isCookieSecure() - Static method in class com.sun.identity.shared.encode.CookieUtils
-
Returns property value of "com.iplanet.am.cookie.secure"
- isCookieSet(HttpServletRequest) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- isCookieSet(AuthContextLocal) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- isCookieSet(HttpServletRequest, HttpServletResponse, boolean) - Method in interface com.sun.identity.saml2.profile.FederateCookieRedirector
-
Establishes whether or not the SAML2 cookie is set.
- isCookieSet(HttpServletRequest, HttpServletResponse, boolean) - Method in class org.forgerock.openam.saml2.UtilProxyCookieRedirector
-
- isCookieSupported(HttpServletRequest) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- isCookieSupported(AuthContextLocal) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- isCookieTimeToLiveEnabled() - Method in class com.sun.identity.authentication.service.LoginState
-
Checks whether AM session cookie time to live is enabled
- isCopyOrgEnabled() - Method in class com.sun.identity.sm.OrganizationConfigManager
-
Determines whether an organization ought to be created for each
realm in realm only mode of installation based on the boolean flag
in amSDK plugin.
- isCoreTokenResourceEnabled() - Method in class org.forgerock.openam.cts.CoreTokenConfig
-
- isCorrectConfirmationMethod(SubjectConfirmation) - Static method in class com.sun.identity.saml.common.SAMLUtils
-
Checks if a SubjectConfirmation is correct.
- isCreateNonce() - Method in class com.sun.identity.wss.security.UserNameTokenSpec
-
Checks if the nonce should be used.
- isCreateTimeStamp() - Method in class com.sun.identity.wss.security.UserNameTokenSpec
-
Checks if the creation time stamp should be used.
- isCRLCheckEnabled() - Static method in class com.sun.identity.security.cert.CRLValidator
-
- isCsrfAttack(OAuth2Request) - Method in class org.forgerock.oauth2.core.CsrfProtection
-
Checks if the request contains the required "csrf" parameter and check it equals the users session id.
- isCurrentConfigurationValid() - Static method in class com.sun.identity.setup.AMSetupServlet
-
- isCurrentProviderIDPRole - Variable in class com.sun.identity.federation.services.logout.FSPreLogoutHandler
-
- isCurrentSite(URL) - Static method in class com.iplanet.services.naming.WebtopNaming.SiteMonitor
-
Checks if the url is one of configured sites.
- isCurrentVersionEqualTo(Integer) - Static method in class org.forgerock.openam.upgrade.VersionUtils
-
Checks if the currently deployed OpenAM has the same version number as the expected version number.
- isCurrentVersionLessThan(int, boolean) - Static method in class org.forgerock.openam.upgrade.VersionUtils
-
Checks to see if the currently installed OpenAM version is less than the specified version.
- isDataStoreNotificationEnabled() - Static method in class com.sun.identity.sm.SMSNotificationManager
-
- isDBLogging() - Method in class com.sun.identity.log.LogManager
-
- ISDebug - Class in com.sun.identity.log.spi
-
This class serves as the DSAME implementaion of DebugInterface
class
- ISDebug() - Constructor for class com.sun.identity.log.spi.ISDebug
-
- isDebugEnabled() - Static method in class com.sun.identity.install.tools.util.ConfigUtil
-
- isDebugEnabled() - Method in class org.forgerock.openam.slf4j.AMDebugLogger
-
- isDebugOn() - Method in class com.sun.identity.cli.CommandManager
-
Returns true of the CLI has debug turned on.
- isDefault() - Method in class org.forgerock.openam.scripting.service.ScriptConfiguration
-
Returns true if this is a default script.
- isDefaultKeyStore - Variable in class com.sun.identity.wss.provider.ProviderConfig
-
- isDefaultOrg(String) - Static method in class com.sun.identity.wsfederation.profile.SPCache
-
Returns true if the realm is root.
- isDelegatedContext() - Method in class org.forgerock.openam.sts.soap.token.provider.SoapTokenProviderBase.AuthenticationContextMapperState
-
- isDelegatedIssueOperation(TokenProviderParameters) - Method in class org.forgerock.openam.sts.soap.token.provider.SoapTokenProviderBase
-
- isDelegationAllowed(TokenDelegationParameters) - Method in class org.forgerock.openam.sts.soap.token.delegation.CustomDelegationHandlerWrapper
-
- isDelegationAllowed(TokenDelegationParameters) - Method in class org.forgerock.openam.sts.soap.token.delegation.DefaultTokenDelegationHandler
-
- isDenyLoginIfDBIsDown() - Method in class com.iplanet.dpro.session.service.SessionServiceConfig
-
Returns true if amSession.xml property "iplanet-am-session-deny-login-if-db-is-down" is "YES" (case insensitive).
- isDetectionEnabled() - Method in class com.iplanet.am.util.AMClientDetector
-
Returns true if the client detection is enabled.
- isDirectoryReadWrite(String, Map, IStateAccess) - Method in class com.sun.identity.install.tools.configurator.FileSystemValidator
-
Method isDirectoryReadWrite
- isDirectoryValid(String, Map, IStateAccess) - Method in class com.sun.identity.install.tools.configurator.FileSystemValidator
-
Method isDirectoryValid
- isDirty() - Method in class com.sun.identity.sm.CachedSMSEntry
-
- isDirValid(String) - Static method in class com.sun.identity.install.tools.util.FileUtils
-
- isDisplay() - Method in class com.sun.identity.install.tools.configurator.InteractionInfo
-
- isDistAuthServerTrusted(String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- isDN(String) - Static method in class org.forgerock.openam.ldap.LDAPUtils
-
Tests whether the supplied string is a DN, and is not the root DN.
- isDN(String, int) - Static method in class org.forgerock.openam.ldap.LDAPUtils
-
Tests whether the supplied string is a DN, and is not the root DN.
- ISDN_ASYNC_V110 - Static variable in class org.forgerock.openam.radius.common.packet.NASPortTypeAttribute
-
The ISDN Async V.110 type.
- ISDN_ASYNC_V120 - Static variable in class org.forgerock.openam.radius.common.packet.NASPortTypeAttribute
-
The ISDN Async V.120 type.
- ISDN_SYNC - Static variable in class org.forgerock.openam.radius.common.packet.NASPortTypeAttribute
-
The ISDN Sync type.
- isDoCRLCaching() - Method in class com.sun.identity.security.cert.AMLDAPCertStoreParameters
-
- isDone() - Method in class com.sun.identity.entitlement.EntitlementCombiner
-
Returns true if policy decision can also be determined.
- isDone() - Method in class com.sun.identity.entitlement.util.SimpleIterator
-
- isDone() - Method in class com.sun.identity.shared.BufferedIterator
-
- isDoUpdateCRLs() - Method in class com.sun.identity.security.cert.AMLDAPCertStoreParameters
-
- ISDS_HOST - Static variable in class com.sun.identity.policy.PolicyConfig
-
OpenAM directory host.
- isDualRole(String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns true if this entity is acting as both SP and IDP.
- isDynamicalOrIgnoredProfile(String) - Method in class com.sun.identity.saml2.plugins.DefaultLibrarySPAccountMapper
-
Checks if dynamical profile creation or ignore profile is enabled.
- isDynamicalOrIgnoredProfile(String) - Method in class com.sun.identity.saml2.plugins.DefaultSPAccountMapper
-
Checks if dynamical profile creation or ignore profile is enabled.
- isDynamicalOrIgnoredProfile(String) - Static method in class com.sun.identity.saml2.plugins.SAML2PluginsUtils
-
Checks if dynamical profile creation or ignore profile is enabled.
- isDynamicalOrIgnoredProfile(String) - Method in class com.sun.identity.wsfederation.plugins.DefaultADFSPartnerAccountMapper
-
Checks if dynamical profile creation or ignore profile is enabled.
- isDynamicalOrIgnoredProfile(String) - Method in class com.sun.identity.wsfederation.plugins.DefaultLibrarySPAccountMapper
-
Checks if dynamical profile creation or ignore profile is enabled.
- isDynamicProfile(String) - Static method in class com.sun.identity.saml2.plugins.SAML2PluginsUtils
-
Checks if dynamic profile creation is enabled.
- isDynamicProfileCreationEnabled() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns true if dynamic profile is enabled.
- isDynamicProfileCreationEnabled() - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Checks if dynamic profile creation is enabled.
- ISearch - Interface in com.iplanet.ums
-
Represents interface for search methods.
- ISearchIndex - Interface in com.sun.identity.entitlement.interfaces
-
Search index interface defines the method required for generating indexes
for search datastore for privileges.
- isEditable(AMAuthenticationInstance) - Method in class com.sun.identity.authentication.config.AMAuthenticationManager
-
Returns true if this authentication module instance editable
by this user and/or in this realm.
- isEditable() - Method in class com.sun.identity.entitlement.Application
-
An Application is editable if it can be changed by an end user.
- isEditable() - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- isEmailEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig
-
Whether email verification is enabled.
- isEmailEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig
-
Whether email verification is enabled.
- isEmailEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig
-
Whether email verification is enabled.
- isEmailRequestingPartyOnPendingRequestApprovalEnabled() - Method in interface org.forgerock.openam.uma.UmaSettings
-
Gets whether the Requesting Party should be emailed when a Pending Request
is approved by the Resource Owner.
- isEmailRequestingPartyOnPendingRequestApprovalEnabled() - Method in class org.forgerock.openam.uma.UmaSettingsImpl
-
- isEmailResourceOwnerOnPendingRequestCreationEnabled() - Method in interface org.forgerock.openam.uma.UmaSettings
-
Gets whether the Resource Owner should be emailed when a Pending Request
is created when a Requesting Party requests authorization for a resource.
- isEmailResourceOwnerOnPendingRequestCreationEnabled() - Method in class org.forgerock.openam.uma.UmaSettingsImpl
-
- isEmpty() - Method in class com.iplanet.am.sdk.AMHashMap
-
- isEmpty() - Method in class com.iplanet.am.util.Cache
-
Tests if this Cache maps no keys to values.
- isEmpty() - Method in class com.iplanet.dpro.session.service.cluster.ClusterStateService
-
Implements for GeneralTaskRunnable.
- isEmpty() - Method in class com.iplanet.services.naming.WebtopNaming.SiteMonitor
-
- isEmpty() - Method in class com.sun.identity.common.HeadTaskRunnable
-
Implements for TaskRunnable interface, always return false.
- isEmpty() - Method in class com.sun.identity.common.InstantRunnable
-
Indicates whether this InstantRunnable is empty.
- isEmpty() - Method in class com.sun.identity.common.PeriodicGroupMap
-
Indicates whether this PeriodicRunnable is empty.
- isEmpty() - Method in class com.sun.identity.common.PeriodicRunnable
-
Indicates whether this PeriodicRunnable is empty.
- isEmpty() - Method in interface com.sun.identity.common.TaskRunnable
-
Indicates whether this TaskRunnable is empty.
- isEmpty() - Method in class com.sun.identity.coretoken.service.TokenCleanupRunnable
-
- isEmpty() - Method in class com.sun.identity.entitlement.opensso.Cache
-
Tests if this Cache maps no keys to values.
- isEmpty() - Static method in class com.sun.identity.entitlement.opensso.CacheTaboo
-
- isEmpty() - Method in class com.sun.identity.install.tools.configurator.OrderedPropertyStore
-
- isEmpty() - Method in class com.sun.identity.install.tools.configurator.StateData
-
- isEmpty() - Method in class com.sun.identity.saml.servlet.POSTCleanUpRunnable
-
- isEmpty() - Method in class com.sun.identity.saml.xmlsig.KeyStoreRefresher
-
- isEmpty() - Method in class com.sun.identity.saml2.profile.CacheCleanUpRunnable
-
- isEmpty(SSOToken) - Method in class com.sun.identity.sm.CachedSubEntries
-
- isEmpty(String) - Static method in class org.forgerock.oauth2.core.Utils
-
Determines whether the specified String is null or empty.
- isEmpty(Collection<?>) - Static method in class org.forgerock.oauth2.core.Utils
-
Determines whether the specified Collection is null or empty.
- isEmpty(Map<?, ?>) - Static method in class org.forgerock.oauth2.core.Utils
-
Determines whether the specified Map is null or empty.
- isEmpty(String) - Method in class org.forgerock.openam.oauth2.OAuth2Utils
-
Determines if a string is empty.
- isEmpty() - Method in class org.forgerock.openam.scripting.ChainedBindings
- isEmpty() - Method in class org.forgerock.openam.session.SessionCuller
-
- isEmpty(Collection<?>) - Static method in class org.forgerock.openam.utils.CollectionUtils
-
Determines whether the collections is null or empty.
- isEmpty(Map<?, ?>) - Static method in class org.forgerock.openam.utils.CollectionUtils
-
Given a map determines whether it contains some values.
- isEmpty(String) - Static method in class org.forgerock.openam.utils.StringUtils
-
Determines if the string is empty.
- isEnabled() - Method in class com.sun.identity.authentication.client.ZeroPageLoginConfig
-
Indicates whether ZPL is enabled at all.
- isEnabled() - Method in class com.sun.identity.password.ui.model.PWResetAdminLog
-
Returns true if logging is enabled.
- isEnabled() - Method in class com.sun.identity.shared.stats.Stats
-
Checks if statistics is enabled.
- isEnabled() - Static method in class com.sun.identity.sm.ldap.Statistics
-
Used to determine if statistics is enabled in the server
- isEnabled() - Method in enum org.forgerock.openam.http.ApiDescriptorFilter.State
-
Get the current enabled state.
- isEnabled() - Method in class org.forgerock.openam.radius.server.config.RadiusServiceConfig
-
Returns true if the RADIUS service should have an open UDP Datagram Channel listening for incoming packets.
- isEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig
-
Whether the service is enabled.
- isEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig
-
Whether the service is enabled.
- isEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig
-
Whether the service is enabled.
- isEnabled() - Method in interface org.forgerock.openam.uma.UmaProviderSettings
-
Checks whether an UMA Provider is currently configured.
- isEnabled() - Method in interface org.forgerock.openam.uma.UmaUris
-
Checks whether an UMA Provider is currently configured.
- isEndPoint() - Method in class org.forgerock.openam.entitlement.utils.indextree.treenodes.BasicTreeNode
-
- isEndPoint() - Method in interface org.forgerock.openam.entitlement.utils.indextree.treenodes.TreeNode
-
- isEntryExpirationEnabled() - Method in class com.iplanet.am.sdk.common.CacheBlock
-
- isEntryExpirationEnabled() - Method in class com.iplanet.am.sdk.common.CacheBlockBase
-
- isEntryExpirationEnabled() - Method in class com.sun.identity.idm.common.IdCacheBlock
-
- isEquals(String) - Method in class com.sun.identity.federation.services.FSSessionPartner
-
Checks if the session partner's provider ID equals to the one with this
object.
- isEquals(String) - Method in class com.sun.identity.saml2.profile.SAML2SessionPartner
-
Checks if the session partner's provider ID equals to the one with this
object.
- isEqualTo(String, String) - Static method in class org.forgerock.openam.utils.StringUtils
-
Compare two strings for equality.
- isError() - Method in interface com.sun.identity.password.ui.model.PWResetModel
-
Returns true if there is an error while processing request
- isError() - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns true if there is an error while processing request.
- isErrorEnabled() - Method in class org.forgerock.openam.slf4j.AMDebugLogger
-
- isErrorLoggable(Level) - Static method in class com.sun.identity.coretoken.TokenLogUtils
-
Checks if an error message of the given level would actually be logged
by this logger.
- isErrorLoggable(Level) - Static method in class com.sun.identity.cot.LogUtil
-
Checks if an error message of the given level would actually be logged
by this logger.
- isErrorLoggable(Level) - Static method in class com.sun.identity.federation.common.LogUtil
-
Checks if an error message of the given level would actually be logged
by this logger.
- isErrorLoggable(Level) - Method in class com.sun.identity.plugin.log.impl.FedletLogger
-
Checks if an error message of the given level would actually be logged
by this logger.
- isErrorLoggable(Level) - Method in class com.sun.identity.plugin.log.impl.LogProvider
-
Checks if an error message of the given level would actually be logged
by this logger.
- isErrorLoggable(Level) - Method in interface com.sun.identity.plugin.log.Logger
-
Checks if an error message of the given level would actually be logged
by this logger.
- isErrorLoggable(Level) - Static method in class com.sun.identity.saml.common.LogUtils
-
Checks if an error message of the given level would actually be logged
by this logger.
- isErrorLoggable(Level) - Static method in class com.sun.identity.saml2.logging.LogUtil
-
Checks if an error message of the given level would actually be logged
by this logger.
- isErrorLoggable(Level) - Static method in class com.sun.identity.wsfederation.logging.LogUtil
-
Checks if an error message of the given level would actually be logged
by this logger.
- isErrorLoggable(Level) - Static method in class com.sun.identity.wss.logging.LogUtil
-
Checks if an error message of the given level would actually be logged
by this logger.
- IServerHomeDirLocator - Interface in com.sun.identity.install.tools.configurator
-
- isEscapeQueryId() - Method in class org.forgerock.openam.utils.CrestQuery
-
Determines if queryId for the CREST should be escaped
- isEvaluateAction(PolicyAction) - Static method in enum org.forgerock.openam.entitlement.rest.PolicyAction
-
Verifies whether the passed action is an evaluation action.
- isExactMatch() - Method in class com.sun.identity.tools.objects.MapFormat
-
Test whether both brackets are required in the expression.
- isExclusive() - Method in class com.iplanet.services.ldap.aci.QualifiedCollection
-
Gets the value of the exclusive flag
- isExclusive() - Method in class com.sun.identity.entitlement.AttributeSubject
-
Returns true for exclusive.
- isExclusive() - Method in class com.sun.identity.entitlement.EntitlementSubjectImpl
-
Deprecated.
Returns true for exclusive.
- isExclusive() - Method in class com.sun.identity.entitlement.opensso.PolicySubject
-
Returns true if this is an exclusive subject.
- isExclusive() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlementSubjectMixin
-
- isExists() - Method in interface com.iplanet.am.sdk.AMEntity
-
Deprecated.
Returns true if the entry exists in the directory or not.
- isExists() - Method in class com.iplanet.am.sdk.AMEntityImpl
-
- isExists() - Method in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Checks if the entry exists in the directory or not.
- isExists(SSOToken, IdType, String) - Method in class com.iplanet.am.sdk.AMSDKRepo
-
- isExists() - Method in class com.iplanet.am.sdk.common.CacheBlockBase
-
Method which specifies if the entry exists in the directory or is an
invalid entry.
- isExists() - Method in class com.sun.identity.idm.AMIdentity
-
This method determines if the identity exists and returns true or false.
- isExists(SSOToken, IdType, String) - Method in class com.sun.identity.idm.IdRepo
-
Returns true if the name object exists in the data store.
- isExists(SSOToken, IdType, String, String) - Method in interface com.sun.identity.idm.IdServices
-
- isExists(SSOToken, IdType, String) - Method in class com.sun.identity.idm.plugins.database.DatabaseRepo
-
- isExists(SSOToken, IdType, String) - Method in class com.sun.identity.idm.plugins.files.FilesRepo
-
- isExists(SSOToken, IdType, String) - Method in class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- isExists(SSOToken, IdType, String) - Method in class com.sun.identity.idm.plugins.internal.SpecialRepo
-
- isExists(SSOToken, IdType, String, String) - Method in class com.sun.identity.idm.remote.IdRemoteCachedServicesImpl
-
- isExists(SSOToken, IdType, String, String) - Method in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
- isExists(SSOToken, IdType, String, String) - Method in class com.sun.identity.idm.server.IdCachedServicesImpl
-
- isExists(SSOToken, IdType, String, String) - Method in class com.sun.identity.idm.server.IdServicesImpl
-
- isExists(String, String) - Method in class com.sun.identity.sm.flatfile.SMSFlatFileTreeNode
-
Returns true is a node of a given dn exists.
- isExists() - Method in class com.sun.identity.wss.provider.plugins.AgentProvider
-
Checks if the agent profile exists for this provider.
- isExists() - Method in class com.sun.identity.wss.provider.plugins.AM71AgentProvider
-
Checks if the agent profile exists for this provider.
- isExists() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Checks if the provider configuration exists.
- isExists(SSOToken, IdType, String, String) - Method in class org.forgerock.openam.idm.IdServicesDecorator
- isExists(SSOToken, IdType, String) - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
Tells whether a given identity exists or not.
- isExists(SSOToken, IdType, String) - Method in class org.openidentityplatform.openam.cassandra.Repo
-
- isExists_idrepo(String, String, String, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- isExists_idrepo(String, String, String, String) - Method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- isExistsPrePostPlugins(String) - Method in class com.iplanet.am.sdk.common.CallBackHelperBase
-
- isExpired() - Method in class com.sun.identity.common.HeadTaskRunnable
-
Returns a boolean to indicate whether the HeadTask is expired already.
- isExpired() - Method in class org.forgerock.oauth2.core.AuthorizationCode
-
Determines if the Authorization Code is expired.
- isExpired() - Method in interface org.forgerock.oauth2.core.IntrospectableToken
-
Gets whether the token has expired.
- isExpired() - Method in class org.forgerock.oauth2.core.OAuth2Jwt
-
Checks that the JWT has not expired.
- isExpired() - Method in class org.forgerock.oauth2.core.StatefulRefreshToken
-
Determines if the Refresh Token has expired.
- isExpired() - Method in class org.forgerock.oauth2.core.StatefulToken
-
Determines if the Access Token is expired.
- isExpired() - Method in class org.forgerock.openam.oauth2.StatelessRefreshToken
-
Determines if the Refresh Token has expired.
- isExpired() - Method in class org.forgerock.openam.oauth2.StatelessToken
-
Determines if the Access Token is expired.
- isExpired() - Method in class org.forgerock.openam.uma.RequestingPartyToken
-
- isExportable() - Method in class com.sun.identity.sm.ServiceSchema
-
Returns true if the service configuration created can be
exported to other organizations.
- isExternalGetAttributesEnabled(String) - Static method in class com.iplanet.am.sdk.AMCommonUtils
-
Deprecated.
Method to check if the CallBack plugins are enabled for reading external
attributes.
- isExternalGetAttributesEnabled(String) - Method in class com.iplanet.am.sdk.common.CallBackHelperBase
-
- isExternalGetAttributesEnabled(String) - Static method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
Method to check if the CallBack plugins are enabled for reading external
attributes.
- isFailed() - Method in class org.forgerock.openam.core.rest.authn.core.CompletedLoginProcess
- isFailed() - Method in class org.forgerock.openam.core.rest.authn.core.LoginProcess
-
- isFederationActive(String, String) - Method in class com.sun.identity.federation.accountmgmt.FSAccountManager
-
Returns true/false if Account's federation Status is Active / Inactive
for given providerID.
- isFederationCancelled(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
Returns true if Federation is cancelled.
- isFedInfoExists(String, String, String, NameID) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Checks if the federation information for the user exists or not.
- isFedlet - Static variable in class com.sun.identity.saml2.profile.SPCache
-
- isFedlet() - Method in class com.sun.identity.workflow.ValidateSAML2
-
- isFedStatusActive() - Method in class com.sun.identity.federation.accountmgmt.FSAccountFedInfo
-
Deprecated.
Returns true/false if Federation Status is Active/Inactive.
- isFieldReadOnly(CoreTokenField) - Static method in class org.forgerock.openam.cts.api.tokens.Token
-
Trying to change a read-only field will trigger a runtime exception.
- isFileReadable(String, Map, IStateAccess) - Method in class com.sun.identity.install.tools.configurator.FileSystemValidator
-
Method isFileReadable
- isFileValid(String, Map, IStateAccess) - Method in class com.sun.identity.install.tools.configurator.FileSystemValidator
-
Method isFileValid
- isFileValid(String) - Static method in class com.sun.identity.install.tools.util.FileUtils
-
- isFileWritable(String, Map, IStateAccess) - Method in class com.sun.identity.install.tools.configurator.FileSystemValidator
-
Method isFileWritable
- isFirst() - Method in class com.sun.identity.install.tools.configurator.UserDataInteraction
-
- isFMInstance() - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Checks if the instance is FM.
- isForceAuth() - Method in interface org.forgerock.openam.core.rest.authn.core.AuthenticationContext
-
Determines whether this is a "force auth" authentication attempt.
- isForceAuth() - Method in class org.forgerock.openam.core.rest.authn.core.LoginConfiguration
-
Returns if this login configuration has ForceAuth enabled.
- isForceAuth() - Method in class org.forgerock.openam.core.rest.authn.core.wrappers.AuthContextLocalWrapper
-
Determines whether this is a "force auth" authentication attempt.
- isForceAuthn() - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
-
Returns value of isForceAuthn attribute.
- isForceAuthn() - Method in class com.sun.identity.saml2.protocol.impl.AuthnRequestImpl
-
Returns value of isForceAuthn attribute.
- isForgotPassword() - Method in class org.forgerock.openam.services.RestSecurity
-
Deprecated.
- isForHTTPBasic() - Method in class com.sun.identity.authentication.spi.HttpCallback
-
Returns true if the callback is for HTTPBasic.
- isForwardSuccess(AuthContextLocal, HttpServletRequest) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
Returns the flag indicating a request "forward" after
successful authentication.
- isForWindowsDesktopSSO() - Method in class com.sun.identity.authentication.spi.HttpCallback
-
Returns true if the callback is for WindowsDesktopSSO.
- isFragment() - Method in class org.forgerock.oauth2.core.AuthorizationToken
-
Whether the tokens should be returned as a fragment of the URL.
- isFreshInstall() - Static method in class com.sun.identity.install.tools.configurator.InstallState
-
- isFromECP(HttpServletRequest) - Static method in class com.sun.identity.saml2.profile.SPSSOFederate
-
Checks if the request is from ECP.
- isFromValidAuthorizedParty(Set<String>, JwtClaimsSet) - Static method in class org.forgerock.openam.authentication.modules.oidc.JwtHandler
-
Check whether or not the token is from one of the accepted authorized parties specified.
- isFullyQualified() - Method in class com.sun.identity.shared.FQDNUrl
-
Returns true if host name is fully qualified.
- isFullyQualifiedHost(String, Map, IStateAccess) - Method in class com.sun.identity.install.tools.configurator.NetworkValidator
-
Checks whether the host name is fully qualified
- isGenericHTMLClient(String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
determine if this client is an html client
- isGetAllReturnAttributesEnabled() - Method in class com.iplanet.am.sdk.AMSearchControl
-
Deprecated.
Returns true if the option for getting all attributes has been enabled.
- isGetAllReturnAttributesEnabled() - Method in class com.iplanet.ums.SearchControl
-
Method to check if the boolean getAllAttributesEnabled is enabled or
disabled.
- isGetAllReturnAttributesEnabled() - Method in class com.sun.identity.idm.IdSearchControl
-
Returns true if the option for getting all attributes has been enabled.
- isGlobalScript(String) - Static method in enum org.forgerock.openam.scripting.ScriptConstants.GlobalScript
-
Returns true if the id is a global script id.
- isGoogleSP() - Method in class com.sun.identity.workflow.ValidateSAML2
-
- isGotoUrlValid(String, String) - Method in class com.sun.identity.authentication.service.AuthD
-
Checks whether an input URL is valid in an organization.
- isGroupMembershipSearchIndexEnabled() - Method in class com.sun.identity.entitlement.opensso.OpenSSOSubjectAttributesCollector
-
Returns true if group membership search index is enabled or false
otherwise.
- isGroupMembershipSearchIndexEnabled() - Method in interface com.sun.identity.entitlement.SubjectAttributesCollector
-
Returns true if group membership search index is enabled or false
otherwise.
- isGroupMembershipSearchIndexEnabled() - Method in class com.sun.identity.entitlement.SubjectAttributesManager
-
Returns true if group membership search index is enabled or false
otherwise.
- isHiddenInConfigUI() - Method in class com.sun.identity.sm.ServiceSchema
-
Should this service schema be hidden in the Configuration UI.
- isHosted() - Method in interface com.sun.identity.saml2.jaxb.entityconfig.EntityConfigType
-
Gets the value of the hosted property.
- isHosted() - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.EntityConfigTypeImpl
-
- isHosted() - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.FederationConfigType
-
Gets the value of the hosted property.
- isHosted() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.FederationConfigTypeImpl
-
- isHostnameValid(String) - Method in enum com.sun.identity.common.FqdnValidator
-
Returns true if a host name is valid.
- isHostPortSecure() - Method in class com.sun.identity.config.pojos.LDAPStore
-
- isHostValid(String, Map, IStateAccess) - Method in class com.sun.identity.install.tools.configurator.NetworkValidator
-
Checks whether the given host is a valid host or not It allows IP
addresses &
- isHPUX() - Static method in class com.sun.identity.install.tools.util.OSChecker
-
Method isHPUX
- isIdentity() - Method in class com.sun.identity.entitlement.AnyUserSubject
-
Deprecated.
- isIdentity() - Method in class com.sun.identity.entitlement.AttributeSubject
-
Returns true is this subject is an identity object.
- isIdentity() - Method in interface com.sun.identity.entitlement.EntitlementSubject
-
Returns true is this subject is an identity object.
- isIdentity() - Method in class com.sun.identity.entitlement.GroupSubject
-
Deprecated.
Returns true is this subject is an identity object.
- isIdentity() - Method in class com.sun.identity.entitlement.JwtClaimSubject
-
- isIdentity() - Method in class com.sun.identity.entitlement.LogicalSubject
-
Returns true is this subject is an identity object.
- isIdentity() - Method in class com.sun.identity.entitlement.NoSubject
-
- isIdentity() - Method in class com.sun.identity.entitlement.NotSubject
-
Returns true is this subject is an identity object.
- isIdentity() - Method in class com.sun.identity.entitlement.opensso.PolicySubject
-
Returns true is this subject is an identity object.
- isIdentity() - Method in class com.sun.identity.entitlement.UserSubject
-
Deprecated.
Returns true is this subject is an identity object.
- isIdentity() - Method in class org.forgerock.openam.entitlement.conditions.subject.AuthenticatedUsers
-
Returns true is this subject is an identity object.
- isIdentity() - Method in class org.forgerock.openam.entitlement.conditions.subject.IdentitySubject
-
Returns true is this subject is an identity object.
- isIdentity() - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlementSubjectMixin
-
- isIDPHosted() - Method in class com.sun.identity.workflow.ValidateSAML2
-
- isIDPInitiatedProfile(String) - Static method in class com.sun.identity.federation.services.logout.FSLogoutUtil
-
Returns true if this is IDP initiated profiles, false otherwise.
- isIDPProfileBindingSupported(String, String, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Checks if a profile binding is suppported by an IDP.
- isIDPProxyEnabled(String) - Method in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
Checks if the proxying is enabled.
- isIDPProxyEnabled(FSAuthnRequest) - Method in class com.sun.identity.federation.services.fednsso.FSSSOAndFedHandler
-
Checks if the identity provider is configured for proxying the
authentication requests for a requesting service provider.
- isIDPProxyEnabled(AuthnRequest, String) - Static method in class com.sun.identity.saml2.profile.IDPProxyUtil
-
Checks if the identity provider is configured for proxying the
authentication requests for a requesting service provider.
- isIDPProxyEnabled(String) - Static method in class com.sun.identity.saml2.profile.IDPProxyUtil
-
Checks if the proxying is enabled.
- isIDPRole() - Method in class com.sun.identity.saml2.profile.SAML2SessionPartner
-
Returns the role of the session partner.
- isIDTokenEncryptionEnabled() - Method in class org.forgerock.openam.oauth2.AgentClientRegistration
-
Determines if ID token encryption is enabled.
- isIDTokenEncryptionEnabled() - Method in class org.forgerock.openam.oauth2.OpenAMClientRegistration
-
- isIDTokenEncryptionEnabled() - Method in interface org.forgerock.openidconnect.OpenIdConnectClientRegistration
-
Determines if ID token encryption is enabled.
- isIdTokenInfoClientAuthenticationEnabled() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- isIdTokenInfoClientAuthenticationEnabled() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Determines whether idtokeninfo endpoint should require client authentication.
- isIdTokenInfoClientAuthenticationEnabled() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- isIgnoredProfile(Object, String) - Method in class com.sun.identity.saml2.plugins.DefaultIDPAttributeMapper
-
Return true if ignore profile is enabled for this realm.
- isIgnoredProfile(Object, String) - Method in class com.sun.identity.saml2.plugins.DefaultLibraryIDPAttributeMapper
-
Return true if ignore profile is enabled for this realm.
- isIgnoredProfile(Object, String) - Static method in class com.sun.identity.saml2.plugins.SAML2PluginsUtils
-
Checks if ignore profile is enabled.
- isIgnoredProfile(String, SSOToken, String) - Method in class org.forgerock.openam.core.rest.IdentityResourceV1
-
- isIgnoredProfile(Object, String) - Method in class org.forgerock.openam.sts.tokengeneration.saml2.statements.DefaultAttributeMapper
-
This method is consulted by the DefaultLibraryIDPAttributeMapper to determine whether to actually look-up keys in
the AttributeMap in the id-repo.
- isIgnoreProfileSet(Object) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Return true if the User for this session has a profile set to Ignore
- isIgnoreValueCase() - Method in class org.forgerock.openam.entitlement.conditions.environment.SessionPropertyCondition
-
- isInCircleOfTrust(String, String, String, String) - Method in class com.sun.identity.cot.CircleOfTrustManager
-
Determines if entity is in the circle of trust under the realm.
- isIncludeCommonAttributes() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryItem
-
Checks include common attribute for the DST query item.
- isIncludeInResult() - Method in class com.sun.identity.entitlement.xacml3.core.Attribute
-
Gets the value of the includeInResult property.
- isInfoEnabled() - Method in class org.forgerock.openam.slf4j.AMDebugLogger
-
- isInitalized() - Method in class com.iplanet.am.sdk.common.DCTreeServicesHelper
-
- isInitialized - Variable in class com.iplanet.am.sdk.common.DCTreeServicesHelper
-
- isInstall() - Method in class com.sun.identity.install.tools.configurator.InstallRunInfo
-
- isInstanceData() - Method in class com.sun.identity.install.tools.configurator.StateData
-
- isInstanceExposedInCrest(String) - Method in interface org.forgerock.openam.sts.publish.rest.RestSTSInstancePublisher
-
Determines whether the Rest STS instance identified by the stsId is present in the CREST router.
- isInstanceExposedInCrest(String) - Method in class org.forgerock.openam.sts.publish.rest.RestSTSInstancePublisherImpl
-
- isInstancePersistedInSMS(String, String) - Method in interface org.forgerock.openam.sts.publish.rest.RestSTSInstancePublisher
-
Determines whether the Rest STS instance identified by the stsId is present in the SMS.
- isInstancePersistedInSMS(String, String) - Method in class org.forgerock.openam.sts.publish.rest.RestSTSInstancePublisherImpl
-
- isInstancePresent(String, String) - Method in class org.forgerock.openam.sts.publish.common.STSInstanceConfigStoreBase
-
- isInstancePresent(String, String) - Method in interface org.forgerock.openam.sts.publish.STSInstanceConfigStore
-
This method returns whether STS instance config referenced by the realm and id is present in the SMS.
- isInteger(CoreTokenField) - Static method in class org.forgerock.openam.cts.api.fields.CoreTokenFieldTypes
-
- isIntendedForAudience(String) - Method in class org.forgerock.oauth2.core.OAuth2Jwt
-
Checks that the JWT is intended for the provided audience.
- isIntendedForAudience(String, JwtClaimsSet) - Static method in class org.forgerock.openam.authentication.modules.oidc.JwtHandler
-
Check whether or not the token is designated for the specified audience.
- isIntrusionTrue() - Method in class com.sun.identity.log.secure.SecureLogHelper
-
Compare the logger and the verifier keys
- isInvalid() - Method in class com.iplanet.dpro.session.service.InternalSession
-
- isIPv4(String) - Static method in class org.forgerock.openam.utils.ValidateIPaddress
-
Determines if IP address is IP version 4.
- isIPv6(String) - Static method in class org.forgerock.openam.utils.ValidateIPaddress
-
Determines if IP address is IP version 6.
- isIPValid(Session, String) - Method in class com.iplanet.sso.providers.dpro.SSOProviderImpl
-
Validate the IP address of the client with the IP stored in Session.
- isIsDefault() - Method in interface com.sun.identity.saml2.jaxb.metadata.AttributeConsumingServiceType
-
Gets the value of the isDefault property.
- isIsDefault() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceTypeImpl
-
- isIsDefault() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IndexedEndpointTypeImpl
-
- isIsDefault() - Method in interface com.sun.identity.saml2.jaxb.metadata.IndexedEndpointType
-
Gets the value of the isDefault property.
- isIsRequired() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RequestedAttributeTypeImpl
-
- isIsRequired() - Method in interface com.sun.identity.saml2.jaxb.metadata.RequestedAttributeType
-
Gets the value of the isRequired property.
- isIssued() - Method in class org.forgerock.oauth2.core.AuthorizationCode
-
Determines whether the authorization code has been issued.
- isIssued() - Method in class org.forgerock.oauth2.core.DeviceCode
-
Whether this device code has been issued.
- isKbaEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig
-
Whether the KBA stage is enabled.
- isKbaEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig
-
Whether the KBA stage is enabled.
- isKbaEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig
-
Whether the KBA stage is enabled.
- isKeyValid(String, Map, IStateAccess) - Method in class com.sun.identity.install.tools.configurator.StringValidator
-
- isLabelInUse(String, String, String) - Method in class org.forgerock.openam.oauth2.resources.labels.UmaLabelsStore
-
Determines if the label is present on any resource set.
- isLeafNode() - Method in class org.forgerock.openam.entitlement.utils.indextree.treenodes.BasicTreeNode
-
- isLeafNode() - Method in interface org.forgerock.openam.entitlement.utils.indextree.treenodes.TreeNode
-
- isLECPProfile(HttpServletRequest) - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
Determines whether the request contains LECP header or not.
- isLECPProfile(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
Determines if a HTTP servlet request is Liberty-enabled client and
proxy profile.
- isLicenseAccepted(License, String) - Method in interface org.forgerock.openam.license.LicenseLog
-
Determines whether the given user has accepted the given license according to the log.
- isLicenseAccepted(License, String) - Method in class org.forgerock.openam.license.PropertiesFileLicenseLog
-
Determines whether the given user has accepted the given license according to the log.
- isLicenseCheckRequired() - Method in class com.sun.identity.install.tools.admin.ToolsOptionsInfo
-
- isLinux() - Static method in class com.sun.identity.install.tools.util.OSChecker
-
- isListState() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
Checks if the current state is marked as a list state.
- isListState() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
Checks if the current state is marked as a list state.
- isLocal - Static variable in class com.sun.identity.federation.services.FSAssertionManagerImpl
-
- isLocal - Static variable in class com.sun.identity.liberty.ws.security.SecurityTokenManagerImpl
-
- isLocal - Static variable in class com.sun.identity.log.LogManager
-
Is the Log Service running locally or remotely
- isLocal - Static variable in class com.sun.identity.sm.jaxrpc.SMSJAXRPCObject
-
- isLocalDS(String) - Static method in class com.sun.identity.policy.PolicyUtils
-
Checks if the hostName is the same as
the one used by the OpenAM SDK.
- ISLocaleContext - Class in com.sun.identity.common
-
Sets the locale suitable for the given situation.
- ISLocaleContext() - Constructor for class com.sun.identity.common.ISLocaleContext
-
Initializes ISLocaleContext to default level It examines
OS_LOCALE, PLATFORM_LOCALE, AUTH_LOCALE and initialize them based on
their priority
- ISLocaleContext(String) - Constructor for class com.sun.identity.common.ISLocaleContext
-
Initialize ISLocaleContext for a given Org It can look
into orgs core auth locale value and set the value if it is available
- isLocalHost(String, Map, IStateAccess) - Method in class com.sun.identity.install.tools.configurator.NetworkValidator
-
Checks if the host name is local
- isLocalLogin() - Method in class com.sun.identity.saml2.profile.ResponseInfo
-
Tells whether the user has been redirected to perform local login.
- isLocalNotificationService(URL) - Method in class com.iplanet.dpro.session.service.SessionServerConfig
-
Returns true if the url is the URL of the local notification service.
- isLocalServer(String) - Method in class com.iplanet.dpro.session.service.SessionServerConfig
-
Checks if server instance identified by serverID is this OpenAM server.
- isLocalServer(String, boolean) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- isLocalServer(String, String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- isLocalServerId(String) - Method in class com.iplanet.dpro.session.service.cluster.ClusterStateService
-
Is Specified ServerId our Local Server Id?
- isLocalSessionService(URL) - Method in class com.iplanet.dpro.session.service.SessionServerConfig
-
Returns true if the URL is the URL of the local session service.
- isLocalSite(String) - Method in class com.iplanet.dpro.session.service.SessionServerConfig
-
This method is called by Session.getLocalServerSessionServiceURL, when routing a request to an individual session host.
- isLocalSite(SessionID) - Method in class com.iplanet.dpro.session.service.SessionServerConfig
-
Checks if server instance identified by serverID is the same as local
instance
- isLockedOut() - Method in class com.sun.identity.authentication.AuthContext
-
Returns true if account is lock out.
- isLockedOut() - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Checks the account is locked out
- isLockedOut() - Method in class com.sun.identity.authentication.service.AMLoginContext
-
Checks if the account is locked
- isLockedOut(AccountLockoutInfo) - Method in class com.sun.identity.common.ISAccountLockout
-
Returns true if account is locked.
- isLockout() - Method in class com.sun.identity.common.AccountLockoutInfo
-
Returns true if user was locked out
- isLockout(String) - Method in class com.sun.identity.password.ui.model.PWResetAccountLockout
-
Returns true if the user is locked out from resetting password.
- isLockoutEnabled() - Method in class com.sun.identity.common.ISAccountLockout
-
Returns true if account lockout mode is enabled otherwise false.
- isLogEnabled() - Method in class com.sun.identity.cot.LogUtil
-
Checks if the logging is enabled.
- isLogEnabled() - Method in class com.sun.identity.federation.common.LogUtil
-
Checks if the logging is enabled.
- isLogEnabled() - Static method in class com.sun.identity.liberty.ws.common.LogUtil
-
Checks if the log is enabled.
- isLogEnabled() - Method in class com.sun.identity.plugin.log.impl.FedletLogger
-
Returns true if logging is enabled.
- isLogEnabled() - Method in class com.sun.identity.plugin.log.impl.LogProvider
-
Returns true if logging is enabled.
- isLogEnabled() - Method in interface com.sun.identity.plugin.log.Logger
-
Checks if the logging is enabled.
- isLogEnabled() - Method in class com.sun.identity.saml.common.LogUtils
-
Checks if logging is enabled.
- isLogEnabled() - Method in class com.sun.identity.saml2.logging.LogUtil
-
Checks if the logging is enabled.
- isLogEnabled() - Method in class com.sun.identity.wsfederation.logging.LogUtil
-
Returns true if the logging is enabled.
- isLogEnabled() - Static method in class com.sun.identity.wss.logging.LogUtil
-
Checks if the logging is enabled.
- isLoggedIn() - Method in class com.iplanet.am.util.CLILogin
-
- isLoggingEnabled() - Method in class com.iplanet.dpro.session.service.SessionServiceConfig
-
Returns true if SystemProperty "com.iplanet.am.logstatus" is "ACTIVE" (case insensitive).
- isLoginTimeout(long, long) - Method in class com.sun.identity.authentication.service.AuthThreadManager
-
Checks login state for time out
- isLogOff() - Method in class com.sun.identity.cli.CommandManager
-
Returns true is log is turned off.
- isLogoutSuccess(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
Returns true if logout succeeded.
- isLogPackets() - Method in class org.forgerock.openam.radius.server.config.ClientConfig
-
Indicates if packet contents for this client should be dumped to log for troubleshooting.
- isLogSecure() - Static method in class com.sun.identity.log.LogReader
-
- isLookup() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestPseudonymTypeImpl
-
- isLookup() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.RequestPseudonymType
-
Gets the value of the lookup property.
- isMapped(int) - Static method in class org.forgerock.openam.errors.IdentityServicesException
-
Returns true if we can specifically map this (non-general) error.
- isMatch(String, LinkedList, char) - Static method in class com.sun.identity.tools.manifest.Utils
-
Check whether the string matches the pattern.
- isMatch(String, String, char) - Static method in class com.sun.identity.tools.manifest.Utils
-
Check whether the string matches the pattern.
- isMatchForLastOccurranceInFile() - Method in class com.sun.identity.install.tools.util.MatchPattern
-
- isMember(User) - Method in class com.iplanet.ums.PeopleContainer
-
Checks if a given user is a member of the container.
- IsMember - Class in com.sun.identity.cli.idrepo
-
This command determines if a identity is a member of another identity.
- IsMember() - Constructor for class com.sun.identity.cli.idrepo.IsMember
-
- isMember(AMIdentity) - Method in class com.sun.identity.idm.AMIdentity
-
Verifies if this identity is a member of the identity being passed.
- isMember(SSOToken) - Method in interface com.sun.identity.policy.interfaces.Subject
-
Deprecated.
Determines if the user belongs to this instance
of the Subject object.
- isMember(SSOToken) - Method in class com.sun.identity.policy.plugins.AMIdentitySubject
-
Deprecated.
Determines if the user is a member of this instance of the
Subject object.
- isMember(SSOToken) - Method in class com.sun.identity.policy.plugins.AuthenticatedAgents
-
Determines if the agent belongs to the
AuthenticatedAgents object.
- isMember(SSOToken) - Method in class com.sun.identity.policy.plugins.AuthenticatedSharedAgents
-
Determines if the agent belongs to the
AuthenticatedSharedAgents object.
- isMember(SSOToken) - Method in class com.sun.identity.policy.plugins.AuthenticatedUsers
-
Deprecated.
Determines if the user belongs to the
AuthenticatedUsers object.
- isMember(SSOToken) - Method in class com.sun.identity.policy.plugins.DSAMERole
-
Determines if the user belongs to this instance of the
Subject object.
- isMember(SSOToken) - Method in class com.sun.identity.policy.plugins.LDAPGroups
-
Determines if the user belongs to this instance
of the LDAPGroups object.
- isMember(SSOToken) - Method in class com.sun.identity.policy.plugins.LDAPRoles
-
Determines if the user identified by the token,
belongs to this instance of the LDAPRoles object.
- isMember(SSOToken) - Method in class com.sun.identity.policy.plugins.LDAPUsers
-
Determines if the user belongs to this instance
of the LDAPUsers object.
- isMember(SSOToken) - Method in class com.sun.identity.policy.plugins.Organization
-
Determines if the user belongs to this instance
of the Organization object.
- isMember(SSOToken) - Method in class com.sun.identity.policy.plugins.PrivilegeSubject
-
- isMember(SSOToken) - Method in class com.sun.identity.policy.plugins.WebServicesClients
-
Determines if the token belongs to the
WebServicesClients object.
- isMember(String, String, String) - Static method in class com.sun.identity.policy.SubjectEvaluationCache
-
Checks whether the user identified by session token id is
a member of a Subject name value
- isMember(SSOToken) - Method in class com.sun.identity.policy.Subjects
-
Checks if the given user (using SSOToken) belongs
to any of the subjects contained in this user collection (subjects).
- isMemberOf(IMembership) - Method in class com.iplanet.ums.PersistentObject
-
Checks if this object is a member of an IMembership.
- isMemoryLocking() - Method in class com.sun.identity.common.ISAccountLockout
-
Returns true if memory locking mode is enabled.
- isMessageReplayDetectionEnabled() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns true if the message replay detection is enabled.
- isMessageReplayDetectionEnabled() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Returns true if the message replay detection is enabled.
- isMessageReplayDetectionEnabled() - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Returns true if the message replay detection is enabled.
- isModifyPolicyEvalRequired() - Method in class com.sun.identity.liberty.ws.idpp.IDPPServiceManager
-
Checks if modify policy evaluation is required
- isMonitoringInit - Static variable in class com.sun.identity.log.LogManager
-
- isMonitoringRunning() - Method in interface com.sun.identity.entitlement.EntitlementConfiguration
-
For letting us know whether or not the Agent monitoring is enabled in core.
- isMonitoringRunning() - Method in class com.sun.identity.entitlement.opensso.EntitlementService
-
Whether the overall monitoring framework is enabled and running.
- isMonitoringRunning() - Method in class org.forgerock.openam.entitlement.monitoring.EntitlementConfigurationWrapper
-
Whether or not the monitoring system is running.
- isMulti(CoreTokenField) - Static method in class org.forgerock.openam.cts.api.fields.CoreTokenFieldTypes
-
- isMultipleProtocolSession(HttpServletRequest, String) - Static method in class com.sun.identity.multiprotocol.MultiProtocolUtils
-
Returns true if the session is used in other federation protocols.
- isMultipleProtocolSession(Object, String) - Static method in class com.sun.identity.multiprotocol.MultiProtocolUtils
-
Returns true if the session is used in other federation protocols.
- isMultiProtocolRelayState(String) - Static method in class com.sun.identity.multiprotocol.MultiProtocolUtils
-
Returns true if the relay state if one of the URL for
the multi-federation protocol processing.
- isMultiServer(Map) - Static method in class com.sun.identity.setup.EmbeddedOpenDS
-
- isMustBePresent() - Method in class com.sun.identity.entitlement.xacml3.core.AttributeDesignator
-
Gets the value of the mustBePresent property.
- isMustBePresent() - Method in class com.sun.identity.entitlement.xacml3.core.AttributeSelector
-
Gets the value of the mustBePresent property.
- isMustUnderstand() - Method in class com.sun.identity.liberty.ws.paos.PAOSRequest
-
Returns value of mustUnderstand attribute.
- isMustUnderstand() - Method in class com.sun.identity.liberty.ws.paos.PAOSResponse
-
Returns value of mustUnderstand attribute.
- isMustUnderstand() - Method in interface com.sun.identity.saml2.ecp.ECPRelayState
-
Returns value of mustUnderstand attribute.
- isMustUnderstand() - Method in interface com.sun.identity.saml2.ecp.ECPRequest
-
Returns value of mustUnderstand attribute.
- isMustUnderstand() - Method in interface com.sun.identity.saml2.ecp.ECPResponse
-
Returns value of mustUnderstand attribute.
- isMustUnderstand() - Method in class com.sun.identity.saml2.ecp.impl.ECPRelayStateImpl
-
Returns value of mustUnderstand attribute.
- isMustUnderstand() - Method in class com.sun.identity.saml2.ecp.impl.ECPRequestImpl
-
Returns value of mustUnderstand attribute.
- isMustUnderstand() - Method in class com.sun.identity.saml2.ecp.impl.ECPResponseImpl
-
Returns value of mustUnderstand attribute.
- isMutable() - Method in interface com.sun.identity.saml2.assertion.Action
-
Returns the mutability of the object.
- isMutable() - Method in interface com.sun.identity.saml2.assertion.Advice
-
Returns true if the object is mutable
- isMutable() - Method in interface com.sun.identity.saml2.assertion.Assertion
-
Returns true if the object is mutable
- isMutable() - Method in interface com.sun.identity.saml2.assertion.AssertionIDRef
-
Returns the mutability of the object.
- isMutable() - Method in interface com.sun.identity.saml2.assertion.Attribute
-
Returns the mutability of the object.
- isMutable() - Method in interface com.sun.identity.saml2.assertion.AudienceRestriction
-
Returns true if the object is mutable
- isMutable() - Method in interface com.sun.identity.saml2.assertion.AuthnContext
-
Returns the mutability of the object.
- isMutable() - Method in interface com.sun.identity.saml2.assertion.BaseIDAbstract
-
Returns true if the object is mutable
- isMutable() - Method in interface com.sun.identity.saml2.assertion.ConditionAbstract
-
Returns true if the object is mutable
- isMutable() - Method in interface com.sun.identity.saml2.assertion.Conditions
-
Returns true if the object is mutable
- isMutable() - Method in interface com.sun.identity.saml2.assertion.Evidence
-
Returns the mutability of the object.
- isMutable() - Method in class com.sun.identity.saml2.assertion.impl.ActionImpl
-
Returns the mutability of the object.
- isMutable() - Method in class com.sun.identity.saml2.assertion.impl.AdviceImpl
-
Returns true if the object is mutable
- isMutable() - Method in class com.sun.identity.saml2.assertion.impl.AssertionIDRefImpl
-
Returns the mutability of the object.
- isMutable() - Method in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
Returns true if the object is mutable
- isMutable() - Method in class com.sun.identity.saml2.assertion.impl.AttributeImpl
-
Returns the mutability of the object.
- isMutable() - Method in class com.sun.identity.saml2.assertion.impl.AttributeStatementImpl
-
Returns the mutability of the object.
- isMutable() - Method in class com.sun.identity.saml2.assertion.impl.AudienceRestrictionImpl
-
Returns true if the object is mutable
- isMutable() - Method in class com.sun.identity.saml2.assertion.impl.AuthnContextImpl
-
Returns the mutability of the object.
- isMutable() - Method in class com.sun.identity.saml2.assertion.impl.AuthnStatementImpl
-
Returns the mutability of the object.
- isMutable() - Method in class com.sun.identity.saml2.assertion.impl.BaseIDAbstractImpl
-
Returns true if the object is mutable
- isMutable() - Method in class com.sun.identity.saml2.assertion.impl.ConditionAbstractImpl
-
Returns true if the object is mutable
- isMutable() - Method in class com.sun.identity.saml2.assertion.impl.ConditionsImpl
-
Returns true if the object is mutable
- isMutable() - Method in class com.sun.identity.saml2.assertion.impl.NameIDTypeImpl
-
Returns true if the object is mutable
- isMutable() - Method in class com.sun.identity.saml2.assertion.impl.ProxyRestrictionImpl
-
Returns true if the object is mutable
- isMutable() - Method in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationDataImpl
-
Returns true if the object is mutable
- isMutable() - Method in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationImpl
-
Returns true if the object is mutable
- isMutable() - Method in class com.sun.identity.saml2.assertion.impl.SubjectImpl
-
Returns true if the object is mutable
- isMutable() - Method in class com.sun.identity.saml2.assertion.impl.SubjectLocalityImpl
-
Returns the mutability of the object.
- isMutable() - Method in interface com.sun.identity.saml2.assertion.NameIDType
-
Returns true if the object is mutable
- isMutable() - Method in interface com.sun.identity.saml2.assertion.Statement
-
Returns the mutability of the object.
- isMutable() - Method in interface com.sun.identity.saml2.assertion.Subject
-
Returns true if the object is mutable
- isMutable() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmation
-
Returns true if the object is mutable
- isMutable() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
-
Returns true if the object is mutable
- isMutable() - Method in interface com.sun.identity.saml2.assertion.SubjectLocality
-
Returns the mutability of the object.
- isMutable() - Method in interface com.sun.identity.saml2.ecp.ECPRelayState
-
Returns true if object is mutable.
- isMutable() - Method in interface com.sun.identity.saml2.ecp.ECPRequest
-
Returns true if object is mutable.
- isMutable() - Method in interface com.sun.identity.saml2.ecp.ECPResponse
-
Returns true if object is mutable.
- isMutable() - Method in class com.sun.identity.saml2.ecp.impl.ECPRelayStateImpl
-
Returns true if object is mutable.
- isMutable() - Method in class com.sun.identity.saml2.ecp.impl.ECPRequestImpl
-
Returns true if object is mutable.
- isMutable() - Method in class com.sun.identity.saml2.ecp.impl.ECPResponseImpl
-
Returns true if object is mutable.
- isMutable() - Method in interface com.sun.identity.saml2.protocol.Extensions
-
Returns value true if object is mutable.
- isMutable() - Method in interface com.sun.identity.saml2.protocol.GetComplete
-
Returns true if object is mutable.
- isMutable() - Method in interface com.sun.identity.saml2.protocol.IDPEntry
-
Returns true if object is mutable.
- isMutable() - Method in interface com.sun.identity.saml2.protocol.IDPList
-
Returns true if object is mutable.
- isMutable() - Method in class com.sun.identity.saml2.protocol.impl.ExtensionsImpl
-
Returns value true if object is mutable.
- isMutable() - Method in class com.sun.identity.saml2.protocol.impl.GetCompleteImpl
-
Returns true if object is mutable.
- isMutable() - Method in class com.sun.identity.saml2.protocol.impl.IDPEntryImpl
-
Returns true if object is mutable.
- isMutable() - Method in class com.sun.identity.saml2.protocol.impl.IDPListImpl
-
Returns true if object is mutable.
- isMutable() - Method in class com.sun.identity.saml2.protocol.impl.LogoutRequestImpl
-
Returns true if object is mutable.
- isMutable() - Method in class com.sun.identity.saml2.protocol.impl.LogoutResponseImpl
-
Returns true if object is mutable.
- isMutable() - Method in class com.sun.identity.saml2.protocol.impl.NameIDPolicyImpl
-
Returns true if object is mutable.
- isMutable - Variable in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
- isMutable() - Method in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
Returns true if object is mutable.
- isMutable() - Method in class com.sun.identity.saml2.protocol.impl.RequestedAuthnContextImpl
-
Returns true if the object is mutable
- isMutable() - Method in class com.sun.identity.saml2.protocol.impl.RequesterIDImpl
-
Returns value true if object is mutable.
- isMutable() - Method in class com.sun.identity.saml2.protocol.impl.ScopingImpl
-
Returns true if object is mutable.
- isMutable() - Method in class com.sun.identity.saml2.protocol.impl.StatusCodeImpl
-
Returns value true if object is mutable.
- isMutable() - Method in class com.sun.identity.saml2.protocol.impl.StatusDetailImpl
-
Returns value true if object is mutable.
- isMutable() - Method in class com.sun.identity.saml2.protocol.impl.StatusImpl
-
Returns value true if object is mutable.
- isMutable - Variable in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
- isMutable() - Method in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
Returns true if object is mutable.
- isMutable() - Method in interface com.sun.identity.saml2.protocol.NameIDPolicy
-
Returns true if object is mutable.
- isMutable() - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
-
Returns true if object is mutable.
- isMutable() - Method in interface com.sun.identity.saml2.protocol.RequestedAuthnContext
-
Returns true if mutable, false otherwise.
- isMutable() - Method in interface com.sun.identity.saml2.protocol.RequesterID
-
Returns value true if object is mutable.
- isMutable() - Method in interface com.sun.identity.saml2.protocol.Scoping
-
Returns true if object is mutable.
- isMutable() - Method in interface com.sun.identity.saml2.protocol.Status
-
Returns true if the object is mutable, false otherwise
- isMutable() - Method in interface com.sun.identity.saml2.protocol.StatusCode
-
Returns true if the object is mutable, false otherwise
- isMutable() - Method in interface com.sun.identity.saml2.protocol.StatusDetail
-
Returns true if the object is mutable false otherwise
- isMutable() - Method in interface com.sun.identity.saml2.protocol.StatusResponse
-
Returns true if the object is mutable false otherwise
- isMutable() - Method in interface com.sun.identity.xacml.context.Action
-
Checks if the object is mutable
- isMutable() - Method in interface com.sun.identity.xacml.context.Attribute
-
Returns true if the object is mutable.
- isMutable() - Method in interface com.sun.identity.xacml.context.Decision
-
Checks if the object is mutable
- isMutable() - Method in interface com.sun.identity.xacml.context.Environment
-
Checks if the object is mutable
- isMutable() - Method in class com.sun.identity.xacml.context.impl.ActionImpl
-
Checks if the object is mutable
- isMutable() - Method in class com.sun.identity.xacml.context.impl.AttributeImpl
-
Checks if the object is mutable
- isMutable() - Method in class com.sun.identity.xacml.context.impl.DecisionImpl
-
Checks if the object is mutable
- isMutable() - Method in class com.sun.identity.xacml.context.impl.EnvironmentImpl
-
Checks if the object is mutable
- isMutable() - Method in class com.sun.identity.xacml.context.impl.RequestImpl
-
Checks if the object is mutable
- isMutable() - Method in class com.sun.identity.xacml.context.impl.ResourceImpl
-
Checks if the object is mutable
- isMutable() - Method in class com.sun.identity.xacml.context.impl.ResponseImpl
-
Checks if the object is mutable
- isMutable() - Method in class com.sun.identity.xacml.context.impl.ResultImpl
-
Checks if the object is mutable
- isMutable() - Method in class com.sun.identity.xacml.context.impl.StatusCodeImpl
-
Checks if the object is mutable
- isMutable() - Method in class com.sun.identity.xacml.context.impl.StatusDetailImpl
-
Checks if the object is mutable
- isMutable() - Method in class com.sun.identity.xacml.context.impl.StatusImpl
-
Checks if the object is mutable
- isMutable() - Method in class com.sun.identity.xacml.context.impl.StatusMessageImpl
-
Checks if the object is mutable
- isMutable() - Method in class com.sun.identity.xacml.context.impl.SubjectImpl
-
Checks if the object is mutable
- isMutable() - Method in interface com.sun.identity.xacml.context.MissingAttributeDetail
-
Checks if the object is mutable
- isMutable() - Method in interface com.sun.identity.xacml.context.Request
-
Checks if the object is mutable
- isMutable() - Method in interface com.sun.identity.xacml.context.Resource
-
Checks if the object is mutable
- isMutable() - Method in interface com.sun.identity.xacml.context.ResourceContent
-
Checks if the object is mutable
- isMutable() - Method in interface com.sun.identity.xacml.context.Response
-
Checks if the object is mutable
- isMutable() - Method in interface com.sun.identity.xacml.context.Result
-
Checks if the object is mutable
- isMutable() - Method in interface com.sun.identity.xacml.context.Status
-
Checks if the object is mutable
- isMutable() - Method in interface com.sun.identity.xacml.context.StatusCode
-
Checks if the object is mutable
- isMutable() - Method in interface com.sun.identity.xacml.context.StatusDetail
-
Checks if the object is mutable
- isMutable() - Method in interface com.sun.identity.xacml.context.StatusMessage
-
Checks if the object is mutable
- isMutable() - Method in interface com.sun.identity.xacml.context.Subject
-
Checks if the object is mutable
- isMutable() - Method in class com.sun.identity.xacml.policy.impl.ObligationImpl
-
Checks if this object is mutable
- isMutable() - Method in class com.sun.identity.xacml.policy.impl.ObligationsImpl
-
Checks if this object is mutable
- isMutable() - Method in interface com.sun.identity.xacml.policy.Obligation
-
Checks if this object is mutable
- isMutable() - Method in interface com.sun.identity.xacml.policy.Obligations
-
Checks if this object is mutable
- isMutable() - Method in class com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionStatementImpl
-
Checks if the object is mutable
- isMutable() - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery
-
Checks if the object is mutable
- isMutable() - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionStatement
-
Returns the mutability of the object.
- isNameIDEncryptionEnabled(String) - Method in class com.sun.identity.liberty.ws.util.IDFFProviderManager
-
Returns whether the specified provider requires name ID encryption
or not.
- isNameIDEncryptionEnabled(String) - Method in interface com.sun.identity.liberty.ws.util.ProviderManager
-
Returns whether the specified provider requires name ID encryption
or not.
- isNameIDEncryptionEnabled(String) - Method in class com.sun.identity.saml2.plugins.SAML2ProviderManager
-
Returns whether the specified provider requires name ID encryption
or not.
- isNameRegistrationCancelled(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
Returns true if name registration is cancelled.
- isNameRegistrationSuccess(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
Returns true if name registration succeeds.
- isNameValid(String) - Static method in class com.sun.identity.entitlement.PrivilegeManager
-
- isNasAssigned() - Method in class org.forgerock.openam.radius.common.packet.FramedAppleTalkNetworkAttribute
-
Indicates if the NAS should assign a network for the user.
- isNasSelected() - Method in class org.forgerock.openam.radius.common.packet.FramedIPAddressAttribute
-
Indicates if the NAS should select an address for the user.
- isNeverExpiring() - Method in class com.iplanet.dpro.session.share.SessionInfo
-
Whether the session will ever expire or not.
- isNew() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteSession
-
Determines if the client knows about the session, either from local object
pre serialization or the stored value post serialization.
- isNewEntry() - Method in class com.sun.identity.sm.SMSEntry
-
Returns true if the entry does not exist in the data store
- isNewInstall() - Method in class com.sun.identity.config.Options
-
- isNewRequest(AuthContextLocal) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- isNewRequest(AuthContextLocalWrapper) - Method in class org.forgerock.openam.core.rest.authn.core.wrappers.CoreServicesWrapper
-
Checks to see if an AuthContextLocal is a new or an existing login process.
- isNil() - Method in interface com.sun.identity.saml2.jaxb.assertion.AttributeValueElement
-
- isNil() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeValueElementImpl
-
- isNoSession() - Method in class com.sun.identity.authentication.service.LoginState
-
- isNotation(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.MSVValidator
-
- isNotation(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- isNotation(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext
-
- isNotation(String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.MSVValidator
-
- isNotation(String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- isNotation(String) - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallingContext
-
- isNotBlank(String) - Method in class org.forgerock.openam.oauth2.OAuth2Utils
-
- isNotBlank(String) - Static method in class org.forgerock.openam.utils.StringUtils
-
Determines if the string is not blank.
- isNotEmpty(Collection<?>) - Static method in class org.forgerock.openam.utils.CollectionUtils
-
Given a collection determines whether it contains some values.
- isNotEmpty(Map<?, ?>) - Static method in class org.forgerock.openam.utils.CollectionUtils
-
Given a map determines whether it contains some values.
- isNotEmpty(String) - Static method in class org.forgerock.openam.utils.StringUtils
-
Determines if the string is not empty.
- isNull() - Method in class com.iplanet.dpro.session.SessionID
-
Checks if encrypted string is null or empty
- isOAuth2FragmentErrorType(Set<String>) - Static method in class org.forgerock.oauth2.core.Utils
-
When using the OAuth2 Implicit Grant the response_type value is "token".
- isObjectClassPresent(Set, String) - Static method in class com.iplanet.am.sdk.AMCommonUtils
-
Deprecated.
Method to compare all the object classes in the Set with the specfied
object class.
- isObjectClassPresent(Set, String) - Static method in class com.iplanet.am.sdk.common.MiscUtils
-
Method to compare all the object classes in the Set with the specfied
object class.
- isOpenAMSessionToken(WSSecurityEngineResult) - Method in class org.forgerock.openam.sts.soap.token.provider.saml2.DefaultSaml2XmlTokenAuthnContextMapper
-
- isOpenDJUpgraded() - Static method in class com.sun.identity.setup.AMSetupServlet
-
- isOpenDS1x - Variable in class com.sun.identity.config.Options
-
- isOpenDSVer1Installed() - Static method in class com.sun.identity.setup.EmbeddedOpenDS
-
- isOpenDSVer230Installed() - Static method in class com.sun.identity.setup.EmbeddedOpenDS
-
- isOpenDynamicClientRegistrationAllowed() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- isOpenDynamicClientRegistrationAllowed() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Indicates whether clients may register without providing an access token.
- isOpenDynamicClientRegistrationAllowed() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- isOpenIDConnect() - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuthConf
-
- isOpenIdConnectClient(ClientRegistration) - Static method in class org.forgerock.oauth2.core.Utils
-
Check if the OAuth2 Client is configured to be an OpenId Connect Client.
- isOpenIdConnectFragmentErrorType(Set<String>) - Static method in class org.forgerock.oauth2.core.Utils
-
When using the OpenId Connect authorization Implicit Flow the response_type value is
"id_token token" or "id_token".
- isOpenIDConnectSSOProviderEnabled() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- isOpenIDConnectSSOProviderEnabled() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Whether OpenID Connect ID Tokens are accepted as SSOTokens in this realm or not.
- isOpenIDConnectSSOProviderEnabled() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- isOptional() - Method in class com.sun.identity.sm.AttributeSchema
-
Returns true if the attribute is an optional attribute.
- isOptional() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Checks if the attribute is an optional attribute.
- isOptional() - Method in class com.sun.identity.wss.trust.ClaimType
-
Returns true if the claim is optional.
- isOptionAlias(String) - Method in class com.sun.identity.cli.SubCommand
-
Returns true if option is an alias.
- isOptionSet(String) - Method in class com.sun.identity.cli.CLICommandBase
-
- isOrgAliasMappingResourceEnabled(SSOToken) - Static method in class com.sun.identity.entitlement.opensso.OpenSSOIndexStore
-
- isOrganizationActive(SSOToken, String) - Static method in class com.sun.identity.idm.IdUtils
-
- isOrganizationActive(String) - Method in class org.forgerock.openam.core.CoreServicesWrapper
-
Checks to see if the Organization is active.
- isOSX() - Static method in class com.sun.identity.install.tools.util.OSChecker
-
- isOverrideAllowed() - Method in class com.sun.identity.liberty.ws.dst.DSTModification
-
Checks if override is allowed
- isPagingResults() - Method in class org.forgerock.openam.sm.datalayer.api.query.QueryBuilder
-
Indicates that the QueryBuilder is paging the search results, and subsequent calls are required
to collect the rest of the results.
- isParentRealm(String, String) - Static method in class org.forgerock.openam.utils.RealmUtils
-
Returns parent realm from a given fully qualified realm.
- ISPASSIVE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for IsPassive attribute
- isPassive() - Method in interface com.sun.identity.saml2.ecp.ECPRequest
-
Returns the value of the isPassive attribute.
- isPassive() - Method in class com.sun.identity.saml2.ecp.impl.ECPRequestImpl
-
Returns the value of the isPassive attribute.
- isPassive() - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
-
Returns the value of the isPassive attribute.
- isPassive() - Method in class com.sun.identity.saml2.protocol.impl.AuthnRequestImpl
-
Returns the value of the isPassive attribute.
- isPasswordResetEnabled() - Method in interface com.sun.identity.password.ui.model.PWResetModel
-
Returns true if the password service is enabled.
- isPasswordResetEnabled() - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns true if the password service is available.
- isPasswordResetFailureLockoutEnabled() - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns true if the password reset lockout feature is enabled.
- isPasswordValid(String, Map, IStateAccess) - Method in class com.sun.identity.install.tools.configurator.PasswordValidator
-
- ISPermission - Class in com.sun.identity.policy.jaas
-
This class provides the support for JAAS Authorization service
Its a new JAAS
Permission which extends the
Permission class.
- ISPermission(ProtectionDomain) - Constructor for class com.sun.identity.policy.jaas.ISPermission
-
Constructs an ISPermission instance, with the specified
ProtectionDomain.
- ISPermission(Subject, CodeSource) - Constructor for class com.sun.identity.policy.jaas.ISPermission
-
Constructs an ISPermission instance, with the specified
Subject and the CodeSource.
- ISPermission(CodeSource) - Constructor for class com.sun.identity.policy.jaas.ISPermission
-
Constructs an ISPermission instance, with the specified
CodeSource.
- ISPermission(String, String, String) - Constructor for class com.sun.identity.policy.jaas.ISPermission
-
Constructs an ISPermission instance, with the specified
service name, resource name and action name.
- ISPermission(String, String, String, Map) - Constructor for class com.sun.identity.policy.jaas.ISPermission
-
Constructs an ISPermission instance, with the specified
service name, resource name and action name.
- ISPermissionCollection - Class in com.sun.identity.policy.jaas
-
This class represents a collection of ISPermission objects.
- ISPermissionCollection() - Constructor for class com.sun.identity.policy.jaas.ISPermissionCollection
-
- isPersistent() - Method in class com.iplanet.ums.PersistentObject
-
Check if the object is persistent in the system
- isPersistent() - Method in class com.sun.identity.install.tools.configurator.InteractionInfo
-
- isPersistent() - Method in class com.sun.identity.install.tools.configurator.UserDataInteraction
-
- isPersistentNameID(NameID) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Checks if it is a persistent request or not.
- ISPolicy - Class in com.sun.identity.policy.jaas
-
This is an implementation of abstract class
java.security.Policy for representing the system security
policy for a Java application environment.
- ISPolicy() - Constructor for class com.sun.identity.policy.jaas.ISPolicy
-
Constructs an ISPolicy instance.
- isPolicyAssigned(String, String) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Returns true if a policyDN is assigned to an organization
or a role.
- isPolicyAssigned(String, String) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Returns true if a policyDN is assigned to this
organizational unit or a role.
- isPollingEnabled() - Method in class org.forgerock.openam.session.SessionPollerPool
-
Checks if Polling is enabled and initializes the threadpool if it's not already configured.
- isPortInUse(String, int) - Static method in class com.sun.identity.setup.AMSetupUtils
-
Checks whether the given host and port is currently under use.
- isPortValid(String, Map, IStateAccess) - Method in class com.sun.identity.install.tools.configurator.NetworkValidator
-
- isPositiveInteger(String, Map, IStateAccess) - Method in class com.sun.identity.install.tools.configurator.StringValidator
-
- isPresent(String) - Method in class com.sun.identity.install.tools.util.MatchPattern
-
- isPresentUserCreateNotificationList() - Method in class com.iplanet.am.sdk.ldap.EmailNotificationHelper
-
- isPresentUserDeleteNotificationList() - Method in class com.iplanet.am.sdk.ldap.EmailNotificationHelper
-
- isPresentUserModifyNotificationList() - Method in class com.iplanet.am.sdk.ldap.EmailNotificationHelper
-
- isPrimaryServer(String) - Method in class com.iplanet.dpro.session.service.SessionServerConfig
-
Checks if server instance identified by serverID is the primary server for this OpenAM server's site.
- isPropertyListed(SSOToken, String, Collection<String>) - Method in class org.forgerock.openam.session.SessionPropertyWhitelist
-
Whether or not the property is listed in the whitelist.
- isPropertyMapSettable(SSOToken, Map<String, String>) - Method in class org.forgerock.openam.session.SessionPropertyWhitelist
-
Queries whether all the properties in the properties map are settable, recording the
key and value of the attempted setting.
- isPropertySetSettable(SSOToken, Collection<String>) - Method in class org.forgerock.openam.session.SessionPropertyWhitelist
-
Queries whether all the properties in the properties set are settable.
- isProtectedProperty(String) - Static method in class com.iplanet.dpro.session.service.InternalSession
-
Helper method to check if a property is protected or not.
- isProviderExists(String, String) - Static method in class com.sun.identity.wss.provider.ProviderConfig
-
Checks if the provider of given type does exists.
- isProviderExists(String, String, boolean) - Static method in class com.sun.identity.wss.provider.ProviderConfig
-
Checks if the provider of given type does exists.
- isPureJAAS() - Method in class com.sun.identity.authentication.service.AMLoginContext
-
Checks if is pure JAAS mode
- isPureJAASModulePresent(String, Configuration) - Method in class org.forgerock.openam.authentication.service.JAASModuleDetector
-
Returns whether the auth module is or the auth chain contains pure JAAS module(s).
- isPWResetEnabled() - Method in class com.sun.identity.password.ui.PWResetViewBeanBase
-
Determines if the password reset service is enabled or not
- isQueryComplete() - Method in class org.forgerock.openam.cts.impl.query.worker.queries.CTSWorkerBaseQuery
-
Query state is tracked by the length of the paging cookie.
- isQueryPolicyEvalRequired() - Method in class com.sun.identity.liberty.ws.idpp.IDPPServiceManager
-
Checks if query policy evaluation is required
- isQuestionAvailable(String, String) - Method in interface com.sun.identity.password.ui.model.PWResetQuestionModel
-
Returns true if the secret questions are available for a user
- isQuestionAvailable(String, String) - Method in class com.sun.identity.password.ui.model.PWResetQuestionModelImpl
-
Returns true if the secret questions are available for a user
- isReadable(String) - Method in class com.iplanet.ums.AccessRightObject
-
Check if an attribute is readable.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerAuthModulesEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerAuthSvcMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerConnPoolSvcMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerEntitlementSvcMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerFedCOTMemberEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerIDFFSvcMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerIdRepoSvcMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerInstanceMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerLoggingSvcMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerPolicy22AgentEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerPolicyAgentsMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerPolicySvcMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebAgentEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebGroupEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerRealmEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerSAML1CacheEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerSAML1SvcMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerSAML2SPEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerSAML2SvcMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerServerEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerSessSvcMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerSiteMapEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerSitesEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerSvcMgmtSvcMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerTopologyMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionFailureRateMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRateMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoringMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class org.forgerock.openam.monitoring.cts.CtsTokenOperationsEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class org.forgerock.openam.monitoring.cts.OperationEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class org.forgerock.openam.monitoring.cts.TokenEntryMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class org.forgerock.openam.monitoring.policy.PolicyEvaluationMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class org.forgerock.openam.monitoring.policy.SelfEvaluationMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class org.forgerock.openam.monitoring.policy.SelfTimingMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class org.forgerock.openam.monitoring.policy.SubtreeEvaluationMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class org.forgerock.openam.monitoring.policy.SubtreeTimingMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class org.forgerock.openam.monitoring.session.CtsSessionsMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class org.forgerock.openam.monitoring.session.InternalSessionsMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class org.forgerock.openam.monitoring.session.RemoteSessionsMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadable(long) - Method in class org.forgerock.openam.monitoring.session.StatelessSessionsMeta
-
Returns true if "arc" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerAuthModulesTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerFedCOTMemberTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicy22AgentTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebAgentTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebGroupTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerRealmTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML1CacheTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML2SPTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerServerTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSiteMapTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSitesTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class org.forgerock.openam.monitoring.cts.CtsTokenOperationsTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class org.forgerock.openam.monitoring.cts.OperationTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReadableEntryId(SnmpOid, long, Object) - Method in class org.forgerock.openam.monitoring.cts.TokenTableMeta
-
Returns true if "var" identifies a readable scalar object.
- isReady() - Method in interface org.forgerock.openam.utils.Config
-
Returns true if the config is ready.
- isRealm(String) - Method in class org.forgerock.openam.rest.router.RestRealmValidator
-
Determines whether the given token is a valid configured realm.
- isRealmCloneable() - Method in class com.sun.identity.sm.ServiceSchema
-
During the creation of a new organisation/realm the services assigned to the parent realm are copied to the
child realm.
- isRealmEnabled() - Static method in class com.sun.identity.sm.ServiceManager
-
Returns true if current service
configuration uses the realm model to store the configuration data.
- isRealmMode() - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Returns true if the value of realmMode attribute is true.
- isRealmSubject(String) - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Checks if the subjectName is a reference to a Subject
defined at the realm
- isRealmSubject(String) - Method in class com.sun.identity.policy.Subjects
-
Checks if the subject is a reference to a Subject
defined at the realm.
- isRecursive() - Method in class com.sun.identity.entitlement.EntitlementCombiner
-
Returns true if this entitlement combiner is working on sub tree evaluation.
- isRecursive() - Method in class com.sun.identity.idm.IdSearchControl
-
- isRedirectionDone() - Method in exception com.sun.identity.saml2.common.SAML2Exception
-
Returns true if the response has been redirected already to another URL,
returns false otherwise.
- isRedirectUrlValid(String, T) - Method in class org.forgerock.openam.shared.security.whitelist.RedirectUrlValidator
-
Validates the provided redirect URL against the collection of valid goto URL domains found based on the
configuration info.
- isReferralPolicy(Policy) - Static method in class com.sun.identity.entitlement.xacml3.XACMLPrivilegeUtils
-
- isReferralPolicy() - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Checks whether the policy is a referral policy.
- isRegisProfileSOAP(String, String, SPDescriptorType, String, IDPDescriptorType) - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
Determines if the registration profile is SOAP or not.
- isRegistrationAccessTokenGenerationEnabled() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- isRegistrationAccessTokenGenerationEnabled() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Whether to generate access tokens for clients that register without one.
- isRegistrationAccessTokenGenerationEnabled() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- isRegistrationRequired() - Method in class com.sun.identity.monitoring.SsoServerAuthModulesTableMeta
-
- isRegistrationRequired() - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsTableMeta
-
- isRegistrationRequired() - Method in class com.sun.identity.monitoring.SsoServerFedCOTMemberTableMeta
-
- isRegistrationRequired() - Method in class com.sun.identity.monitoring.SsoServerFedCOTsTableMeta
-
- isRegistrationRequired() - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesTableMeta
-
- isRegistrationRequired() - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrTableMeta
-
- isRegistrationRequired() - Method in class com.sun.identity.monitoring.SsoServerPolicy22AgentTableMeta
-
- isRegistrationRequired() - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentTableMeta
-
- isRegistrationRequired() - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupTableMeta
-
- isRegistrationRequired() - Method in class com.sun.identity.monitoring.SsoServerPolicyWebAgentTableMeta
-
- isRegistrationRequired() - Method in class com.sun.identity.monitoring.SsoServerPolicyWebGroupTableMeta
-
- isRegistrationRequired() - Method in class com.sun.identity.monitoring.SsoServerRealmTableMeta
-
- isRegistrationRequired() - Method in class com.sun.identity.monitoring.SsoServerSAML1CacheTableMeta
-
- isRegistrationRequired() - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointTableMeta
-
- isRegistrationRequired() - Method in class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsTableMeta
-
- isRegistrationRequired() - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPTableMeta
-
- isRegistrationRequired() - Method in class com.sun.identity.monitoring.SsoServerSAML2SPTableMeta
-
- isRegistrationRequired() - Method in class com.sun.identity.monitoring.SsoServerServerTableMeta
-
- isRegistrationRequired() - Method in class com.sun.identity.monitoring.SsoServerSiteMapTableMeta
-
- isRegistrationRequired() - Method in class com.sun.identity.monitoring.SsoServerSitesTableMeta
-
- isRegistrationRequired() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentTableMeta
-
- isRegistrationRequired() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpTableMeta
-
- isRegistrationRequired() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentTableMeta
-
- isRegistrationRequired() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpTableMeta
-
- isRegistrationRequired() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentTableMeta
-
- isRegistrationRequired() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpTableMeta
-
- isRegistrationRequired() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentTableMeta
-
- isRegistrationRequired() - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpTableMeta
-
- isRegistrationRequired() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeTableMeta
-
- isRegistrationRequired() - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsTableMeta
-
- isRegistrationRequired() - Method in class org.forgerock.openam.monitoring.cts.CtsTokenOperationsTableMeta
-
- isRegistrationRequired() - Method in class org.forgerock.openam.monitoring.cts.OperationTableMeta
-
- isRegistrationRequired() - Method in class org.forgerock.openam.monitoring.cts.TokenTableMeta
-
- isRelayStateURLValid(HttpServletRequest, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Convenience method to validate a SAML2 relay state (goto) URL, often called from a JSP.
- isRelayStateURLValid(String, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Convenience method to validate a SAML2 relay state (goto) URL, often called from a JSP.
- isRendering() - Method in class com.sun.identity.config.util.AjaxPage
-
- isRequestAuthEnabled() - Method in interface com.sun.identity.liberty.ws.soapbinding.SOAPProviderConfig
-
Checks is the request authentication is enabled.
- isRequestedSessionIdFromCookie() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
The default behavior of this method is to return isRequestedSessionIdFromCookie()
on the wrapped request object.
- isRequestedSessionIdFromURL() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
The default behavior of this method is to return isRequestedSessionIdFromURL()
on the wrapped request object.
- isRequestedSessionIdFromUrl() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
The default behavior of this method is to return isRequestedSessionIdFromUrl()
on the wrapped request object.
- isRequestedSessionIdValid() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
The default behavior of this method is to return isRequestedSessionIdValid()
on the wrapped request object.
- isRequestEncrypted - Variable in class com.sun.identity.wss.provider.ProviderConfig
-
- isRequestEncrypted - Variable in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
- isRequestEncryptEnabled() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Checks if the request needs to be encrypted or not.
- isRequestEncryptEnabled() - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Checks if the request needs to be encrypted or not.
- isRequestEncryptEnabled() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Checks if the request needs to be encrypted or not.
- isRequestEncryptEnabled() - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Checks if the request needs to be encrypted or not.
- isRequestHeaderEncrypted - Variable in class com.sun.identity.wss.provider.ProviderConfig
-
- isRequestHeaderEncrypted - Variable in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
- isRequestHeaderEncryptEnabled() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Checks if the request header needs to be encrypted or not.
- isRequestHeaderEncryptEnabled() - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Checks if the request header needs to be encrypted or not.
- isRequestHeaderEncryptEnabled() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Checks if the request header needs to be encrypted or not.
- isRequestHeaderEncryptEnabled() - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Checks if the request header needs to be encrypted or not.
- isRequestSigned - Variable in class com.sun.identity.wss.provider.ProviderConfig
-
- isRequestSigned - Variable in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
- isRequestSignEnabled() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Checks if the request needs to be signed or not.
- isRequestSignEnabled() - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Checks if the request needs to be signed or not.
- isRequestSignEnabled() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Checks if the request needs to be signed or not.
- isRequestSignEnabled() - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Checks if the request needs to be signed or not.
- isRequired() - Method in class com.iplanet.am.sdk.common.DCTreeServicesHelper
-
Method to determine if DC Tree support is required or not.
- isRequired() - Method in interface com.iplanet.am.sdk.common.IDCTreeServices
-
Method to determine if DC Tree support is required or not.
- isRequired(int, int) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Checks if a Callback is required to have input.
- isRequireNewDelegate(PushNotificationServiceConfig) - Method in interface org.forgerock.openam.services.push.PushNotificationDelegate
-
Returns whether or not the new config is so different from the old that the existing delegate
should be removed from the pool.
- isRequireNewDelegate(PushNotificationServiceConfig) - Method in class org.forgerock.openam.services.push.sns.SnsHttpDelegate
-
- isReservedLongOption(String) - Static method in class com.sun.identity.cli.SubCommand
-
Returns true if an argument/option is reserved.
- isReservedShortOption(String) - Static method in class com.sun.identity.cli.SubCommand
-
Returns true if an argument/option is reserved.
- ISResourceBundle - Class in com.sun.identity.common
-
This class provides static utility methods to be used by console and Access
Manager admin * CLI for storing, retrieving and deleting locale-specific
resource bundles in the directory (data store)
This class is a subclass of java.util.ListResourceBundle .
- ISResourceBundle(Map) - Constructor for class com.sun.identity.common.ISResourceBundle
-
Non-default construtor used to create a new ISResourceBundle object This
constructor takes a Map of key-value pairs (both Strings) and uses that
Map to construct an ISResourceBundle object
- isResourceIDValid(String) - Method in class com.sun.identity.liberty.ws.idpp.PersonalProfile
-
Checks if the resource id is valid.
- isResourceMatch(String, String) - Method in class com.sun.identity.policy.Rule
-
Deprecated.
Compares the given service and resource names with the
service and resource name specified in this rule.
- isResourceNameAllowed() - Method in class com.sun.identity.sm.AttributeSchema
-
Checks if the attribute allows to have resource name.
- isResourceNameAllowed() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Checks if the attribute allows to have resource name.
- isResponseEncrypted - Variable in class com.sun.identity.wss.provider.ProviderConfig
-
- isResponseEncrypted - Variable in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
- isResponseEncryptEnabled() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Checks if the response needs to be encrypted or not.
- isResponseEncryptEnabled() - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Checks if the response needs to be encrypted or not.
- isResponseEncryptEnabled() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Checks if the response needs to be encrypted or not.
- isResponseEncryptEnabled() - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Checks if the response needs to be encrypted or not.
- isResponseSigned - Variable in class com.sun.identity.wss.provider.ProviderConfig
-
- isResponseSigned - Variable in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
- isResponseSignEnabled() - Method in interface com.sun.identity.liberty.ws.soapbinding.SOAPProviderConfig
-
Checks if the SOAP response needs to be signed.
- isResponseSignEnabled() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Checks if the response needs to be signed or not.
- isResponseSignEnabled() - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Checks if the response needs to be signed or not.
- isResponseSignEnabled() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Checks if the response needs to be signed or not.
- isResponseSignEnabled() - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Checks if the response needs to be signed or not.
- isRestricted() - Method in class com.iplanet.dpro.session.Session
-
Returns true if the SSOTokenID associated with this SSOToken is a
restricted token, false otherwise.
- isRestricted(SSOToken) - Static method in class com.sun.identity.session.util.RestrictedTokenHelper
-
Returns true if the SSOToken is restricted, false otherwise
- isRestricted(SSOToken) - Method in class org.forgerock.openam.sso.providers.stateless.StatelessAdminRestriction
-
Indicates if a given SSOToken should be restricted when used in the
context of a Stateless Session.
- isRestricted(String) - Method in class org.forgerock.openam.sso.providers.stateless.StatelessAdminRestriction
-
Indicates if the given User DN should be restricted when used in the
context of Stateless Sessions.
- isResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_doesEntryExists_ResponseStruct
-
- isResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_ResponseStruct
-
- isResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isAncestorOrgDeleted_ResponseStruct
-
- isResult() - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_ResponseStruct
-
- isResult() - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_isUserExists_ResponseStruct
-
- isResult() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_ResponseStruct
-
- isResult() - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_ResponseStruct
-
- isReturnAppSessionEnabled() - Method in class com.iplanet.dpro.session.service.SessionServiceConfig
-
Returns value of SystemProperty "com.sun.identity.session.returnAppSession".
- isReturnPolicyIdList() - Method in class com.sun.identity.entitlement.xacml3.core.Request
-
Gets the value of the returnPolicyIdList property.
- isRFC2247(ServiceConfig) - Method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
- isRoleIDP() - Method in class com.sun.identity.federation.accountmgmt.FSAccountFedInfo
-
Deprecated.
Represents that in a specific federation remote
deployement participated as SP or IDP.
- isRoot() - Method in class org.forgerock.openam.entitlement.utils.indextree.treenodes.BasicTreeNode
-
- isRoot() - Method in class org.forgerock.openam.entitlement.utils.indextree.treenodes.RootNode
-
- isRoot() - Method in interface org.forgerock.openam.entitlement.utils.indextree.treenodes.TreeNode
-
- isRootCA(X509Certificate) - Static method in class com.sun.identity.security.cert.AMCertStore
-
Return true if it is self signed ROOT CA
- isRootRealm() - Method in class org.forgerock.openam.rest.RealmContext
-
Determines if the resolved realm is the top level realm.
- isRunning() - Static method in class com.sun.identity.monitoring.Agent
-
Return whether agent is "running" or not
Monitoring implementations should not call this method directly, but
instead, they should call
MonitoringUtil.isRunning().
- isRunning() - Static method in class com.sun.identity.monitoring.MonitoringUtil
-
- isRunning() - Method in interface com.sun.identity.plugin.monitoring.FedMonAgent
-
Checks the operational status of the monitoring agent.
- isRunning() - Method in class com.sun.identity.plugin.monitoring.impl.AgentProvider
-
Returns whether agent is "running" or not
- isRunning() - Method in class com.sun.identity.plugin.monitoring.impl.FedletAgentProvider
-
Returns whether agent is "running" or not
- ISS - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.JWTTokenParams
-
- isSalesforceSP() - Method in class com.sun.identity.workflow.ValidateSAML2
-
- isSameContainer(HttpServletRequest, String) - Static method in class com.sun.identity.federation.common.FSUtils
-
Test if url in argument is
in the same web container as current opensso web
apps serving the request.
- isSAML2(HttpServletRequest) - Static method in class com.sun.identity.saml2.idpdiscovery.CookieUtils
-
- isSAML2FailoverEnabled() - Static method in class com.sun.identity.saml2.common.SAML2FailoverUtils
-
Checks whether SAML2 failover is enabled.
- isSAMLDecryptionDebugEnabled() - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
-
Tells whether SAML SP decryption debug mode is enabled.
- isSatisfied(Object) - Method in class com.iplanet.dpro.session.DNOrIPAddressListTokenRestriction
-
Returns a true if the restriction matches the context for which it was
set.
- isSatisfied(Object) - Method in interface com.iplanet.dpro.session.TokenRestriction
-
Returns a true if the restriction matches the context for which it was set, otherwise it returns false.
- isSatisfied() - Method in class com.sun.identity.entitlement.ConditionDecision
-
Whether this ConditionDecision is satisfied.
- isSatisfied() - Method in class com.sun.identity.entitlement.SubjectDecision
-
Whether this SubjectDecision is satisfied.
- isSatisfied(Object) - Method in class com.sun.identity.session.util.PrincipalTokenRestriction
-
Returns a true if the restriction matches the context for which it was
set, otherwise it returns false.
- isSatisfied(Object) - Method in class org.forgerock.openam.dpro.session.NoOpTokenRestriction
-
Tells whether this given restriction is satisfied, this implementation will always return true.
- isSaveConsentEnabled() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- isSaveConsentEnabled() - Method in exception org.forgerock.oauth2.core.exceptions.ResourceOwnerConsentRequired
-
Is save consent enabled
- isSaveConsentEnabled() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Determines if the consent can be saved or not, due to a lack of configuration.
- isSaveConsentEnabled() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- isScheduled() - Method in class com.sun.identity.common.GeneralTaskRunnable
-
Returns true if this TaskRunnable is scheduled to run; otherwise returns false.
- isSearchable() - Method in class com.sun.identity.sm.AttributeSchema
-
Returns true if the attribute is searchable;
false otherwise
- isSearchable() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Returns true if the attribute is searchable;
false otherwise
- ISSEARCHABLE - Static variable in class com.sun.identity.sm.SMSUtils
-
- isSecondarySite(String) - Static method in class com.iplanet.services.naming.WebtopNaming
-
Tells whether the provided ID belongs to a secondary site or not.
- isSecure() - Method in class com.sun.identity.log.LogManager
-
Return whether secure logging is specified.
- isSecure() - Method in class com.sun.identity.security.cert.AMLDAPCertStoreParameters
-
Get ldap port is secure
- isSecure() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
The default behavior of this method is to return isSecure()
on the wrapped request object.
- ISSecurityPermission - Class in com.sun.identity.security
-
This class ISSecurityPermission is used to protect the Access
Manager resources which should be accessed only by trusted application.
- ISSecurityPermission(String, String) - Constructor for class com.sun.identity.security.ISSecurityPermission
-
Constructs ISSecurityPermission object.
- ISSecurityPermission(String) - Constructor for class com.sun.identity.security.ISSecurityPermission
-
Constructs ISSecurityPermission object.
- isSelectDataSupported(String) - Method in class com.sun.identity.liberty.ws.idpp.PersonalProfile
-
Checks if the select data is supported by the PP service.
- isSelfRegistration() - Method in class org.forgerock.openam.services.RestSecurity
-
Deprecated.
- isSelfServiceRestEndpointEnabled() - Method in class org.forgerock.openam.services.RestSecurity
-
Deprecated.
- isSenderVouches() - Method in class com.sun.identity.wss.security.AssertionToken
-
- isSenderVouches() - Method in class com.sun.identity.wss.security.SAML2Token
-
Returns true if the SAML2 token is of type sender vouches
- isSendPropertyNotification(String) - Method in class com.iplanet.dpro.session.service.SessionServiceConfig
-
Returns true if property change notifications are enabled for the specified property.
- isSendWasCalled() - Method in class org.forgerock.openam.radius.server.RadiusRequestContext
-
Indicates if a response has already been sent for the request represented by this context object.
- isSerializable(Object) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
Tests if an object implements the java.io.Serializable interface.
- isSerializable(Object) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteSession
-
Tests if an object implements the java.io.Serializable interface.
- isServer(String) - Static method in class com.iplanet.services.naming.WebtopNaming
-
Tells whether the provided ID belongs to a server or not.
- isServer(String) - Method in class com.iplanet.services.naming.WebtopNamingQuery
-
- isServerInstanceExist(SSOToken, String) - Static method in class com.sun.identity.common.configuration.ServerConfiguration
-
Returns true if server instance exists.
- isServerMemberOfLocalSite(String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- isServerMode() - Static method in class com.iplanet.am.util.SystemProperties
-
Returns true if instance is running in server mode.
- isServerMode() - Static method in class com.iplanet.services.naming.WebtopNaming
-
Determines whether WebtopNaming code runs in the core server mode
or in the client SDK run-time mode.
- isServerMode() - Static method in class com.sun.identity.common.SystemConfigurationUtil
-
Returns true if this is running on server mode.
- isServerURLValid(String, Map, IStateAccess) - Method in class com.sun.identity.install.tools.configurator.ValidateURL
-
- isServerValid(String) - Static method in class com.sun.identity.shared.jaxrpc.JAXRPCHelper
-
- isServiceEnabled(ForgottenPasswordConsoleConfig) - Method in class org.forgerock.openam.selfservice.config.flows.ForgottenPasswordConfigProvider
-
- isServiceEnabled(ForgottenUsernameConsoleConfig) - Method in class org.forgerock.openam.selfservice.config.flows.ForgottenUsernameConfigProvider
-
- isServiceEnabled(UserRegistrationConsoleConfig) - Method in class org.forgerock.openam.selfservice.config.flows.UserRegistrationConfigProvider
-
- isServiceEnabled(C) - Method in interface org.forgerock.openam.selfservice.config.ServiceConfigProvider
-
Determines whether the specific service is enabled.
- isServiceIdentifier() - Method in class com.sun.identity.sm.AttributeSchema
-
Returns true if the attribute is a service identifier (i.e., in the case
of LDAP it would be the COS Specifier attribute).
- isServiceIdentifier() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Chekcs if the attribute is a service identifier (i.e., in the case of
LDAP it would be the COS Specifier attribute).
- isServiceInstanceUpdateEnabled() - Method in class com.sun.identity.liberty.ws.idpp.IDPPServiceManager
-
Checks if the service is configured to include service instance
update header.
- isServiceModified() - Method in class com.sun.identity.sm.ServiceSchemaModifications
-
- isServicePassed() - Static method in class com.iplanet.am.util.AMClientDetector
-
Returns true if the client detection service is present or false if the
client detection service is not present and the client attributes could
not be retrieved.
- isServiceVisible(String) - Method in class org.forgerock.openam.core.rest.sms.SmsConsoleServiceConfig
-
Returns true if the provided service name is not in the list of
hidden services.
- isSessionBlacklistingEnabled() - Method in class com.iplanet.dpro.session.service.SessionServiceConfig
-
Whether session blacklisting is enabled for stateless session logout.
- isSessionBlacklistingEnabled() - Method in class org.forgerock.openam.oauth2.OAuth2GlobalSettings
-
Whether token blacklisting is enabled for stateless token deletion.
- isSessionCleanupEnabled() - Method in class org.forgerock.openam.session.SessionPollerPool
-
- isSessionConstraintEnabled() - Method in class com.iplanet.dpro.session.service.SessionServiceConfig
-
Returns true if amSession.xml property "iplanet-am-session-enable-session-constraint" is "ON" (case insensitive).
- isSessionHandle() - Method in class com.iplanet.dpro.session.SessionID
-
- isSessionQuotaReached(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Returns true if the user identified by the supplied username has reached
their session quota.
- isSessionUpgrade(AuthContextLocal) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- isSessionUpgrade() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns session upgrade.
- isSessionUpgrade() - Method in interface org.forgerock.openam.core.rest.authn.core.AuthenticationContext
-
Determines whether this authentication is for a session upgrade or not.
- isSessionUpgrade() - Method in class org.forgerock.openam.core.rest.authn.core.wrappers.AuthContextLocalWrapper
-
Determines whether this authentication is for a session upgrade or not.
- isSessionUpgradeCache - Static variable in class com.sun.identity.saml2.profile.IDPCache
-
Cache saves information to determine if the request was
a session upgrade case.
- isSessionUpgradeOrForceAuth(HttpServletRequest) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Tells whether the incoming request corresponds to a session upgrade or ForceAuth.
- isSessionUpgradeRequest() - Method in class org.forgerock.openam.core.rest.authn.core.LoginConfiguration
-
Determines if the login request is requesting the user's current session to be upgraded.
- isSessionValid() - Method in class com.iplanet.am.util.CLILogin
-
- isSetCookie(String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- isSharedAgent(SSOToken, String, String, String) - Method in class com.sun.identity.policy.plugins.AuthenticatedSharedAgents
-
Checks if distinguished user name is a shared user/agent
if returns true if so.
- isSharedStateEnabled() - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Checks if shared state enabled for the module.
- isSharedWith(ResourceSetDescription, String, String) - Method in class org.forgerock.openam.uma.rest.ResourceSetService
-
Checks whether a ResourceSet is accessible by a user.
- isShowUsernameEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig
-
Whether or the not the username should be displayed.
- isShutdown() - Method in class com.iplanet.services.ldap.event.LDAPv3PersistentSearch
-
- isShutdown() - Method in class org.forgerock.openam.audit.context.AuditRequestContextPropagatingExecutorService
- isShutdown() - Method in class org.forgerock.openam.sm.datalayer.impl.ldap.CTSDJLDAPv3PersistentSearch
-
- isShutdownCalled() - Static method in class com.sun.identity.idm.server.IdServicesImpl
-
- isSignatureValid() - Method in class com.sun.identity.liberty.ws.security.SecurityAssertion
-
Return whether the signature is valid.
- isSignatureValid() - Method in class com.sun.identity.saml.assertion.Assertion
-
Returns whether the signature on the object is valid or not.
- isSignatureValid() - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Returns whether the signature on the object is valid or not.
- isSignatureValid() - Method in class com.sun.identity.saml.protocol.AbstractRequest
-
Return whether the signature on the object is valid or not.
- isSignatureValid() - Method in class com.sun.identity.saml.protocol.AbstractResponse
-
Returns whether the signature on the object is valid or not.
- isSignatureValid() - Method in class com.sun.identity.saml.protocol.Response
-
Return whether the signature on the object is valid or not.
- isSignatureValid(Set<X509Certificate>) - Method in interface com.sun.identity.saml2.assertion.Assertion
-
Return whether the signature is valid or not.
- isSignatureValid(Set<X509Certificate>) - Method in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
- isSignatureValid - Variable in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
- isSignatureValid(Set<X509Certificate>) - Method in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
- isSignatureValid - Variable in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
- isSignatureValid(Set<X509Certificate>) - Method in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
- isSignatureValid(Set<X509Certificate>) - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
-
Return whether the signature is valid or not.
- isSignatureValid(Set<X509Certificate>) - Method in interface com.sun.identity.saml2.protocol.StatusResponse
-
Returns whether the signature on the StatusResponse
is valid or not.
- isSignatureValid(Assertion, String, String) - Static method in class com.sun.identity.wsfederation.common.WSFederationUtils
-
Determine the validity of the signature on the Assertion
- isSigned() - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Returns whether the object is signed or not.
- isSigned() - Method in class com.sun.identity.saml.protocol.AbstractRequest
-
Return whether the object is signed or not.
- isSigned() - Method in class com.sun.identity.saml.protocol.AbstractResponse
-
Return whether the object is signed or not.
- isSigned() - Method in interface com.sun.identity.saml2.assertion.Assertion
-
Return true if the assertion is signed
- isSigned() - Method in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
Return whether the assertion is signed
- isSigned - Variable in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
- isSigned() - Method in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
Returns true if message is signed.
- isSigned - Variable in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
- isSigned() - Method in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
Returns whether the StatusResponse is signed or not.
- isSigned() - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
-
Returns true if message is signed.
- isSigned() - Method in interface com.sun.identity.saml2.protocol.StatusResponse
-
Returns whether the StatusResponse is signed or not.
- isSigningOn() - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
Returns true if signing is enabled; otherwise, it will
return false.
- isSigningOptional() - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
Returns true if signing is optional else it will return
false.
- isSilentMode() - Method in class com.sun.identity.install.tools.configurator.Driver
-
- isSingleAttributeContainer() - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPLegalIdentity
-
Returns false for the IDPPLegalIdentity Container.
- isSingleUse() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestPseudonymTypeImpl
-
- isSingleUse() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.RequestPseudonymType
-
Gets the value of the singleUse property.
- isSite(String) - Method in class com.iplanet.dpro.session.service.SessionServerConfig
-
Checks whether the provided ID belongs to a site or not.
- isSite(String) - Static method in class com.iplanet.services.naming.WebtopNaming
-
Tells whether the provided ID belongs to a site or not.
- isSite(String) - Method in class com.iplanet.services.naming.WebtopNamingQuery
-
- isSiteEnabled() - Method in class com.iplanet.dpro.session.service.SessionServerConfig
-
Indicates if this server is part of a Site (or multiple sites).
- isSiteEnabled(String, String, String, String) - Static method in class com.iplanet.services.naming.WebtopNaming
-
Determines whether Site is enabled for the given server instance.
- isSiteEnabled(String) - Static method in class com.iplanet.services.naming.WebtopNaming
-
Determines whether Site is enabled for the given server ID.
- isSiteExist(SSOToken, String) - Static method in class com.sun.identity.common.configuration.SiteConfiguration
-
Returns true if site exists.
- isSiteId(String) - Static method in class com.sun.identity.common.SystemConfigurationUtil
-
Check whether the given id is a siteId.
- isSiteUp(String) - Method in interface com.iplanet.dpro.session.service.cluster.ClusterMonitor
-
Indicates if the specified site is up.
- isSiteUp(String) - Method in class com.iplanet.dpro.session.service.cluster.ClusterStateService
-
Indicates the state of a given Site ID.
- isSiteUp(String) - Method in class com.iplanet.dpro.session.service.cluster.MultiServerClusterMonitor
-
Indicates if the specified site is up.
- isSiteUp(String) - Method in class com.iplanet.dpro.session.service.cluster.SingleServerClusterMonitor
-
Indicates if the specified site is up.
- isSiteUp(String) - Method in class org.forgerock.openam.session.service.ServicesClusterMonitorHandler
-
Indicates that the Site is up.
- isSOAPFaultNeeded() - Method in class com.sun.identity.liberty.ws.idpp.plugin.IDPPServiceInstanceUpdate
-
Check to see if soap fault needs to be issue while processing the
request.
- isSOAPFaultNeeded() - Method in interface com.sun.identity.liberty.ws.interfaces.ServiceInstanceUpdate
-
Checks whether the service needs to send a soap fault.
- isSoapSTSAgent(SSOToken) - Method in interface org.forgerock.openam.forgerockrest.utils.AgentIdentity
-
Establish if an SSOToken belongs to a soap-sts agent.
- isSoapSTSAgent(SSOToken) - Method in class org.forgerock.openam.forgerockrest.utils.AgentIdentityImpl
-
- isSolaris() - Static method in class com.sun.identity.install.tools.util.OSChecker
-
Method isSolaris
- isSourceSiteValid(Issuer, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Returns true if Issuer is valid.
- isSpammed() - Method in class org.forgerock.openam.authentication.callbacks.helpers.PollingWaitSpamChecker
-
Checks for spam requests.
- isSpecialIdentity(SSOToken, String, IdType, String) - Method in class com.sun.identity.idm.server.IdServicesImpl
-
- isSpecialUser(String) - Method in class com.sun.identity.authentication.service.AuthD
-
Returns true if distinguished user name is a special user
DN.
- isSpecialUser(String) - Method in class com.sun.identity.policy.plugins.AuthenticatedAgents
-
checks if distinguished user name is a special user (the
url access agent, in particular).
- isSpecialUser(SSOToken) - Method in interface org.forgerock.openam.forgerockrest.utils.SpecialUserIdentity
-
- isSpecialUser(SSOToken) - Method in class org.forgerock.openam.forgerockrest.utils.SpecialUserIdentityImpl
-
- isSpecialUser(String) - Method in interface org.forgerock.openam.sso.providers.stateless.StatelessAdminRestriction.SuperUserDelegate
-
- isSpecified() - Method in class org.forgerock.openam.radius.common.packet.FramedIPAddressAttribute
-
Indicates if the NAS should use the ip address indicated in this instance.
- isSPProfileBindingSupported(String, String, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Checks if a profile binding is suppported by a SP.
- isSSL() - Method in class org.forgerock.openam.ldap.LDAPURL
-
Returns a Boolean instance that tells whether SSL is enabled.
- isSSLMode() - Method in class org.forgerock.openam.sm.datalayer.impl.ldap.ExternalLdapConfig
-
- isSSOTokenValid() - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Returns true if admin token cached within this class is valid
- isStale() - Method in class com.sun.identity.policy.ResourceResult
-
Deprecated.
Determines if result is stale
- isStarted() - Static method in class com.iplanet.services.ldap.event.EventService
-
Informs the callers as to the state of the EventService.
- isStarted() - Static method in class com.sun.identity.setup.EmbeddedOpenDS
-
Returns true if the server has already been started.
- isStartedSuccessfully() - Method in class org.forgerock.openam.radius.server.RadiusRequestListener
-
Indicates if the constructor successfully started up the listener.
- isStatelessTokensEnabled() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- isStatelessTokensEnabled() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Determines whether access and refresh tokens should be stateless.
- isStatelessTokensEnabled() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- isStaticAttribute(String) - Static method in class org.forgerock.openam.utils.AttributeUtils
-
For the given attributeName, return true if it is flagged as a static attribute.
- isStatusAttribute() - Method in class com.sun.identity.sm.AttributeSchema
-
Returns true if the attribute is a service's status attribute.
- isStatusAttribute() - Method in class com.sun.identity.sm.AttributeSchemaImpl
-
Checkds if the attribute is a service's status attribute.
- isStored() - Method in class com.iplanet.dpro.session.service.InternalSession
-
Returns whether the InternalSession represented has been stored.
- isString(CoreTokenField) - Static method in class org.forgerock.openam.cts.api.fields.CoreTokenFieldTypes
-
- isStringValid(String, Map, IStateAccess) - Method in class com.sun.identity.install.tools.configurator.StringValidator
-
- isSubjectExclusive(String) - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Checks if the subject is exclusive.
- isSubjectExclusive(String) - Method in class com.sun.identity.policy.Subjects
-
Checks if the subject is exclusive.
- isSubscribable() - Method in interface com.iplanet.am.sdk.AMAssignableDynamicGroup
-
Deprecated.
Returns true if the assignable dynamic group is subscribable.
- isSubscribable() - Method in interface com.iplanet.am.sdk.AMStaticGroup
-
Deprecated.
Returns true if the group is subscribable.
- isSuccessful() - Method in class com.sun.identity.install.tools.configurator.TaskExecutionResult
-
- isSuccessful() - Method in class com.sun.identity.install.tools.configurator.ValidationResultStatus
-
- isSuccessful() - Method in class org.forgerock.openam.core.rest.authn.core.CompletedLoginProcess
-
Returns true if the outcome of the login process is SUCCESS.
- isSuccessful() - Method in class org.forgerock.openam.core.rest.authn.core.LoginProcess
-
Returns true if the outcome of the login process is SUCCESS.
- isSuccessful() - Method in interface org.forgerock.openam.entitlement.constraints.ConstraintResult
-
Whether the result represents a successful validation.
- ISSUE_ID_LABEL - Static variable in class org.forgerock.openam.core.rest.record.RecordConstants
-
- ISSUE_INSTANT - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
IssueInstant
- ISSUE_INSTANT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for IssueInstant
- ISSUE_REFRESH_TOKEN - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2ProviderService
-
- ISSUE_REFRESH_TOKEN_ON_REFRESHING_TOKEN - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2ProviderService
-
- issueCode(Representation) - Method in class org.forgerock.oauth2.restlet.DeviceCodeResource
-
- ISSUED - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.CoreTokenParams
-
- ISSUED - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.StoredToken
-
- ISSUED_TOKEN - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- ISSUED_TOKEN_TYPES - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- ISSUED_TOKENS_PERSISTED_IN_CTS - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
Used in the context of a @Named annotation to indicate whether the sts is configured to persist issued tokens in the
CTS.
- IssuedTokenCancellerFactory - Interface in org.forgerock.openam.sts.rest.operation.cancel
-
Responsible for created RestIssuedTokenCanceller instances for a specific token type.
- IssuedTokenCancellerFactoryImpl - Class in org.forgerock.openam.sts.rest.operation.cancel
-
- IssuedTokenCancelOperation - Interface in org.forgerock.openam.sts.rest.operation.cancel
-
Encapsulates the concerns of cancelling rest-sts-issued tokens
- IssuedTokenCancelOperationImpl - Class in org.forgerock.openam.sts.rest.operation.cancel
-
- IssuedTokenCancelOperationImpl(IssuedTokenCancellerFactory, TokenRequestMarshaller, Set<TokenTypeId>) - Constructor for class org.forgerock.openam.sts.rest.operation.cancel.IssuedTokenCancelOperationImpl
-
- IssuedTokenElement - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
5.3.2 IssuedToken Assertion
Java content class for IssuedToken element declaration.
- IssuedTokenElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- IssuedTokenElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.IssuedTokenElementImpl
-
- IssuedTokenElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- IssuedTokenType - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
Java content class for IssuedTokenType complex type.
- IssuedTokenTypeImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- IssuedTokenTypeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.IssuedTokenTypeImpl
-
- IssuedTokenTypeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- IssuedTokenValidateOperation - Interface in org.forgerock.openam.sts.rest.operation.validate
-
Top-level operation which will validate rest-sts issued tokens.
- IssuedTokenValidateOperationImpl - Class in org.forgerock.openam.sts.rest.operation.validate
-
- IssuedTokenValidateOperationImpl(IssuedTokenValidatorFactory, TokenRequestMarshaller, Set<TokenTypeId>) - Constructor for class org.forgerock.openam.sts.rest.operation.validate.IssuedTokenValidateOperationImpl
-
- IssuedTokenValidatorFactory - Interface in org.forgerock.openam.sts.rest.operation.validate
-
Represents the concerns of creating RestIssuedTokenValidator implementations for tokens issued by the rest-sts
- IssuedTokenValidatorFactoryImpl - Class in org.forgerock.openam.sts.rest.operation.validate
-
- issueInstant - Variable in class com.sun.identity.saml.protocol.AbstractRequest
-
- issueInstant - Variable in class com.sun.identity.saml.protocol.AbstractResponse
-
- issueInstant - Variable in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
- issueInstant - Variable in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
- issuer - Variable in class com.sun.identity.entitlement.xacml3.core.Attribute
-
- issuer - Variable in class com.sun.identity.entitlement.xacml3.core.AttributeAssignment
-
- issuer - Variable in class com.sun.identity.entitlement.xacml3.core.AttributeAssignmentExpression
-
- issuer - Variable in class com.sun.identity.entitlement.xacml3.core.AttributeDesignator
-
- issuer - Variable in class com.sun.identity.entitlement.xacml3.core.MissingAttributeDetail
-
- ISSUER - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Issuer
- ISSUER - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
A SAML service attribute parameter that defines the creator of an
assertion generated within OpenAM.
- issuer - Variable in class com.sun.identity.saml.protocol.Response
-
- Issuer - Interface in com.sun.identity.saml2.assertion
-
The Issuer provides information about the issuer of
a SAML assertion or protocol message.
- ISSUER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for Issuer
- ISSUER - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- issuer - Variable in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
- issuer - Variable in class com.sun.identity.wsfederation.profile.RequestSecurityTokenResponse
-
- ISSUER - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for Issuer element
- issuer(String) - Method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig.OIDCIdTokenConfigBuilder
-
- ISSUER_ELEMENT - Static variable in class com.sun.identity.saml2.assertion.impl.IssuerImpl
-
- ISSUER_NAME - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
This site's issuer name.
- ISSUER_NAME - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
This field referenced in SAML2Config.ISSUER_NAME.
- ISSUER_NAME_LIST - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
SAML service attribute that specifies list of issuer names.
- ISSUER_SERIAL - Static variable in class com.sun.identity.wss.security.X509TokenSpec
-
- issueRefreshTokens() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- issueRefreshTokens() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Whether the OAuth2 provider should issue refresh tokens when issuing access tokens.
- issueRefreshTokens() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- issueRefreshTokensOnRefreshingToken() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- issueRefreshTokensOnRefreshingToken() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Whether the OAuth2 provider should issue refresh tokens when refreshing access tokens.
- issueRefreshTokensOnRefreshingToken() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- IssuerElement - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for Issuer element declaration.
- IssuerElementImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- IssuerElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.IssuerElementImpl
-
- IssuerElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- IssuerImpl - Class in com.sun.identity.saml2.assertion.impl
-
The Issuer provides information about the issuer of
a SAML assertion or protocol message.
- IssuerImpl() - Constructor for class com.sun.identity.saml2.assertion.impl.IssuerImpl
-
Default constructor
- IssuerImpl(String) - Constructor for class com.sun.identity.saml2.assertion.impl.IssuerImpl
-
This constructor is used to build Issuer object from a
XML string.
- IssuerImpl(Element) - Constructor for class com.sun.identity.saml2.assertion.impl.IssuerImpl
-
This constructor is used to build Issuer object from a
block of existing XML that has already been built into a DOM.
- ISSUERNAME - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Constant for issuer name.
- IssuerNamesOfferedElement - Interface in com.sun.identity.wsfederation.jaxb.wsfederation
-
Java content class for IssuerNamesOffered element declaration.
- IssuerNamesOfferedElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- IssuerNamesOfferedElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuerNamesOfferedElementImpl
-
- IssuerNamesOfferedElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- IssuerNamesOfferedType - Interface in com.sun.identity.wsfederation.jaxb.wsfederation
-
Java content class for IssuerNamesOfferedType complex type.
- IssuerNamesOfferedTypeImpl - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- IssuerNamesOfferedTypeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuerNamesOfferedTypeImpl
-
- IssuerNamesOfferedTypeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- IssuerNameType - Interface in com.sun.identity.wsfederation.jaxb.wsfederation
-
Java content class for IssuerNameType complex type.
- IssuerNameTypeImpl - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- IssuerNameTypeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuerNameTypeImpl
-
- IssuerNameTypeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- IssuesSpecificPolicyFaultElement - Interface in com.sun.identity.wsfederation.jaxb.wsfederation
-
Java content class for IssuesSpecificPolicyFault element declaration.
- IssuesSpecificPolicyFaultElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- IssuesSpecificPolicyFaultElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuesSpecificPolicyFaultElementImpl
-
- IssuesSpecificPolicyFaultElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- issueToken(EndpointSpecification, TokenSpecification) - Method in class org.forgerock.openam.sts.soap.SoapSTSConsumer
-
Invoke the issue operation to obtain a token specified by the tokenSpecification on the endpoint specified by
the endpointSpecification
- issueToken(AccessToken, OAuth2Request) - Method in class org.forgerock.openidconnect.OpenIDTokenIssuer
-
Issues an OpenId Connect token, using the details of the access token.
- issueTokens(OAuth2Request, ClientRegistration, ResourceOwner, Set<String>, OAuth2ProviderSettings) - Method in class org.forgerock.oauth2.core.AuthorizationTokenIssuer
-
Issues tokens for the OAuth2 authorize request.
- issueTokenSuite(List<EndpointSpecification>, List<TokenSpecification>) - Method in class org.forgerock.openam.sts.soap.SoapSTSConsumer
-
- IssuingDistributionPointExtension - Class in com.iplanet.security.x509
-
A critical CRL extension that identifies the CRL distribution point
for a particular CRL
issuingDistributionPoint ::= SEQUENCE {
distributionPoint [0] DistributionPointName OPTIONAL,
onlyContainsUserCerts [1] BOOLEAN DEFAULT FALSE,
onlyContainsCACerts [2] BOOLEAN DEFAULT FALSE,
onlySomeReasons [3] ReasonFlags OPTIONAL,
indirectCRL [4] BOOLEAN DEFAULT FALSE }
DistributionPointName ::= CHOICE {
fullName [0] GeneralNames,
nameRelativeToCRLIssuer [1] RelativeDistinguishedName }
ReasonFlags ::= BIT STRING {
unused (0),
keyCompromise (1),
cACompromise (2),
affiliationChanged (3),
superseded (4),
cessationOfOperation (5),
certificateHold (6) }
GeneralNames ::= SEQUENCE SIZE (1..MAX) OF GeneralName
GeneralName ::= CHOICE {
otherName [0] OtherName,
rfc822Name [1] IA5String,
dNSName [2] IA5String,
x400Address [3] ORAddress,
directoryName [4] Name,
ediPartyName [5] EDIPartyName,
uniformResourceIdentifier [6] IA5String,
iPAddress [7] OCTET STRING,
registeredID [8] OBJECT IDENTIFIER}
OtherName ::= SEQUENCE {
type-id OBJECT IDENTIFIER,
value [0] EXPLICIT ANY DEFINED BY type-id }
EDIPartyName ::= SEQUENCE {
nameAssigner [0] DirectoryString OPTIONAL,
partyName [1] DirectoryString }
RelativeDistinguishedName ::=
SET OF AttributeTypeAndValue
AttributeTypeAndValue ::= SEQUENCE {
type AttributeType,
value AttributeValue }
AttributeType ::= OBJECT IDENTIFIER
AttributeValue ::= ANY DEFINED BY AttributeType
- IssuingDistributionPointExtension(GeneralNames, boolean, boolean, boolean[], boolean, boolean) - Constructor for class com.iplanet.security.x509.IssuingDistributionPointExtension
-
Create a IssuingDistributionPointExtension.
- IssuingDistributionPointExtension(RDN, boolean, boolean, boolean[], boolean, boolean) - Constructor for class com.iplanet.security.x509.IssuingDistributionPointExtension
-
Create a IssuingDistributionPointExtension.
- IssuingDistributionPointExtension(Object) - Constructor for class com.iplanet.security.x509.IssuingDistributionPointExtension
-
Create the extension from the passed DER encoded value of the same.
- isSuperAdmin(String) - Method in class com.sun.identity.authentication.service.AuthD
-
Returns true if distinguished user name is a super
administrator DN.
- isSuperAdmin(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Checks if distinguished user name is a super admin.
- isSuperUser(String) - Method in class com.iplanet.dpro.session.service.SessionService
-
Returns true if the user is super user
- isSuperUser(String) - Method in class com.sun.identity.authentication.service.AuthD
-
Returns true if and only if the user name belongs to a
super user
- isSuperUser(String) - Method in class org.forgerock.openam.rest.authz.AdminOnlyAuthzModule
-
- isSuperUser(String) - Method in interface org.forgerock.openam.sso.providers.stateless.StatelessAdminRestriction.SuperUserDelegate
-
- isSupportedOption(String) - Method in class com.sun.identity.cli.SubCommand
-
Returns if the option is supported.
- isSupportsX509Query() - Method in interface com.sun.identity.saml2.jaxb.metadata.AttributeServiceType
-
Gets the value of the supportsX509Query property.
- isSupportsX509Query() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeServiceTypeImpl
-
- isSupportsX509SelfQuery() - Method in interface com.sun.identity.saml2.jaxb.metadata.AttributeServiceType
-
Gets the value of the supportsX509SelfQuery property.
- isSupportsX509SelfQuery() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeServiceTypeImpl
-
- isTable(long) - Method in class com.sun.identity.monitoring.SsoServerAuthSvcMeta
-
Returns true if "arc" identifies a table object.
- isTable(long) - Method in class com.sun.identity.monitoring.SsoServerConnPoolSvcMeta
-
Returns true if "arc" identifies a table object.
- isTable(long) - Method in class com.sun.identity.monitoring.SsoServerEntitlementSvcMeta
-
Returns true if "arc" identifies a table object.
- isTable(long) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsMeta
-
Returns true if "arc" identifies a table object.
- isTable(long) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesMeta
-
Returns true if "arc" identifies a table object.
- isTable(long) - Method in class com.sun.identity.monitoring.SsoServerIDFFSvcMeta
-
Returns true if "arc" identifies a table object.
- isTable(long) - Method in class com.sun.identity.monitoring.SsoServerIdRepoSvcMeta
-
Returns true if "arc" identifies a table object.
- isTable(long) - Method in class com.sun.identity.monitoring.SsoServerInstanceMeta
-
Returns true if "arc" identifies a table object.
- isTable(long) - Method in class com.sun.identity.monitoring.SsoServerLoggingSvcMeta
-
Returns true if "arc" identifies a table object.
- isTable(long) - Method in class com.sun.identity.monitoring.SsoServerPolicyAgentsMeta
-
Returns true if "arc" identifies a table object.
- isTable(long) - Method in class com.sun.identity.monitoring.SsoServerPolicySvcMeta
-
Returns true if "arc" identifies a table object.
- isTable(long) - Method in class com.sun.identity.monitoring.SsoServerSAML1SvcMeta
-
Returns true if "arc" identifies a table object.
- isTable(long) - Method in class com.sun.identity.monitoring.SsoServerSAML2SvcMeta
-
Returns true if "arc" identifies a table object.
- isTable(long) - Method in class com.sun.identity.monitoring.SsoServerSessSvcMeta
-
Returns true if "arc" identifies a table object.
- isTable(long) - Method in class com.sun.identity.monitoring.SsoServerSvcMgmtSvcMeta
-
Returns true if "arc" identifies a table object.
- isTable(long) - Method in class com.sun.identity.monitoring.SsoServerTopologyMeta
-
Returns true if "arc" identifies a table object.
- isTable(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsMeta
-
Returns true if "arc" identifies a table object.
- isTable(long) - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionFailureRateMeta
-
Returns true if "arc" identifies a table object.
- isTable(long) - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRateMeta
-
Returns true if "arc" identifies a table object.
- isTable(long) - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoringMeta
-
Returns true if "arc" identifies a table object.
- isTable(long) - Method in class org.forgerock.openam.monitoring.policy.PolicyEvaluationMeta
-
Returns true if "arc" identifies a table object.
- isTable(long) - Method in class org.forgerock.openam.monitoring.policy.SelfEvaluationMeta
-
Returns true if "arc" identifies a table object.
- isTable(long) - Method in class org.forgerock.openam.monitoring.policy.SelfTimingMeta
-
Returns true if "arc" identifies a table object.
- isTable(long) - Method in class org.forgerock.openam.monitoring.policy.SubtreeEvaluationMeta
-
Returns true if "arc" identifies a table object.
- isTable(long) - Method in class org.forgerock.openam.monitoring.policy.SubtreeTimingMeta
-
Returns true if "arc" identifies a table object.
- isTable(long) - Method in class org.forgerock.openam.monitoring.session.CtsSessionsMeta
-
Returns true if "arc" identifies a table object.
- isTable(long) - Method in class org.forgerock.openam.monitoring.session.InternalSessionsMeta
-
Returns true if "arc" identifies a table object.
- isTable(long) - Method in class org.forgerock.openam.monitoring.session.RemoteSessionsMeta
-
Returns true if "arc" identifies a table object.
- isTable(long) - Method in class org.forgerock.openam.monitoring.session.StatelessSessionsMeta
-
Returns true if "arc" identifies a table object.
- isTaboo(String, String) - Static method in class com.sun.identity.entitlement.opensso.CacheTaboo
-
- isTALookupRequired() - Method in class com.sun.identity.wss.security.SecurityMechanism
-
Checks if the Trust Authority lookup is required for this
security mechanism.
- isTARegistrationRequired() - Method in class com.sun.identity.wss.security.SecurityMechanism
-
Checks if the Trust Authrotiy registration is required
for this security mechanism.
- IStateAccess - Interface in com.sun.identity.install.tools.configurator
-
- isTerminated() - Method in class org.forgerock.openam.audit.context.AuditRequestContextPropagatingExecutorService
- isTerminateSession() - Method in class org.forgerock.openam.entitlement.conditions.environment.SessionCondition
-
- isTerminationCancelled(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
Returns true if termination is cancelled.
- isTerminationSuccess(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
Returns true if Termination succeeds.
- isThreadDumpEnabled() - Method in class org.forgerock.openam.core.rest.record.RecordProperties
-
is ThreadDump feature enable
- isTimedOut() - Method in class com.iplanet.dpro.session.service.InternalSession
-
Returns true if the session has timed out due to idle/max timeout period.
- isTimedOut() - Method in class com.iplanet.dpro.session.Session
-
Returns true if the session has timed out.
- isTimedOut(SessionID) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- isTimedOut(Thread) - Method in class com.sun.identity.authentication.service.AuthThreadManager
-
Checks if thread has timed out
- isTimedOut() - Method in class com.sun.identity.authentication.service.LoginState
-
Returns true if page times out.
- isTimedOut() - Method in class com.sun.identity.common.HeadTaskRunnable
-
Returns a boolean to indicate whether the HeadTask is timeout already.
- isTimeValid() - Method in class com.sun.identity.federation.message.FSAssertion
-
Deprecated.
Checks validity of time in the assertion.
- isTimeValid() - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Gets the validity of the assertion evaluating its conditions if
specified.
- isTimeValid() - Method in interface com.sun.identity.saml2.assertion.Assertion
-
Gets the validity of the assertion evaluating its conditions if
specified.
- isTimeValid() - Method in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
Gets the validity of the assertion evaluating its conditions if
specified.
- isTimeValid(Assertion, int) - Static method in class com.sun.identity.wsfederation.common.WSFederationUtils
-
Determines the timeliness of the assertion.
- isTLSInUse(SoapMessage) - Method in class org.forgerock.openam.sts.soap.policy.am.AbstractOpenAMSessionTokenInterceptor
-
This method is called by the OpenAMSessionTokenServerInterceptor and OpenAMSessionTokenClientInterceptor classes
when determining whether to assert the TransportToken.
- isTokenCompressed() - Method in class org.forgerock.openam.cts.CoreTokenConfig
-
- isTokenCompressionEnabled() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- isTokenCompressionEnabled() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Determines whether token compression is enabled for stateless access and refresh tokens.
- isTokenCompressionEnabled() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- isTokenEncrypted() - Method in class org.forgerock.openam.cts.CoreTokenConfig
-
- isTokenExpired(String) - Static method in class com.sun.identity.coretoken.CoreTokenUtils
-
Checks if the token expired
- isTokenRestricted() - Method in interface com.iplanet.sso.SSOToken
-
Returns true if the SSOTokenID associated with this SSOToken is a
restricted token, false otherwise.
- isTokenRestricted() - Method in class com.sun.identity.authentication.internal.AuthSSOToken
-
- isTokenValid(SSOToken) - Method in class org.forgerock.openam.rest.SSOTokenFactory
-
Checks if the given token is valid.
- isTraceEnabled() - Method in class org.forgerock.openam.slf4j.AMDebugLogger
-
- isTransformSupported(TokenTypeId, TokenTypeId) - Method in interface org.forgerock.openam.sts.rest.operation.translate.TokenTransform
-
The TokenTranslateOperationImpl maintains a set of these instances, one corresponding to each of the supported
token transforms.
- isTransformSupported(TokenTypeId, TokenTypeId) - Method in class org.forgerock.openam.sts.rest.operation.translate.TokenTransformImpl
-
- isTrustedProvider(String, String, String) - Method in class com.sun.identity.federation.meta.IDFFMetaManager
-
Checks whether two entities are in the same circle of trust.
- isTrustedProvider(String, String, String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Determines whether two entities are in the same circle of trust
under the realm.
- isTrustedProvider(String, String, String) - Method in class com.sun.identity.wsfederation.meta.WSFederationMetaManager
-
Determines whether two entities are in the same circle of trust
under the realm.
- isTrustedSource(InetAddress) - Static method in class com.sun.identity.session.util.SessionUtils
-
Returns the remote IP address of the client is a trusted source
- isTrustedXACMLProvider(String, String, String, String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Determines whether two entities are in the same circle of trust
under the realm.
- isTrustElevationRequired() - Method in interface org.forgerock.openam.uma.UmaSettings
-
Gets whether the AAT is sufficient for determining the requesting party
on the authorization request or trust elevation is required.
- isTrustElevationRequired() - Method in class org.forgerock.openam.uma.UmaSettingsImpl
-
- isTwoFactorAuthEnabled() - Method in class org.forgerock.openam.services.RestSecurity
-
Deprecated.
- ISubConfigNames - Interface in com.sun.identity.common.configuration
-
- ISubjectable - Interface in com.sun.identity.rest
-
Caller is able to get javax.security.auth.Subject
from implementing class.
- isUmaResourceServerAgent(Map<String, Set<String>>) - Static method in class org.forgerock.openam.uma.UmaUtils
-
Check if an OAuth2 agents is a UMA agent
- isUnaryOption(String) - Method in class com.sun.identity.cli.SubCommand
-
Returns true if option is unary.
- isUnderRootSuffix(String) - Static method in class com.iplanet.am.sdk.ldap.ComplianceServicesImpl
-
Method which checks if the object is directly under root suffix
- isUnix() - Static method in class com.sun.identity.install.tools.util.OSChecker
-
Method isUnix
- isUnparsedEntity(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.MSVValidator
-
- isUnparsedEntity(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- isUnparsedEntity(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext
-
- isUnparsedEntity(String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.MSVValidator
-
- isUnparsedEntity(String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- isUnparsedEntity(String) - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallingContext
-
- isUnumberedLink() - Method in class org.forgerock.openam.radius.common.packet.FramedAppleTalkLinkAttribute
-
Indicates if this is for an unnumbered serial link.
- isUpgradeCompleted() - Static method in class com.sun.identity.setup.AMSetupServlet
-
- isUpgradeRequired() - Method in class org.forgerock.openam.upgrade.OpenDJUpgrader
-
Returns true if the version of OpenDJ contained in the OpenAM WAR
file is more recent (newer) than the the version of OpenDS/OpenDJ last used
by OpenAM.
- isUrlRewrite(String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- isUseFirstPassEnabled() - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
This method returns use first pass enabled or not
- isUserActive(String) - Method in interface com.sun.identity.password.ui.model.PWResetUserValidationModel
-
Returns true if the user is active and account is not
expired.
- isUserActive(String) - Method in class com.sun.identity.password.ui.model.PWResetUserValidationModelImpl
-
Returns true if the user is active and account is not expired.
- isUserActive(String) - Static method in class org.forgerock.openam.core.rest.IdentityRestUtils
-
Uses an amAdmin SSOtoken to create an AMIdentity from the UID provided and checks
whether the AMIdentity in context is active/inactive
- isUserAttrValueValid(String, String) - Method in interface com.sun.identity.password.ui.model.PWResetUserValidationModel
-
Returns true if the entered user attr value
is comprised of safe characters.
- isUserAttrValueValid(String, String) - Method in class com.sun.identity.password.ui.model.PWResetUserValidationModelImpl
-
Returns true if the entered user attr value
is comprised of safe characters.
- isUserExists(String) - Method in class com.sun.identity.federation.services.FSAssertionManagerClient
-
Checks if the user exists.
- isUserExists(String, String) - Method in interface com.sun.identity.federation.services.FSAssertionManagerIF
-
Checks if the user exists.
- isUserExists(String, String) - Method in class com.sun.identity.federation.services.FSAssertionManagerImpl
-
Checks if the user exists.
- isUserExists(String) - Static method in class com.sun.identity.liberty.ws.idpp.common.IDPPUtils
-
Checks is the user exists or not.
- isUserExists(String, String, String) - Method in interface com.sun.identity.password.ui.model.PWResetUserValidationModel
-
Returns true if the user exists.
- isUserExists(String, String, String) - Method in class com.sun.identity.password.ui.model.PWResetUserValidationModelImpl
-
Returns true if the user exists.
- isUserExists(String) - Method in interface com.sun.identity.plugin.datastore.DataStoreProvider
-
Checks if the user exists with a given userid.
- isUserExists(String) - Method in class com.sun.identity.plugin.datastore.impl.FedletDataStoreProvider
-
Checks if a given user exists.
- isUserExists(String) - Method in class com.sun.identity.plugin.datastore.impl.IdRepoDataStoreProvider
-
Checks if a given user exists.
- isUserIDGeneratorEnabled() - Method in class com.sun.identity.authentication.service.LoginState
-
Indicates userID generate mode is enabled
- isUserInRole(String) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
The default behavior of this method is to return isUserInRole(String role)
on the wrapped request object.
- isUserLockout(String, String) - Method in interface com.sun.identity.password.ui.model.PWResetModel
-
Returns true if the user is locked out from resetting
password.
- isUserLockout(String, String) - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Returns true if the user is locked out from resetting password.
- isUserLockout(String, String) - Method in class com.sun.identity.password.ui.model.PWResetQuestionModelImpl
-
Returns true if the user is not active or is lockout.
- isUsernameToken(WSSecurityEngineResult) - Method in class org.forgerock.openam.sts.soap.token.provider.saml2.DefaultSaml2XmlTokenAuthnContextMapper
-
- isUserNegotiated() - Method in class org.forgerock.openam.radius.common.packet.FramedIPAddressAttribute
-
Indicates if the NAS should allow the user to select an address.
- isUserPluginInitialized - Static variable in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
- isUserQuestionEnabled(String) - Method in class com.sun.identity.password.ui.model.PWResetQuestionModelImpl
-
Returns true if user personal question/answer feature is enabled
- isUserSession() - Method in class com.iplanet.dpro.session.service.InternalSession
-
Determine whether it is a user session.
- isUserTokenDetectReplayEnabled() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns true if the user name token replay is enabled.
- isUserTokenDetectReplayEnabled() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Returns true if the user name token replay is enabled.
- isUserTokenDetectReplayEnabled() - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Returns true if the user name token replay is enabled.
- isUserValid(String, OAuth2Request) - Method in class org.forgerock.openidconnect.OpenIDConnectProvider
-
Determines whether a user has a valid session.
- isValid() - Method in class com.sun.identity.authentication.internal.AuthSSOToken
-
- isValid() - Method in class com.sun.identity.entitlement.ValidateResourceResult
-
Returns true if it is valid.
- isValid(Object) - Method in class com.sun.identity.plugin.session.impl.FedletSessionProvider
-
Indicates whether the session is still valid.
- isValid(Object) - Method in class com.sun.identity.plugin.session.impl.FMSessionProvider
-
Indicates whether the session is still valid.
- isValid(Object) - Method in interface com.sun.identity.plugin.session.SessionProvider
-
Returns true if the session is valid.
- isValid() - Method in class com.sun.identity.shared.FQDNUrl
-
Returns true if URL is valid.
- isValid() - Method in class com.sun.identity.sm.ServiceConfig
-
Returns the status of this Service Configuration Object.
- isValid() - Method in class com.sun.identity.sm.ServiceSchemaManagerImpl
-
Returns if the object is still valid
- isValid() - Static method in class com.sun.identity.tools.bundles.VersionCheck
-
Check whether the version AM is valid.
- isValid() - Method in class org.forgerock.oauth2.core.AccessTokenVerifier.TokenState
-
- isValid(SigningHandler) - Method in class org.forgerock.oauth2.core.OAuth2Jwt
-
Verifies that the JWT is valid by:
verifying the signature
ensuring the JWT contains the 'iss', 'sub', 'aud' and 'exp' claims
ensuring the JWT expiry is not unreasonably far in the future
ensuring the JWT has not expired
ensuring the JWT is not being used before its 'not before time'
ensuring the JWT issued at time is not unreasonably far in the past
- isValid() - Method in class org.forgerock.openam.core.rest.server.SocialAuthenticationImplementation
-
Check if the values in the specified implementation are valid.
- isValid(C) - Method in class org.forgerock.openam.cts.monitoring.impl.connections.MonitoredCTSConnectionFactory
-
- isValid(T) - Method in interface org.forgerock.openam.sm.datalayer.api.ConnectionFactory
-
Checks if a (possibly null) connection is valid for use.
- isValid() - Method in class org.forgerock.openam.uma.rest.PolicyGraph
-
Get the validity state of the policy rights graph.
- isValid() - Method in class org.forgerock.openidconnect.OpenIdPrompt
-
Determines whether the prompt parameter is valid.
- isValid(CqlSession) - Method in class org.openidentityplatform.openam.cassandra.ConnectionFactoryProvider.ConnectionFactory
-
- isValidAlgorithm(String) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
- isValidateKerberosSignature() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Returns true if kerberos signature needs to be validated.
- isValidateKerberosSignature() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Returns true if kerberos signature needs to be validated.
- isValidateKerberosSignature() - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Returns true if kerberos signature needs to be validated.
- isValidating() - Static method in class com.sun.identity.shared.xml.XMLUtils
-
- ISValidation - Class in com.sun.identity.authentication.util
-
This class is an utility to detect the specified
pattern in the given string
- ISValidation() - Constructor for class com.sun.identity.authentication.util.ISValidation
-
- isValidCredentials(String, String, String, String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Validates the Directory Server Credentials.
- isValidDecision(Decision) - Static method in class com.sun.identity.xacml.common.XACMLSDKUtils
-
- isValidDecision(String) - Static method in class com.sun.identity.xacml.common.XACMLSDKUtils
-
- isValidEntry(String) - Method in class com.iplanet.am.sdk.AMStoreConnection
-
Deprecated.
Checks if the entry exists in the directory or not.
- isValideToken(IssuedTokenContext) - Method in class com.sun.identity.wss.sts.spi.FAMSTSTokenProvider
-
- isValidFQDN(String) - Method in class org.forgerock.openam.core.CoreWrapper
-
Validates that the hostname is a valid FQDN that is known to OpenAM.
- isValidFQDNRequest(String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Returns true if the host name in the URL is valid.
- isValidHOTP(String) - Method in class com.sun.identity.authentication.modules.hotp.HOTPService
-
Determines if the given OTP code matches the OTP code that was sent previously.
- isValidIP(String) - Static method in class org.forgerock.openam.utils.ValidateIPaddress
-
Determines if an IP address is valid.
- isValidMinorStatusCode(String) - Static method in class com.sun.identity.xacml.common.XACMLSDKUtils
-
- isValidProtocol(String, Map, IStateAccess) - Method in class com.sun.identity.install.tools.configurator.NetworkValidator
-
Method validateProtocol
- isValidProtocolType(String) - Static method in class com.sun.identity.cot.COTUtils
-
Checks if the federation protocol type is valid.
- isValidQName(String) - Static method in class com.sun.identity.common.ISValidUtils
-
Returns true if QName is valid for a given local part.
- isValidRealm() - Method in interface com.sun.identity.password.ui.model.PWResetUserValidationModel
-
Returns true if realm name is valid.
- isValidRealm() - Method in class com.sun.identity.password.ui.model.PWResetUserValidationModelImpl
-
Returns true if the realm is valid.
- isValidSaveStateFile(String) - Method in class com.sun.identity.install.tools.handler.ConfigHandlerBase
-
- isValidServer(String, String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Validates if the Directory server host and port are valid.
- isValidServerId(String) - Static method in class com.sun.identity.common.SystemConfigurationUtil
-
Checks whether the given serverID is a really existing serverid in the
current configuration.
- isValidSessionInRealm(String, Object) - Static method in class com.sun.identity.saml2.profile.IDPSSOUtil
-
Check that the authenticated session belongs to the same realm where the IDP is defined.
- isValidStatusCode(String) - Static method in class com.sun.identity.xacml.common.XACMLSDKUtils
-
- isValidStatusMessage(String) - Static method in class com.sun.identity.xacml.common.XACMLSDKUtils
-
- isValidToken(SSOToken) - Method in class com.iplanet.sso.providers.dpro.SSOProviderImpl
-
Checks the validity of the single sign on token
- isValidToken(SSOToken, boolean) - Method in class com.iplanet.sso.providers.dpro.SSOProviderImpl
-
Checks the validity of the single sign on token
- isValidToken(SSOToken) - Method in interface com.iplanet.sso.SSOProvider
-
Checks if an SSOToken is valid or not.
- isValidToken(SSOToken, boolean) - Method in interface com.iplanet.sso.SSOProvider
-
Checks if an SSOToken is valid or not.
- isValidToken(SSOToken) - Method in class com.iplanet.sso.SSOTokenManager
-
Returns true if a single sign on token is valid.
- isValidToken(SSOToken, boolean) - Method in class com.iplanet.sso.SSOTokenManager
-
Returns true if a single sign on token is valid, resetting the token's idle time
if and only if the flag allows us to.
- isValidToken(SSOToken) - Method in class com.sun.identity.authentication.internal.AuthSSOProvider
-
- isValidToken(SSOToken, boolean) - Method in class com.sun.identity.authentication.internal.AuthSSOProvider
-
This class ignores the "refresh" parameter, which is just not needed here.
- isValidToken(SSOToken) - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSSOProvider
-
- isValidToken(SSOToken, boolean) - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSSOProvider
-
- isValidToken(SSOToken) - Method in class org.forgerock.openidconnect.ssoprovider.OpenIdConnectSSOProvider
-
- isValidToken(SSOToken, boolean) - Method in class org.forgerock.openidconnect.ssoprovider.OpenIdConnectSSOProvider
-
- isValidURI(String, Map, IStateAccess) - Method in class com.sun.identity.install.tools.configurator.NetworkValidator
-
Method validateURI
- isValidUserEntry(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Checks if valid user exists.
- isValidUseStateFile(String) - Method in class com.sun.identity.install.tools.handler.ConfigHandlerBase
-
- ISValidUtils - Class in com.sun.identity.common
-
This class provides common validation routines.
- ISValidUtils() - Constructor for class com.sun.identity.common.ISValidUtils
-
- isValue() - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.AutomaticPseudonymsElement
-
Gets the value of the value property.
- isValue() - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AutomaticPseudonymsElementImpl
-
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerAuthModulesEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerAuthSvcMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerConnPoolSvcMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerEntitlementSvcMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerFedCOTMemberEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerIDFFSvcMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerIdRepoSvcMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerInstanceMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerLoggingSvcMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerPolicy22AgentEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerPolicyAgentsMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerPolicySvcMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebAgentEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebGroupEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerRealmEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerSAML1CacheEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerSAML1SvcMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerSAML2SPEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerSAML2SvcMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerServerEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerSessSvcMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerSiteMapEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerSitesEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerSvcMgmtSvcMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerTopologyMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionFailureRateMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRateMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoringMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class org.forgerock.openam.monitoring.cts.CtsTokenOperationsEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class org.forgerock.openam.monitoring.cts.OperationEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class org.forgerock.openam.monitoring.cts.TokenEntryMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class org.forgerock.openam.monitoring.policy.PolicyEvaluationMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class org.forgerock.openam.monitoring.policy.SelfEvaluationMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class org.forgerock.openam.monitoring.policy.SelfTimingMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class org.forgerock.openam.monitoring.policy.SubtreeEvaluationMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class org.forgerock.openam.monitoring.policy.SubtreeTimingMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class org.forgerock.openam.monitoring.session.CtsSessionsMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class org.forgerock.openam.monitoring.session.InternalSessionsMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class org.forgerock.openam.monitoring.session.RemoteSessionsMeta
-
Returns true if "arc" identifies a scalar object.
- isVariable(long) - Method in class org.forgerock.openam.monitoring.session.StatelessSessionsMeta
-
Returns true if "arc" identifies a scalar object.
- isVerbose() - Method in class com.sun.identity.cli.CLICommandBase
-
- isVerbose() - Method in class com.sun.identity.cli.CommandManager
-
Returns true of the CLI has verbose set.
- ISVerifierOutput - Class in com.sun.identity.log.spi
-
DSAME Implementation of the result of a Verifier Output.
- ISVerifierOutput() - Constructor for class com.sun.identity.log.spi.ISVerifierOutput
-
- isVersionHeaderEnabled() - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- isVersionNewer() - Static method in class org.forgerock.openam.upgrade.VersionUtils
-
Returns true if the OpenAM version of the war file is newer than the one
currently deployed.
- isVersionNewer(String, String) - Static method in class org.forgerock.openam.upgrade.VersionUtils
-
- isVersionValid() - Static method in class com.sun.identity.tools.bundles.VersionCheck
-
- isWaitLongEnough() - Method in class org.forgerock.openam.authentication.callbacks.helpers.PollingWaitSpamChecker
-
Determines if the wait period has been long enough to service te request.
- isWantAssertionsSigned() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.QueryDescriptorTypeImpl
-
- isWantAssertionsSigned() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorTypeImpl
-
- isWantAssertionsSigned() - Method in interface com.sun.identity.saml2.jaxb.metadata.QueryDescriptorType
-
Gets the value of the wantAssertionsSigned property.
- isWantAssertionsSigned() - Method in interface com.sun.identity.saml2.jaxb.metadata.SPSSODescriptorType
-
Gets the value of the wantAssertionsSigned property.
- isWantAssertionsSigned() - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.QueryDescriptorTypeImpl
-
- isWantAssertionsSigned() - Method in interface com.sun.identity.saml2.jaxb.metadataextquery.QueryDescriptorType
-
Gets the value of the wantAssertionsSigned property.
- isWantAuthnRequestsSigned() - Method in interface com.sun.identity.saml2.jaxb.metadata.IDPSSODescriptorType
-
Gets the value of the wantAuthnRequestsSigned property.
- isWantAuthnRequestsSigned() - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorTypeImpl
-
- isWarnEnabled() - Method in class org.forgerock.openam.slf4j.AMDebugLogger
-
- isWarningEnabled() - Method in class org.forgerock.openam.rest.VersionBehaviourConfigListener
-
- isWildcard() - Method in class org.forgerock.openam.entitlement.utils.indextree.treenodes.BasicTreeNode
-
- isWildcard() - Method in class org.forgerock.openam.entitlement.utils.indextree.treenodes.MultiWildcardNode
-
- isWildcard() - Method in class org.forgerock.openam.entitlement.utils.indextree.treenodes.SingleWildcardNode
-
- isWildcard() - Method in interface org.forgerock.openam.entitlement.utils.indextree.treenodes.TreeNode
-
A wildcard node can match more than one simultaneous characters of a given
resource URL and potentially from a set of different characters.
- isWindows() - Static method in class com.sun.identity.install.tools.util.OSChecker
-
Method isWindows
- isWMLAgent - Variable in class com.sun.identity.federation.services.logout.FSPreLogoutHandler
-
- isWReplyURLValid(HttpServletRequest, String) - Static method in class com.sun.identity.wsfederation.common.WSFederationUtils
-
Convenience method to validate a WSFederation wreply URL, often called from a JSP.
- isWReplyURLValid(String, String, String) - Static method in class com.sun.identity.wsfederation.common.WSFederationUtils
-
Convenience method to validate a WSFederation wreply URL, often called from a JSP.
- isWritable(String) - Method in class com.iplanet.ums.AccessRightObject
-
Check if an attribute is writable.
- isXUIAdminEnabled() - Method in class org.forgerock.openam.xui.XUIState
-
- isXUIEnabled() - Method in class org.forgerock.openam.xui.XUIState
-
- ISystemProperties - Interface in com.sun.identity.shared.configuration
-
This interface provides method to get System configuration information.
- isZeroPageLoginAllowed(ZeroPageLoginConfig, HttpServletRequest) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Determines whether Zero Page Login (ZPL) should be allowed for this request.
- isZipEnabled() - Method in class org.forgerock.openam.core.rest.record.RecordProperties
-
is zip enable
- ITask - Interface in com.sun.identity.install.tools.configurator
-
- ITask - Interface in com.sun.identity.workflow
-
Workflow task interface.
- itemAt(int) - Method in class com.iplanet.dpro.session.service.PermutationGenerator
-
Returns permutation element at a given position Throws
- iterateDeclaredPrefixes(PrefixCallback) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.NamespaceContextImpl
-
Iterates all newly declared namespace prefixes for this element.
- iterateDeclaredPrefixes(PrefixCallback) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.NamespaceContextImpl
-
Iterates all newly declared namespace prefixes for this element.
- iterator() - Method in class com.sun.identity.common.CaseInsensitiveHashSet
-
- iterator() - Method in class com.sun.identity.shared.datastruct.OrderedSet
-
Returns an iterator over the elements in this set.
- iterator() - Method in class org.forgerock.openam.license.LicenseSet
- IThreadPool - Interface in com.sun.identity.entitlement.interfaces
-
This interface defines the method for thread pool class which is
needed by privilege evaluation to handle multi thread tasks.
- ITimestampGenerator - Interface in com.sun.identity.log.spi
-
Interface to define the implementation of a timestamp generator.
- ITokenProvider - Interface in com.sun.identity.log.spi
-
Interface to define the implementation of a token generator.
- IToolsOptionHandler - Interface in com.sun.identity.install.tools.admin
-
- IUMSConstants - Interface in com.iplanet.ums
-
This interface represents a collection of common constants used by the
classes in UMS.
- IValidation - Interface in com.sun.identity.install.tools.configurator
-
- IValidator - Interface in com.iplanet.ums.validation
-
Interface for all validators.
- IValueNormalizer - Interface in com.sun.identity.install.tools.configurator
-
- IVerifierOutput - Interface in com.sun.identity.log.spi
-
Provides an interface to define the actions that need to be taken
depending on the return value of the Log Verification process.
- IXMLUtilsConstants - Interface in com.sun.identity.install.tools.util.xml
-
Defines constants that are frequently used by the XMLUtils subsystem of
classes.
- SAE - Class in com.sun.identity.authentication.modules.sae
-
- SAE() - Constructor for class com.sun.identity.authentication.modules.sae.SAE
-
Constructor
- SAE_APP_SECRET_LIST - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
List of SAE appliation name to encrypted secret mapping.
- SAE_CMD_LOGOUT - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
SAE command SAE_PARAM_CMD
- SAE_CONFIG_CACHE_KEYS - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
SAE Config : Flag to indicate whether keys should be cached in memory
once retrieved from the keystore.
- SAE_CONFIG_CERT_CLASS - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
SAE Config : classame implementing Cert.
- SAE_CONFIG_DATA_ENCRYPTION_ALG - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
SAE Config : data encryption algorithm.
- SAE_CONFIG_ENCRYPTION_KEY_STRENGTH - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
SAE Config : data encryption key strength.
- SAE_CONFIG_KEYSTORE_FILE - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
SAE Config : Location of the keystore to access keys from for
asymmetric crypto.
- SAE_CONFIG_KEYSTORE_PASS - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
SAE Config : Password to open the keystrore.
- SAE_CONFIG_KEYSTORE_TYPE - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
SAE Config : keystore type.
- SAE_CONFIG_PRIVATE_KEY - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
SAE Config : Private key for asymmetric signing.
- SAE_CONFIG_PRIVATE_KEY_ALIAS - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
SAE Config : Private key alias for asymmetric signing.
- SAE_CONFIG_PRIVATE_KEY_PASS - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
SAE Config : Password to access the private key.
- SAE_CONFIG_PUBLIC_KEY_ALIAS - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
SAE Config : Public key for asymmetric signature verification.
- SAE_CONFIG_SHARED_SECRET - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
SAE Config : shared secret constant - used internally in FM.
- SAE_CONFIG_SIG_VALIDITY_DURATION - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
SAE Config : Signature validity : since timetamp on signature.
- SAE_CRYPTO_TYPE - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
Crypto types supported.
- SAE_CRYPTO_TYPE_ASYM - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
Crypto type : Symmetric : shared secret based trust between parties.
- SAE_CRYPTO_TYPE_SYM - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
Crypto type : Asymmetric : PKI based trust.
- SAE_IDP_AUTH - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- SAE_IDP_ENTITYID - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- SAE_IDP_ERROR - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- SAE_IDP_ERROR_NODATA - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- SAE_IDP_SUCCESS - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- SAE_IDP_URL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
IDP SAE endpoint url.
- SAE_IDPAPP_URL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- SAE_PARAM_APPID - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
SAE Parameter : Deprecated.
- SAE_PARAM_APPRETURN - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
SAE Parameter used to comunicate to FM where to redirect after a
global logout is completed.
- SAE_PARAM_APPSLORETURNURL - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
SAE Parameter used to communicate to SP to return to specified url
upon Logout completion.
- SAE_PARAM_AUTHLEVEL - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
SAE Parameter representing the session's authentication level.
- SAE_PARAM_CMD - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
SAE Parameter representing a command.
- SAE_PARAM_DATA - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
HTTP parameter name used to send and receive secure attribute data.
- SAE_PARAM_ERROR - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
SAE Parameter used to comunicate errors.
- SAE_PARAM_IDPAPPURL - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
SAE Parameter used to identify the IDP app (Asserting party)
IDP : populates this parameter to identify itself.
- SAE_PARAM_IDPENTITYID - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
SAE Parameter used to pass IDP entity ID to SP app.
- SAE_PARAM_SIGN - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
SAE Parameter internally used by FM for storing signature data.
- SAE_PARAM_SPAPPURL - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
SAE Parameter representing the requested SP app to be invoked.
- SAE_PARAM_SPENTITYID - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
SAE Parameter used to pass SP entity ID to SP app.
- SAE_PARAM_TS - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
SAE Parameter internally used by FM for storing token timestamp.
- SAE_PARAM_USERID - Static variable in class com.sun.identity.sae.api.SecureAttrs
-
SAE Parameter representing the authenticated user.
- SAE_REALM - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
HTTP parameters that will be passed to SAE auth modules.
- SAE_SP_ERROR - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- SAE_SP_LOGOUT_URL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
SP SAE logout url.
- SAE_SP_SUCCESS - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- SAE_SP_URL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
SP SAE endpoint url.
- SAE_XMETA_PKEY_ALIAS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
SAE : Derived from SAML2 meta
- SAE_XMETA_SECRET - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
SAE : Extended meta param : shared secret for symmetric crypto
- SAE_XMETA_URL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
SAE : Extended meta param : SPApp url
- SAEPrincipal - Class in com.sun.identity.authentication.modules.sae
-
- SAEPrincipal(String) - Constructor for class com.sun.identity.authentication.modules.sae.SAEPrincipal
-
- SAML - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
SAML component name to be used to get datastore provider.
- SAML10_ASSERTION - Static variable in class com.sun.identity.wss.sts.STSConstants
-
- SAML10_NAMESPACE - Static variable in class com.sun.identity.wss.sts.STSConstants
-
- SAML11_ASSERTION_TOKEN_TYPE - Static variable in class com.sun.identity.wss.sts.STSConstants
-
URI for TokenType
- SAML11_TOKEN_TYPE - Static variable in class com.sun.identity.wss.security.WSSConstants
-
- SAML11AssertionValidator - Class in com.sun.identity.wss.security
-
This class provides validation functionality for SAML1.x assertions.
- SAML11AssertionValidator(Element, FAMSTSConfiguration) - Constructor for class com.sun.identity.wss.security.SAML11AssertionValidator
-
- SAML11RequestedSecurityToken - Class in com.sun.identity.wsfederation.profile
-
SAML11RequestedSecurityToken represents a concrete RequestedSecurityToken -
one containing a SAML 1.1 assertion.
- SAML11RequestedSecurityToken(Node) - Constructor for class com.sun.identity.wsfederation.profile.SAML11RequestedSecurityToken
-
Creates a SAML11RequestedSecurityToken given a DOM Node
- SAML11RequestedSecurityToken(String, String, String, int, int, String, String, Date, NameIdentifier, List) - Constructor for class com.sun.identity.wsfederation.profile.SAML11RequestedSecurityToken
-
Creates a SAML11RequestedSecurityToken.
- SAML1CacheHits - Variable in class com.sun.identity.monitoring.SsoServerSAML1CacheEntry
-
Variable for storing the value of "SAML1CacheHits".
- SAML1CacheIndex - Variable in class com.sun.identity.monitoring.SsoServerSAML1CacheEntry
-
Variable for storing the value of "SAML1CacheIndex".
- SAML1CacheMisses - Variable in class com.sun.identity.monitoring.SsoServerSAML1CacheEntry
-
Variable for storing the value of "SAML1CacheMisses".
- SAML1CacheName - Variable in class com.sun.identity.monitoring.SsoServerSAML1CacheEntry
-
Variable for storing the value of "SAML1CacheName".
- SAML1CacheReads - Variable in class com.sun.identity.monitoring.SsoServerSAML1CacheEntry
-
Variable for storing the value of "SAML1CacheReads".
- SAML1CacheWrites - Variable in class com.sun.identity.monitoring.SsoServerSAML1CacheEntry
-
Variable for storing the value of "SAML1CacheWrites".
- SAML1EndPointIndex - Variable in class com.sun.identity.monitoring.SsoServerSAML1EndPointEntry
-
Variable for storing the value of "SAML1EndPointIndex".
- SAML1EndPointName - Variable in class com.sun.identity.monitoring.SsoServerSAML1EndPointEntry
-
Variable for storing the value of "SAML1EndPointName".
- SAML1EndPointRqtAborted - Variable in class com.sun.identity.monitoring.SsoServerSAML1EndPointEntry
-
Variable for storing the value of "SAML1EndPointRqtAborted".
- SAML1EndPointRqtFailed - Variable in class com.sun.identity.monitoring.SsoServerSAML1EndPointEntry
-
Variable for storing the value of "SAML1EndPointRqtFailed".
- SAML1EndPointRqtIn - Variable in class com.sun.identity.monitoring.SsoServerSAML1EndPointEntry
-
Variable for storing the value of "SAML1EndPointRqtIn".
- SAML1EndPointRqtOut - Variable in class com.sun.identity.monitoring.SsoServerSAML1EndPointEntry
-
Variable for storing the value of "SAML1EndPointRqtOut".
- SAML1EndPointStatus - Variable in class com.sun.identity.monitoring.SsoServerSAML1EndPointEntry
-
Variable for storing the value of "SAML1EndPointStatus".
- saml1TPConfig(List<String>) - Static method in class com.sun.identity.monitoring.Agent
-
process saml1.x trusted partners (global)
- SAML1TrustPrtnrIndex - Variable in class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsEntry
-
Variable for storing the value of "SAML1TrustPrtnrIndex".
- SAML1TrustPrtnrName - Variable in class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsEntry
-
Variable for storing the value of "SAML1TrustPrtnrName".
- SAML2 - Static variable in interface com.sun.identity.cot.COTConstants
-
SAML2 protocol
- SAML2 - Static variable in class com.sun.identity.multiprotocol.SingleLogoutManager
-
Constant for SAML2 protocol
- SAML2 - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
SAML2 data store provider name.
- SAML2 - Class in org.forgerock.openam.authentication.modules.saml2
-
SAML2 Authentication Module, acting from the SP's POV.
- SAML2() - Constructor for class org.forgerock.openam.authentication.modules.saml2.SAML2
-
- SAML20() - Constructor for class org.forgerock.openam.oauth2.OAuth2Constants.SAML20
-
- SAML20_ASSERTION - Static variable in class com.sun.identity.wss.sts.STSConstants
-
- SAML20_ASSERTION_TOKEN_TYPE - Static variable in class com.sun.identity.wss.sts.STSConstants
-
- SAML20_NAMESPACE - Static variable in class com.sun.identity.wss.sts.STSConstants
-
- SAML2_ASSERTION_VALUE_TYPE - Static variable in class com.sun.identity.wss.security.WSSConstants
-
- SAML2_ATTRIBUTE_MAP - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
This field referenced in SAML2Config.ATTRIBUTE_MAP.
- SAML2_BEARER - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.TokenEndpoint
-
- SAML2_CONFIG - Static variable in class org.forgerock.openam.sts.config.user.STSInstanceConfig
-
- SAML2_COOKIE_NAME - Static variable in interface com.sun.identity.saml2.idpdiscovery.IDPDiscoveryConstants
-
- SAML2_COT_SERVICE - Static variable in interface com.sun.identity.saml2.meta.SAML2MetaConstants
-
- SAML2_COT_SERVICE_VERSION - Static variable in interface com.sun.identity.saml2.meta.SAML2MetaConstants
-
- SAML2_ENCRYPT_ASSERTION - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
This field referenced in SAML2Config.ENCRYPT_ASSERTION.
- SAML2_ENCRYPT_ATTRIBUTES - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
This field referenced in SAML2Config.ENCRYPT_ATTRIBUTES.
- SAML2_ENCRYPT_NAME_ID - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
This field referenced in SAML2Config.ENCRYPT_NAME_ID.
- SAML2_ENCRYPTION_ALGORITHM - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
This field referenced in SAML2Config.ENCRYPTION_ALGORITHM.
- SAML2_ENCRYPTION_ALGORITHM_STRENGTH - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
This field referenced in SAML2Config.ENCRYPTION_ALGORITHM_STRENGTH.
- SAML2_ENCRYPTION_KEY_ALIAS - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
This field referenced in SAML2Config.ENCRYPTION_KEY_ALIAS.
- SAML2_END_TAG - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for SAML2 end tag
- SAML2_KEYSTORE_FILE_NAME - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
This field referenced in SAML2Config.KEYSTORE_FILE_NAME.
- SAML2_KEYSTORE_PASSWORD - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
This field referenced in SAML2Config.KEYSTORE_PASSWORD.
- SAML2_METADATA_SERVICE - Static variable in class org.forgerock.openam.core.rest.sms.SmsServiceHandlerFunction
-
- SAML2_NAMEID - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for saml2-nameid URI
- SAML2_READER_URI - Static variable in interface com.sun.identity.saml2.idpdiscovery.IDPDiscoveryConstants
-
- SAML2_SIGN_ASSERTION - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
This field referenced in SAML2Config.SIGN_ASSERTION.
- SAML2_SIGNATURE_KEY_ALIAS - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
This field referenced in SAML2Config.SIGNATURE_KEY_ALIAS.
- SAML2_SIGNATURE_KEY_PASSWORD - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
This field referenced in SAML2Config.SIGNATURE_KEY_PASSWORD.
- SAML2_SP_ACS_URL - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
This field referenced in SAML2Config.SP_ACS_URL.
- SAML2_SP_ENTITY_ID - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
This field referenced in SAML2Config.SP_ENTITY_ID.
- SAML2_SPECIFICATION - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
SAML2 specification.
- SAML2_TOKEN_KEY - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- SAML2_TOKEN_LIFETIME - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
This field referenced in SAML2Config.TOKEN_LIFETIME.
- SAML2_TOKEN_TYPE - Static variable in class com.sun.identity.wss.security.WSSConstants
-
- SAML2_TOKEN_TYPE - Static variable in class org.forgerock.openam.sts.soap.TokenSpecification
-
- SAML2_WRITER_URI - Static variable in interface com.sun.identity.saml2.idpdiscovery.IDPDiscoveryConstants
-
- SAML2ActorFactory - Class in org.forgerock.openam.saml2
-
The SAML2ActorFactory provides creation services for SAML IDP actors.
- SAML2ActorFactory() - Constructor for class org.forgerock.openam.saml2.SAML2ActorFactory
-
- SAML2AssertionValidator - Class in com.sun.identity.wss.security
-
This class validates SAML2 Assertions using local configuration.
- SAML2AssertionValidator(Element, FAMSTSConfiguration) - Constructor for class com.sun.identity.wss.security.SAML2AssertionValidator
-
- SAML2Auditor - Class in org.forgerock.openam.saml2.audit
-
Responsible for publishing audit access events for individual SAML2 requests.
- SAML2Auditor(AuditEventPublisher, AuditEventFactory, HttpServletRequest) - Constructor for class org.forgerock.openam.saml2.audit.SAML2Auditor
-
Constructor for SAML2Auditor
- saml2Bearer() - Static method in class org.forgerock.openam.sts.soap.TokenSpecification
-
- Saml2BearerServerResource - Class in org.forgerock.openam.oauth2.saml2.restlet
-
Implements a SAML 2.0 Flow.
- Saml2BearerServerResource(OAuth2RequestFactory, AccessTokenService, JacksonRepresentationFactory) - Constructor for class org.forgerock.openam.oauth2.saml2.restlet.Saml2BearerServerResource
-
- SAML2Config - Class in org.forgerock.openam.sts.config.user
-
Encapsulates the configuration state necessary to produce SAML2 assertions.
- saml2Config - Variable in class org.forgerock.openam.sts.config.user.STSInstanceConfig
-
- saml2Config(SAML2Config) - Method in class org.forgerock.openam.sts.config.user.STSInstanceConfig.STSInstanceConfigBuilderBase
-
- SAML2Config.SAML2ConfigBuilder - Class in org.forgerock.openam.sts.config.user
-
Builder used to programmatically create
SAML2Config objects
- SAML2ConfigHelper - Class in org.forgerock.openam.upgrade.helpers
-
This upgrade helper allows the modification of attributes for the SAMLv2 config service.
- SAML2ConfigHelper() - Constructor for class org.forgerock.openam.upgrade.helpers.SAML2ConfigHelper
-
The constructor for SAML2ConfigHelper is used to register the attributes which will be upgraded.
- SAML2ConfigService - Class in com.sun.identity.saml2.common
-
This class provides methods to retrieve SAML2 configuration
from the data store.
- SAML2Constants - Interface in com.sun.identity.saml2.common
-
This interface defines constants common to all SAMLv2 elements.
- SAML2COTUtils - Class in com.sun.identity.saml2.meta
-
The SAML2COTUtils provides utility methods to update
the SAML2 Entity Configuration cotlist attributes
in the Service and Identity Provider configurations.
- SAML2COTUtils() - Constructor for class com.sun.identity.saml2.meta.SAML2COTUtils
-
Default Constructor.
- SAML2COTUtils(Object) - Constructor for class com.sun.identity.saml2.meta.SAML2COTUtils
-
Constructor.
- SAML2CryptoProvider - Interface in org.forgerock.openam.sts.tokengeneration.saml2.xmlsig
-
Encapsulates the concerns of obtaining the Crypto context necessary to sign and encrypt SAML2 assertions.
- SAML2CryptoProviderFactory - Interface in org.forgerock.openam.sts.tokengeneration.saml2.xmlsig
-
Defines concern related to obtaining an instance of the SAML2CryptoProvider class.
- SAML2CryptoProviderFactoryImpl - Class in org.forgerock.openam.sts.tokengeneration.saml2.xmlsig
-
- SAML2CryptoProviderFactoryImpl() - Constructor for class org.forgerock.openam.sts.tokengeneration.saml2.xmlsig.SAML2CryptoProviderFactoryImpl
-
- SAML2CryptoProviderImpl - Class in org.forgerock.openam.sts.tokengeneration.saml2.xmlsig
-
- SAML2CryptoProviderImpl(SAML2Config) - Constructor for class org.forgerock.openam.sts.tokengeneration.saml2.xmlsig.SAML2CryptoProviderImpl
-
- SAML2CTSPersistentStore - Class in org.forgerock.openam.cts.impl
-
This class is used in SAML2 failover mode to store/recover serialized
state of Assertion/Response object.
- SAML2CTSPersistentStore(CTSPersistentStore, TokenAdapter<SAMLToken>, TokenIdFactory, Debug) - Constructor for class org.forgerock.openam.cts.impl.SAML2CTSPersistentStore
-
Constructs new SAML2CTSPersistentStore,
- SAML2EventLogger - Interface in org.forgerock.openam.saml2.audit
-
A SAML2EventLogger can receive information about SAML2 request progress and success along with information to
track individual requests.
- SAML2Exception - Exception in com.sun.identity.saml2.common
-
This class is an extension point for all SAML related exceptions.
- SAML2Exception(String, String, Object[]) - Constructor for exception com.sun.identity.saml2.common.SAML2Exception
-
Constructs a new SAML2Exception without a nested
Throwable.
- SAML2Exception(String) - Constructor for exception com.sun.identity.saml2.common.SAML2Exception
-
Constructs a new SAML2Exception with the given
message.
- SAML2Exception(Throwable) - Constructor for exception com.sun.identity.saml2.common.SAML2Exception
-
Constructs an SAML2Exception with given
Throwable.
- SAML2FailoverUtils - Class in com.sun.identity.saml2.common
-
Provides helper methods specifically around using SAML2 Failover and the SAML2 Token Repository.
- SAML2FedSessionCount - Variable in class com.sun.identity.monitoring.SsoServerSAML2Svc
-
Variable for storing the value of "SAML2FedSessionCount".
- saml2GenerationState(SAML2TokenGenerationState) - Method in class org.forgerock.openam.sts.service.invocation.TokenGenerationServiceInvocationState.TokenGenerationServiceInvocationStateBuilder
-
- Saml2GrantTypeHandler - Class in org.forgerock.openam.oauth2.saml2.core
-
- Saml2GrantTypeHandler(ClientRegistrationStore, TokenStore, OAuth2UrisFactory, OAuth2ProviderSettingsFactory, ClientAuthenticator) - Constructor for class org.forgerock.openam.oauth2.saml2.core.Saml2GrantTypeHandler
-
- saml2HolderOfKey(X509Certificate) - Static method in class org.forgerock.openam.sts.soap.TokenSpecification
-
- SAML2HostedIDPCount - Variable in class com.sun.identity.monitoring.SsoServerSAML2Svc
-
Variable for storing the value of "SAML2HostedIDPCount".
- SAML2ID_PREFIX - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- SAML2IdentityProviderAdapter - Interface in com.sun.identity.saml2.plugins
-
This interface SAML2IdentityProviderAdapter is used to perform
specific tasks in the IdP
- SAML2IDPArtifactsInCache - Variable in class com.sun.identity.monitoring.SsoServerSAML2IDPEntry
-
Variable for storing the value of "SAML2IDPArtifactsInCache".
- SAML2IDPArtifactsIssued - Variable in class com.sun.identity.monitoring.SsoServerSAML2IDPEntry
-
Variable for storing the value of "SAML2IDPArtifactsIssued".
- SAML2IDPAssertionsInCache - Variable in class com.sun.identity.monitoring.SsoServerSAML2IDPEntry
-
Variable for storing the value of "SAML2IDPAssertionsInCache".
- SAML2IDPAssertionsIssued - Variable in class com.sun.identity.monitoring.SsoServerSAML2IDPEntry
-
Variable for storing the value of "SAML2IDPAssertionsIssued".
- SAML2IDPFinder - Interface in com.sun.identity.saml2.plugins
-
This interface SAML2IDPFinder is used to find a list of
preferred Identity Authenticating providers to service the authentication
request.
- SAML2IDPIndex - Variable in class com.sun.identity.monitoring.SsoServerSAML2IDPEntry
-
Variable for storing the value of "SAML2IDPIndex".
- SAML2IDPInvalRqtsRcvd - Variable in class com.sun.identity.monitoring.SsoServerSAML2IDPEntry
-
Variable for storing the value of "SAML2IDPInvalRqtsRcvd".
- SAML2IDPName - Variable in class com.sun.identity.monitoring.SsoServerSAML2IDPEntry
-
Variable for storing the value of "SAML2IDPName".
- SAML2IDPProxyFRImpl - Class in com.sun.identity.saml2.plugins
-
This class SAML2IDPProxyFRImpl is used to find a preferred Identity
Authenticating provider to proxy the authentication request.
- SAML2IDPProxyFRImpl() - Constructor for class com.sun.identity.saml2.plugins.SAML2IDPProxyFRImpl
-
- SAML2IDPProxyImpl - Class in com.sun.identity.saml2.plugins
-
This class SAML2IDPProxyImpl is used to find a preferred Identity
Authenticating provider to proxy the authentication request.
- SAML2IDPProxyImpl() - Constructor for class com.sun.identity.saml2.plugins.SAML2IDPProxyImpl
-
Default Constructor.
- SAML2IDPRqtsRcvd - Variable in class com.sun.identity.monitoring.SsoServerSAML2IDPEntry
-
Variable for storing the value of "SAML2IDPRqtsRcvd".
- SAML2IDPSessionCount - Variable in class com.sun.identity.monitoring.SsoServerSAML2Svc
-
Variable for storing the value of "SAML2IDPSessionCount".
- SAML2InvalidNameIDPolicyException - Exception in com.sun.identity.saml2.common
-
This class is an extension point for all SAML related exceptions.
- SAML2InvalidNameIDPolicyException(String, String, Object[]) - Constructor for exception com.sun.identity.saml2.common.SAML2InvalidNameIDPolicyException
-
Constructs a new SAML2InvalidNameIDPolicyException without
a nested Throwable.
- SAML2InvalidNameIDPolicyException(String) - Constructor for exception com.sun.identity.saml2.common.SAML2InvalidNameIDPolicyException
-
Constructs a new SAML2InvalidNameIDPolicyException with
the given message.
- SAML2InvalidNameIDPolicyException(Throwable) - Constructor for exception com.sun.identity.saml2.common.SAML2InvalidNameIDPolicyException
-
Constructs an SAML2InvalidNameIDPolicyException with given
Throwable.
- Saml2JsonTokenAuthnContextMapper - Interface in org.forgerock.openam.sts.rest.token.provider.saml
-
Defines the functionality which maps a TokenType to a SAML2 AuthnContext value (see section 2.7.2.2
of http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf for details).
- Saml2JsonTokenAuthnContextMapperImpl - Class in org.forgerock.openam.sts.rest.token.provider.saml
-
- Saml2JsonTokenAuthnContextMapperImpl(Logger) - Constructor for class org.forgerock.openam.sts.rest.token.provider.saml.Saml2JsonTokenAuthnContextMapperImpl
-
- SAML2MetaConstants - Interface in com.sun.identity.saml2.meta
-
This interface is used to define the constants used by this SAML2 meta
service.
- SAML2MetaException - Exception in com.sun.identity.saml2.meta
-
This class is an extension point for all SAML2 Meta related exceptions.
- SAML2MetaException(String, Object[]) - Constructor for exception com.sun.identity.saml2.meta.SAML2MetaException
-
Constructs a new SAML2MetaException without a nested
Throwable using default resource bundle.
- SAML2MetaException(String, String, Object[]) - Constructor for exception com.sun.identity.saml2.meta.SAML2MetaException
-
Constructs a new SAML2MetaException without a nested
Throwable.
- SAML2MetaException(String) - Constructor for exception com.sun.identity.saml2.meta.SAML2MetaException
-
Constructs a new SAML2MetaException with the given
message.
- SAML2MetaException(Throwable) - Constructor for exception com.sun.identity.saml2.meta.SAML2MetaException
-
Constructs an SAML2MetaException with given
Throwable.
- SAML2MetaManager - Class in com.sun.identity.saml2.meta
-
The SAML2MetaManager provides methods to manage both the
standard entity descriptor and the extended entity configuration.
- SAML2MetaManager() - Constructor for class com.sun.identity.saml2.meta.SAML2MetaManager
-
Constructor for SAML2MetaManager.
- SAML2MetaManager(Object) - Constructor for class com.sun.identity.saml2.meta.SAML2MetaManager
-
Constructor for SAML2MetaManager.
- SAML2MetaSecurityUtils - Class in com.sun.identity.saml2.meta
-
The SAML2MetaUtils provides metadata security related util
methods.
- SAML2MetaUtils - Class in com.sun.identity.saml2.meta
-
The SAML2MetaUtils provides metadata related util methods.
- SAML2PluginsUtils - Class in com.sun.identity.saml2.plugins
-
The SAML2PluginsUtils contains utility methods for SAML 2.0 plugins classes.
- SAML2PostAuthenticationPlugin - Class in org.forgerock.openam.authentication.modules.saml2
-
Plugin that gets activated for SLO for the SAML2 auth module.
- SAML2PostAuthenticationPlugin() - Constructor for class org.forgerock.openam.authentication.modules.saml2.SAML2PostAuthenticationPlugin
-
Default Constructor.
- SAML2ProviderManager - Class in com.sun.identity.saml2.plugins
-
The class SAML2ProviderManager retrieves properties consumed
by IDWSF from providers defined in SAML2.
- SAML2ProviderManager() - Constructor for class com.sun.identity.saml2.plugins.SAML2ProviderManager
-
- SAML2Proxy - Class in org.forgerock.openam.authentication.modules.saml2
-
Called on the way back into the SAML2 Authentication Module
by the saml2AuthAssertionConsumer jsp.
- SAML2RemoteIDPCount - Variable in class com.sun.identity.monitoring.SsoServerSAML2Svc
-
Variable for storing the value of "SAML2RemoteIDPCount".
- SAML2ResponseData - Class in org.forgerock.openam.authentication.modules.saml2
-
Response data from SAML2 IDP, combined here for ease of access.
- SAML2ResponseData() - Constructor for class org.forgerock.openam.authentication.modules.saml2.SAML2ResponseData
-
Dummy creator, used by databinder to generate this POJO.
- SAML2ResponseData(String, Subject, Assertion, ResponseInfo) - Constructor for class org.forgerock.openam.authentication.modules.saml2.SAML2ResponseData
-
Combine a new set of SAML2 response data as a single object.
- Saml2RestTokenProviderParameters - Class in org.forgerock.openam.sts.rest.operation.translate
-
An implementation of the RestTokenProviderParameters to support the creation of Saml2 tokens.
- Saml2RestTokenProviderParameters(Saml2TokenCreationState, TokenTypeId, JsonValue) - Constructor for class org.forgerock.openam.sts.rest.operation.translate.Saml2RestTokenProviderParameters
-
- SAML2SDKUtils - Class in com.sun.identity.saml2.common
-
The SAML2SDKUtils contains utility methods for SAML 2.0
implementation.
- SAML2SDKUtils() - Constructor for class com.sun.identity.saml2.common.SAML2SDKUtils
-
Protected contstructor.
- SAML2ServiceProviderAdapter - Class in com.sun.identity.saml2.plugins
-
The SAML2ServiceProviderAdapter abstract class provides methods
that could be extended to perform user specific logics during SAMLv2
protocol processing on the Service Provider side.
- SAML2ServiceProviderAdapter() - Constructor for class com.sun.identity.saml2.plugins.SAML2ServiceProviderAdapter
-
- SAML2SessionPartner - Class in com.sun.identity.saml2.profile
-
This class encapsulates session partner.
- SAML2SessionPartner(String, boolean) - Constructor for class com.sun.identity.saml2.profile.SAML2SessionPartner
-
Constructs a new SAML2SessionPartner object.
- Saml2SessionUpgradeHandler - Class in org.forgerock.openam.authentication
-
This
SessionUpgradeHandler implementation should ensure that during a session upgrade the SAML authentication
related cache mappings are updated, so that SLO will correctly trigger logout on all remote entities.
- Saml2SessionUpgradeHandler() - Constructor for class org.forgerock.openam.authentication.Saml2SessionUpgradeHandler
-
- SAML2SingleLogoutHandler - Class in com.sun.identity.multiprotocol
-
The SAML2SingleLogoutHander class is an implementation of
the SingleLogoutHandler for the Liberty ID-FF protocol.
- SAML2SingleLogoutHandler() - Constructor for class com.sun.identity.multiprotocol.SAML2SingleLogoutHandler
-
Creates a new instance of SAML2SingleLogoutHandler
- SAML2SPIndex - Variable in class com.sun.identity.monitoring.SsoServerSAML2SPEntry
-
Variable for storing the value of "SAML2SPIndex".
- SAML2SPInvalidArtifactsRcvd - Variable in class com.sun.identity.monitoring.SsoServerSAML2SPEntry
-
Variable for storing the value of "SAML2SPInvalidArtifactsRcvd".
- SAML2SPName - Variable in class com.sun.identity.monitoring.SsoServerSAML2SPEntry
-
Variable for storing the value of "SAML2SPName".
- SAML2SPRqtsSent - Variable in class com.sun.identity.monitoring.SsoServerSAML2SPEntry
-
Variable for storing the value of "SAML2SPRqtsSent".
- SAML2SPValidAssertionsRcvd - Variable in class com.sun.identity.monitoring.SsoServerSAML2SPEntry
-
Variable for storing the value of "SAML2SPValidAssertionsRcvd".
- SAML2Status - Variable in class com.sun.identity.monitoring.SsoServerSAML2Svc
-
Variable for storing the value of "SAML2Status".
- SAML2Store - Class in org.forgerock.openam.saml2
-
An internal alternative to using the SAML2 Failover as a mechanism for data transfer.
- SAML2Store() - Constructor for class org.forgerock.openam.saml2.SAML2Store
-
- SAML2SubjectConfirmation - Enum in org.forgerock.openam.sts.token
-
Enum defining the SAML2 SubjectConfirmation values used in the REST-STS and the TokenGenerationService.
- saml2SubjectConfirmation(SAML2SubjectConfirmation) - Method in class org.forgerock.openam.sts.user.invocation.SAML2TokenCreationState.SAML2TokenStateBuilder
-
- SAML2Token - Class in com.sun.identity.wss.security
-
This class SAML2Token represents a SAML2
token that can be inserted into web services security header
for message level security.
- SAML2Token(SAML2TokenSpec, SSOToken) - Constructor for class com.sun.identity.wss.security.SAML2Token
-
Constructor that initializes the SAML2Token.
- SAML2Token(Element) - Constructor for class com.sun.identity.wss.security.SAML2Token
-
- SAML2TokenCanceller - Class in org.forgerock.openam.sts.soap.token.canceller
-
Implements TokenCanceller functionality for SAML2 assertions.
- SAML2TokenCanceller(TokenServiceConsumer, SoapSTSAccessTokenProvider, CTSTokenIdGenerator, XMLUtilities) - Constructor for class org.forgerock.openam.sts.soap.token.canceller.SAML2TokenCanceller
-
- Saml2TokenCreationState - Class in org.forgerock.openam.sts.rest.token.provider.saml
-
Encapsulation of the state specific to generating SAML2 assertions.
- Saml2TokenCreationState(SAML2SubjectConfirmation, ProofTokenState) - Constructor for class org.forgerock.openam.sts.rest.token.provider.saml.Saml2TokenCreationState
-
- Saml2TokenCreationState(SAML2SubjectConfirmation) - Constructor for class org.forgerock.openam.sts.rest.token.provider.saml.Saml2TokenCreationState
-
- SAML2TokenCreationState - Class in org.forgerock.openam.sts.user.invocation
-
This class encapsulates state passed to the REST STS about the nature of the to-be-issued SAML2 token.
- SAML2TokenCreationState.SAML2TokenStateBuilder - Class in org.forgerock.openam.sts.user.invocation
-
- SAML2TokenGeneration - Interface in org.forgerock.openam.sts.tokengeneration.saml2
-
This interface defines the concerns of SAML2TokenGeneration, as exposed by the TokenGenerationService, and consumed by
published STS instances, both REST and SOAP.
- SAML2TokenGenerationImpl - Class in org.forgerock.openam.sts.tokengeneration.saml2
-
- SAML2TokenGenerationState - Class in org.forgerock.openam.sts.service.invocation
-
Encapsulates the invocation-specific state necessary to generation SAML2 assertions.
- SAML2TokenGenerationState.SAML2TokenGenerationStateBuilder - Class in org.forgerock.openam.sts.service.invocation
-
- SAML2TokenRepository - Interface in org.forgerock.openam.federation.saml2
-
Enables the storing/recovering serialized state of SAML2 Tokens when in SAML2 failover-mode.
- SAML2TokenRepositoryException - Exception in org.forgerock.openam.federation.saml2
-
This class is used to wrap Exceptions thrown by implementations of the SAML2TokenRepository.
- SAML2TokenRepositoryException(String, Throwable) - Constructor for exception org.forgerock.openam.federation.saml2.SAML2TokenRepositoryException
-
Constructs a new SAML2TokenRepositoryException with the specified detail message and
cause.
- SAML2TokenRepositoryException(String) - Constructor for exception org.forgerock.openam.federation.saml2.SAML2TokenRepositoryException
-
Constructs a new SAML2TokenRepositoryException with the specified detail message.
- SAML2TokenSpec - Class in com.sun.identity.wss.security
-
This class implements the interface SecurityTokenSpec to
create SAML2 Assertions / Security tokens.
- SAML2TokenSpec() - Constructor for class com.sun.identity.wss.security.SAML2TokenSpec
-
- SAML2TokenSpec(NameID, SecurityMechanism, String) - Constructor for class com.sun.identity.wss.security.SAML2TokenSpec
-
Creates a new instance of SAML2TokenSpec
- SAML2TokenState - Class in org.forgerock.openam.sts.user.invocation
-
Class encapsulating an SAML2 token string, and will emit json which includes state necessary to act as the to-be-validated
token state in the RestSTSTokenValidationInvocation state - i.e. the SAML2 assertion string, and a
AMSTSConstants.TOKEN_TYPE_KEY field corresponding to TokenType.SAML2.name().
- SAML2TokenState.SAML2TokenStateBuilder - Class in org.forgerock.openam.sts.user.invocation
-
- SAML2TokenUtils - Class in com.sun.identity.wss.security
-
This class provides utility classes for the SAML2 token support
- SAML2TokenUtils() - Constructor for class com.sun.identity.wss.security.SAML2TokenUtils
-
Creates a new instance of SAML2TokenUtils
- SAML2Utils - Class in com.sun.identity.saml2.common
-
The SAML2Utils contains utility methods for SAML 2.0
implementation.
- SAML2Utils() - Constructor for class com.sun.identity.saml2.common.SAML2Utils
-
- Saml2XmlTokenAuthnContextMapper - Interface in org.forgerock.openam.sts.soap.token.provider.saml2
-
Defines the functionality which maps a TokenType to a SAML2 AuthnContext value (see section 2.7.2.2
of http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf for details).
- SAML_AM_NAMING - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Constant for process which handles all assertion related requests.
- SAML_ART - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Parameter name for SAML artifact in http request.
- SAML_ART - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Parameter name for SAML artifact in http request.
- SAML_ARTIFACT_QUERY - Static variable in class com.sun.identity.saml.common.LogUtils
-
Constants for log message SAML_ARTIFACT_QUERY.
- SAML_ASSERTION_VERSION - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Attribute that identifies default version for saml assertion in
AMConfig.properties file.
- SAML_ATTRAUTHORITY - Static variable in class com.sun.identity.configuration.ConfigFedMonitoring
-
- SAML_ATTRQUERY - Static variable in class com.sun.identity.configuration.ConfigFedMonitoring
-
- SAML_AUTHNAUTHORITY - Static variable in class com.sun.identity.configuration.ConfigFedMonitoring
-
- SAML_AWARE_NAMING - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Constant for servlet which does SAML web browser artifact profile.
- SAML_BEARER_1_0 - Static variable in class com.sun.identity.wss.sts.STSConstants
-
- SAML_BEARER_2_0 - Static variable in class com.sun.identity.wss.sts.STSConstants
-
- SAML_CALLBACK - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- SAML_DECRYPTION_DEBUG_MODE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Property to determine whether SAML SP Decryption Debug mode has been enabled.
- SAML_FAILOVER_DISABLED_ERROR - Static variable in class org.forgerock.openam.authentication.modules.saml2.SAML2Proxy
-
Constant to indicate that SAML failover was not enabled as required.
- SAML_GET_RESPONSE_ERROR - Static variable in class org.forgerock.openam.authentication.modules.saml2.SAML2Proxy
-
Constant to indicate that the proxy was unable to extract the SAML response.
- SAML_HOLDER_OF_KEY_1_0 - Static variable in class com.sun.identity.wss.sts.STSConstants
-
- SAML_HOLDER_OF_KEY_2_0 - Static variable in class com.sun.identity.wss.sts.STSConstants
-
- SAML_LOG_NAME - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
SAML tag
- SAML_MODULE - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
SAML Module Name
- SAML_NS_DECLARATION - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for SAML namespace declaration URI
- SAML_NS_PREFIX - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for SAML namespace prefix
- SAML_NS_URI - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for SAML namespace URI
- SAML_POST_NAMING - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Constant for servlet which does SAML web browser post profile.
- SAML_PROTOCOL_VERSION - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Attribute that identifies default version for saml protocol in
AMConfig.properties file.
- SAML_PROXY_IDP_RESPONSE_KEY - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Property name used to store the remote IdP's SAML response as an attribute of the HttpServletRequest.
- SAML_REQUEST - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
SAMLRequest query parameter name
- SAML_REQUEST - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
SAMLRequest query parameter name
- SAML_REQUESTER - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Status code: samlp:Requester
- SAML_RESPONDER - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Status code: samlp:Responder
- SAML_RESPONSE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
SAMLResponse query parameter name
- SAML_RESPONSE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
SAMLResponse query parameter name
- SAML_SENDER_VOUCHES_1_0 - Static variable in class com.sun.identity.wss.sts.STSConstants
-
- SAML_SENDER_VOUCHES_2_0 - Static variable in class com.sun.identity.wss.sts.STSConstants
-
- SAML_SERVICE_NAME - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
SAML service name.
- SAML_SERVICE_VERSION - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
1.0 version of SAML service.
- SAML_SOAP_NAMING - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Constant for endpoint which accepts SOAP request.
- SAML_STATEMENT - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for SAML Statement
- SAML_SUCCESS - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Status code: samlp:Success
- SAML_TOKEN - Static variable in class com.sun.identity.liberty.ws.dst.DSTConstants
-
- SAML_TOKEN - Static variable in class com.sun.identity.liberty.ws.soapbinding.Message
-
SAML Token profile is specified.
- SAML_UNSUPPORTED - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Liberty unsupported: lib:Unsupported
- SAML_VALUETYPE - Static variable in class com.sun.identity.wss.security.WSSConstants
-
- SAML_VERIFY_RESPONSE_ERROR - Static variable in class org.forgerock.openam.authentication.modules.saml2.SAML2Proxy
-
Constant to indicate that the proxy was unable to verify the response.
- SAML_VERSION_MISMATCH - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Status code: samlp:VersionMismatch
- SAML_XMLSIG_CERT_ALIAS - Static variable in interface com.sun.identity.shared.Constants
-
Property string for SAML XML signature CERT alias.
- SAML_XMLSIG_KEYPASS - Static variable in interface com.sun.identity.shared.Constants
-
Property string for SAML XML signature key password file.
- SAML_XMLSIG_KEYSTORE - Static variable in interface com.sun.identity.shared.Constants
-
Property string for SAML XML signature key store file.
- SAML_XMLSIG_STORE_PASS - Static variable in interface com.sun.identity.shared.Constants
-
Property string for SAML XML signature key store password file.
- SAMLAdapter - Class in org.forgerock.openam.cts.adapters
-
TokenAdapter for SAML tokens.
- SAMLAdapter(TokenIdFactory, JSONSerialisation, TokenBlobUtils) - Constructor for class org.forgerock.openam.cts.adapters.SAMLAdapter
-
Create a default instance of the SAMLAdapter.
- samlAttributes - Variable in class com.sun.identity.wss.provider.ProviderConfig
-
- samlAttributes - Variable in class com.sun.identity.wss.provider.STSConfig
-
- SAMLAuthenticator - Interface in org.forgerock.openam.saml2
-
An Authenticator is an object used to provide authentication to the session.
- SAMLAuthenticatorLookup - Interface in org.forgerock.openam.saml2
-
The SAMLAuthenticatorLookup is used to lookup existing authentication details for a session.
- SAMLAWARE - Static variable in class com.sun.identity.monitoring.SsoServerSAML1SvcImpl
-
- SAMLAWARE - Static variable in interface com.sun.identity.plugin.monitoring.FedMonSAML1Svc
-
- samlAwareEP - Variable in class com.sun.identity.monitoring.SsoServerSAML1SvcImpl
-
- SAMLAwareServlet - Class in com.sun.identity.saml.servlet
-
Endpoint that supports SAML web browser artifact profile.
- SAMLAwareServlet() - Constructor for class com.sun.identity.saml.servlet.SAMLAwareServlet
-
- SAMLBase - Class in org.forgerock.openam.saml2
-
- SAMLBase() - Constructor for class org.forgerock.openam.saml2.SAMLBase
-
- SAMLCertUtils - Class in com.sun.identity.saml.common
-
This class finds any matching cert in the jks store.
- SAMLCertUtils() - Constructor for class com.sun.identity.saml.common.SAMLCertUtils
-
- SAMLCertUtils.CertEntry - Class in com.sun.identity.saml.common
-
This class contains the mapping between a
java.security.cert.X509Certificate's nickname and its related Data.
- SAMLClient - Class in com.sun.identity.saml
-
The class SAMLClient provides interfaces
to do Web and POST profile as specified by SAML specification.
- SAMLClient() - Constructor for class com.sun.identity.saml.SAMLClient
-
- SAMLConstants - Class in com.sun.identity.saml.common
-
This is a common class defining some constants common to all SAML elements.
- SAMLConstants() - Constructor for class com.sun.identity.saml.common.SAMLConstants
-
- SAMLException - Exception in com.sun.identity.saml.common
-
This class is an extension point for all SAML related exceptions.
- SAMLException(String) - Constructor for exception com.sun.identity.saml.common.SAMLException
-
Constructs an SAMLException with a message.
- SAMLException(Throwable) - Constructor for exception com.sun.identity.saml.common.SAMLException
-
Constructs an SAMLException with given
Throwable.
- SAMLException(String, String, Object[]) - Constructor for exception com.sun.identity.saml.common.SAMLException
-
Constructs a new SAMLException without a nested
Throwable.
- SAMLException_SOAPSerializer - Class in com.sun.identity.saml.common
-
- SAMLException_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.saml.common.SAMLException_SOAPSerializer
-
- SAMLID_PREFIX - Static variable in class com.sun.identity.saml.common.SAMLUtilsCommon
-
Prefix for ids used in SAML service.
- SAMLP_NS_DECLARATION - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for SAML2 protocol namespace declaration
- SAMLP_NS_PREFIX - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for SAML2 Protocol namespace prefix
- SAMLP_NS_URI - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for SAML2 protocol namespace URI
- SAMLPOSTProfileServlet - Class in com.sun.identity.saml.servlet
-
This servlet is used to support SAML 1.x Web Browser/POST Profile.
- SAMLPOSTProfileServlet() - Constructor for class com.sun.identity.saml.servlet.SAMLPOSTProfileServlet
-
- SAMLRequesterException - Exception in com.sun.identity.saml.common
-
This exception is thrown when the request could not be performed due to
an error in the sender or in the request.
- SAMLRequesterException(String) - Constructor for exception com.sun.identity.saml.common.SAMLRequesterException
-
Constructs an SAMLRequesterException with a message.
- SAMLRequesterException(Throwable) - Constructor for exception com.sun.identity.saml.common.SAMLRequesterException
-
Constructs an SAMLRequesterException with given
Throwable.
- SAMLRequesterException(String, String, Object[]) - Constructor for exception com.sun.identity.saml.common.SAMLRequesterException
-
Constructs a new SAMLRequesterException without a nested
Throwable.
- SAMLRequestVersionDeprecatedException - Exception in com.sun.identity.saml.common
-
This exception is thrown when the receiver could not process the request
because the version was deprecated.
- SAMLRequestVersionDeprecatedException(String) - Constructor for exception com.sun.identity.saml.common.SAMLRequestVersionDeprecatedException
-
Constructs an SAMLRequestVersionDeprecatedException with a
message.
- SAMLRequestVersionDeprecatedException(Throwable) - Constructor for exception com.sun.identity.saml.common.SAMLRequestVersionDeprecatedException
-
Constructs an SAMLRequestVersionDeprecatedException with
given Throwable.
- SAMLRequestVersionDeprecatedException(String, String, Object[]) - Constructor for exception com.sun.identity.saml.common.SAMLRequestVersionDeprecatedException
-
Constructs a new SAMLRequestVersionDeprecatedException
without a nested Throwable.
- SAMLRequestVersionTooHighException - Exception in com.sun.identity.saml.common
-
This exception is thrown when the receiver could not process the request
because the version was too high.
- SAMLRequestVersionTooHighException(String) - Constructor for exception com.sun.identity.saml.common.SAMLRequestVersionTooHighException
-
Constructs an SAMLRequestVerionTooHighException with
a message.
- SAMLRequestVersionTooHighException(Throwable) - Constructor for exception com.sun.identity.saml.common.SAMLRequestVersionTooHighException
-
Constructs an SAMLRequestVersionTooHighException with given
Throwable.
- SAMLRequestVersionTooHighException(String, String, Object[]) - Constructor for exception com.sun.identity.saml.common.SAMLRequestVersionTooHighException
-
Constructs a new SAMLRequestVersionTooHighException
without a nested Throwable.
- SAMLRequestVersionTooLowException - Exception in com.sun.identity.saml.common
-
This exception is thrown when the receiver could not process the request
because the version was too low.
- SAMLRequestVersionTooLowException(String) - Constructor for exception com.sun.identity.saml.common.SAMLRequestVersionTooLowException
-
Constructs an SAMLRequestVersionTooLowException with a
message.
- SAMLRequestVersionTooLowException(Throwable) - Constructor for exception com.sun.identity.saml.common.SAMLRequestVersionTooLowException
-
Constructs an SAMLRequestVersionTooLowException with given
Throwable.
- SAMLRequestVersionTooLowException(String, String, Object[]) - Constructor for exception com.sun.identity.saml.common.SAMLRequestVersionTooLowException
-
Constructs a new SAMLRequestVersionTooLowException without
a nested Throwable.
- SAMLResponderException - Exception in com.sun.identity.saml.common
-
This exception is thrown when the request could not be performed
due to an error at the receiving end.
- SAMLResponderException(String) - Constructor for exception com.sun.identity.saml.common.SAMLResponderException
-
Constructs an SAMLResponderException with a message.
- SAMLResponderException(Throwable) - Constructor for exception com.sun.identity.saml.common.SAMLResponderException
-
Constructs an SAMLResponderException with given
Throwable.
- SAMLResponderException(String, String, Object[]) - Constructor for exception com.sun.identity.saml.common.SAMLResponderException
-
Constructs a new SAMLResponderException without a nested
Throwable.
- samlResponse - Variable in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
- samlResponseElt - Variable in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
- SAMLServiceManager - Class in com.sun.identity.saml.common
-
This is a singleton class.
- SAMLServiceManager.SiteEntry - Class in com.sun.identity.saml.common
-
This class contains the mapping between supported target
host:port(target) and its saml-aware-servlet URL & sourceid.
- SAMLServiceManager.SOAPEntry - Class in com.sun.identity.saml.common
-
Contains the mapping between Source ID (SourceID) and its
SOAP-Receiver-servlet URL (SOAPUrl).
- SAMLSiteID - Class in com.sun.identity.saml.common
-
This class is used to generate SAML Site ID.
- SAMLSOAPReceiver - Class in com.sun.identity.saml.servlet
-
This class defines a SOAP Receiver which supports SOAP over HTTP binding.
- SAMLSOAPReceiver() - Constructor for class com.sun.identity.saml.servlet.SAMLSOAPReceiver
-
- SAMLStatsAccessor - Class in com.sun.identity.saml
-
- SAMLToken - Class in org.forgerock.openam.cts.api.tokens
-
This wrapper class wraps up the various fields of the SAML tokens and contains them in a single class.
- SAMLToken(String, String, long, Object) - Constructor for class org.forgerock.openam.cts.api.tokens.SAMLToken
-
Create a new instance of the SAMLToken.
- SamlTokenElement - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
5.3.8 SamlToken Assertion
Java content class for SamlToken element declaration.
- SamlTokenElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SamlTokenElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SamlTokenElementImpl
-
- SamlTokenElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SAMLTokenField - Enum in org.forgerock.openam.cts.api.fields
-
SAMLTokenField defines a mapping between additional fields needed to service the requirements of
the SAML token.
- SAMLURL - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Constants for url which handles saml web browser artifact profile.
- SAMLUtils - Class in com.sun.identity.saml.common
-
This class contains some utility methods for processing SAML protocols.
- SAMLUtilsCommon - Class in com.sun.identity.saml.common
-
This class contains a set of generic common utility methods.
- SAMLUtilsCommon() - Constructor for class com.sun.identity.saml.common.SAMLUtilsCommon
-
- samlv2Entities(Map<String, Map<String, String>>) - Method in class com.sun.identity.monitoring.SSOServerRealmFedInfo.SSOServerRealmFedInfoBuilder
-
- SAMLVersionMismatchException - Exception in com.sun.identity.saml.common
-
This exception is thrown when the receiver could not process the request
because the version was incorrect.
- SAMLVersionMismatchException(String) - Constructor for exception com.sun.identity.saml.common.SAMLVersionMismatchException
-
Constructs an SAMLVersionMismatchException with a message.
- SAMLVersionMismatchException(Throwable) - Constructor for exception com.sun.identity.saml.common.SAMLVersionMismatchException
-
Constructs an SAMLVersionMismatchException with given
Throwable.
- SAMLVersionMismatchException(String, String, Object[]) - Constructor for exception com.sun.identity.saml.common.SAMLVersionMismatchException
-
Constructs a new SAMLVersionMismatchException without a
nested * Throwable.
- SASLRequest - Class in com.sun.identity.liberty.ws.authnsvc.protocol
-
- SASLRequest(String) - Constructor for class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
-
Deprecated.
Constructs a SASLRequest instance.
- SASLRequest(Element) - Constructor for class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
-
Deprecated.
Constructs a SAMLRequest with a
org.w3c.dom.Element.
- SASLResponse - Class in com.sun.identity.liberty.ws.authnsvc.protocol
-
- SASLResponse(String) - Constructor for class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
-
Deprecated.
Constructs a SASLResponse instance.
- SASLResponse(Element) - Constructor for class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
-
Deprecated.
Constructs a SASLResponse with a
org.w3c.dom.Element.
- save() - Method in class com.iplanet.services.ldap.ServerConfigMgr
-
Stores the directory server configuration information to the file system.
- save() - Method in class com.iplanet.ums.PersistentObject
-
Save the modification(s) to the object.
- save(LDAPStore) - Method in class com.sun.identity.config.wizard.LDAPStoreWizardPage
-
- save() - Method in class com.sun.identity.install.tools.configurator.OrderedPropertyStore
-
- save(String, String) - Static method in class com.sun.identity.shared.xml.Resource
-
Returns true if a string is successfully written to a file.
- save() - Method in class com.sun.identity.sm.SMSEntry
-
Save the modification(s) to the object.
- save(Authenticator) - Method in class org.openidentityplatform.openam.authentication.modules.webauthn.WebAuthnRegistration
-
- SAVE_CONSENT - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Custom
-
- saveApplication(Application) - Method in interface org.forgerock.openam.entitlement.service.ApplicationService
-
Saves application data.
- saveApplication(Application) - Method in class org.forgerock.openam.entitlement.service.ApplicationServiceImpl
-
- saveApplicationType(Subject, ApplicationType) - Static method in class com.sun.identity.entitlement.ApplicationTypeManager
-
Stores application type.
- saveAttributes(Map<String, Set<String>>) - Method in class org.forgerock.openam.authentication.modules.oauth2.OAuth
-
- saveAuthenticatedPrincipal(String) - Method in class com.sun.identity.authentication.service.LoginState
-
Saves the principals successfully created in the authentication process whether all modules or identity searches
are successful or not.
- saveConfig(TrustAuthorityConfig) - Static method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Saves the trust authority configuration.
- saveConfigAttributes(ServiceConfig, Map<String, Set<String>>) - Method in class org.forgerock.openam.core.rest.sms.SmsGlobalSingletonProvider
-
- saveConfigAttributes(ServiceConfig, Map<String, Set<String>>) - Method in class org.forgerock.openam.core.rest.sms.SmsSingletonProvider
-
- saveConsent(ResourceOwner, String, Set<String>) - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- saveConsent(ResourceOwner, String, Set<String>) - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Saves the resource owner's consent for the granting authorization for the specified client with the specified
scope.
- saveConsent(ResourceOwner, String, Set<String>) - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- SAVED_CONSENT_ATTRIBUTE - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2ProviderService
-
- saveDeviceProfile(String, String, PushDeviceSettings) - Method in class org.forgerock.openam.authentication.modules.push.UserPushDeviceProfileManager
-
Saves the Push device settings to the user's profile, overwriting any existing device profile.
- saveDeviceProfiles(String, String, List<JsonValue>) - Method in class org.forgerock.openam.core.rest.devices.UserDevicesDao
-
Saves a user's device profiles.
- saveInfoInMemory(SessionProvider, Object, String, String, NameIDInfo, boolean, boolean) - Static method in class com.sun.identity.saml2.profile.SPACSUtils
-
- saveMessageTimestamp(String, Long, String) - Method in interface com.sun.identity.wss.security.handler.WSSCacheRepository
-
Saves the message timestamp using the given messageID
- saveProperties(Properties, File, String) - Method in class com.sun.identity.sm.flatfile.SMSFlatFileObjectBase
-
Saves properties to the attributes file handle, with given objName
in the file header.
- saveProvider(ProviderConfig) - Static method in class com.sun.identity.wss.provider.ProviderConfig
-
Saves the Provider in the configuration repository.
- SAverage - Variable in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntry
-
Variable for storing the value of "SAverage".
- saveReport() - Method in class com.sun.identity.config.upgrade.Upgrade
-
- saveReportLink - Variable in class com.sun.identity.config.upgrade.Upgrade
-
- saveResourceType(Subject, String, ResourceType) - Method in interface org.forgerock.openam.entitlement.service.ResourceTypeService
-
Save the ResourceType in the data store under the resource type's realm.
- saveResourceType(Subject, String, ResourceType) - Method in class org.forgerock.openam.entitlement.service.ResourceTypeServiceImpl
-
Save the ResourceType in the data store under the resource type's realm.
- saveSAML2Token(String, String, Object, long) - Static method in class com.sun.identity.saml2.common.SAML2FailoverUtils
-
Helper method for accessing the SAML2 Token Repository, should only be used when SAML2 failover is enabled.
- saveSAML2Token(String, String, Object, long) - Method in class org.forgerock.openam.cts.impl.SAML2CTSPersistentStore
-
Saves SAML2 data into the SAML2 Repository.
- saveSAML2Token(String, String, Object, long) - Method in interface org.forgerock.openam.federation.saml2.SAML2TokenRepository
-
Saves SAML2 data into the SAML2 Repository.
- saveSAML2TokenWithoutSecondaryKey(String, Object, long) - Static method in class com.sun.identity.saml2.common.SAML2FailoverUtils
-
Helper method for accessing the SAML2 Token Repository, should only be used when SAML2 failover is enabled.
- saveSharedStateAttributes() - Method in class com.sun.identity.authentication.service.LoginState
-
Saves the attributes specified by the sharedStateAttributes into requestMap.
- saveState() - Method in class com.sun.identity.install.tools.configurator.InstallState
-
- saveTokenWithKey(String, Object) - Static method in class org.forgerock.openam.saml2.SAML2Store
-
Statically stores Strings mapped to a key.
- saveUserTokenNonce(String, Set, String) - Method in interface com.sun.identity.wss.security.handler.WSSCacheRepository
-
Saves the user name token nonces for a given timestamp.
- SAXMarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl.runtime
-
XMLSerializer that produces SAX2 events.
- SAXMarshaller(ContentHandler, NamespacePrefixMapper, MarshallerImpl) - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXMarshaller
-
Creates a marshalling context by designating the ContentHandler
that receives generated SAX2 events.
- SAXMarshaller - Class in com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime
-
XMLSerializer that produces SAX2 events.
- SAXMarshaller(ContentHandler, NamespacePrefixMapper, MarshallerImpl) - Constructor for class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXMarshaller
-
Creates a marshalling context by designating the ContentHandler
that receives generated SAX2 events.
- saxParserProvider(int) - Static method in class org.forgerock.openam.utils.Providers
-
Gets a pre-configured SAXParser provider that caches parser instances in a per-thread LRU cache.
- SAXParserProvider - Interface in org.forgerock.openam.utils
-
Abstract factory interface for constructing
SAXParser instances.
- SAXUnmarshallerHandler - Interface in com.sun.identity.saml2.jaxb.assertion.impl.runtime
-
Unified event handler that processes
both the SAX events and error events.
- SAXUnmarshallerHandler - Interface in com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime
-
Unified event handler that processes
both the SAX events and error events.
- SAXUnmarshallerHandlerImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl.runtime
-
Implementation of UnmarshallerHandler.
- SAXUnmarshallerHandlerImpl(UnmarshallerImpl, GrammarInfo) - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- SAXUnmarshallerHandlerImpl - Class in com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime
-
Implementation of UnmarshallerHandler.
- SAXUnmarshallerHandlerImpl(UnmarshallerImpl, GrammarInfo) - Constructor for class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- sc - Static variable in class com.sun.identity.federation.common.FSUtils
-
- sc - Static variable in class com.sun.identity.saml.assertion.AssertionBase
-
- sc - Static variable in class com.sun.identity.saml.common.SAMLUtilsCommon
-
A handle for SAMLConstants.
- SC200502SecurityContextTokenElement - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
5.3.6 SecurityContextToken Assertion
Java content class for SC200502SecurityContextToken element declaration.
- SC200502SecurityContextTokenElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SC200502SecurityContextTokenElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SC200502SecurityContextTokenElementImpl
-
- SC200502SecurityContextTokenElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- schedule(TaskRunnable, Date) - Method in class com.sun.identity.common.TimerPool
-
Schedules a TaskRunnable to the TimerPool.
- schedule(TaskRunnable, long) - Method in class com.sun.identity.common.TimerPool
-
Schedules the TaskRunnable to the TimerPool.
- schedule(Runnable, long, TimeUnit) - Method in class org.forgerock.openam.audit.context.AuditRequestContextPropagatingScheduledExecutorService
- schedule(Callable<V>, long, TimeUnit) - Method in class org.forgerock.openam.audit.context.AuditRequestContextPropagatingScheduledExecutorService
- ScheduleableAction - Interface in com.sun.identity.common
-
Taskes which use InstantRunnable or PeriodicRunnable must implement
ScheduleableAction interface.
- ScheduleableGroupAction - Interface in com.sun.identity.common
-
ScheduleableGroupAction is used as a separated handler for
InstantGroupRunnable and PeriodicGroupRunnable.
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.forgerock.openam.audit.context.AuditRequestContextPropagatingScheduledExecutorService
- scheduledExecutionTime() - Method in class com.sun.identity.common.GeneralTaskRunnable
-
Returns the scheduled time of this TaskRunnable.
- scheduledExecutionTime() - Method in class com.sun.identity.common.HeadTaskRunnable
-
Returns the time which this HeadTaskRunnable is scheduled.
- scheduledExecutionTime() - Method in interface com.sun.identity.common.TaskRunnable
-
Returns the scheduled time of this TaskRunnable.
- SCHEDULER_NAME - Static variable in class com.sun.identity.common.SystemTimer
-
- SCHEDULER_NAME - Static variable in class com.sun.identity.common.SystemTimerPool
-
- scheduleTask(Runnable) - Static method in class com.sun.identity.sm.SMSThreadPool
-
Schdule a task for
SMSThreadPool to run.
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.forgerock.openam.audit.context.AuditRequestContextPropagatingScheduledExecutorService
- schema(ServiceListeners.Action) - Method in class com.iplanet.services.naming.ServiceListeners.ListenerBuilder
-
- schema(String) - Method in class com.iplanet.services.naming.ServiceListeners
-
- SCHEMA - Static variable in class com.sun.identity.sm.SMSUtils
-
- schema(Context, ActionRequest) - Method in class org.forgerock.openam.core.rest.sms.SitesResourceProvider
-
- schema() - Method in class org.forgerock.openam.core.rest.sms.SmsRealmProvider
-
- schema - Variable in class org.forgerock.openam.core.rest.sms.SmsResourceProvider
-
- schema(Context) - Method in class org.forgerock.openam.core.rest.sms.SmsResourceProvider
-
- schema(ActionRequest, Context) - Method in class org.forgerock.openam.core.rest.sms.SmsServerPropertiesResource
-
- SCHEMA - Static variable in class org.forgerock.openam.rest.RestConstants
-
The action ID for the schema action.
- schema - Variable in class org.openidentityplatform.openam.authentication.modules.Ntlm
-
- SCHEMA_ATTRIBUTE - Static variable in class com.sun.identity.sm.SMSUtils
-
- SCHEMA_BUG_PROPERTY - Static variable in class com.iplanet.services.ldap.DSConfigMgr
-
- SCHEMA_PROPERTY_FILENAME - Static variable in interface com.sun.identity.setup.SetupConstants
-
Properties file name that contains the names of service schema
files be loaded by the configurator.
- SCHEMA_RESOURCE_TYPES - Static variable in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
- SCHEMA_TEMPLATE_DIRECTORY - Static variable in interface com.sun.identity.setup.SetupConstants
-
Schema Template Directory.
- SCHEMA_TYPE - Static variable in interface com.sun.identity.cli.IArgument
-
Schema Type.
- SCHEMA_TYPE_DYNAMIC - Static variable in class org.forgerock.openam.upgrade.UpgradeUtils
-
- SCHEMA_TYPE_GLOBAL - Static variable in class org.forgerock.openam.upgrade.UpgradeUtils
-
- SCHEMA_TYPE_ORGANIZATION - Static variable in class org.forgerock.openam.upgrade.UpgradeUtils
-
- SCHEMA_TYPE_POLICY - Static variable in class org.forgerock.openam.upgrade.UpgradeUtils
-
- SCHEMA_TYPE_USER - Static variable in class org.forgerock.openam.upgrade.UpgradeUtils
-
- schemaChanged(String, String) - Method in interface com.iplanet.am.sdk.AMServiceListener
-
Deprecated.
This method will be invoked when a service's schema has been changed.
- schemaChanged(String, String) - Method in class com.iplanet.services.cdm.G11NSettings
-
- schemaChanged(String, String) - Method in class com.iplanet.ums.CMListener
-
- schemaChanged(String, String) - Method in class com.sun.identity.authentication.config.AMAuthLevelManager
-
Implements methods in com.sun.identity.sm.ServiceListener.
- schemaChanged(String, String) - Method in class com.sun.identity.authentication.service.AuthConfigMonitor
-
This method gets invoked when a service's schema has been changed.
- schemaChanged(String, String) - Method in class com.sun.identity.authentication.service.AuthenticationServiceAttributeCache
-
- schemaChanged(String, String) - Method in class com.sun.identity.common.admin.AdminInterfaceUtils
-
- schemaChanged(String, String) - Method in class com.sun.identity.common.AdministrationServiceListener
-
This method will be invoked when a service's schema has been changed.
- schemaChanged(String, String) - Method in class com.sun.identity.common.configuration.ConfigurationObserver
-
This method will be invoked when a service's schema has been changed.
- schemaChanged(String, String) - Method in class com.sun.identity.coretoken.service.CoreTokenConfigService
-
- schemaChanged(String, String) - Method in class com.sun.identity.delegation.plugins.DelegationPolicyImpl
-
This method will be invoked when a service's schema has been changed.
- schemaChanged(String, String) - Method in class com.sun.identity.delegation.SMServiceListener
-
- schemaChanged(String, String) - Method in class com.sun.identity.entitlement.opensso.SubRealmObserver
-
- schemaChanged(String, String) - Method in class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- schemaChanged(String, String) - Method in class com.sun.identity.idm.plugins.internal.SpecialRepo
-
- schemaChanged(String, String) - Method in class com.sun.identity.idm.server.IdRepoAttributeValidatorManager
-
Notification for schema changes to IdRepoService
- schemaChanged(String, String) - Method in class com.sun.identity.idm.server.IdRepoPluginsCache
-
Notification for schema changes to IdRepoService
- schemaChanged(String, String) - Method in class com.sun.identity.log.s1is.LogConfigReader
-
- schemaChanged(String, String) - Method in class com.sun.identity.policy.plugins.AuthenticatedSharedAgentsCondition
-
- schemaChanged(String, String) - Method in class com.sun.identity.policy.PolicyCache
-
This method will be invoked when a service's schema has been changed.
- schemaChanged(String, String) - Method in class com.sun.identity.policy.PolicyConfig
-
This method will be invoked when a service's schema has been changed.
- schemaChanged(String, String) - Method in class com.sun.identity.policy.util.GatewayServletUtils
-
This method is used to receive notifications if schema changes.
- schemaChanged(String, String) - Method in interface com.sun.identity.sm.ServiceListener
-
This method will be invoked when a service's schema has been changed.
- schemaChanged() - Static method in class com.sun.identity.sm.ServiceManager
-
- schemaChanged(String, String) - Method in class org.forgerock.oauth2.core.OAuth2ProviderSettingsFactory
-
- schemaChanged(String, String) - Method in class org.forgerock.openam.audit.configuration.AuditServiceConfigurationProviderImpl
-
- schemaChanged(String, String) - Method in class org.forgerock.openam.core.rest.IdentityResourceV2
-
- schemaChanged(String, String) - Method in class org.forgerock.openam.core.rest.sms.SmsRequestHandler
-
- schemaChanged(String, String) - Method in class org.forgerock.openam.cors.CORSConfigListener
-
- schemaChanged(String, String) - Method in class org.forgerock.openam.entitlement.service.DefaultUrlResourceTypeGenerator
-
- schemaChanged(String, String) - Method in enum org.forgerock.openam.http.ApiDescriptorFilter.State
-
- schemaChanged(String, String) - Method in class org.forgerock.openam.radius.server.config.ConfigChangeListener
-
- schemaChanged(String, String) - Method in class org.forgerock.openam.rest.VersionBehaviourConfigListener
-
Not used
- schemaChanged(String, String) - Method in class org.forgerock.openam.scripting.ScriptEngineConfigurator
-
- schemaChanged(String, String) - Method in class org.forgerock.openam.scripting.service.ScriptConfigurationService
-
- schemaChanged(String, String) - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSSOProvider
-
- schemaChanged(String, String) - Method in class org.forgerock.openam.sts.publish.rest.RestSTSPublishServiceListener
-
- schemaChanged(String, String) - Method in class org.forgerock.openam.sts.tokengeneration.state.STSInstanceStateServiceListenerBase
-
- SchemaCommand - Class in com.sun.identity.cli.schema
-
Base class for schema commands.
- SchemaCommand() - Constructor for class com.sun.identity.cli.schema.SchemaCommand
-
- SchemaElementAlreadyExistsException - Exception in com.iplanet.ums
-
Exception occurs when schema element already exists in the LDAP schema.
- SchemaElementAlreadyExistsException() - Constructor for exception com.iplanet.ums.SchemaElementAlreadyExistsException
-
Default constructor
- SchemaElementAlreadyExistsException(String) - Constructor for exception com.iplanet.ums.SchemaElementAlreadyExistsException
-
Constructor with a message string
- SchemaElementAlreadyExistsException(String, Throwable) - Constructor for exception com.iplanet.ums.SchemaElementAlreadyExistsException
-
Constructor with message string and an embedded exception
- SchemaException - Exception in com.sun.identity.sm
-
The SchemaException is thrown if the error encountered is
related to the schema.
- SchemaException() - Constructor for exception com.sun.identity.sm.SchemaException
-
Constructs an SchemaException with no specified detail
message.
- SchemaException(String) - Constructor for exception com.sun.identity.sm.SchemaException
-
Constructs an SchemaException with the specified detail
message.
- SchemaException(String, String, Object[]) - Constructor for exception com.sun.identity.sm.SchemaException
-
Constructs an SchemaException with the specified error
code.
- SchemaManager - Class in com.iplanet.ums
-
The class manages the schema in the LDAP directory server.
- schemas() - Method in class org.forgerock.openam.test.apidescriptor.ApiActionAssert
-
Get the test representative of Schemas in the annotated method.
- schemas() - Method in class org.forgerock.openam.test.apidescriptor.ApiErrorAssert
-
Get the test representative of Schemas in the annotated error.
- schemas() - Method in class org.forgerock.openam.test.apidescriptor.ApiHandlerAssert
-
Get the test representative of Schemas in the annotated handler.
- schemaSubEntries(SSOToken, String, String, String, int, boolean, boolean) - Method in class com.sun.identity.sm.flatfile.SMSFlatFileObjectBase
-
Returns a Set of sub entry names that match the given filter and
the given sun service id filter.
- schemaSubEntries(SSOToken, String, String, String, int, boolean, boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSJAXRPCObject
-
Returns the sub-entries.
- schemaSubEntries(String, String, String, String, int, boolean, boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSJAXRPCObjectImpl
-
Returns the sub-entries matching the schema id.
- schemaSubEntries(String, String, String, String, int, boolean, boolean) - Method in interface com.sun.identity.sm.jaxrpc.SMSObjectIF
-
- schemaSubEntries(SSOToken, String, String, String, int, boolean, boolean) - Method in class com.sun.identity.sm.ldap.SMSEmbeddedLdapObject
-
Returns the sub-entry names.
- schemaSubEntries(SSOToken, String, String, String, int, boolean, boolean) - Method in class com.sun.identity.sm.ldap.SMSLdapObject
-
Returns the sub-entry names.
- schemaSubEntries(SSOToken, String, String, String, int, boolean, boolean) - Method in class com.sun.identity.sm.SMSObject
-
Returns the sub-entries.
- SchemaType - Class in com.sun.identity.sm
-
The class SchemaType defines the types of schema objects, and
provides static constants for these schema objects.
- SchemaType(String) - Constructor for class com.sun.identity.sm.SchemaType
-
- SchemaUpgradeWrapper - Class in org.forgerock.openam.upgrade
-
This wrapper object is meant to store the changes made to service schemas, currently this is limited to new schemas,
but in future this could be possibly extended to track removed schemas as well.
- SchemaUpgradeWrapper(ServiceSchemaModificationWrapper) - Constructor for class org.forgerock.openam.upgrade.SchemaUpgradeWrapper
-
- SchemaXmlAttributeUpgradeStep - Class in org.forgerock.openam.upgrade.steps
-
Applies XML attribute updates within all schema files in one go, rather than letting them be
updated one attribute at a time (which would trigger a mass of notifications in the SMS).
- SchemaXmlAttributeUpgradeStep(PrivilegedAction<SSOToken>, ConnectionFactory, Set<String>) - Constructor for class org.forgerock.openam.upgrade.steps.SchemaXmlAttributeUpgradeStep
-
- sclient - Static variable in class com.sun.identity.idm.IdRepoListener
-
- SCOPE - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.CoreTokenParams
-
- SCOPE - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Params
-
Parameter usage location: authorization request, authorization.
- scope(String) - Method in exception org.forgerock.openam.oauth2.OAuthProblemException
-
- SCOPE_ANCESTORS - Static variable in class com.iplanet.ums.TemplateManager
-
Search scope for determining how to get the configuration data.
- SCOPE_BASE - Static variable in interface com.iplanet.am.sdk.AMConstants
-
Deprecated.
Specifies search scope to be just for the object specified
- SCOPE_BASE - Static variable in class com.iplanet.ums.SearchControl
-
Search scope for just this object.
- SCOPE_DELIMITER - Static variable in class org.forgerock.openam.oauth2.OAuth2Utils
-
- SCOPE_FIELD - Static variable in class org.forgerock.openam.oauth2.StatelessTokenCtsAdapter
-
- SCOPE_ONE - Static variable in interface com.iplanet.am.sdk.AMConstants
-
Deprecated.
Specifies search scope to be a one level search.
- SCOPE_ONE - Static variable in class com.iplanet.ums.SearchControl
-
Search scope for one level.
- SCOPE_ORG - Static variable in class com.iplanet.ums.TemplateManager
-
Search scope for determining how to get the configuration data.
- SCOPE_PLUGIN_CLASS - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2ProviderService
-
- SCOPE_SEPARATOR - Static variable in class org.forgerock.openam.authentication.modules.oauth2.OAuthParam
-
- SCOPE_SUB - Static variable in interface com.iplanet.am.sdk.AMConstants
-
Deprecated.
Specifies search scope to be a sub tree search.
- SCOPE_SUB - Static variable in class com.iplanet.ums.SearchControl
-
Search scope for subtree level.
- SCOPE_TOP - Static variable in class com.iplanet.ums.TemplateManager
-
Search scope for determining how to get the configuration data.
- SCOPES - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2Client
-
- SCOPES - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.ResourceSets
-
- Scopes() - Constructor for class org.forgerock.openam.oauth2.OAuth2Constants.Scopes
-
- SCOPES - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.ScriptParams
-
- SCOPES - Static variable in class org.forgerock.openam.uma.UmaConstants
-
- SCOPES_KEY - Static variable in class org.forgerock.openam.uma.UmaConstants.UmaPolicy
-
- ScopeValidator - Interface in org.forgerock.oauth2.core
-
Provided as extension points to allow the OAuth2 provider to customise the requested scope of authorize,
access token and refresh token requests and to allow the OAuth2 provider to return additional data from these
endpoints as well.
- SCOPING - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Scoping
- scoping - Variable in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
- SCOPING - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for Scoping Element.
- SCOPING - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- Scoping - Interface in com.sun.identity.saml2.protocol
-
This interface defines methods to retrieve Identity Providers and
context/limitations related to proxying of the request message.
- ScopingImpl - Class in com.sun.identity.saml2.protocol.impl
-
This class defines methods to retrieve Identity Providers and context/limitations related to proxying of the request
message.
- ScopingImpl() - Constructor for class com.sun.identity.saml2.protocol.impl.ScopingImpl
-
Constructor to create Scoping object.
- ScopingImpl(Element) - Constructor for class com.sun.identity.saml2.protocol.impl.ScopingImpl
-
Constructor to create the Scoping Object.
- ScopingImpl(String) - Constructor for class com.sun.identity.saml2.protocol.impl.ScopingImpl
-
Constructor to create the Scoping Object.
- SCRIPT - Static variable in class com.sun.identity.authentication.callbacks.ScriptTextOutputCallback
-
- SCRIPT - Static variable in class com.sun.identity.sm.AttributeSchema.Syntax
-
The SCRIPT attribute syntax specifies that the
attribute is of multi-lined text type and more specifically a script.
- SCRIPT_CONFIGURATION - Static variable in class org.forgerock.openam.scripting.ScriptConstants
-
- SCRIPT_CONFIGURATIONS - Static variable in class org.forgerock.openam.scripting.ScriptConstants
-
- SCRIPT_CONTENT - Static variable in class com.sun.identity.authentication.UI.CallBackTiledView
-
location for possible JavaScript injections
- SCRIPT_CONTEXT - Static variable in class org.forgerock.openam.scripting.ScriptConstants
-
- SCRIPT_CREATED_BY - Static variable in class org.forgerock.openam.scripting.ScriptConstants
-
- SCRIPT_CREATION_DATE - Static variable in class org.forgerock.openam.scripting.ScriptConstants
-
- SCRIPT_DESCRIPTION - Static variable in class org.forgerock.openam.scripting.ScriptConstants
-
- SCRIPT_IS_DEFAULT - Static variable in class org.forgerock.openam.scripting.ScriptConstants
-
- SCRIPT_LANGUAGE - Static variable in class org.forgerock.openam.scripting.ScriptConstants
-
- SCRIPT_LAST_MODIFIED_BY - Static variable in class org.forgerock.openam.scripting.ScriptConstants
-
- SCRIPT_LAST_MODIFIED_DATE - Static variable in class org.forgerock.openam.scripting.ScriptConstants
-
- SCRIPT_NAME - Static variable in class org.forgerock.openam.scripting.ScriptConstants
-
- SCRIPT_RESOURCE - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to API Descriptor translations
- SCRIPT_TEXT - Static variable in class org.forgerock.openam.scripting.ScriptConstants
-
- SCRIPT_TIMEOUT - Static variable in class org.forgerock.openam.scripting.ScriptConstants
-
- ScriptChoiceValues - Class in org.forgerock.openam.scripting.service
-
This class is used to retrieve the script names and IDs from the scripting service for display
in a drop down UI component.
- ScriptChoiceValues() - Constructor for class org.forgerock.openam.scripting.service.ScriptChoiceValues
-
- ScriptCondition - Class in org.forgerock.openam.entitlement.conditions.environment
-
Scripted condition to enable scripts to be evaluated during policy evaluation.
- ScriptCondition() - Constructor for class org.forgerock.openam.entitlement.conditions.environment.ScriptCondition
-
- ScriptConfiguration - Class in org.forgerock.openam.scripting.service
-
This class represents the configuration for a script in OpenAM.
- ScriptConfiguration.Builder - Class in org.forgerock.openam.scripting.service
-
Builder for ScriptConfiguration.
- ScriptConfigurationService - Class in org.forgerock.openam.scripting.service
-
The ScriptConfigurationService for access to the persisted ScriptConfiguration
instances.
- ScriptConfigurationService(Logger, String, CoreWrapper, ServiceConfigManager) - Constructor for class org.forgerock.openam.scripting.service.ScriptConfigurationService
-
Construct a new instance of ScriptConfigurationService.
- ScriptConstants - Class in org.forgerock.openam.scripting
-
Constants used for managing scripts.
- ScriptConstants.GlobalScript - Enum in org.forgerock.openam.scripting
-
Predefined global script configuration IDs.
- ScriptConstants.ScriptContext - Enum in org.forgerock.openam.scripting
-
The context in which a script will be used.
- ScriptConstants.ScriptErrorCode - Enum in org.forgerock.openam.scripting
-
Error messages are stored in the scripting.properties file to facilitate translation.
- Scripted - Class in org.forgerock.openam.authentication.modules.scripted
-
An authentication module that allows users to authenticate via a scripting language
- Scripted() - Constructor for class org.forgerock.openam.authentication.modules.scripted.Scripted
-
- ScriptedAuthHelper - Class in org.forgerock.openam.upgrade.helpers
-
This upgrade helper allows the modification of attributes for the Scripted Auth module.
- ScriptedAuthHelper() - Constructor for class org.forgerock.openam.upgrade.helpers.ScriptedAuthHelper
-
The constructor for ScriptedAuthHelper is used to register the attributes which will be upgraded.
- ScriptedAuthModulesStep - Class in org.forgerock.openam.upgrade.steps.scripting
-
This upgrade step moves scripts from the Scripted Auth Modules to the Scripting Service.
- ScriptedAuthModulesStep(PrivilegedAction<SSOToken>, ConnectionFactory, ScriptingServiceFactory) - Constructor for class org.forgerock.openam.upgrade.steps.scripting.ScriptedAuthModulesStep
-
- ScriptedClientUtilityFunctions - Class in org.forgerock.openam.authentication.modules.scripted
-
Useful functions to be used with client side scripts, and methods for injection of such scripts, used with scripted
auth modules.
- ScriptedClientUtilityFunctions() - Constructor for class org.forgerock.openam.authentication.modules.scripted.ScriptedClientUtilityFunctions
-
- ScriptedIdentity - Class in org.forgerock.openam.scripting.api
-
A wrapper class to limit an authentication script's exposure to a AmIdentity object
- ScriptedIdentity(AMIdentity) - Constructor for class org.forgerock.openam.scripting.api.ScriptedIdentity
-
The constructor for the ScriptedIdentity object
- ScriptedPrinciple - Class in org.forgerock.openam.authentication.modules.scripted
-
- ScriptedPrinciple(String) - Constructor for class org.forgerock.openam.authentication.modules.scripted.ScriptedPrinciple
-
- ScriptedSession - Class in org.forgerock.openam.scripting.api
-
Wraps an SSO token allowing the script writer to access session data.
- ScriptedSession(SSOToken) - Constructor for class org.forgerock.openam.scripting.api.ScriptedSession
-
- ScriptEngineConfiguration - Class in org.forgerock.openam.scripting
-
Holds the current configuration options for script engine execution.
- ScriptEngineConfiguration.Builder - Class in org.forgerock.openam.scripting
-
Builder pattern for constructing immutable script configuration instances using a fluent API.
- ScriptEngineConfigurator - Class in org.forgerock.openam.scripting
-
Listens for changes in the global configuration for scripts and propagates those changes to the
StandardScriptEngineManager so that individual engines can be configured.
- ScriptEngineConfigurator(Logger) - Constructor for class org.forgerock.openam.scripting.ScriptEngineConfigurator
-
- ScriptError - Class in org.forgerock.openam.scripting
-
Holds information about validation errors found in a script.
- ScriptError() - Constructor for class org.forgerock.openam.scripting.ScriptError
-
- ScriptEvaluator - Interface in org.forgerock.openam.scripting
-
Common component for evaluating scripts in one of the supported scripting languages.
- ScriptException - Exception in org.forgerock.openam.scripting
-
General script exception that allows for localised messages.
- ScriptException(ScriptConstants.ScriptErrorCode, Throwable, String...) - Constructor for exception org.forgerock.openam.scripting.ScriptException
-
Construct a ScriptException.
- ScriptException(ScriptConstants.ScriptErrorCode, String...) - Constructor for exception org.forgerock.openam.scripting.ScriptException
-
Construct a ScriptException.
- ScriptExceptionMappingHandler - Class in org.forgerock.openam.scripting.rest
-
Maps ScriptException to ResourceException.
- ScriptExceptionMappingHandler() - Constructor for class org.forgerock.openam.scripting.rest.ScriptExceptionMappingHandler
-
- ScriptHttpRequestWrapper - Class in org.forgerock.openam.authentication.modules.scripted
-
Wraps the http servlet request object so to expose script
friendly methods that allow access to the underlying data.
- ScriptHttpRequestWrapper(HttpServletRequest) - Constructor for class org.forgerock.openam.authentication.modules.scripted.ScriptHttpRequestWrapper
-
- ScriptIdentityRepository - Class in org.forgerock.openam.authentication.modules.scripted
-
A repository to retrieve user information within a scripting module's script
- ScriptIdentityRepository(AMIdentityRepository) - Constructor for class org.forgerock.openam.authentication.modules.scripted.ScriptIdentityRepository
-
Constructor for ScriptIdentityRepository object
- SCRIPTING_HTTP_CLIENT_NAME - Static variable in class org.forgerock.openam.scripting.ScriptConstants
-
- ScriptingGuiceModule - Class in org.forgerock.openam.scripting.guice
-
Guice configuration for OpenAM scripting-related components.
- ScriptingGuiceModule() - Constructor for class org.forgerock.openam.scripting.guice.ScriptingGuiceModule
-
- ScriptingLanguage - Interface in org.forgerock.openam.scripting
-
Pluggable interface for adding support for particular scripting languages.
- ScriptingQueryFilterVisitor - Class in org.forgerock.openam.scripting.datastore
-
Query filter visitor for scripting resources.
- ScriptingQueryFilterVisitor() - Constructor for class org.forgerock.openam.scripting.datastore.ScriptingQueryFilterVisitor
-
- ScriptingRestGuiceModule - Class in org.forgerock.openam.scripting.guice
-
- ScriptingRestGuiceModule() - Constructor for class org.forgerock.openam.scripting.guice.ScriptingRestGuiceModule
-
- ScriptingRestRouteProvider - Class in org.forgerock.openam.scripting.rest
-
- ScriptingRestRouteProvider() - Constructor for class org.forgerock.openam.scripting.rest.ScriptingRestRouteProvider
-
- ScriptingSchemaStep - Class in org.forgerock.openam.upgrade.steps.scripting
-
This upgrade step moves global script engine configurations from the Scripted Auth global settings
to the Scripting Service global settings.
- ScriptingSchemaStep(PrivilegedAction<SSOToken>, ConnectionFactory) - Constructor for class org.forgerock.openam.upgrade.steps.scripting.ScriptingSchemaStep
-
- ScriptingService - Interface in org.forgerock.openam.scripting.service
-
An interface for access to the persisted instances of the provided type.
- ScriptingServiceFactory - Class in org.forgerock.openam.scripting.service
-
A factory for providing new scripting service instances.
- ScriptingServiceFactory(Logger, CoreWrapper, RealmNormaliser) - Constructor for class org.forgerock.openam.scripting.service.ScriptingServiceFactory
-
Construct a new factory.
- ScriptingSetupListener - Class in org.forgerock.openam.scripting
-
This listener will be notified when setup is complete and then try to configure the scripting service.
- ScriptingSetupListener() - Constructor for class org.forgerock.openam.scripting.ScriptingSetupListener
-
- ScriptObject - Class in org.forgerock.openam.scripting
-
Representation of a script in some scripting language.
- ScriptObject(String, String, ScriptingLanguage, Bindings) - Constructor for class org.forgerock.openam.scripting.ScriptObject
-
Constructs a script object with the given name, script body, language and variable bindings.
- ScriptObject(String, String, ScriptingLanguage) - Constructor for class org.forgerock.openam.scripting.ScriptObject
-
Constructs a script object with the given name, script body and language.
- ScriptParams() - Constructor for class org.forgerock.openam.oauth2.OAuth2Constants.ScriptParams
-
- ScriptResource - Class in org.forgerock.openam.scripting.rest
-
A REST endpoint for managing scripts in OpenAM.
- ScriptResource(Logger, ScriptingServiceFactory, ExceptionMappingHandler<ScriptException, ResourceException>, ScriptValidator) - Constructor for class org.forgerock.openam.scripting.rest.ScriptResource
-
Creates an instance of the ScriptResource.
- ScriptResponse - Class in org.forgerock.openam.scripting.rest.batch.helpers
-
Simple device to allow easy generation of appropriate return format for SDK scripts.
- ScriptResponse() - Constructor for class org.forgerock.openam.scripting.rest.batch.helpers.ScriptResponse
-
- SCRIPTSELECT - Static variable in class com.sun.identity.sm.AttributeSchema.UIType
-
The SCRIPTSELECT attribute type specifies that the
attribute should be display as drop down widget.
- ScriptTextOutputCallback - Class in com.sun.identity.authentication.callbacks
-
Adds script inclusion functionality to the
TextOutputCallback so that we can
differentiate scripts from normal textual information types (information, warning, error).
- ScriptTextOutputCallback(String) - Constructor for class com.sun.identity.authentication.callbacks.ScriptTextOutputCallback
-
Constructor that "creates" it as an INFORMATION TextOutputCallback.
- ScriptValidator - Interface in org.forgerock.openam.scripting
-
Common component for Validating scripts in one of the supported scripting languages.
- SCumulativeCount - Variable in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntry
-
Variable for storing the value of "SCumulativeCount".
- SDK_CLASS_MAPPING - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- SDK_CLASS_MAPPING - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant key for XACML SDK class mapping
- SDK_GLOBAL_CACHE_PROPERTY - Static variable in interface com.sun.identity.shared.Constants
-
property string for controlling SMS, AMSDK & IdRepo cache
- SDK_SERVICE - Static variable in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
- SDK_SERVICE - Static variable in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
- SDSL - Static variable in class org.forgerock.openam.radius.common.packet.NASPortTypeAttribute
-
The SDSL - Symmetric DSL type.
- search(int, String) - Method in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Search objects based on specified level and filter.
- search(SSOToken, IdType, CrestQuery, int, int, Set<String>, boolean, int, Map<String, Set<String>>, boolean) - Method in class com.iplanet.am.sdk.AMSDKRepo
-
- search(SSOToken, IdType, String, Map, boolean, int, int, Set) - Method in class com.iplanet.am.sdk.AMSDKRepo
-
- search(SSOToken, IdType, String, int, int, Set, boolean, int, Map, boolean) - Method in class com.iplanet.am.sdk.AMSDKRepo
-
- search(SSOToken, String, String, int) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Searches the Directory
- search(SSOToken, String, String, SearchControl, String[]) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Search the Directory
- search(SSOToken, String, String, int) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
Searches the Directory
- search(SSOToken, String, String, SearchControl, String[]) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
Search the Directory
- search(SSOToken, String, String, int) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
Searches the Directory
- search(SSOToken, String, String, SearchControl, String[]) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
Search the Directory
- search(Principal, Guid, int, String, String[], boolean, SearchControl) - Method in class com.iplanet.ums.DataLayer
-
Performs synchronous search based on specified ldap filter.
- search(String, SearchControl) - Method in interface com.iplanet.ums.ISearch
-
Search (subtree) entry IDs under currrent node based on criteria
specified in search filter and searchControl
- search(String, String[], SearchControl) - Method in interface com.iplanet.ums.ISearch
-
Search (subtree) entries under current node based on criteria specified
in filter.
- search(SearchTemplate, SearchControl) - Method in interface com.iplanet.ums.ISearch
-
Search (subtree) entries under current node based on criteria specified
in template, which also indicates which attributes to return.
- search(String, SearchControl) - Method in class com.iplanet.ums.PersistentObject
-
Gets only the IDs and object classes of all objects at the current level
and below which match the search filter.
- search(String, String[], SearchControl) - Method in class com.iplanet.ums.PersistentObject
-
Gets the specified attributes of all objects at the current level and
below which match the search filter.
- search(SearchTemplate, SearchControl) - Method in class com.iplanet.ums.PersistentObject
-
Gets the attributes specified in the template for all objects at the
current level and below which match the search filter in the template.
- search(Set<SearchFilter>) - Method in class com.sun.identity.entitlement.ApplicationPrivilegeManager
-
Returns a set of privilege names that the administrator can delegate.
- search(Subject, String, String, int, boolean, boolean) - Method in class com.sun.identity.entitlement.opensso.DataStore
-
Returns a set of privilege names that satifies a search filter.
- search(Subject, String, BufferedIterator, ResourceSearchIndexes, Set<String>, boolean, Set<String>) - Method in class com.sun.identity.entitlement.opensso.DataStore
-
Returns a set of privilege that satifies the resource and subject
indexes.
- search(Set<SearchFilter>) - Method in class com.sun.identity.entitlement.opensso.OpenSSOApplicationPrivilegeManager
-
- search(String, ResourceSearchIndexes, Set<String>, boolean) - Method in class com.sun.identity.entitlement.opensso.OpenSSOIndexStore
-
Returns an iterator of matching privilege objects.
- search(String, ResourceSearchIndexes, Set<String>, boolean, boolean) - Method in class com.sun.identity.entitlement.opensso.OpenSSOIndexStore
-
Search for policies.
- search(String, ResourceSearchIndexes, Set<String>, boolean) - Method in class com.sun.identity.entitlement.PrivilegeIndexStore
-
Returns an iterator of matching privilege objects.
- search(Set<SearchFilter>, int, int) - Method in class com.sun.identity.entitlement.PrivilegeManager
-
Returns a set of privileges that match the given search criteria.
- search(Set<SearchFilter>) - Method in class com.sun.identity.entitlement.PrivilegeManager
-
Returns a set of privileges that match the given search criteria with no size or time limits.
- search(SSOToken, IdType, CrestQuery, int, int, Set<String>, boolean, int, Map<String, Set<String>>, boolean) - Method in class com.sun.identity.idm.IdRepo
-
Search for specific type of identities using a CrestQuery object instead of a string.
- search(SSOToken, IdType, IdSearchControl, String, CrestQuery) - Method in interface com.sun.identity.idm.IdServices
-
By passing in a CrestQuery object, we now support searching by id (via _queryId) or by filter (_queryFilter).
- search(String, int, String, Set<String>, String, Map<String, Set<String>>) - Method in interface com.sun.identity.idm.plugins.database.DaoInterface
-
- search(String, int, QueryFilter<JsonPointer>, Set<String>, String, Map<String, Set<String>>) - Method in interface com.sun.identity.idm.plugins.database.DaoInterface
-
- search(SSOToken, IdType, CrestQuery, int, int, Set, boolean, int, Map, boolean) - Method in class com.sun.identity.idm.plugins.database.DatabaseRepo
-
- search(String, int, String, Set<String>, String, Map<String, Set<String>>) - Method in class com.sun.identity.idm.plugins.database.JdbcSimpleUserDao
-
Fetch the set of users and including for each user all their attributes
specified in attributesToFetch.
- search(String, int, QueryFilter<JsonPointer>, Set<String>, String, Map<String, Set<String>>) - Method in class com.sun.identity.idm.plugins.database.JdbcSimpleUserDao
-
Dealing with a query filter is not supported as yet and will give an empty map.
- search(SSOToken, IdType, CrestQuery, int, int, Set, boolean, int, Map, boolean) - Method in class com.sun.identity.idm.plugins.files.FilesRepo
-
- search(SSOToken, IdType, String, int, int, Set, boolean, int, Map, boolean) - Method in class com.sun.identity.idm.plugins.files.FilesRepo
-
- search(SSOToken, IdType, String, Map, boolean, int, int, Set) - Method in class com.sun.identity.idm.plugins.files.FilesRepo
-
- search(SSOToken, IdType, CrestQuery, int, int, Set<String>, boolean, int, Map<String, Set<String>>, boolean) - Method in class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- search(SSOToken, IdType, CrestQuery, int, int, Set<String>, boolean, int, Map<String, Set<String>>, boolean) - Method in class com.sun.identity.idm.plugins.internal.SpecialRepo
-
- search(SSOToken, IdType, IdSearchControl, String, CrestQuery) - Method in class com.sun.identity.idm.remote.IdRemoteCachedServicesImpl
-
- search(SSOToken, IdType, IdSearchControl, String, CrestQuery) - Method in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
- search(SSOToken, IdType, IdSearchControl, String, CrestQuery) - Method in class com.sun.identity.idm.server.IdCachedServicesImpl
-
- search(SSOToken, IdType, IdSearchControl, String, CrestQuery) - Method in class com.sun.identity.idm.server.IdServicesImpl
-
- search(CrestQuery, Map<String, Set<String>>, SSOToken) - Method in class com.sun.identity.idsvcs.opensso.IdentityServicesImpl
-
Searches the identity repository to find all identities that match the search criteria.
- search(String, Connection, String...) - Method in class com.sun.identity.policy.plugins.LDAPUsers
-
- search(SSOToken, String, String, int, int, boolean, boolean, Set) - Method in class com.sun.identity.sm.flatfile.SMSFlatFileObjectBase
-
Search for a config object with the given filter.
- search(SSOToken, String, String, int, int, boolean, boolean) - Method in class com.sun.identity.sm.flatfile.SMSFlatFileObjectBase
-
Search for a config object with the given filter.
- search(SSOToken, String, String, int, int, boolean, boolean, Set) - Method in class com.sun.identity.sm.jaxrpc.SMSJAXRPCObject
-
Searches the data store for objects that match the filter
- search(SSOToken, String, String, int, int, boolean, boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSJAXRPCObject
-
Searchs the data store for objects that match the filter
- search(String, String, String) - Method in class com.sun.identity.sm.jaxrpc.SMSJAXRPCObjectImpl
-
Searchs the data store for objects that match the filter
- search(String, String, String) - Method in interface com.sun.identity.sm.jaxrpc.SMSObjectIF
-
- search(SSOToken, String, String, int, int, boolean, boolean, Set) - Method in class com.sun.identity.sm.ldap.SMSEmbeddedLdapObject
-
- search(SSOToken, String, String, int, int, boolean, boolean) - Method in class com.sun.identity.sm.ldap.SMSEmbeddedLdapObject
-
Returns LDAP entries that match the filter, using the start DN provided
in method
- search(SSOToken, String, String, int, int, boolean, boolean, Set<String>) - Method in class com.sun.identity.sm.ldap.SMSLdapObject
-
Returns LDAP entries that match the filter, using the start DN provided
in method
- search(SSOToken, String, String, int, int, boolean, boolean) - Method in class com.sun.identity.sm.ldap.SMSLdapObject
-
Returns LDAP entries that match the filter, using the start DN provided
in method
- search(SSOToken, String, String, int, int, boolean, boolean, Set<String>) - Method in interface com.sun.identity.sm.ServiceManagementDAO
-
Returns the DNs and its attribute values that match the filter.
- search(SSOToken, String, String, int, int, boolean, boolean, Set<String>) - Method in class com.sun.identity.sm.ServiceManagementDAOWrapper
-
- search(SSOToken, String, String, int, int, boolean, boolean) - Static method in class com.sun.identity.sm.SMSEntry
-
Returns the DNs that match the filter.
- search(SSOToken, String, String, int, int, boolean, boolean, Set) - Static method in class com.sun.identity.sm.SMSEntry
-
Returns the DNs and its attribute values that match the filter.
- search(SSOToken, String, String, int, int, boolean, boolean) - Method in class com.sun.identity.sm.SMSObject
-
Searchs the data store for objects that match the filter
- search(SSOToken, String, String, int, int, boolean, boolean, Set<String>) - Method in class com.sun.identity.sm.SMSObject
-
Searchs the data store for objects that match the filter
- search(QueryFilter<String>) - Method in interface org.forgerock.openam.entitlement.service.ApplicationService
-
Returns the applications that matches the search criteria.
- search(QueryFilter<String>) - Method in class org.forgerock.openam.entitlement.service.ApplicationServiceImpl
-
- search(SSOToken, IdType, IdSearchControl, String, CrestQuery) - Method in class org.forgerock.openam.idm.IdServicesDecorator
-
By passing in a CrestQuery object, we now support searching by id (via _queryId) or by filter (_queryFilter).
- search(SSOToken, IdType, CrestQuery, int, int, Set<String>, boolean, int, Map<String, Set<String>>, boolean) - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
Performs a search in the directory based on the provided parameters.
- search(SSOToken, IdType, CrestQuery, int, int, Set<String>, boolean, int, Map<String, Set<String>>, boolean) - Method in class org.openidentityplatform.openam.cassandra.Repo
-
- search(SSOToken, IdType, String, int, int, Set<String>, boolean, int, Map<String, Set<String>>, boolean) - Method in class org.openidentityplatform.openam.cassandra.Repo
-
- search1(String, String, String, int) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- search1(String, String, String, int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- search1_idrepo(String, String, String, Map, boolean, int, int, Set, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- search1_idrepo(String, String, String, Map, boolean, int, int, Set, String) - Method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- search2(String, String, String, List, int, int, int, String, int, int, int, boolean, String[]) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- search2(String, String, String, List, int, int, int, String, int, int, int, boolean, String[]) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- search2(String, String, String, int, int, boolean, boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSJAXRPCObjectImpl
-
Searchs the data store for objects that match the filter
- search2(String, String, String, int, int, boolean, boolean) - Method in interface com.sun.identity.sm.jaxrpc.SMSObjectIF
-
- search2_idrepo(String, String, String, int, int, Set, boolean, int, Map, boolean, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- search2_idrepo(String, String, String, int, int, Set, boolean, int, Map, boolean, String) - Method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- search3(String, String, String, List, int, int, int, String, int, int, int, boolean, Set) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- search3(String, String, String, List, int, int, int, String, int, int, int, boolean, Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- search3(String, String, String, int, int, boolean, boolean, Set) - Method in class com.sun.identity.sm.jaxrpc.SMSJAXRPCObjectImpl
-
Searches the data store for objects that match the filter with an exclude set
- search3(String, String, String, int, int, boolean, boolean, Set) - Method in interface com.sun.identity.sm.jaxrpc.SMSObjectIF
-
- SEARCH_FAILED - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SEARCH_FAILED - Static variable in class com.sun.identity.idm.IdRepoErrorCode
-
- SEARCH_FILTER - Static variable in class com.iplanet.am.sdk.ldap.ACIEventListener
-
- SEARCH_FILTER - Static variable in class com.iplanet.am.sdk.ldap.EntryEventListener
-
- SEARCH_FILTER - Static variable in class com.iplanet.services.cdm.clientschema.AMClientCapData
-
- SEARCH_FILTER - Static variable in class com.sun.identity.sm.ldap.LDAPEventManager
-
- SEARCH_OPERATION_NOT_SUPPORTED - Static variable in class com.sun.identity.idm.IdRepoErrorCode
-
- SEARCHABLE_ATTR - Static variable in class com.sun.identity.coretoken.spi.OpenSSOCoreTokenStore
-
- searchableAttrs - Static variable in class com.sun.identity.coretoken.service.CoreTokenConfigService
-
- searchAllRoles(String, int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for all roles in this organization using wildcards.
- searchAllRoles(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for all roles in this organization using wildcards.
- searchAllRoles(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for all roles in this organization using wildcards and attribute
values.
- searchAllRoles(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for all roles in this organization using wildcards and attribute
values.
- searchAllRoles(String, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for all roles in this organizational unit using wildcards.
- searchAllRoles(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for all roles in this organizational unit using wildcards.
- searchAllRoles(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for all roles in this organizational unit using wildcards and
attribute values.
- searchAllRoles(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for all roles in this organizational unit using wildcards and
attribute values.
- searchApplications(Subject, QueryFilter<String>) - Method in interface com.sun.identity.entitlement.EntitlementConfiguration
-
Returns a set of applications for the given search criteria.
- searchApplications(Subject, QueryFilter<String>) - Method in class com.sun.identity.entitlement.opensso.EntitlementService
-
- searchAssignableDynamicGroups(String, int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for assignable dynamic groups in this organization using
wildcards.
- searchAssignableDynamicGroups(String, int, String, Map) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for assignable dynamic groups in this organization using
wildcards.
- searchAssignableDynamicGroups(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for assignable dynamic groups in this organization using
wildcards.
- searchAssignableDynamicGroups(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for assignable dynamic groups in this organization using
wildcards and attribute values.
- searchAssignableDynamicGroups(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for assignable dynamic groups in this organization using
wildcards and attribute values.
- searchAssignableDynamicGroups(String, Map, String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for assignable dynamic groups in this organization using
wildcards and attribute values.
- searchAssignableDynamicGroups(String, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for assignable dynamic groups in this organizational unit using
wildcards.
- searchAssignableDynamicGroups(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for assignable dynamic groups in this organizational unit using
wildcards.
- searchAssignableDynamicGroups(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for assignable dynamic groups in this organizational unit using
wildcards and attribute values.
- searchAssignableDynamicGroups(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for assignable dynamic groups in this organizational unit using
wildcards and attribute values.
- SearchAttribute - Class in com.sun.identity.entitlement.util
-
A representation of a policy attribute that can be searched for.
- SearchAttribute(String, String) - Constructor for class com.sun.identity.entitlement.util.SearchAttribute
-
Create a new searchable attribute.
- searchChildren(NodeNameFilter, boolean) - Method in class com.sun.identity.sm.flatfile.SMSFlatFileTreeNode
-
Searches for nodes that matches with a given filter.
- SearchContext - Interface in org.forgerock.openam.entitlement.utils.indextree.nodecontext
-
Search context provides a shared data space for a given search.
- SearchControl - Class in com.iplanet.ums
-
This class provides a way to customize Search behaviors.
- SearchControl() - Constructor for class com.iplanet.ums.SearchControl
-
- searchDynamicGroups(String, int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for dynamic groups in this organization using wildcards.
- searchDynamicGroups(String, int, String, Map) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for dynamic groups in this organization using wildcards.
- searchDynamicGroups(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for dynamic groups in this organization using wildcards.
- searchDynamicGroups(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for dynamic groups in this organization using wildcards and
attribute values.
- searchDynamicGroups(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for dynamic groups in this organization using wildcards and
attribute values.
- searchDynamicGroups(String, Map, String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for dynamic groups in this organization using wildcards and
attribute values.
- searchDynamicGroups(String, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for dynamic groups in this organization unit using wildcards.
- searchDynamicGroups(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for dynamic groups in this organization unit using wildcards.
- searchDynamicGroups(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for dynamic groups in this organization unit using wildcards and
attribute values.
- searchDynamicGroups(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for dynamic groups in this organization unit using wildcards and
attribute values.
- searchEntities(int, String, int, Map) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for entities of the given type.
- searchEntities(int, String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for entities of the given type.
- searchEntities(int, String, String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for entities of the given type.
- searchEntities(String, int, String, Map) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for resources in this organization using wildcards and attribute
values.
- searchEntities(String, Map, String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for resources in this people container using wildcards and
attribute values.
- searchEntities(String, AMSearchControl, String, String) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for entities in this container using wildcards and a filter.
- searchEntities(String, int, String, Map) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Searches for resources in this organization using wildcards and attribute
values.
- searchEntities(String, Map, String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Searches for entities in this people container using wildcards and
attribute values.
- searchEntities(String, AMSearchControl, String, String) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Searches for entities in this people container using wildcards and a
filter.
- SearchFilter - Class in com.sun.identity.entitlement.util
-
This class encapsulates the information required for searching
of names.
- SearchFilter(SearchAttribute, String) - Constructor for class com.sun.identity.entitlement.util.SearchFilter
-
Constructor.
- SearchFilter(SearchAttribute, long, SearchFilter.Operator) - Constructor for class com.sun.identity.entitlement.util.SearchFilter
-
Constructor.
- SearchFilter.Operator - Enum in com.sun.identity.entitlement.util
-
- searchFilteredRoles(String, int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for filtered roles in this organization using wildcards.
- searchFilteredRoles(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for filtered roles in this organization using wildcards.
- searchFilteredRoles(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for filtered roles in this organization using wildcards and
attribute values.
- searchFilteredRoles(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for filtered roles in this organization using wildcards and
attribute values.
- searchFilteredRoles(String, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for filtered roles in this organization using wildcards.
- searchFilteredRoles(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for filtered roles in this organization using wildcards.
- searchFilteredRoles(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for filtered roles in this organization using wildcards and
attribute values.
- searchFilteredRoles(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for filtered roles in this organization using wildcards and
attribute values.
- SearchFilterFactory - Class in com.sun.identity.entitlement.xacml3
-
Responsible for parsing and generating SearchFilters.
- SearchFilterFactory() - Constructor for class com.sun.identity.entitlement.xacml3.SearchFilterFactory
-
- SearchFilterManager - Class in com.iplanet.am.sdk.ldap
-
A Class which manages the search filters correponding to each of the AMObject
types.
- SearchFilterManager() - Constructor for class com.iplanet.am.sdk.ldap.SearchFilterManager
-
- searchForGroups(String, int, String, Set<String>, String, Map<String, Set<String>>) - Method in interface com.sun.identity.idm.plugins.database.DaoInterface
-
- searchForGroups(String, int, QueryFilter<JsonPointer>, Set<String>, String, Map<String, Set<String>>) - Method in interface com.sun.identity.idm.plugins.database.DaoInterface
-
- searchForGroups(String, int, String, Set<String>, String, Map<String, Set<String>>) - Method in class com.sun.identity.idm.plugins.database.JdbcSimpleUserDao
-
- searchForGroups(String, int, QueryFilter<JsonPointer>, Set<String>, String, Map<String, Set<String>>) - Method in class com.sun.identity.idm.plugins.database.JdbcSimpleUserDao
-
- searchForUser() - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
Searches and returns user for a specified attribute using parameters
specified in constructor and/or by setting properties.
- searchGroupContainers(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for group containers in this organization using wildcards and
attribute values.
- searchGroupContainers(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for group containers in this organization using wildcards and
attribute values.
- searchGroupContainers(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for group containers in this organizational unit using wildcards
and attribute values.
- searchGroupContainers(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for group containers in this organizational unit using wildcards
and attribute values.
- searchGroups(String, int) - Method in interface com.iplanet.am.sdk.AMGroup
-
Deprecated.
Searches for groups in this group using wildcards.
- searchGroups(String, Map, int) - Method in interface com.iplanet.am.sdk.AMGroup
-
Deprecated.
Searches for groups in this group using wildcards and attribute values.
- searchGroups(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMGroup
-
Deprecated.
Searches for groups in this group using wildcards and attribute values.
- searchGroups(String, Map, int) - Method in interface com.iplanet.am.sdk.AMGroupContainer
-
Deprecated.
Searches for groups in this group container using wildcards and attribute
values.
- searchGroups(String, int, String, Map) - Method in interface com.iplanet.am.sdk.AMGroupContainer
-
Deprecated.
Searches for groups in this group container using wildcards.
- searchGroups(String, Map, String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMGroupContainer
-
Deprecated.
Searches for assignable dynamic groups in this group container using
wildcards and attribute values.
- searchGroups(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMGroupContainer
-
Deprecated.
Searches for groups in this group container using wildcards and attribute
values.
- searchGroups(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for groups in this organization using wildcards and attribute
values.
- searchGroups(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for groups in this organization using wildcards and attribute
values.
- searchGroups(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for groups in this organizational unit using wildcards and
attribute values.
- searchGroups(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for groups in this organizational unit using wildcards and
attribute values.
- SearchIdentities - Class in com.sun.identity.cli.idrepo
-
This command searches for Identities.
- SearchIdentities() - Constructor for class com.sun.identity.cli.idrepo.SearchIdentities
-
- searchIdentities(IdType, String, Map, boolean, int, int, Set, boolean) - Method in class com.sun.identity.idm.AMIdentityRepository
-
- searchIdentities(IdType, String, IdSearchControl) - Method in class com.sun.identity.idm.AMIdentityRepository
-
Searches for identities of certain types from each plugin and returns a
combined result.
- searchIdentities(IdType, CrestQuery, IdSearchControl) - Method in class com.sun.identity.idm.AMIdentityRepository
-
Searches for identities of certain types from each plugin and returns a
combined result
Note: The AMIdentity objects representing IdType.REALM can be
used for services related operations only.
- searchIdentityDetails(CrestQuery, Map<String, Set<String>>, SSOToken) - Method in class com.sun.identity.idsvcs.opensso.IdentityServicesImpl
-
Searches the identity repository to find all identities that match the search criteria and returns them as a
list of identities.
- searchIDs(Principal, Guid, int, String, SearchControl) - Method in class com.iplanet.ums.DataLayer
-
Perform synchronous search based on specified ldap filter.
- searchNames(Set<SearchFilter>, int, int) - Method in interface com.sun.identity.entitlement.IPrivilegeManager
-
Returns a set of privilege names for a given search criteria.
- searchNames(Set<SearchFilter>) - Method in interface com.sun.identity.entitlement.IPrivilegeManager
-
Returns a set of privilege names for a given search criteria.
- searchNames(Set<SearchFilter>, int, int) - Method in class com.sun.identity.entitlement.PrivilegeManager
-
Returns a set of privilege names for a given search criteria.
- searchNames(Set<SearchFilter>) - Method in class com.sun.identity.entitlement.PrivilegeManager
-
Returns a set of privilege names for a given search criteria.
- searchOrganizationalUnits(String, int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for organizational units in this organization using wildcards.
- searchOrganizationalUnits(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for organizational units in this organization using wildcards.
- searchOrganizationalUnits(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for organizational units in this organization using wildcards
and attribute values.
- searchOrganizationalUnits(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for organizational units in this organization using wildcards
and attribute values.
- searchOrganizationNames(SSOToken, String, int, boolean, boolean, String, String, Set) - Method in class com.sun.identity.sm.flatfile.SMSFlatFileObjectBase
-
Returns the organization names.
- searchOrganizationNames(SSOToken, String, int, boolean, boolean, String, String, Set) - Method in class com.sun.identity.sm.jaxrpc.SMSJAXRPCObject
-
Returns the organization names.
- searchOrganizationNames(String, String, int, boolean, boolean, String, String, Set) - Method in class com.sun.identity.sm.jaxrpc.SMSJAXRPCObjectImpl
-
Returns the organization names.
- searchOrganizationNames(String, String, int, boolean, boolean, String, String, Set) - Method in interface com.sun.identity.sm.jaxrpc.SMSObjectIF
-
- searchOrganizationNames(SSOToken, String, int, boolean, boolean, String, String, Set) - Method in class com.sun.identity.sm.ldap.SMSEmbeddedLdapObject
-
Returns the organization names.
- searchOrganizationNames(SSOToken, String, int, boolean, boolean, String, String, Set) - Method in class com.sun.identity.sm.ldap.SMSLdapObject
-
Returns the organization names.
- searchOrganizationNames(String, String, Set) - Method in class com.sun.identity.sm.ServiceManager
-
Returns organization names that match the given attribute name and
values.
- searchOrganizationNames(SSOToken, String, int, boolean, boolean, String, String, Set) - Method in class com.sun.identity.sm.SMSObject
-
Returns the organization names.
- searchOrganizations(String, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for organizations in this organizational unit using wildcards.
- searchOrganizations(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for organizations in this organizational unit using wildcards.
- searchOrganizations(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for organizations in this organizational unit using wildcards
and attribute values.
- searchOrganizations(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for organizations in this organizational unit using wildcards
and attribute values.
- searchOrgNames(SSOToken, String, String, Set) - Method in class com.sun.identity.sm.CachedSubEntries
-
Returns realm names that match the attribute-values pair for the
given service name.
- searchPartialSessions(CrestQuery) - Method in class org.forgerock.openam.session.service.access.persistence.SessionPersistenceStore
-
Return partial sessions matching the provided CREST query filter from the CTS servers.
- searchPeopleContainers(String, int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for people containers in this organization using wildcards and
attribute values.
- searchPeopleContainers(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for people containers in this organization using wildcards and
attribute values.
- searchPeopleContainers(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for people containers in this organization using wildcards and
attribute values.
- searchPeopleContainers(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for people containers in this organization using wildcards and
attribute values.
- searchPeopleContainers(String, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for people containers in this organizational unit using
wildcards and attribute values.
- searchPeopleContainers(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for people containers in this organizational unit using
wildcards and attribute values.
- searchPeopleContainers(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for people containers in this organizational unit using
wildcards * and * attribute values.
- searchPeopleContainers(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for people containers in this organizational unit using
wildcards * and * attribute values.
- searchPrivilegeNames(Set<SearchFilter>, boolean, int, boolean, boolean) - Method in class com.sun.identity.entitlement.opensso.OpenSSOIndexStore
-
Returns a set of privilege names that satifies a search filter.
- searchPrivilegeNames(Set<SearchFilter>, boolean, int, boolean, boolean) - Method in class com.sun.identity.entitlement.PrivilegeIndexStore
-
Returns a set of privilege names that matched a set of search criteria.
- SearchRealms - Class in com.sun.identity.cli.realm
-
Searches for realms command.
- SearchRealms() - Constructor for class com.sun.identity.cli.realm.SearchRealms
-
- searchReferral(Subject, String, String, int, boolean, boolean) - Method in class com.sun.identity.entitlement.opensso.DataStore
-
Returns a set of referral privilege names that satifies a search filter.
- searchReferral(SSOToken, String, BufferedIterator, ResourceSearchIndexes, boolean, Set<String>) - Method in class com.sun.identity.entitlement.opensso.DataStore
-
Returns a set of referral privilege that satifies the resource and
subject indexes.
- searchReferralPrivilegeNames(Set<SearchFilter>, boolean, int, boolean, boolean) - Method in class com.sun.identity.entitlement.opensso.OpenSSOIndexStore
-
Returns a set of referral privilege names that satifies a search filter.
- searchReferralPrivilegeNames(Set<SearchFilter>, Subject, String, boolean, int, boolean, boolean) - Method in class com.sun.identity.entitlement.opensso.OpenSSOIndexStore
-
Returns a set of referral privilege names that matched a set of search
criteria.
- searchReferralPrivilegeNames(Set<SearchFilter>, boolean, int, boolean, boolean) - Method in class com.sun.identity.entitlement.PrivilegeIndexStore
-
Returns a set of referral privilege names that matched a set of search
criteria.
- searchReferrals(SSOToken, String, String) - Method in class com.sun.identity.entitlement.opensso.DataStore
-
- searchResources(String, int, String, Map) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Searches for resources in this organization using wildcards and attribute
values.
- searchResources(String, Map, String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Searches for resources in this people container using wildcards and
attribute values.
- SearchResultIterator - Class in com.sun.identity.sm.ldap
-
This class iterates through the LDAPSearchResults and converts the
LDAPEntry to a SMSDataEntry object.
- SearchResultIterator(ConnectionEntryReader, Set<String>, Connection) - Constructor for class com.sun.identity.sm.ldap.SearchResultIterator
-
Constructs a SearchResultIterator
- searchResults - Variable in class com.iplanet.am.sdk.AMSearchResults
-
Deprecated.
- SearchResults - Class in com.iplanet.ums
-
Represents search results.
- SearchResults(Connection, ConnectionEntryReader, Connection, DataLayer) - Constructor for class com.iplanet.ums.SearchResults
-
Constructs SearchResults from ldapSearchResult.
- SearchResults(Connection, ConnectionEntryReader, Connection) - Constructor for class com.iplanet.ums.SearchResults
-
Constructs Search Results from ldapSearchResult.
- SearchResults<T> - Class in com.sun.identity.common
-
This class encapsulates search results data.
- SearchResults(int, Set<T>, int) - Constructor for class com.sun.identity.common.SearchResults
-
Constructs the SearchResults object.
- searchResults - Variable in class com.sun.identity.idm.IdSearchResults
-
- searchResults - Variable in class com.sun.identity.idm.RepoSearchResults
-
- searchRoles(String, int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for roles in this organization using wildcards.
- searchRoles(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for roles in this organization using wildcards.
- searchRoles(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for roles in this organization using wildcards and attribute
values.
- searchRoles(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for roles in this organization using wildcards and attribute
values.
- searchRoles(String, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for roles in this organizational unit using wildcards.
- searchRoles(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for roles in this organizational unit using wildcards.
- searchRoles(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for roles in this organizational unit using wildcards and
attribute values.
- searchRoles(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for roles in this organizational unit using wildcards and
attribute values.
- searchStaticGroups(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMGroupContainer
-
Deprecated.
Searches for static groups in this group container using wildcards and
attribute values.
- searchStaticGroups(String, int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for static groups in this organization using wildcards.
- searchStaticGroups(String, int, String, Map) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for static groups in this organization using wildcards.
- searchStaticGroups(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for static groups in this organization using wildcards.
- searchStaticGroups(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for static groups in this organization using wildcards and
attribute values.
- searchStaticGroups(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for static groups in this organization using wildcards and
attribute values.
- searchStaticGroups(String, Map, String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for static groups in this organization using wildcards and
attribute values.
- searchStaticGroups(String, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for static groups in this organizational unit using wildcards.
- searchStaticGroups(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for static groups in this organizational unit using wildcards.
- searchStaticGroups(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for static groups in this organizational unit using wildcards
and attribute values.
- searchStaticGroups(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for static groups in this organizational unit using wildcards
and attribute values.
- searchSubGroupContainers(String, Map, int) - Method in interface com.iplanet.am.sdk.AMGroupContainer
-
Deprecated.
Searches for sub group containers in this group container using wildcards
and attribute values.
- searchSubGroupContainers(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMGroupContainer
-
Deprecated.
Searches for group containers in this group container using wildcards and
attribute values.
- searchSubOrganizationalUnits(String, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for sub organizational units in this organizational unit using
wildcards.
- searchSubOrganizationalUnits(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for sub organizational units in this organizational unit using
wildcards.
- searchSubOrganizationalUnits(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for sub organizational units in this organizational unit using
wildcards and attribute values.
- searchSubOrganizationalUnits(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for sub organizational units in this organizational unit using
wildcards and attribute values.
- searchSubOrganizations(String, int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for sub organizations in this organization using wildcards.
- searchSubOrganizations(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for sub organizations in this organization using wildcards.
- searchSubOrganizations(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for sub organizations in this organization using wildcards and
attribute values.
- searchSubOrganizations(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for sub organizations in this organization using wildcards and
attribute values.
- searchSubOrgNames(SSOToken, String, boolean) - Method in class com.sun.identity.sm.CachedSubEntries
-
Returns realm names that matches the given pattern.
- searchSubOrgNames(SSOToken, String, String, int, boolean, boolean, boolean) - Method in class com.sun.identity.sm.flatfile.SMSFlatFileObjectBase
-
Returns the suborganization names.
- searchSubOrgNames(SSOToken, String, String, int, boolean, boolean, boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSJAXRPCObject
-
Returns the suborganization names.
- searchSubOrgNames(String, String, String, int, boolean, boolean, boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSJAXRPCObjectImpl
-
Returns the suborganization names.
- searchSubOrgNames(String, String, String, int, boolean, boolean, boolean) - Method in interface com.sun.identity.sm.jaxrpc.SMSObjectIF
-
- searchSubOrgNames(SSOToken, String, String, int, boolean, boolean, boolean) - Method in class com.sun.identity.sm.ldap.SMSEmbeddedLdapObject
-
Returns the suborganization names.
- searchSubOrgNames(SSOToken, String, String, int, boolean, boolean, boolean) - Method in class com.sun.identity.sm.ldap.SMSLdapObject
-
Returns the suborganization names.
- searchSubOrgNames(SSOToken, String, String, int, boolean, boolean, boolean) - Method in class com.sun.identity.sm.SMSObject
-
Returns the suborganization names.
- searchSubPeopleContainers(String, int) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Searches for sub people containers in this people container using
wildcards and attribute values.
- searchSubPeopleContainers(String, Map, int) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Searches for sub people containers in this people container using
wildcards and attribute values.
- SearchTask(BufferedIterator, ResourceSearchIndexes, Set<String>, boolean, Set<String>) - Constructor for class com.sun.identity.entitlement.opensso.OpenSSOIndexStore.SearchTask
-
- SearchTemplate - Class in com.iplanet.ums
-
Represents templates for searching functionality.
- SearchTemplate() - Constructor for class com.iplanet.ums.SearchTemplate
-
Default constructor for deserialization
- SearchTemplate(String, AttrSet, String) - Constructor for class com.iplanet.ums.SearchTemplate
-
Creates a template with an attribute set and a search filter.
- SearchTemplate(String, String[], String) - Constructor for class com.iplanet.ums.SearchTemplate
-
Creates a template with an array of attributes and a search filter.
- searchtemplateMap - Static variable in class com.iplanet.am.sdk.AMSearchFilterManager
-
Deprecated.
- searchtemplateMap - Static variable in class com.iplanet.am.sdk.ldap.SearchFilterManager
-
- searchTokens(Subject, String) - Method in interface com.sun.identity.coretoken.spi.CoreTokenStore
-
Searches tokens.
- searchTokens(Subject, String) - Method in class com.sun.identity.coretoken.spi.OpenSSOCoreTokenStore
-
- searchTokens(HttpHeaders, HttpServletRequest) - Method in class com.sun.identity.rest.CoreTokenResource
-
Searches tokens.
- searchTree(String, String) - Method in interface org.forgerock.openam.entitlement.indextree.IndexTreeService
-
Given a resource searches the tree for all matching index rules with the specified realm.
- searchTree(String, String) - Method in class org.forgerock.openam.entitlement.indextree.IndexTreeServiceImpl
-
Given a resource searches the tree for all matching index rules with the specified realm.
- searchTree(String) - Method in interface org.forgerock.openam.entitlement.utils.indextree.IndexRuleTree
-
Given a resource searches the tree for all matching index rules.
- searchTree(String) - Method in class org.forgerock.openam.entitlement.utils.indextree.SimpleReferenceTree
-
- searchUser(AMIdentityRepository, Map<String, Set<String>>) - Method in interface org.forgerock.openam.authentication.modules.common.mapping.AccountProvider
-
Search for a user given a map of attributes.
- searchUser(AMIdentityRepository, Map<String, Set<String>>) - Method in class org.forgerock.openam.authentication.modules.common.mapping.DefaultAccountProvider
-
Search for a user given a map of attributes.
- searchUsers(String) - Method in interface com.iplanet.am.sdk.AMGroup
-
Deprecated.
Searches for users in this group using wildcards and attribute values.
- searchUsers(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMGroup
-
Deprecated.
Searches for users in this group using wildcards.
- searchUsers(AMSearchControl, String) - Method in interface com.iplanet.am.sdk.AMGroup
-
Deprecated.
Searches for users in this group using attribute values.
- searchUsers(String, int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for users in this organization using wildcards and attribute
values.
- searchUsers(String, int, String, Map) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for users in this organization using wildcards and attribute
values.
- searchUsers(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for users in this organization using wildcards and attribute
values.
- searchUsers(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for users in this organization using wildcards and attribute
values.
- searchUsers(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for users in this organization using wildcards and attribute
values.
- searchUsers(String, Map, String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for users in this organization using wildcards and attribute
values.
- searchUsers(String, AMSearchControl, String) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for users in this organization using wildcards and attribute
values.
- searchUsers(AMSearchControl, String) - Method in interface com.iplanet.am.sdk.AMOrganization
-
Deprecated.
Searches for users in this organization using attribute values.
- searchUsers(String, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for users in this organizational unit using wildcards and
attribute values.
- searchUsers(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for users in this organizational unit using wildcards and
attribute values.
- searchUsers(String, Map, int) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for users in this organizational unit using wildcards and
attribute values.
- searchUsers(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for users in this organizational unit using wildcards and
attribute values.
- searchUsers(String, AMSearchControl, String) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for users in this organizational unit using wildcards and
filter.
- searchUsers(AMSearchControl, String) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Searches for users in this organization attribute values.
- searchUsers(String, int) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Searches for users in this people container using wildcards and attribute
values.
- searchUsers(String, int, String, Map) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Searches for users in this organization using wildcards and attribute
values.
- searchUsers(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Searches for users in this people container using wildcards and attribute
values.
- searchUsers(String, Map, int) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Searches for users in this group using wildcards and attribute values.
- searchUsers(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Searches for users in this group using wildcards and attribute values.
- searchUsers(String, AMSearchControl, String) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Searches for users in this people container using wildcards and attribute
values.
- searchUsers(AMSearchControl, String) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Searches for users in this people container using attribute values.
- searchUsers(String, Map, String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMPeopleContainer
-
Deprecated.
Searches for users in this people container using wildcards and attribute
values.
- searchUsers(String, int) - Method in interface com.iplanet.am.sdk.AMRole
-
Deprecated.
Searches for users in this role using wildcards and attribute values.
- searchUsers(String, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMRole
-
Deprecated.
Searches for users in this people container using wildcards and attribute
values.
- searchUsers(String, Map, int) - Method in interface com.iplanet.am.sdk.AMRole
-
Deprecated.
Searches for users in this role using wildcards and attribute values.
- searchUsers(String, Map, AMSearchControl) - Method in interface com.iplanet.am.sdk.AMRole
-
Deprecated.
Searches for users in this group using wildcards and attribute values.
- searchUsers(AMSearchControl, String) - Method in interface com.iplanet.am.sdk.AMRole
-
Deprecated.
Searches for users in this role using attribute values.
- secMech - Variable in class com.sun.identity.wss.provider.ProviderConfig
-
- secMech - Variable in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
- SECOND_DELIM - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- SECONDARY_URLS - Static variable in interface com.sun.identity.cli.IArgument
-
Site secondary URLs.
- secret - Variable in class com.sun.identity.wss.trust.BinarySecret
-
- SECRET_BYTE_LENGTH - Static variable in class org.forgerock.openam.authentication.modules.push.Constants
-
Length of a generic secret key (in bytes).
- SECRET_PROP - Static variable in class org.forgerock.openam.radius.server.ConsoleClient
-
The name of the property containing the shared secret to be used in communication with the server.
- SECTOR_IDENTIFIER_URI - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2Client
-
- SECURE_COOKIE_KEY - Static variable in class org.forgerock.openam.authentication.modules.persistentcookie.PersistentCookieModuleWrapper
-
- SECURE_DEFAULT_LOG_HELPER - Static variable in class com.sun.identity.log.LogConstants
-
Attribute defining the default secure log helper class
- SECURE_ELF_FORMATTER - Static variable in class com.sun.identity.log.LogConstants
-
Defines the Secure ELF Formatter class.
- SECURE_FILE_HANDLER - Static variable in class com.sun.identity.log.LogConstants
-
Defines the Secure File Handler class.
- SECURE_FILE_HANDLER_NAME - Static variable in class com.sun.identity.monitoring.SsoServerLoggingSvcImpl
-
- SECURE_LOG_HELPER - Static variable in class com.sun.identity.log.LogConstants
-
Attribute defining the secure log helper class
- SECURE_TIMESTAMP_GENERATOR - Static variable in class com.sun.identity.log.LogConstants
-
Attribute defining the Secure Timestamp generator class
- SecureAttrs - Class in com.sun.identity.sae.api
-
SecureAttrs class forms the core api of "Secure Attributes
Exchange" (SAE) feature.
- SecureAttrs.Certs - Interface in com.sun.identity.sae.api
-
- SecureConversationTokenElement - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
5.3.7 SecureConversationToken Assertion
Java content class for SecureConversationToken element declaration.
- SecureConversationTokenElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SecureConversationTokenElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SecureConversationTokenElementImpl
-
- SecureConversationTokenElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SecureConversationTokenType - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
Java content class for SecureConversationTokenType complex type.
- SecureConversationTokenTypeImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SecureConversationTokenTypeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SecureConversationTokenTypeImpl
-
- SecureConversationTokenTypeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- secureCookie - Variable in class org.forgerock.openam.core.rest.server.models.ServerInfo
-
- SecureELFFormatter - Class in com.sun.identity.log.handlers
-
This Formatter is the custom defined Formatter for DSAME which formats the
logRecord according to ELF.
- SecureELFFormatter() - Constructor for class com.sun.identity.log.handlers.SecureELFFormatter
-
returns a ELF Formatter
- SecureFileHandler - Class in com.sun.identity.log.handlers
-
This SecureFileHandler is very much similar to the
java.util.logging.FileHandler .
- SecureFileHandler(String) - Constructor for class com.sun.identity.log.handlers.SecureFileHandler
-
Creates a new SecureFileHandler.
- SecureLogHelper - Class in com.sun.identity.log.secure
-
A helper class for logging that generates the MAC and maintaining the key
state
- SecureLogHelper() - Constructor for class com.sun.identity.log.secure.SecureLogHelper
-
- SecureLogHelperJCEImpl - Class in com.sun.identity.log.secure
-
A helper class for secure logging that generates the MAC and maintaining
the key state
Refer to Secure Logging Scheme on CMS website
- SecureLogHelperJCEImpl() - Constructor for class com.sun.identity.log.secure.SecureLogHelperJCEImpl
-
- SecureRandomFactory - Interface in com.iplanet.am.util
-
- SecureRandomFactoryImpl - Class in com.iplanet.am.util
-
- SecureRandomFactoryImpl() - Constructor for class com.iplanet.am.util.SecureRandomFactoryImpl
-
- SecureRandomManager - Class in com.iplanet.am.util
-
- SecureRandomManager() - Constructor for class com.iplanet.am.util.SecureRandomManager
-
- secureRequest(ResourceOffering, List, String, SOAPMessage, Map) - Method in class com.sun.identity.liberty.ws.soapbinding.MessageProcessor
-
Secures the request by getting the credential from the discovery
service.
- secureRequest(ResourceOffering, List, String, SOAPMessage, Map) - Method in class com.sun.identity.wss.security.handler.MessageProcessor
-
Secures the request by getting the credential from the discovery
service.
- secureRequest(SOAPMessage, Subject, Map) - Method in class com.sun.identity.wss.security.handler.SOAPRequestHandler
-
Secures the SOAPMessage request by adding necessary
credential information.
- secureRequest(SOAPMessage, Subject, Map) - Method in interface com.sun.identity.wss.security.handler.SOAPRequestHandlerInterface
-
Secures the SOAPMessage request by adding necessary
credential information.
- secureResponse(SOAPMessage, Map) - Method in class com.sun.identity.liberty.ws.soapbinding.MessageProcessor
-
Secures the SOAP Message response by adding necessary headers to the
given SOAP Message and also signs the message if it is required.
- secureResponse(SOAPMessage, Map) - Method in class com.sun.identity.wss.security.handler.MessageProcessor
-
Secures the SOAP Message response by adding necessary headers to the
given SOAP Message and also signs the message if it is required.
- secureResponse(SOAPMessage, Map) - Method in class com.sun.identity.wss.security.handler.SOAPRequestHandler
-
Secures the SOAP Message response to the client.
- secureResponse(SOAPMessage, Map) - Method in interface com.sun.identity.wss.security.handler.SOAPRequestHandlerInterface
-
Secures the SOAP Message response to the client.
- secureResponse(MessageInfo) - Method in class org.forgerock.openam.authentication.modules.common.JaspiAuthModuleWrapper
-
Calls through to the secureResponse method of the underlying module.
- secureResponse(MessageInfoContext, Subject) - Method in class org.forgerock.openam.rest.LocalSSOTokenSessionModule
-
This module will always return AuthStatus.SEND_SUCCESS as it is not designed to return a SSOToken, ony to
validate that one is present on the request.
- SecureSOAPMessage - Class in com.sun.identity.wss.security.handler
-
This class SecureSOAPMessage constructs the secured
SOAPMessage for the given security mechanism token.
- SecureSOAPMessage(SOAPMessage, boolean) - Constructor for class com.sun.identity.wss.security.handler.SecureSOAPMessage
-
Constructor to create secure SOAP message.
- SecureSOAPMessage(SOAPMessage, boolean, List) - Constructor for class com.sun.identity.wss.security.handler.SecureSOAPMessage
-
Constructor to create secure SOAP message.
- SecureTimestampGenerator - Class in com.sun.identity.log.spi
-
Generates Secure time stamp either using hardware or a secure time stamp
server.
- SecureTimestampGenerator() - Constructor for class com.sun.identity.log.spi.SecureTimestampGenerator
-
Creates new SecureTimestampGenerator.
- SecurID - Class in com.sun.identity.authentication.modules.securid
-
- SecurID() - Constructor for class com.sun.identity.authentication.modules.securid.SecurID
-
- SECURID_CONFIG_PATH - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- SECURID_PROPERTIES - Static variable in interface com.sun.identity.setup.SetupConstants
-
rsa_api.properties file name.
- SECURID_SERVICE_PREFIX - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
SecurID Service Attribute
- SecurIDPrincipal - Class in com.sun.identity.authentication.modules.securid
-
- SecurIDPrincipal(String) - Constructor for class com.sun.identity.authentication.modules.securid.SecurIDPrincipal
-
- SECURITY_ENCRYPTOR - Static variable in interface com.sun.identity.shared.Constants
-
Property string for encrypting class implementation.
- SECURITY_INITIALIZER - Static variable in class com.sun.identity.log.LogConstants
-
Attribute defining the security initializer class name
- SECURITY_POLICY_VALIDATED_TOKEN_CONFIG - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
Name of configuration key referencing the type of SupportingToken specified in the SecurityPolicy bindings
protecting a soap-sts instance.
- SECURITY_PROVIDER_PKG - Static variable in interface com.sun.identity.shared.Constants
-
Property string for security provider package.
- SECURITY_SIGNING_ALGORITHM - Static variable in class com.sun.identity.log.LogConstants
-
Attribute defining the security signing algorithm
- SECURITY_STATUS - Static variable in class com.sun.identity.log.LogConstants
-
Attribute defining the Log Security status; ON or OFF.
- SECURITY_TOKEN - Static variable in class com.sun.identity.wss.security.WSSConstants
-
- SecurityAssertion - Class in com.sun.identity.liberty.ws.security
-
The SecurityAssertion class provides an extension to
Assertion class to support ID-WSF
ResourceAccessStatement and
SessionContextStatement.
- SecurityAssertion(Element) - Constructor for class com.sun.identity.liberty.ws.security.SecurityAssertion
-
This constructor creates a SecurityAssertion object
from a DOM Element.
- SecurityAssertion(String, String, Date, Set) - Constructor for class com.sun.identity.liberty.ws.security.SecurityAssertion
-
Constructs SecurityAssertion object with the
assertionID, the issuer, time when assertion issued
and a Set of Statement(s) in the assertion.
- SecurityAssertion(String, String, Date, Conditions, Set) - Constructor for class com.sun.identity.liberty.ws.security.SecurityAssertion
-
Constructs SecurityAssertion object with the
assertionID, the issuer, time when assertion issued, the
conditions when creating a new assertion and a Set of
Statement(s) in the assertion.
- SecurityAssertion(String, String, Date, Conditions, Advice, Set) - Constructor for class com.sun.identity.liberty.ws.security.SecurityAssertion
-
Constructs SecurityAssertion object with the
assertionID, the issuer, time when assertion issued,
the conditions when creating a new assertion, Advice
applicable to this Assertion and a Set of
Statement(s) in the assertion.
- securityAssertions - Variable in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
- SecurityAttributePlugin - Interface in com.sun.identity.liberty.ws.security
-
This interface SecurityAttributePlugin is used to
insert security attributes via the AttributeStatement into
the SecurityAssertion during the discovery service
credential generation.
- SecurityContext - Class in com.sun.identity.wss.security.handler
-
This class represents the security context for signing/verification
and encryption/decryption etc.
- SecurityContext() - Constructor for class com.sun.identity.wss.security.handler.SecurityContext
-
- SecurityContextTokenElement - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
5.3.6 SecurityContextToken Assertion
Java content class for SecurityContextToken element declaration.
- SecurityContextTokenElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SecurityContextTokenElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SecurityContextTokenElementImpl
-
- SecurityContextTokenElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SecurityDebug - Class in com.sun.identity.security
-
- SecurityDebug() - Constructor for class com.sun.identity.security.SecurityDebug
-
- SecurityElement - Interface in com.sun.identity.wsfederation.jaxb.wsse
-
This element defines the wsse:Security SOAP header element per Section 4.
- SecurityElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsse.impl
-
- SecurityElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityElementImpl
-
- SecurityElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsse.impl
-
- SecurityException - Exception in com.sun.identity.wss.security
-
This class SecurityException is used to generate the
exceptions during failures for generating or handing Web Services
Security classes or functionalities.
- SecurityException() - Constructor for exception com.sun.identity.wss.security.SecurityException
-
Create an SecurityException with no message.
- SecurityException(String) - Constructor for exception com.sun.identity.wss.security.SecurityException
-
Create an SecurityException with a message.
- SecurityHeaderType - Interface in com.sun.identity.wsfederation.jaxb.wsse
-
This complexType defines header block to use for security-relevant data directed at a specific SOAP actor.
- SecurityHeaderTypeImpl - Class in com.sun.identity.wsfederation.jaxb.wsse.impl
-
- SecurityHeaderTypeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityHeaderTypeImpl
-
- SecurityHeaderTypeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsse.impl
-
- securityManager - Static variable in class com.iplanet.services.util.Crypt
-
- SecurityMechanism - Class in com.sun.identity.wss.security
-
This class exposes the SecurityMechanisms used in the Web
Services Security.
- SecurityMechanism(String) - Constructor for class com.sun.identity.wss.security.SecurityMechanism
-
Constructs SecurityMechanism.
- SecurityMechanism(String, boolean) - Constructor for class com.sun.identity.wss.security.SecurityMechanism
-
Constructs SecurityMechanism.
- SecurityPrincipal - Class in com.sun.identity.wss.security
-
This class SecurityPrincipal exposes the authenticated
principal via the message level security.
- SecurityPrincipal(String) - Constructor for class com.sun.identity.wss.security.SecurityPrincipal
-
Constructs SecurityPrincipal object.
- SecurityQuestionTransformer - Class in org.forgerock.openam.selfservice.config.beans
-
Security question transformer.
- SecurityQuestionTransformer() - Constructor for class org.forgerock.openam.selfservice.config.beans.SecurityQuestionTransformer
-
- SecurityToken - Interface in com.sun.identity.wss.security
-
This interface represents WS-Security token that can be inserted into
or extracted from SOAP messages headers for Web Services Security
transactions.
- SecurityTokenElement - Interface in com.sun.identity.wsfederation.jaxb.wsfederation
-
Java content class for SecurityToken element declaration.
- SecurityTokenElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- SecurityTokenElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SecurityTokenElementImpl
-
- SecurityTokenElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- SecurityTokenException - Exception in com.sun.identity.liberty.ws.security
-
This class is an extension point for all security authority related
exceptions.
- SecurityTokenException() - Constructor for exception com.sun.identity.liberty.ws.security.SecurityTokenException
-
Create an SecurityTokenException with no message.
- SecurityTokenException(String) - Constructor for exception com.sun.identity.liberty.ws.security.SecurityTokenException
-
Create an SecurityTokenException with a message.
: *
- SecurityTokenException_SOAPBuilder - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenException_SOAPBuilder() - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenException_SOAPBuilder
-
- SecurityTokenException_SOAPBuilder(String) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenException_SOAPBuilder
-
- SecurityTokenException_SOAPSerializer - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenException_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenException_SOAPSerializer
-
- SecurityTokenFactory - Class in com.sun.identity.wss.security
-
This class SecurityTokenFactory represents a factory class to
create WS-Security tokens.
- SecurityTokenFactory(TokenProvider) - Constructor for class com.sun.identity.wss.security.SecurityTokenFactory
-
Protected constructor.
- SecurityTokenManager - Class in com.sun.identity.liberty.ws.security
-
The class SecurityTokenManager is a final class that
provides interfaces to manage Web Service Security (WSS) Tokens.
- SecurityTokenManager(Object) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManager
-
Returns the security token manager instance, the default
XMLSignatureManager instance will be used for signing
and accessing the data store.
- SecurityTokenManager(Object, XMLSignatureManager) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManager
-
Gets the security token manager instance, this constructor is only
applicable when the client is running in the same JVM as server.
- SecurityTokenManagerClient - Class in com.sun.identity.liberty.ws.security
-
The class SecurityTokenManagerClient is a final
class that provides interfaces to create, get and destroy
Assertions.
- SecurityTokenManagerClient(Object) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerClient
-
Returns an instance of SecurityTokenManagerClient
- SecurityTokenManagerClient(String, Object) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerClient
-
Returns an instance of SecurityTokenManagerClient
that will use the provided URL for the management
of security tokens.
- SecurityTokenManagerIF - Interface in com.sun.identity.liberty.ws.security
-
This is the JAX-RPC interface for making SecurityTokenManager remotable.
- SecurityTokenManagerIF_checkForLocal_RequestStruct - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_checkForLocal_RequestStruct() - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_checkForLocal_RequestStruct
-
- SecurityTokenManagerIF_checkForLocal_RequestStruct_SOAPSerializer - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_checkForLocal_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_checkForLocal_RequestStruct_SOAPSerializer
-
- SecurityTokenManagerIF_checkForLocal_ResponseStruct - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_checkForLocal_ResponseStruct() - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_checkForLocal_ResponseStruct
-
- SecurityTokenManagerIF_checkForLocal_ResponseStruct_SOAPSerializer - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_checkForLocal_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_checkForLocal_ResponseStruct_SOAPSerializer
-
- SecurityTokenManagerIF_getSAMLAuthenticationToken_Fault_SOAPBuilder - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_getSAMLAuthenticationToken_Fault_SOAPBuilder() - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_Fault_SOAPBuilder
-
- SecurityTokenManagerIF_getSAMLAuthenticationToken_Fault_SOAPSerializer - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_getSAMLAuthenticationToken_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_Fault_SOAPSerializer
-
- SecurityTokenManagerIF_getSAMLAuthenticationToken_RequestStruct - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_getSAMLAuthenticationToken_RequestStruct() - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_RequestStruct
-
- SecurityTokenManagerIF_getSAMLAuthenticationToken_RequestStruct(String) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_RequestStruct
-
- SecurityTokenManagerIF_getSAMLAuthenticationToken_RequestStruct_SOAPBuilder - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_getSAMLAuthenticationToken_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_RequestStruct_SOAPBuilder
-
- SecurityTokenManagerIF_getSAMLAuthenticationToken_RequestStruct_SOAPSerializer - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_getSAMLAuthenticationToken_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_RequestStruct_SOAPSerializer
-
- SecurityTokenManagerIF_getSAMLAuthenticationToken_ResponseStruct - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_getSAMLAuthenticationToken_ResponseStruct() - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_ResponseStruct
-
- SecurityTokenManagerIF_getSAMLAuthenticationToken_ResponseStruct(String) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_ResponseStruct
-
- SecurityTokenManagerIF_getSAMLAuthenticationToken_ResponseStruct_SOAPBuilder - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_getSAMLAuthenticationToken_ResponseStruct_SOAPBuilder() - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_ResponseStruct_SOAPBuilder
-
- SecurityTokenManagerIF_getSAMLAuthenticationToken_ResponseStruct_SOAPSerializer - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_getSAMLAuthenticationToken_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_ResponseStruct_SOAPSerializer
-
- SecurityTokenManagerIF_getSAMLAuthorizationToken_Fault_SOAPBuilder - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_getSAMLAuthorizationToken_Fault_SOAPBuilder() - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_Fault_SOAPBuilder
-
- SecurityTokenManagerIF_getSAMLAuthorizationToken_Fault_SOAPSerializer - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_getSAMLAuthorizationToken_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_Fault_SOAPSerializer
-
- SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct() - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct
-
- SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct(String, String, String, boolean, boolean, boolean, String) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct
-
- SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct_SOAPBuilder - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct_SOAPBuilder
-
- SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct_SOAPSerializer - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct_SOAPSerializer
-
- SecurityTokenManagerIF_getSAMLAuthorizationToken_ResponseStruct - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_getSAMLAuthorizationToken_ResponseStruct() - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_ResponseStruct
-
- SecurityTokenManagerIF_getSAMLAuthorizationToken_ResponseStruct(String) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_ResponseStruct
-
- SecurityTokenManagerIF_getSAMLAuthorizationToken_ResponseStruct_SOAPBuilder - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_getSAMLAuthorizationToken_ResponseStruct_SOAPBuilder() - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_ResponseStruct_SOAPBuilder
-
- SecurityTokenManagerIF_getSAMLAuthorizationToken_ResponseStruct_SOAPSerializer - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_getSAMLAuthorizationToken_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_ResponseStruct_SOAPSerializer
-
- SecurityTokenManagerIF_getX509CertificateToken_Fault_SOAPBuilder - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_getX509CertificateToken_Fault_SOAPBuilder() - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getX509CertificateToken_Fault_SOAPBuilder
-
- SecurityTokenManagerIF_getX509CertificateToken_Fault_SOAPSerializer - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_getX509CertificateToken_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getX509CertificateToken_Fault_SOAPSerializer
-
- SecurityTokenManagerIF_getX509CertificateToken_RequestStruct - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_getX509CertificateToken_RequestStruct() - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getX509CertificateToken_RequestStruct
-
- SecurityTokenManagerIF_getX509CertificateToken_RequestStruct_SOAPSerializer - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_getX509CertificateToken_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getX509CertificateToken_RequestStruct_SOAPSerializer
-
- SecurityTokenManagerIF_getX509CertificateToken_ResponseStruct - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_getX509CertificateToken_ResponseStruct() - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getX509CertificateToken_ResponseStruct
-
- SecurityTokenManagerIF_getX509CertificateToken_ResponseStruct(String) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getX509CertificateToken_ResponseStruct
-
- SecurityTokenManagerIF_getX509CertificateToken_ResponseStruct_SOAPBuilder - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_getX509CertificateToken_ResponseStruct_SOAPBuilder() - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getX509CertificateToken_ResponseStruct_SOAPBuilder
-
- SecurityTokenManagerIF_getX509CertificateToken_ResponseStruct_SOAPSerializer - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_getX509CertificateToken_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getX509CertificateToken_ResponseStruct_SOAPSerializer
-
- SecurityTokenManagerIF_initialization_Fault_SOAPBuilder - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_initialization_Fault_SOAPBuilder() - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_initialization_Fault_SOAPBuilder
-
- SecurityTokenManagerIF_initialization_Fault_SOAPSerializer - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_initialization_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_initialization_Fault_SOAPSerializer
-
- SecurityTokenManagerIF_initialization_RequestStruct - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_initialization_RequestStruct() - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_initialization_RequestStruct
-
- SecurityTokenManagerIF_initialization_RequestStruct(String) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_initialization_RequestStruct
-
- SecurityTokenManagerIF_initialization_RequestStruct_SOAPBuilder - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_initialization_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_initialization_RequestStruct_SOAPBuilder
-
- SecurityTokenManagerIF_initialization_RequestStruct_SOAPSerializer - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_initialization_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_initialization_RequestStruct_SOAPSerializer
-
- SecurityTokenManagerIF_initialization_ResponseStruct - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_initialization_ResponseStruct() - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_initialization_ResponseStruct
-
- SecurityTokenManagerIF_initialization_ResponseStruct_SOAPSerializer - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_initialization_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_initialization_ResponseStruct_SOAPSerializer
-
- SecurityTokenManagerIF_setCertificate_Fault_SOAPBuilder - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_setCertificate_Fault_SOAPBuilder() - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_Fault_SOAPBuilder
-
- SecurityTokenManagerIF_setCertificate_Fault_SOAPSerializer - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_setCertificate_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_Fault_SOAPSerializer
-
- SecurityTokenManagerIF_setCertificate_RequestStruct - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_setCertificate_RequestStruct() - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_RequestStruct
-
- SecurityTokenManagerIF_setCertificate_RequestStruct(String, boolean) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_RequestStruct
-
- SecurityTokenManagerIF_setCertificate_RequestStruct_SOAPBuilder - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_setCertificate_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_RequestStruct_SOAPBuilder
-
- SecurityTokenManagerIF_setCertificate_RequestStruct_SOAPSerializer - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_setCertificate_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_RequestStruct_SOAPSerializer
-
- SecurityTokenManagerIF_setCertificate_ResponseStruct - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_setCertificate_ResponseStruct() - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_ResponseStruct
-
- SecurityTokenManagerIF_setCertificate_ResponseStruct_SOAPSerializer - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_setCertificate_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_ResponseStruct_SOAPSerializer
-
- SecurityTokenManagerIF_Tie - Class in com.sun.identity.liberty.ws.security
-
- SecurityTokenManagerIF_Tie() - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_Tie
-
- SecurityTokenManagerImpl - Class in com.sun.identity.liberty.ws.security
-
This class implements the SecurityTokenManagerIF.
- SecurityTokenManagerImpl() - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerImpl
-
- SecurityTokenManagerServlet - Class in com.sun.identity.liberty.ws.security
-
This class provides remote interfaces for the
SecurityTokenManager class using JAX-RPC.
- SecurityTokenManagerServlet() - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManagerServlet
-
- SecurityTokenProvider - Interface in com.sun.identity.liberty.ws.security
-
The class SecurityTokenProvider is a provider interface
for managing WSS security tokens.
- SecurityTokenReference - Class in com.sun.identity.wss.security
-
This class represents the SecurityTokenReference for
referencing the web services tokens that are used for message level
security in the SOAP header.
- SecurityTokenReference() - Constructor for class com.sun.identity.wss.security.SecurityTokenReference
-
- SecurityTokenReference(Element) - Constructor for class com.sun.identity.wss.security.SecurityTokenReference
-
Constructor
- SecurityTokenReferenceElement - Interface in com.sun.identity.wsfederation.jaxb.wsse
-
This element defines the wsse:SecurityTokenReference per Section 4.3.
- SecurityTokenReferenceElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsse.impl
-
- SecurityTokenReferenceElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityTokenReferenceElementImpl
-
- SecurityTokenReferenceElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsse.impl
-
- SecurityTokenReferenceType - Interface in com.sun.identity.wsfederation.jaxb.wsse
-
This type is used reference a security token.
- SecurityTokenReferenceTypeImpl - Class in com.sun.identity.wsfederation.jaxb.wsse.impl
-
- SecurityTokenReferenceTypeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityTokenReferenceTypeImpl
-
- SecurityTokenReferenceTypeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsse.impl
-
- SecurityTokenService - Class in com.sun.identity.wss.sts
-
- SecurityTokenService() - Constructor for class com.sun.identity.wss.sts.SecurityTokenService
-
- SecurityTokenSpec - Interface in com.sun.identity.wss.security
-
A transparent specification of the Security Token that constitutues a
SecurityToken.
- SecurityTokenType - Interface in com.sun.identity.wsfederation.jaxb.wsfederation
-
Java content class for SecurityTokenType complex type.
- SecurityTokenTypeImpl - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- SecurityTokenTypeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SecurityTokenTypeImpl
-
- SecurityTokenTypeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- SecurityUtils - Class in com.sun.identity.liberty.ws.security
-
This class has common utility methods .
- SecurityUtils() - Constructor for class com.sun.identity.liberty.ws.security.SecurityUtils
-
- select(String, int) - Static method in class org.forgerock.openam.cts.impl.queue.QueueSelector
-
- SELECT_URI - Static variable in class com.sun.identity.liberty.ws.authnsvc.protocol.Transform
-
Deprecated.
Select Transform name.
- SELECTED_CONDITIONS - Static variable in class com.sun.identity.policy.PolicyConfig
-
- SELECTED_DYNAMIC_ATTRIBUTES - Static variable in class com.sun.identity.policy.PolicyConfig
-
- SELECTED_REFERRALS - Static variable in class com.sun.identity.policy.PolicyConfig
-
- SELECTED_RESPONSE_PROVIDERS - Static variable in class com.sun.identity.policy.PolicyConfig
-
- SELECTED_SUBJECTS - Static variable in class com.sun.identity.policy.PolicyConfig
-
- SELECTED_VALUE - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- SELECTED_VALUE_BEGIN - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- SELECTED_VALUE_END - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- SELECTED_VALUES - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- SELECTED_VALUES_BEGIN - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- SELECTED_VALUES_END - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- SELECTEDPROVIDER - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Chosen provider
- selectNodeList(Node, String) - Static method in class com.sun.identity.shared.xml.XPathAPI
-
Use an XPath string to select a nodelist.
- selectNodeList(Node, String, Node) - Static method in class com.sun.identity.shared.xml.XPathAPI
-
Use an XPath string to select a nodelist using a node namespace.
- selectNodeList(Node, String, NamespaceContext) - Static method in class com.sun.identity.shared.xml.XPathAPI
-
Use an XPath string to select a nodelist
Namespace prefix is resolved using the the specified context.
- selectSingleNode(Node, String) - Static method in class com.sun.identity.shared.xml.XPathAPI
-
Use an XPath string to select a single node.
- selectSingleNode(Node, String, Node) - Static method in class com.sun.identity.shared.xml.XPathAPI
-
Use an XPath string to select a single node using a provided element namespace.
- selectSingleNode(Node, String, NamespaceContext) - Static method in class com.sun.identity.shared.xml.XPathAPI
-
Use an XPath string to select a single node using a passed in namespace context.
- SelectTransform - Class in com.sun.identity.liberty.ws.authnsvc.protocol
-
- SelectTransform() - Constructor for class com.sun.identity.liberty.ws.authnsvc.protocol.SelectTransform
-
Deprecated.
This is the default constructor.
- SelectTransform(String) - Constructor for class com.sun.identity.liberty.ws.authnsvc.protocol.SelectTransform
-
Deprecated.
Constructs SelectTransform with allowed characters.
- self() - Method in class org.forgerock.openam.sts.config.user.DeploymentConfig.DeploymentConfigBuilder
-
- self() - Method in class org.forgerock.openam.sts.config.user.DeploymentConfig.DeploymentConfigBuilderBase
-
- self() - Method in class org.forgerock.openam.sts.config.user.STSInstanceConfig.STSInstanceConfigBuilder
-
- self() - Method in class org.forgerock.openam.sts.config.user.STSInstanceConfig.STSInstanceConfigBuilderBase
-
- self() - Method in class org.forgerock.openam.sts.rest.config.user.RestSTSInstanceConfig.RestSTSInstanceConfigBuilder
-
- self() - Method in class org.forgerock.openam.sts.soap.config.user.SoapDeploymentConfig.SoapDeploymentConfigBuilder
-
- self() - Method in class org.forgerock.openam.sts.soap.config.user.SoapSTSInstanceConfig.SoapSTSInstanceConfigBuilder
-
- SELF_SCOPE - Static variable in class com.sun.identity.policy.ResourceResult
-
Deprecated.
Constant to indicate base (self) level scope for
ResourceResult evaluation
- SELF_SERVICE_REQUEST_HANDLER - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to API Descriptor translations
- SelfEvaluation - Class in org.forgerock.openam.monitoring.policy
-
The class is used for implementing the "SelfEvaluation" group.
- SelfEvaluation(SnmpMib) - Constructor for class org.forgerock.openam.monitoring.policy.SelfEvaluation
-
Constructor for the "SelfEvaluation" group.
- SelfEvaluation(SnmpMib, MBeanServer) - Constructor for class org.forgerock.openam.monitoring.policy.SelfEvaluation
-
Constructor for the "SelfEvaluation" group.
- SelfEvaluationImpl - Class in org.forgerock.openam.monitoring.policy
-
- SelfEvaluationImpl(SnmpMib) - Constructor for class org.forgerock.openam.monitoring.policy.SelfEvaluationImpl
-
- SelfEvaluationMBean - Interface in org.forgerock.openam.monitoring.policy
-
This interface is used for representing the remote management interface for the "SelfEvaluation" MBean.
- SelfEvaluationMeta - Class in org.forgerock.openam.monitoring.policy
-
The class is used for representing SNMP metadata for the "SelfEvaluation" group.
- SelfEvaluationMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class org.forgerock.openam.monitoring.policy.SelfEvaluationMeta
-
Constructor for the metadata associated to "SelfEvaluation".
- SelfEvaluationsAverage - Variable in class org.forgerock.openam.monitoring.policy.SelfEvaluation
-
Variable for storing the value of "SelfEvaluationsAverage".
- SelfEvaluationsCumulative - Variable in class org.forgerock.openam.monitoring.policy.SelfEvaluation
-
Variable for storing the value of "SelfEvaluationsCumulative".
- SelfEvaluationsMaximum - Variable in class org.forgerock.openam.monitoring.policy.SelfEvaluation
-
Variable for storing the value of "SelfEvaluationsMaximum".
- SelfEvaluationsMinimum - Variable in class org.forgerock.openam.monitoring.policy.SelfEvaluation
-
Variable for storing the value of "SelfEvaluationsMinimum".
- selfRegistration - Variable in class org.forgerock.openam.core.rest.server.models.ServerInfo
-
- SelfServiceConsoleConfig - Interface in org.forgerock.openam.selfservice.config
-
Defines the bases for which all self service console configuration should be built on.
- SelfServiceFactory - Interface in org.forgerock.openam.selfservice
-
Creates new self service instances.
- SelfServiceGuiceModule - Class in org.forgerock.openam.selfservice
-
Guice module to bind the self service features together.
- SelfServiceGuiceModule() - Constructor for class org.forgerock.openam.selfservice.SelfServiceGuiceModule
-
- SelfServiceRestRouteProvider - Class in org.forgerock.openam.selfservice
-
Provides routes for the user self service services.
- SelfServiceRestRouteProvider() - Constructor for class org.forgerock.openam.selfservice.SelfServiceRestRouteProvider
-
- SelfServiceUserUiRolePredicate - Class in org.forgerock.openam.core.rest
-
Determines if the user can access the self-service pages within the UI.
- SelfServiceUserUiRolePredicate(Config<SessionService>, Debug) - Constructor for class org.forgerock.openam.core.rest.SelfServiceUserUiRolePredicate
-
- SelfSlowestEvaluationTime - Variable in class org.forgerock.openam.monitoring.policy.SelfTiming
-
Variable for storing the value of "SelfSlowestEvaluationTime".
- SelfTiming - Class in org.forgerock.openam.monitoring.policy
-
The class is used for implementing the "SelfTiming" group.
- SelfTiming(SnmpMib) - Constructor for class org.forgerock.openam.monitoring.policy.SelfTiming
-
Constructor for the "SelfTiming" group.
- SelfTiming(SnmpMib, MBeanServer) - Constructor for class org.forgerock.openam.monitoring.policy.SelfTiming
-
Constructor for the "SelfTiming" group.
- SelfTimingAverage - Variable in class org.forgerock.openam.monitoring.policy.SelfTiming
-
Variable for storing the value of "SelfTimingAverage".
- SelfTimingImpl - Class in org.forgerock.openam.monitoring.policy
-
- SelfTimingImpl(SnmpMib) - Constructor for class org.forgerock.openam.monitoring.policy.SelfTimingImpl
-
Constructs an instance of the
SelfTiming interface.
- SelfTimingMBean - Interface in org.forgerock.openam.monitoring.policy
-
This interface is used for representing the remote management interface for the "SelfTiming" MBean.
- SelfTimingMeta - Class in org.forgerock.openam.monitoring.policy
-
The class is used for representing SNMP metadata for the "SelfTiming" group.
- SelfTimingMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class org.forgerock.openam.monitoring.policy.SelfTimingMeta
-
Constructor for the metadata associated to "SelfTiming".
- SEMAPHORE - Static variable in class org.forgerock.openam.sm.datalayer.impl.PooledTaskExecutor
-
- SEMI_COLON - Static variable in interface com.sun.identity.shared.Constants
-
semi-colon sign
- SEMICOLON - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- SEMICOLON - Static variable in class com.sun.identity.session.util.SessionUtils
-
The SEMICOLON encoding scheme
- send(URL, RequestSet) - Static method in class com.iplanet.services.comm.client.PLLClient
-
Translates the Java object to an XML RequestSet document and sends the
corresponding XML document to the specified URL.
- send(URL, String, RequestSet) - Static method in class com.iplanet.services.comm.client.PLLClient
-
Translates the Java object to an XML RequestSet document and sends the
corresponding XML document to the specified URL.
- send(URL, RequestSet, HashMap) - Static method in class com.iplanet.services.comm.client.PLLClient
-
Translates the Java object to an XML RequestSet document and sends the
corresponding XML document to the specified URL.
- send(URL, NotificationSet) - Static method in class com.iplanet.services.comm.server.PLLServer
-
Translates the Java object to an XML NotificationSet document and sends
the corresponding XML document to the URL specified in this method.
- send(String, Object[], String) - Method in class com.sun.identity.jaxrpc.SOAPClient
-
Deprecated.
Performs a JAXRPC method call.
- send(String, Object, String) - Method in class com.sun.identity.jaxrpc.SOAPClient
-
Deprecated.
Performs a JAXRPC method call.
- send(String, String) - Method in class com.sun.identity.jaxrpc.SOAPClient
-
Deprecated.
Performs a JAXRPC method call.
- send(String, Object[], String, String) - Method in class com.sun.identity.shared.jaxrpc.SOAPClient
-
Performs a JAXRPC method call.
- send(String, Object, String, String) - Method in class com.sun.identity.shared.jaxrpc.SOAPClient
-
Performs a JAXRPC method call.
- send(String, String, String) - Method in class com.sun.identity.shared.jaxrpc.SOAPClient
-
- send(Packet) - Method in class org.forgerock.openam.radius.server.RadiusRequestContext
-
Takes the passed-in packet, injects the ID of the request and a response authenticator and sends it to the source
of the request.
- send(Request) - Method in class org.forgerock.openam.scripting.api.http.GroovyHttpClient
-
Deprecated.
Sends an HTTP request and returns a Promise representing the
pending HTTP response.
- send(Request) - Method in class org.forgerock.openam.scripting.api.http.JavaScriptHttpClient
-
Deprecated.
Sends an HTTP request and returns a Promise representing the
pending HTTP response.
- send(PushMessage) - Method in interface org.forgerock.openam.services.push.PushNotificationDelegate
-
Used to send a message out to the PushNotificationDelegate to be delivered.
- send(PushMessage, String) - Method in class org.forgerock.openam.services.push.PushNotificationService
-
Primary method of this class.
- send(PushMessage) - Method in class org.forgerock.openam.services.push.sns.SnsHttpDelegate
-
- SEND_AND_LISTEN - Static variable in class org.forgerock.openam.radius.common.packet.FramedRoutingAttribute
-
Both send and listen for routing packets.
- SEND_ARTIFACT - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- SEND_ECP_PAOS_REQUEST - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- SEND_ECP_PAOS_REQUEST_FAILED - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- SEND_ECP_RESPONSE - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- SEND_ECP_RESPONSE_FAILED - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- SEND_ROUTING_PACKETS - Static variable in class org.forgerock.openam.radius.common.packet.FramedRoutingAttribute
-
Send routing packets.
- sendAssertionIDRequest(AssertionIDRequest, String, String, String, String) - Static method in class com.sun.identity.saml2.profile.AssertionIDRequestUtil
-
Sends the AssertionIDRequest to specifiied Assertion ID
Request Service and returns Response coming from the
Assertion ID Request Service.
- sendAssertionIDRequestURI(String, String, String, String) - Static method in class com.sun.identity.saml2.profile.AssertionIDRequestUtil
-
Sends the Assertion ID to specifiied Assertion ID Request Service and
returns Assertion coming from the Assertion ID Request
Service.
- sendAttributeQuery(AttributeQuery, String, String, String, String, String) - Static method in class com.sun.identity.saml2.profile.AttributeQueryUtil
-
Sends the AttributeQuery to specified
attribute authority and returns Response coming
from the attribute authority.
- sendAttributeQuery(AttributeQuery, HttpServletRequest, HttpServletResponse, String, String, String, String, String) - Static method in class com.sun.identity.saml2.profile.AttributeQueryUtil
-
Sends the AttributeQuery to specified
attribute authority and returns Response coming
from the attribute authority.
- sendAuthnQuery(AuthnQuery, String, String, String) - Static method in class com.sun.identity.saml2.profile.AuthnQueryUtil
-
This method sends the AuthnQuery to specifiied
authentication authority and returns Response coming
from the authentication authority.
- sendAuthnRequestPost(HttpServletResponse, String, FSAuthnRequest) - Method in class com.sun.identity.federation.services.fednsso.FSIntersiteTransferService
-
- sendAuthnResponse(FSAuthnResponse) - Method in class com.sun.identity.federation.services.fednsso.FSSSOAndFedHandler
-
- sendAuthnResponse(FSAuthnResponse) - Method in class com.sun.identity.federation.services.fednsso.FSSSOBrowserPostProfileHandler
-
- sendAuthnResponse(FSAuthnResponse) - Method in class com.sun.identity.federation.services.fednsso.FSSSOLECPProfileHandler
-
- sendAuthnResponse(FSAuthnResponse) - Method in class com.sun.identity.federation.services.fednsso.FSSSOWMLPostProfileHandler
-
- sendAuthRequestToOrigServer(HttpServletRequest, HttpServletResponse, String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Sends the request to the original Auth server and receives the result
data.
- sendEmail(String, String, String, String, String, Map) - Method in class com.sun.identity.authentication.modules.hotp.DefaultSMSGatewayImpl
-
Sends an email message to the mail with the code
- sendEmail(String, String, String, String, String, Map) - Method in interface com.sun.identity.authentication.modules.hotp.SMSGateway
-
Sends an email message to the mail with the code
- sendEmail(String, String, String, String, Map<String, String>) - Method in class org.forgerock.openam.authentication.modules.oauth2.DefaultEmailGatewayImpl
-
Sends an email message to the mail with the code
- sendEmail(String, String, String, String, Map<String, String>) - Method in interface org.forgerock.openam.authentication.modules.oauth2.EmailGateway
-
Sends an email message to the mail with the code
- sendEmail(String, String, String, Map<String, String>, ResourceBundle, String) - Static method in class org.forgerock.openam.authentication.modules.oauth2.OAuthUtil
-
- sendEmail(String, String, String, String, Map<String, Set<String>>) - Method in interface org.forgerock.openam.services.email.MailServer
-
Sends an email message using specified
options given for the MailServer settings
- sendEmail(String, String, String) - Method in interface org.forgerock.openam.services.email.MailServer
-
Sends an email message using default MailServer settings
- sendEmail(String, String, String, String) - Method in interface org.forgerock.openam.services.email.MailServer
-
Sends an email message using default MailServer settings.
- sendEmail(String, String, String, String) - Method in class org.forgerock.openam.services.email.MailServerImpl
-
- sendEmail(String, String, String) - Method in class org.forgerock.openam.services.email.MailServerImpl
-
- sendEmail(String, String, String, String, Map<String, Set<String>>) - Method in class org.forgerock.openam.services.email.MailServerImpl
-
- sendEmailToUser(String, String[], String, String, String) - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Sents email to the user(s).
- sendError(HttpServletRequest, HttpServletResponse, int, String, String) - Static method in class com.sun.identity.saml.common.SAMLUtils
-
Sends to error page URL for SAML protocols.
- sendError(HttpServletRequest, HttpServletResponse, int, String, String) - Static method in class com.sun.identity.saml2.idpdiscovery.CookieUtils
-
Sends to error page URL for processing.
- sendError(int) - Method in class org.forgerock.openam.audit.servlet.AuditableHttpServletResponse
-
- sendError(int, String) - Method in class org.forgerock.openam.audit.servlet.AuditableHttpServletResponse
-
- sendError(int, String) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletResponse
-
The default behavior of this method is to call sendError(int sc, String msg)
on the wrapped response object.
- sendError(int) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletResponse
-
The default behavior of this method is to call sendError(int sc)
on the wrapped response object.
- sendErrorPage(HttpServletRequest, HttpServletResponse, String) - Static method in class com.sun.identity.federation.services.logout.FSLogoutUtil
-
Returns the hosted provider's failure page to the user.
- sendHOTP() - Method in class com.sun.identity.authentication.modules.hotp.HOTPService
-
Sends a otp code to the users telephone number and/or email address, based on the authentication module's
configuration settings.
- sendHtmlEmail(String, String, String) - Method in interface org.forgerock.openam.services.email.MailServer
-
Sends an email message, containing HTML, using default MailServer settings.
- sendHtmlEmail(String, String, String, String, Map<String, Set<String>>) - Method in interface org.forgerock.openam.services.email.MailServer
-
Sends an email message, containing HTML, using specified options given
for the MailServer settings.
- sendHtmlEmail(String, String, String) - Method in class org.forgerock.openam.services.email.MailServerImpl
-
- sendHtmlEmail(String, String, String, String, Map<String, Set<String>>) - Method in class org.forgerock.openam.services.email.MailServerImpl
-
- sendIDPInitProxyLogoutRequest(HttpServletRequest, HttpServletResponse, PrintWriter, LogoutResponse, String, String, String, String, String) - Static method in class com.sun.identity.saml2.profile.IDPProxyUtil
-
- SENDING_RESPONSE - Static variable in class com.sun.identity.saml.common.LogUtils
-
Constants for log message SENDING_RESPONSE.
- sendLockOutNotice(String) - Method in class com.sun.identity.common.ISAccountLockout
-
Sends (Email) the lockout notice to the email address
specified in the lockout notification attribute with
the userDN information of the user whose account is
locked.
- sendLogRecord(byte[]) - Method in class org.forgerock.openam.log.handlers.syslog.SyslogPublisher
-
Sends the log record to the syslog server by the means of the chosen protocol (TCP or UDP).
- sendLogRecord(byte[]) - Method in class org.forgerock.openam.log.handlers.syslog.SyslogTcpPublisher
-
Sends the log record to Syslog over TCP in the correct format.
- sendLogRecord(byte[]) - Method in class org.forgerock.openam.log.handlers.syslog.SyslogUdpPublisher
-
- sendMessage(int, String) - Method in class com.sun.identity.authentication.modules.ldap.LDAPCallbacks
-
Instantiates and passes a TextOutputCallback to the
invokeCallback method of a CallbackHandler to
display information messages, warning messages and error messages.
- sendMessage(SOAPMessage, String) - Method in class com.sun.identity.federation.services.FSSOAPService
-
- SendNotificationException - Exception in com.iplanet.services.comm.server
-
The SendNotificationException class is used to throw
exceptions whenever an error is encountered in sending notifications to
applications.
- SendNotificationException(String) - Constructor for exception com.iplanet.services.comm.server.SendNotificationException
-
Constructs an instance of the SendNotificationException
class.
- SendNotificationException(Throwable) - Constructor for exception com.iplanet.services.comm.server.SendNotificationException
-
Constructs an instance of the SendNotificationException
class.
- sendOK() - Method in class org.openidentityplatform.openam.authentication.modules.QR
-
- sendPLLRequest(URL, SessionRequest) - Method in class org.forgerock.openam.session.SessionPLLSender
-
Returns a Session Response object based on the XML document received from
remote Session Server.
- sendPolicyChangeNotification(Policy, Policy, int) - Method in class com.sun.identity.policy.PolicyCache
-
- sendProxyAuthnRequest(FSAuthnRequest, String) - Method in class com.sun.identity.federation.services.fednsso.FSSSOAndFedHandler
-
Sends a new AuthnRequest to the authenticating provider.
- sendProxyAuthnRequest(AuthnRequest, String, SPSSODescriptorElement, String, HttpServletRequest, HttpServletResponse, String, String, String) - Static method in class com.sun.identity.saml2.profile.IDPProxyUtil
-
Sends a new AuthnRequest to the authenticating provider.
- sendProxyLogoutRequest(HttpServletRequest, HttpServletResponse, PrintWriter, LogoutRequest, List, String, String) - Static method in class com.sun.identity.saml2.profile.IDPProxyUtil
-
- sendProxyLogoutRequestSOAP(HttpServletRequest, HttpServletResponse, PrintWriter, SOAPMessage, List, IDPSession) - Static method in class com.sun.identity.saml2.profile.IDPProxyUtil
-
- sendProxyLogoutResponse(HttpServletResponse, HttpServletRequest, String, Map<String, String>, String, String) - Static method in class com.sun.identity.saml2.profile.IDPProxyUtil
-
- sendProxyLogoutResponseBySOAP(SOAPMessage, HttpServletResponse, PrintWriter) - Static method in class com.sun.identity.saml2.profile.IDPProxyUtil
-
- sendProxyResponse(String) - Method in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
Sends the proxy authentication response to the proxying service
provider which has originally requested for the authentication.
- sendQueryInformation(String) - Method in class com.sun.identity.authentication.AuthContext
-
- sendRedirect(String) - Method in class org.forgerock.openam.audit.servlet.AuditableHttpServletResponse
-
- sendRedirect(String) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletResponse
-
The default behavior of this method is to return sendRedirect(String location)
on the wrapped response object.
- sendRedirect(String) - Method in class org.forgerock.openam.validation.ResponseValidationFilter.ValidationWrapper
-
- sendRequest(URL, SessionRequest, Session) - Method in class com.iplanet.dpro.session.ClientSdkSessionRequests
-
Sends remote session request without retries.
- sendRequest(SASLRequest, String) - Static method in class com.sun.identity.liberty.ws.authnsvc.AuthnSvcClient
-
Deprecated.
Sends a SASL request to the Authentication Service SOAP
endpoint and returns a SASL response.
- sendRequest(Message, String, String, String, String, HttpServletRequest, HttpServletResponse) - Method in class com.sun.identity.liberty.ws.interaction.InteractionManager
-
Sends SOAP request to WSP.
- sendRequest(Message, String) - Static method in class com.sun.identity.liberty.ws.soapbinding.Client
-
Sends a request to a SOAP endpoint and returns the response.
- sendRequest(Message, String, String) - Static method in class com.sun.identity.liberty.ws.soapbinding.Client
-
Sends a request to a SOAP endpoint and returns the response.
- sendRequest(Message, String, String, String) - Static method in class com.sun.identity.liberty.ws.soapbinding.Client
-
Sends a request to a SOAP endpoint and returns the response.
- SendRequestException - Exception in com.iplanet.services.comm.client
-
A SendRequestException object is thrown if the the request can
not be sent to the destination URL of the service.
- SendRequestException(String) - Constructor for exception com.iplanet.services.comm.client.SendRequestException
-
Constructs an instance of the SendRequestException class.
- SendRequestException(Throwable) - Constructor for exception com.iplanet.services.comm.client.SendRequestException
-
Constructs an instance of the SendRequestException class.
- sendRequestToOrigServer(HttpServletRequest, HttpServletResponse, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Sends the request to the original Federation server and receives the result
data.
- sendResponse(HttpServletRequest, HttpServletResponse, PrintWriter, String) - Static method in class com.sun.identity.saml2.profile.IDPSSOUtil
-
Sends a response to service provider
- sendResponse(HttpServletRequest, HttpServletResponse, PrintWriter, String, String, String, String, String, String, String, Response, Object) - Static method in class com.sun.identity.saml2.profile.IDPSSOUtil
-
Sends a response to service provider
- sendResponseArtifact(HttpServletRequest, HttpServletResponse, String, String, String, String, String, Response, Object, Map) - Static method in class com.sun.identity.saml2.profile.IDPSSOUtil
-
This method opens a URL connection to the target specified and
sends artifact response to it using the
HttpServletResponse object.
- sendResponseECP(HttpServletRequest, HttpServletResponse, PrintWriter, String, String, String, Response) - Static method in class com.sun.identity.saml2.profile.IDPSSOUtil
-
This method sends SAML Response back to ECP.
- sendResponseToACS(HttpServletRequest, HttpServletResponse, PrintWriter, Object, AuthnRequest, String, String, String, String, String, String, AuthnContext) - Static method in class com.sun.identity.saml2.profile.IDPSSOUtil
-
Sends Response containing an Assertion
back to the requesting service provider
- sendResponseWithStatus(HttpServletRequest, HttpServletResponse, PrintWriter, String, String, String, String, String, String) - Static method in class com.sun.identity.saml2.profile.IDPProxyUtil
-
Sends back response with firstlevel and secondlevel status code if available for the original AuthnRequest.
- sendResponseWithStatus(HttpServletRequest, HttpServletResponse, PrintWriter, String, String, String, AuthnRequest, String, String, String, String) - Static method in class com.sun.identity.saml2.profile.IDPSSOUtil
-
A convenience method to construct response with First-level and Second-level status code for
SAML authentication requests.
- sendRestCommand(SSOTokenID, URL, String, Map<String, String>, String) - Method in class com.sun.identity.cli.rest.RestCommand
-
Run a rest command with a SSO Token
- sendRestCommand(URL, String, Map<String, String>, String) - Method in class com.sun.identity.cli.rest.RestCommand
-
Run a rest command
- sendSLOResponse(HttpServletResponse, LogoutResponse, String, String, String, String, String, String) - Static method in class com.sun.identity.saml2.profile.LogoutUtil
-
- sendSLOResponse(HttpServletResponse, HttpServletRequest, LogoutResponse, String, String, String, String, String, String, String) - Static method in class com.sun.identity.saml2.profile.LogoutUtil
-
- sendSLOResponsePost(HttpServletResponse, HttpServletRequest, LogoutResponse, String, String, String, String, String, String) - Static method in class com.sun.identity.saml2.profile.LogoutUtil
-
- sendSLOResponseRedirect(HttpServletResponse, LogoutResponse, String, String, String, String, String, String) - Static method in class com.sun.identity.saml2.profile.LogoutUtil
-
- sendSMSMessage(String, String, String, String, String, Map) - Method in class com.sun.identity.authentication.modules.hotp.DefaultSMSGatewayImpl
-
Sends a SMS message to the phone with the code
- sendSMSMessage(String, String, String, String, String, Map) - Method in interface com.sun.identity.authentication.modules.hotp.SMSGateway
-
Sends a SMS message to the phone with the code
- sendSOAPMessage(String, String, boolean) - Method in class com.sun.identity.saml2.common.SOAPCommunicator
-
Send SOAP Message to specified url and returns message from peer.
- sendTerminationMessage(SOAPMessage, String) - Method in class com.sun.identity.federation.services.FSSOAPService
-
- sendUserCreateNotification(Map) - Method in class com.iplanet.am.sdk.ldap.EmailNotificationHelper
-
The proper setUser<>NotificationList method should be called before
calling this method.
- sendUserDeleteNotification(Map) - Method in class com.iplanet.am.sdk.ldap.EmailNotificationHelper
-
The proper setUser<>NotificationList method should be called before
calling this method.
- sendUserModifyNotification(SSOToken, Map, Map) - Method in class com.iplanet.am.sdk.ldap.EmailNotificationHelper
-
The proper setUser<>NotificationList method should be called before
calling this method.
- SENT_AUTHN_RESPONSE - Static variable in class com.sun.identity.federation.common.LogUtil
-
Sent Authn Response.
- SEP - Static variable in class com.sun.identity.entitlement.xacml3.ResourceAttributeUtil
-
- separateAdditionalProperties(Map) - Method in class com.iplanet.services.cdm.Client
-
Removes the "additionalProperties" element from the Map, adds each of
them to the Map with name and value (parsed with "=") and returns the
values of the "additionalProperties in the Set.
- SEPARATOR_DATA - Static variable in interface com.sun.identity.log.messageid.LogMessageConstants
-
Separator of data information.
- SePartsType - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
Java content class for SePartsType complex type.
- SePartsTypeImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SePartsTypeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SePartsTypeImpl
-
- SePartsTypeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SequentialThreadPool - Class in com.sun.identity.entitlement
-
Thread Pool
- SequentialThreadPool() - Constructor for class com.sun.identity.entitlement.SequentialThreadPool
-
- SerElementsType - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
Java content class for SerElementsType complex type.
- SerElementsTypeImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SerElementsTypeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SerElementsTypeImpl
-
- SerElementsTypeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- serialise(T) - Method in class org.forgerock.openam.cts.utils.JSONSerialisation
-
Serialise an object to JSON.
- SERIALIZABLE_INT - Static variable in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
- SERIALIZABLE_PREFIX - Static variable in class org.forgerock.openam.upgrade.steps.UpgradeEntitlementsStep
-
- serialize(Serializable, boolean) - Static method in class com.iplanet.jato.util.Encoder
-
- serialize(XMLStreamWriter) - Method in class org.forgerock.openam.sts.soap.policy.am.OpenAMSessionAssertion
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ActionElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ActionTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AdviceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AdviceTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionIDRefElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionURIRefElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeStatementElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeStatementTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeValueElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AudienceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AudienceRestrictionElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AudienceRestrictionTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthenticatingAuthorityElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextClassRefElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextDeclElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextDeclRefElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthzDecisionStatementElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthzDecisionStatementTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.BaseIDAbstractTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.BaseIDElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionAbstractTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionsElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionsTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EncryptedAssertionElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EncryptedAttributeElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EncryptedElementTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EncryptedIDElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EvidenceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EvidenceTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.IssuerElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.KeyInfoConfirmationDataTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.NameIDElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.NameIDTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.OneTimeUseElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.OneTimeUseTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ProxyRestrictionElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ProxyRestrictionTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializable
-
Serializes attributes into the specified target.
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.StatementAbstractTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.StatementElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationDataElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationDataTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AffiliationConfigElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeAuthorityConfigElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeQueryConfigElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AuthnAuthorityConfigElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.BaseConfigTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.EntityConfigElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.EntityConfigTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.IDPSSOConfigElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.PDPConfigElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.SPSSOConfigElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.ValueElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.XACMLAuthzDecisionQueryConfigElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.XACMLPDPConfigElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AdditionalMetadataLocationElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AdditionalMetadataLocationTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliateMemberElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ArtifactResolutionServiceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AssertionConsumerServiceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AssertionIDRequestServiceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeAuthorityDescriptorElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeAuthorityDescriptorTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeProfileElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeServiceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeServiceTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AuthnAuthorityDescriptorElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AuthnAuthorityDescriptorTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AuthnQueryServiceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AuthzServiceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.CompanyElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ContactPersonElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ContactTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EmailAddressElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EncryptionMethodElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EndpointTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntitiesDescriptorElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntitiesDescriptorTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ExtensionsElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ExtensionsTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.GivenNameElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IndexedEndpointTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.KeyDescriptorElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.KeyDescriptorTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.LocalizedNameTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.LocalizedURITypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ManageNameIDServiceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.NameIDFormatElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.NameIDMappingServiceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationDisplayNameElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationNameElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationURLElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.PDPDescriptorElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.PDPDescriptorTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.QueryDescriptorElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.QueryDescriptorTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RequestedAttributeElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RequestedAttributeTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ServiceDescriptionElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ServiceNameElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SingleLogoutServiceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SingleSignOnServiceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SSODescriptorTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SurNameElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.TelephoneNumberElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLAuthzDecisionQueryDescriptorElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLAuthzDecisionQueryDescriptorTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLAuthzServiceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLPDPDescriptorElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLPDPDescriptorTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadataattr.impl.EntityAttributesElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadataattr.impl.EntityAttributesTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.ActionNamespaceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.AttributeQueryDescriptorElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.AttributeQueryDescriptorTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.AuthnQueryDescriptorTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.AuthzDecisionQueryDescriptorTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.QueryDescriptorTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadataidpdiscovery.impl.DiscoveryResponseElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.schema.impl.AnyTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl.KANonceImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl.OriginatorKeyInfoImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl.RecipientKeyInfoImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherDataElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherDataTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherReferenceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherReferenceTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedDataElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedDataTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedKeyElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedKeyTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl.KeySizeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl.OAEPparamsImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertiesElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertiesTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListTypeImpl.DataReferenceImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListTypeImpl.KeyReferenceImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.TransformsTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.CanonicalizationMethodElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.CanonicalizationMethodTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DigestMethodElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DigestMethodTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DigestValueElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DSAKeyValueElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyInfoElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyInfoTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyNameElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyValueElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyValueTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ManifestElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ManifestTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.MgmtDataElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ObjectElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ObjectTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.PGPDataElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.PGPDataTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ReferenceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RetrievalMethodElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RetrievalMethodTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RSAKeyValueElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RSAKeyValueTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureMethodElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureMethodTypeImpl.HMACOutputLengthImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureMethodTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertiesElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertiesTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertyElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertyTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureValueElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureValueTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignedInfoElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignedInfoTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SPKIDataElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SPKIDataTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SPKIDataTypeImpl.SPKISexpImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformsElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformsTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformTypeImpl.XPathImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509CertificateImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509CRLImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509IssuerSerialImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509SKIImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509SubjectNameImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509IssuerSerialTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.AttributeElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.AttributeTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.BaseConfigTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.FederationConfigElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.FederationConfigTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.IDPSSOConfigElementImpl
-
- serializeAttributes(XMLSerializer) - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.XMLSerializable
-
Serializes attributes into the specified target.
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.SPSSOConfigElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.ValueElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ActionElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.AttributedQNameTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.AttributedUnsignedLongTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.AttributedURITypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.EndpointReferenceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.EndpointReferenceTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.FaultToElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.FromElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.MessageIDElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.MetadataElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.MetadataTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ProblemActionElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ProblemActionTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ProblemHeaderQNameElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ProblemIRIElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ReferenceParametersElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ReferenceParametersTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.RelatesToElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.RelatesToTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ReplyToElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.RetryAfterElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ToElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AdditionalContextProcessedElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AssertionTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AttributeExtensibleStringImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AttributeExtensibleURIImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AttributeServiceEndpointElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AuthenticationTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AutomaticPseudonymsElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClaimTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClientPseudonymElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClientPseudonymTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.DescriptionTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.DisplayNameTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationIDElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationMetadataElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationMetadataHandlerElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationMetadataHandlerTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationMetadataTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FilterPseudonymsElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FilterPseudonymsTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FreshnessElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FreshnessImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuerNamesOfferedElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuerNamesOfferedTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuerNameTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuesSpecificPolicyFaultElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ProofTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ProofTokenTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymBasisElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymBasisTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PsuedonymServiceEndpointElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RealmElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceDigestTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceToken11ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceTokenTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RelativeToElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RelativeToTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestProofTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestProofTokenTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestPseudonymElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestPseudonymTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequireBearerTokensElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequireReferenceTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequiresGenericClaimDialectElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequireSharedCookiesElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequireSignedTokensElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SecurityTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SecurityTokenTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutBasisTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SingleSignOutNotificationEndpointElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SingleSignOutSubscriptionEndpointElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenIssuerEndpointElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenIssuerNameElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenKeyInfoTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenKeyTransferKeyInfoElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenSigningKeyInfoElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenTypesOfferedElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenTypesOfferedTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.UriNamedClaimTypesOfferedElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.UriNamedClaimTypesOfferedTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.WebBindingElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.AllElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.AppliesToElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.AppliesToTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.ExactlyOneElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.OperatorContentTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyAttachmentElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyAttachmentTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyReferenceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyReferenceTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.AttributedStringImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.BinarySecurityTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.BinarySecurityTokenTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.EmbeddedElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.EmbeddedTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.EncodedStringImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.KeyIdentifierElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.KeyIdentifierTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.NonceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.PasswordElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.PasswordStringImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.ReferenceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.ReferenceTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityHeaderTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityTokenReferenceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityTokenReferenceTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.TransformationParametersElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.TransformationParametersTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.UsernameTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.UsernameTokenTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.AbsXPathElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.AlgorithmSuiteElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.AsymmetricBindingElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic128ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic128Rsa15ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic128Sha256ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic128Sha256Rsa15ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic192ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic192Rsa15ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic192Sha256ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic192Sha256Rsa15ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic256ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic256Rsa15ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic256Sha256ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic256Sha256Rsa15ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.BootstrapPolicyElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EmptyTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptBeforeSigningElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptedElementsElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptedPartsElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptionTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptSignatureElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EndorsingEncryptedSupportingTokensElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EndorsingSupportingTokensElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HashPasswordElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HeaderTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HttpBasicAuthenticationElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HttpDigestAuthenticationElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HttpsTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.IncludeTimestampElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.InclusiveC14NElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.InitiatorEncryptionTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.InitiatorSignatureTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.InitiatorTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.IssuedTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.IssuedTokenTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.KerberosTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.LaxElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.LaxTsFirstElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.LaxTsLastElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.LayoutElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportClientChallengeElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportIssuedTokensElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefEmbeddedTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefEncryptedKeyElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefExternalURIElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefIssuerSerialElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefKeyIdentifierElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefThumbprintElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportServerChallengeElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.NestedPolicyTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.NoPasswordElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.OnlySignEntireHeadersAndBodyElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.ProtectionTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.ProtectTokensElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.QNameAssertionTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RecipientEncryptionTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RecipientSignatureTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RecipientTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RelTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequestSecurityTokenTemplateTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireClientCertificateElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireClientEntropyElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequiredElementsElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireDerivedKeysElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireEmbeddedTokenReferenceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireExplicitDerivedKeysElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireExternalReferenceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireExternalUriReferenceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireImplicitDerivedKeysElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireInternalReferenceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireIssuerSerialReferenceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireKeyIdentifierReferenceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireRequestSecurityTokenCollectionElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireServerEntropyElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireSignatureConfirmationElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireThumbprintReferenceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SamlTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SC200502SecurityContextTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SecureConversationTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SecureConversationTokenTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SecurityContextTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SePartsTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SerElementsTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignatureTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedElementsElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedEncryptedSupportingTokensElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedEndorsingEncryptedSupportingTokensElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedEndorsingSupportingTokensElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedPartsElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedSupportingTokensElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SOAPNormalization10ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SpnegoContextTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SpnegoContextTokenTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.StrictElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.STRTransform10ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SupportingTokensElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SymmetricBindingElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TokenAssertionTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TransportBindingElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TransportTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TripleDesElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TripleDesRsa15ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TripleDesSha256ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TripleDesSha256Rsa15ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Trust10ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.UsernameTokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Wss10ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Wss11ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssGssKerberosV5ApReqToken11ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssKerberosV5ApReqToken11ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssRelV10Token10ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssRelV10Token11ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssRelV20Token10ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssRelV20Token11ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssSamlV11Token10ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssSamlV11Token11ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssSamlV20Token11ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssUsernameToken10ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssUsernameToken11ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509Pkcs7Token10ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509Pkcs7Token11ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509PkiPathV1Token10ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509PkiPathV1Token11ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509V1Token11ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509V3Token10ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509V3Token11ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.X509TokenElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.XPath10ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.XPathFilter20ElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.AttributedDateTimeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.AttributedURIImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.CreatedElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.ExpiresElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.TimestampElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.TimestampTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.CanonicalizationMethodElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.CanonicalizationMethodTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DigestMethodElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DigestMethodTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DigestValueElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DSAKeyValueElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyInfoElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyInfoTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyNameElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyValueElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyValueTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ManifestElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ManifestTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.MgmtDataElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ObjectElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ObjectTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.PGPDataElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.PGPDataTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ReferenceElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RetrievalMethodElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RetrievalMethodTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RSAKeyValueElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RSAKeyValueTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureMethodElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureMethodTypeImpl.HMACOutputLengthImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureMethodTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertiesElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertiesTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertyElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertyTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureValueElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureValueTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignedInfoElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignedInfoTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SPKIDataElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SPKIDataTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SPKIDataTypeImpl.SPKISexpImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformsElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformsTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformTypeImpl.XPathImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataElementImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509CertificateImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509CRLImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509IssuerSerialImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509SKIImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509SubjectNameImpl
-
- serializeAttributes(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509IssuerSerialTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ActionElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ActionTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AdviceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AdviceTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionIDRefElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionURIRefElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeStatementElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeStatementTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeValueElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AudienceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AudienceRestrictionElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AudienceRestrictionTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthenticatingAuthorityElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextClassRefElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextDeclElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextDeclRefElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthzDecisionStatementElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthzDecisionStatementTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.BaseIDAbstractTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.BaseIDElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionAbstractTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionsElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionsTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EncryptedAssertionElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EncryptedAttributeElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EncryptedElementTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EncryptedIDElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EvidenceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EvidenceTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.IssuerElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.KeyInfoConfirmationDataTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.NameIDElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.NameIDTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.OneTimeUseElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.OneTimeUseTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ProxyRestrictionElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ProxyRestrictionTypeImpl
-
- serializeBody(XMLSerializer) - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializable
-
Serializes child elements and texts into the specified target.
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.StatementAbstractTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.StatementElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationDataElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationDataTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AffiliationConfigElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeAuthorityConfigElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeQueryConfigElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AuthnAuthorityConfigElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.BaseConfigTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.EntityConfigElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.EntityConfigTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.IDPSSOConfigElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.PDPConfigElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.SPSSOConfigElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.ValueElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.XACMLAuthzDecisionQueryConfigElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.XACMLPDPConfigElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AdditionalMetadataLocationElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AdditionalMetadataLocationTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliateMemberElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ArtifactResolutionServiceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AssertionConsumerServiceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AssertionIDRequestServiceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeAuthorityDescriptorElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeAuthorityDescriptorTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeProfileElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeServiceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeServiceTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AuthnAuthorityDescriptorElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AuthnAuthorityDescriptorTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AuthnQueryServiceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AuthzServiceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.CompanyElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ContactPersonElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ContactTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EmailAddressElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EncryptionMethodElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EndpointTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntitiesDescriptorElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntitiesDescriptorTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ExtensionsElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ExtensionsTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.GivenNameElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IndexedEndpointTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.KeyDescriptorElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.KeyDescriptorTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.LocalizedNameTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.LocalizedURITypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ManageNameIDServiceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.NameIDFormatElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.NameIDMappingServiceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationDisplayNameElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationNameElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationURLElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.PDPDescriptorElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.PDPDescriptorTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.QueryDescriptorElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.QueryDescriptorTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RequestedAttributeElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RequestedAttributeTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ServiceDescriptionElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ServiceNameElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SingleLogoutServiceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SingleSignOnServiceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SSODescriptorTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SurNameElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.TelephoneNumberElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLAuthzDecisionQueryDescriptorElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLAuthzDecisionQueryDescriptorTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLAuthzServiceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLPDPDescriptorElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLPDPDescriptorTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadataattr.impl.EntityAttributesElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadataattr.impl.EntityAttributesTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.ActionNamespaceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.AttributeQueryDescriptorElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.AttributeQueryDescriptorTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.AuthnQueryDescriptorTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.AuthzDecisionQueryDescriptorTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.QueryDescriptorTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadataidpdiscovery.impl.DiscoveryResponseElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.schema.impl.AnyTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl.KANonceImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl.OriginatorKeyInfoImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl.RecipientKeyInfoImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherDataElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherDataTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherReferenceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherReferenceTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedDataElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedDataTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedKeyElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedKeyTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl.KeySizeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl.OAEPparamsImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertiesElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertiesTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListTypeImpl.DataReferenceImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListTypeImpl.KeyReferenceImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.TransformsTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.CanonicalizationMethodElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.CanonicalizationMethodTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DigestMethodElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DigestMethodTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DigestValueElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DSAKeyValueElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyInfoElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyInfoTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyNameElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyValueElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyValueTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ManifestElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ManifestTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.MgmtDataElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ObjectElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ObjectTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.PGPDataElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.PGPDataTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ReferenceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RetrievalMethodElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RetrievalMethodTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RSAKeyValueElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RSAKeyValueTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureMethodElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureMethodTypeImpl.HMACOutputLengthImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureMethodTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertiesElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertiesTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertyElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertyTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureValueElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureValueTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignedInfoElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignedInfoTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SPKIDataElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SPKIDataTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SPKIDataTypeImpl.SPKISexpImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformsElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformsTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformTypeImpl.XPathImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509CertificateImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509CRLImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509IssuerSerialImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509SKIImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509SubjectNameImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509IssuerSerialTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.AttributeElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.AttributeTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.BaseConfigTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.FederationConfigElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.FederationConfigTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.IDPSSOConfigElementImpl
-
- serializeBody(XMLSerializer) - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.XMLSerializable
-
Serializes child elements and texts into the specified target.
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.SPSSOConfigElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.ValueElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ActionElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.AttributedQNameTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.AttributedUnsignedLongTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.AttributedURITypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.EndpointReferenceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.EndpointReferenceTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.FaultToElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.FromElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.MessageIDElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.MetadataElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.MetadataTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ProblemActionElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ProblemActionTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ProblemHeaderQNameElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ProblemIRIElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ReferenceParametersElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ReferenceParametersTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.RelatesToElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.RelatesToTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ReplyToElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.RetryAfterElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ToElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AdditionalContextProcessedElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AssertionTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AttributeExtensibleStringImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AttributeExtensibleURIImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AttributeServiceEndpointElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AuthenticationTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AutomaticPseudonymsElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClaimTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClientPseudonymElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClientPseudonymTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.DescriptionTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.DisplayNameTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationIDElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationMetadataElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationMetadataHandlerElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationMetadataHandlerTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationMetadataTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FilterPseudonymsElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FilterPseudonymsTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FreshnessElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FreshnessImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuerNamesOfferedElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuerNamesOfferedTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuerNameTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuesSpecificPolicyFaultElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ProofTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ProofTokenTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymBasisElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymBasisTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PsuedonymServiceEndpointElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RealmElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceDigestTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceToken11ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceTokenTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RelativeToElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RelativeToTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestProofTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestProofTokenTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestPseudonymElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestPseudonymTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequireBearerTokensElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequireReferenceTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequiresGenericClaimDialectElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequireSharedCookiesElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequireSignedTokensElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SecurityTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SecurityTokenTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutBasisTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SingleSignOutNotificationEndpointElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SingleSignOutSubscriptionEndpointElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenIssuerEndpointElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenIssuerNameElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenKeyInfoTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenKeyTransferKeyInfoElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenSigningKeyInfoElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenTypesOfferedElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenTypesOfferedTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.UriNamedClaimTypesOfferedElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.UriNamedClaimTypesOfferedTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.WebBindingElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.AllElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.AppliesToElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.AppliesToTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.ExactlyOneElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.OperatorContentTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyAttachmentElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyAttachmentTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyReferenceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyReferenceTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.AttributedStringImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.BinarySecurityTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.BinarySecurityTokenTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.EmbeddedElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.EmbeddedTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.EncodedStringImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.KeyIdentifierElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.KeyIdentifierTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.NonceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.PasswordElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.PasswordStringImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.ReferenceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.ReferenceTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityHeaderTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityTokenReferenceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityTokenReferenceTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.TransformationParametersElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.TransformationParametersTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.UsernameTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.UsernameTokenTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.AbsXPathElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.AlgorithmSuiteElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.AsymmetricBindingElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic128ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic128Rsa15ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic128Sha256ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic128Sha256Rsa15ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic192ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic192Rsa15ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic192Sha256ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic192Sha256Rsa15ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic256ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic256Rsa15ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic256Sha256ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic256Sha256Rsa15ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.BootstrapPolicyElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EmptyTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptBeforeSigningElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptedElementsElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptedPartsElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptionTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptSignatureElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EndorsingEncryptedSupportingTokensElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EndorsingSupportingTokensElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HashPasswordElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HeaderTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HttpBasicAuthenticationElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HttpDigestAuthenticationElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HttpsTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.IncludeTimestampElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.InclusiveC14NElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.InitiatorEncryptionTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.InitiatorSignatureTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.InitiatorTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.IssuedTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.IssuedTokenTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.KerberosTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.LaxElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.LaxTsFirstElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.LaxTsLastElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.LayoutElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportClientChallengeElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportIssuedTokensElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefEmbeddedTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefEncryptedKeyElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefExternalURIElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefIssuerSerialElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefKeyIdentifierElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefThumbprintElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportServerChallengeElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.NestedPolicyTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.NoPasswordElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.OnlySignEntireHeadersAndBodyElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.ProtectionTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.ProtectTokensElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.QNameAssertionTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RecipientEncryptionTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RecipientSignatureTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RecipientTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RelTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequestSecurityTokenTemplateTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireClientCertificateElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireClientEntropyElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequiredElementsElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireDerivedKeysElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireEmbeddedTokenReferenceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireExplicitDerivedKeysElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireExternalReferenceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireExternalUriReferenceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireImplicitDerivedKeysElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireInternalReferenceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireIssuerSerialReferenceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireKeyIdentifierReferenceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireRequestSecurityTokenCollectionElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireServerEntropyElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireSignatureConfirmationElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireThumbprintReferenceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SamlTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SC200502SecurityContextTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SecureConversationTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SecureConversationTokenTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SecurityContextTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SePartsTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SerElementsTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignatureTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedElementsElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedEncryptedSupportingTokensElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedEndorsingEncryptedSupportingTokensElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedEndorsingSupportingTokensElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedPartsElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedSupportingTokensElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SOAPNormalization10ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SpnegoContextTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SpnegoContextTokenTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.StrictElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.STRTransform10ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SupportingTokensElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SymmetricBindingElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TokenAssertionTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TransportBindingElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TransportTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TripleDesElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TripleDesRsa15ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TripleDesSha256ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TripleDesSha256Rsa15ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Trust10ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.UsernameTokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Wss10ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Wss11ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssGssKerberosV5ApReqToken11ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssKerberosV5ApReqToken11ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssRelV10Token10ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssRelV10Token11ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssRelV20Token10ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssRelV20Token11ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssSamlV11Token10ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssSamlV11Token11ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssSamlV20Token11ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssUsernameToken10ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssUsernameToken11ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509Pkcs7Token10ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509Pkcs7Token11ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509PkiPathV1Token10ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509PkiPathV1Token11ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509V1Token11ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509V3Token10ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509V3Token11ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.X509TokenElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.XPath10ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.XPathFilter20ElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.AttributedDateTimeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.AttributedURIImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.CreatedElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.ExpiresElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.TimestampElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.TimestampTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.CanonicalizationMethodElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.CanonicalizationMethodTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DigestMethodElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DigestMethodTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DigestValueElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DSAKeyValueElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyInfoElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyInfoTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyNameElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyValueElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyValueTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ManifestElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ManifestTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.MgmtDataElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ObjectElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ObjectTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.PGPDataElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.PGPDataTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ReferenceElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RetrievalMethodElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RetrievalMethodTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RSAKeyValueElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RSAKeyValueTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureMethodElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureMethodTypeImpl.HMACOutputLengthImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureMethodTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertiesElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertiesTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertyElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertyTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureValueElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureValueTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignedInfoElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignedInfoTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SPKIDataElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SPKIDataTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SPKIDataTypeImpl.SPKISexpImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformsElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformsTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformTypeImpl.XPathImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataElementImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509CertificateImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509CRLImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509IssuerSerialImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509SKIImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509SubjectNameImpl
-
- serializeBody(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509IssuerSerialTypeImpl
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_doesEntryExists_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDeletedObjectFilter_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectType_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getTopLevelContainers_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isAncestorOrgDeleted_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerService_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAdminRole_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setGroupFilter_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndDeleteObject_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.entity.EntityObjectIF_deleteEntity_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_isUserExists_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_attributes_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_getCookieNameForToken_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_getCookieNamesToForward_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_log_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_read_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getX509CertificateToken_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_initialization_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertions_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_Fault_SOAPSerializer
-
- serializeDetail(Object, XMLWriter, SOAPSerializationContext) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_Fault_SOAPSerializer
-
- serializeToString(Object) - Static method in class com.sun.identity.authentication.share.AuthXMLUtils
-
Serialize an object to a string
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ActionElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ActionTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AdviceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AdviceTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionIDRefElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionURIRefElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeStatementElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeStatementTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeValueElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AudienceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AudienceRestrictionElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AudienceRestrictionTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthenticatingAuthorityElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextClassRefElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextDeclElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextDeclRefElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthzDecisionStatementElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthzDecisionStatementTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.BaseIDAbstractTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.BaseIDElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionAbstractTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionsElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionsTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EncryptedAssertionElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EncryptedAttributeElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EncryptedElementTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EncryptedIDElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EvidenceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EvidenceTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.IssuerElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.KeyInfoConfirmationDataTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.NameIDElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.NameIDTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.OneTimeUseElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.OneTimeUseTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ProxyRestrictionElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ProxyRestrictionTypeImpl
-
- serializeURIs(XMLSerializer) - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializable
-
Declares all the namespace URIs this object is using at
its top-level scope into the specified target.
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.StatementAbstractTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.StatementElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationDataElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationDataTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AffiliationConfigElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeAuthorityConfigElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeQueryConfigElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AuthnAuthorityConfigElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.BaseConfigTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.EntityConfigElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.EntityConfigTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.IDPSSOConfigElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.PDPConfigElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.SPSSOConfigElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.ValueElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.XACMLAuthzDecisionQueryConfigElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.XACMLPDPConfigElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AdditionalMetadataLocationElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AdditionalMetadataLocationTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliateMemberElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ArtifactResolutionServiceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AssertionConsumerServiceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AssertionIDRequestServiceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeAuthorityDescriptorElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeAuthorityDescriptorTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeProfileElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeServiceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeServiceTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AuthnAuthorityDescriptorElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AuthnAuthorityDescriptorTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AuthnQueryServiceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AuthzServiceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.CompanyElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ContactPersonElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ContactTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EmailAddressElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EncryptionMethodElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EndpointTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntitiesDescriptorElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntitiesDescriptorTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ExtensionsElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ExtensionsTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.GivenNameElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IndexedEndpointTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.KeyDescriptorElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.KeyDescriptorTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.LocalizedNameTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.LocalizedURITypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ManageNameIDServiceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.NameIDFormatElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.NameIDMappingServiceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationDisplayNameElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationNameElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationURLElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.PDPDescriptorElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.PDPDescriptorTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.QueryDescriptorElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.QueryDescriptorTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RequestedAttributeElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RequestedAttributeTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ServiceDescriptionElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ServiceNameElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SingleLogoutServiceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SingleSignOnServiceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SSODescriptorTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SurNameElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.TelephoneNumberElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLAuthzDecisionQueryDescriptorElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLAuthzDecisionQueryDescriptorTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLAuthzServiceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLPDPDescriptorElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.XACMLPDPDescriptorTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadataattr.impl.EntityAttributesElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadataattr.impl.EntityAttributesTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.ActionNamespaceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.AttributeQueryDescriptorElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.AttributeQueryDescriptorTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.AuthnQueryDescriptorTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.AuthzDecisionQueryDescriptorTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.QueryDescriptorTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.metadataidpdiscovery.impl.DiscoveryResponseElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.schema.impl.AnyTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl.KANonceImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl.OriginatorKeyInfoImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl.RecipientKeyInfoImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherDataElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherDataTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherReferenceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherReferenceTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedDataElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedDataTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedKeyElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedKeyTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl.KeySizeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl.OAEPparamsImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertiesElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertiesTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListTypeImpl.DataReferenceImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListTypeImpl.KeyReferenceImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceListTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.TransformsTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.CanonicalizationMethodElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.CanonicalizationMethodTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DigestMethodElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DigestMethodTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DigestValueElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DSAKeyValueElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyInfoElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyInfoTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyNameElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyValueElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyValueTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ManifestElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ManifestTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.MgmtDataElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ObjectElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ObjectTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.PGPDataElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.PGPDataTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ReferenceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RetrievalMethodElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RetrievalMethodTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RSAKeyValueElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RSAKeyValueTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureMethodElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureMethodTypeImpl.HMACOutputLengthImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureMethodTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertiesElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertiesTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertyElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertyTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureValueElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureValueTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignedInfoElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignedInfoTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SPKIDataElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SPKIDataTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SPKIDataTypeImpl.SPKISexpImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformsElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformsTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformTypeImpl.XPathImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509CertificateImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509CRLImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509IssuerSerialImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509SKIImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509SubjectNameImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509IssuerSerialTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.AttributeElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.AttributeTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.BaseConfigTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.FederationConfigElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.FederationConfigTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.IDPSSOConfigElementImpl
-
- serializeURIs(XMLSerializer) - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.XMLSerializable
-
Declares all the namespace URIs this object is using at
its top-level scope into the specified target.
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.SPSSOConfigElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.ValueElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ActionElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.AttributedQNameTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.AttributedUnsignedLongTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.AttributedURITypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.EndpointReferenceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.EndpointReferenceTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.FaultToElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.FromElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.MessageIDElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.MetadataElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.MetadataTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ProblemActionElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ProblemActionTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ProblemHeaderQNameElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ProblemIRIElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ReferenceParametersElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ReferenceParametersTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.RelatesToElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.RelatesToTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ReplyToElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.RetryAfterElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ToElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AdditionalContextProcessedElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AssertionTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AttributeExtensibleStringImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AttributeExtensibleURIImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AttributeServiceEndpointElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AuthenticationTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AutomaticPseudonymsElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClaimTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClientPseudonymElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClientPseudonymTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.DescriptionTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.DisplayNameTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationIDElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationMetadataElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationMetadataHandlerElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationMetadataHandlerTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationMetadataTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FilterPseudonymsElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FilterPseudonymsTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FreshnessElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FreshnessImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuerNamesOfferedElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuerNamesOfferedTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuerNameTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuesSpecificPolicyFaultElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ProofTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ProofTokenTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymBasisElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymBasisTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PsuedonymServiceEndpointElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RealmElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceDigestTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceToken11ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceTokenTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RelativeToElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RelativeToTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestProofTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestProofTokenTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestPseudonymElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestPseudonymTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequireBearerTokensElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequireReferenceTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequiresGenericClaimDialectElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequireSharedCookiesElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequireSignedTokensElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SecurityTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SecurityTokenTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutBasisTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SingleSignOutNotificationEndpointElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SingleSignOutSubscriptionEndpointElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenIssuerEndpointElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenIssuerNameElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenKeyInfoTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenKeyTransferKeyInfoElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenSigningKeyInfoElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenTypesOfferedElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenTypesOfferedTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.UriNamedClaimTypesOfferedElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.UriNamedClaimTypesOfferedTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.WebBindingElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.AllElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.AppliesToElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.AppliesToTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.ExactlyOneElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.OperatorContentTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyAttachmentElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyAttachmentTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyReferenceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyReferenceTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.AttributedStringImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.BinarySecurityTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.BinarySecurityTokenTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.EmbeddedElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.EmbeddedTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.EncodedStringImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.KeyIdentifierElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.KeyIdentifierTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.NonceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.PasswordElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.PasswordStringImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.ReferenceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.ReferenceTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityHeaderTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityTokenReferenceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityTokenReferenceTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.TransformationParametersElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.TransformationParametersTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.UsernameTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.UsernameTokenTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.AbsXPathElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.AlgorithmSuiteElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.AsymmetricBindingElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic128ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic128Rsa15ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic128Sha256ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic128Sha256Rsa15ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic192ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic192Rsa15ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic192Sha256ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic192Sha256Rsa15ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic256ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic256Rsa15ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic256Sha256ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Basic256Sha256Rsa15ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.BootstrapPolicyElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EmptyTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptBeforeSigningElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptedElementsElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptedPartsElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptionTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EncryptSignatureElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EndorsingEncryptedSupportingTokensElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.EndorsingSupportingTokensElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HashPasswordElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HeaderTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HttpBasicAuthenticationElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HttpDigestAuthenticationElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HttpsTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.IncludeTimestampElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.InclusiveC14NElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.InitiatorEncryptionTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.InitiatorSignatureTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.InitiatorTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.IssuedTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.IssuedTokenTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.KerberosTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.LaxElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.LaxTsFirstElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.LaxTsLastElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.LayoutElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportClientChallengeElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportIssuedTokensElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefEmbeddedTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefEncryptedKeyElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefExternalURIElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefIssuerSerialElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefKeyIdentifierElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportRefThumbprintElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.MustSupportServerChallengeElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.NestedPolicyTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.NoPasswordElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.OnlySignEntireHeadersAndBodyElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.ProtectionTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.ProtectTokensElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.QNameAssertionTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RecipientEncryptionTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RecipientSignatureTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RecipientTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RelTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequestSecurityTokenTemplateTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireClientCertificateElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireClientEntropyElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequiredElementsElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireDerivedKeysElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireEmbeddedTokenReferenceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireExplicitDerivedKeysElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireExternalReferenceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireExternalUriReferenceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireImplicitDerivedKeysElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireInternalReferenceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireIssuerSerialReferenceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireKeyIdentifierReferenceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireRequestSecurityTokenCollectionElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireServerEntropyElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireSignatureConfirmationElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequireThumbprintReferenceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SamlTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SC200502SecurityContextTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SecureConversationTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SecureConversationTokenTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SecurityContextTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SePartsTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SerElementsTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignatureTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedElementsElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedEncryptedSupportingTokensElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedEndorsingEncryptedSupportingTokensElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedEndorsingSupportingTokensElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedPartsElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedSupportingTokensElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SOAPNormalization10ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SpnegoContextTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SpnegoContextTokenTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.StrictElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.STRTransform10ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SupportingTokensElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SymmetricBindingElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TokenAssertionTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TransportBindingElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TransportTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TripleDesElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TripleDesRsa15ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TripleDesSha256ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TripleDesSha256Rsa15ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Trust10ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.UsernameTokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Wss10ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.Wss11ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssGssKerberosV5ApReqToken11ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssKerberosV5ApReqToken11ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssRelV10Token10ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssRelV10Token11ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssRelV20Token10ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssRelV20Token11ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssSamlV11Token10ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssSamlV11Token11ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssSamlV20Token11ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssUsernameToken10ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssUsernameToken11ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509Pkcs7Token10ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509Pkcs7Token11ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509PkiPathV1Token10ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509PkiPathV1Token11ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509V1Token11ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509V3Token10ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.WssX509V3Token11ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.X509TokenElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.XPath10ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.XPathFilter20ElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.AttributedDateTimeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.AttributedURIImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.CreatedElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.ExpiresElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.TimestampElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.TimestampTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.CanonicalizationMethodElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.CanonicalizationMethodTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DigestMethodElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DigestMethodTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DigestValueElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DSAKeyValueElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyInfoElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyInfoTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyNameElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyValueElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyValueTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ManifestElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ManifestTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.MgmtDataElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ObjectElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ObjectTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.PGPDataElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.PGPDataTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ReferenceElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RetrievalMethodElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RetrievalMethodTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RSAKeyValueElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RSAKeyValueTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureMethodElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureMethodTypeImpl.HMACOutputLengthImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureMethodTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertiesElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertiesTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertyElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertyTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureValueElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureValueTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignedInfoElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignedInfoTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SPKIDataElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SPKIDataTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SPKIDataTypeImpl.SPKISexpImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformsElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformsTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformTypeImpl.XPathImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataElementImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509CertificateImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509CRLImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509IssuerSerialImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509SKIImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509SubjectNameImpl
-
- serializeURIs(XMLSerializer) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509IssuerSerialTypeImpl
-
- serialVersionUID - Static variable in class org.forgerock.openam.authentication.service.protocol.RemoteCookie
-
- serialVersionUID - Static variable in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletRequest
-
- serialVersionUID - Static variable in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletResponse
-
- serialVersionUID - Static variable in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
- serialVersionUID - Static variable in class org.forgerock.openam.authentication.service.protocol.RemoteServletResponse
-
- serialVersionUID - Static variable in class org.forgerock.openam.authentication.service.protocol.RemoteSession
-
- SeriesTaskExecutor - Class in org.forgerock.openam.sm.datalayer.impl
-
The SeriesTaskExecutor is an executor that allows parallel processing of tasks, while guaranteeing that tasks on a
single
Token are always processed in order via a queuing mechanism.
- SeriesTaskExecutor(ExecutorService, SeriesTaskExecutorThreadFactory, ThreadMonitor, CTSQueueConfiguration, Debug) - Constructor for class org.forgerock.openam.sm.datalayer.impl.SeriesTaskExecutor
-
Create a default instance of the SeriesTaskExecutor.
- SeriesTaskExecutorThread - Class in org.forgerock.openam.sm.datalayer.impl
-
Responsible for processing CTS Tasks asynchronously.
- SeriesTaskExecutorThread(Debug, SimpleTaskExecutor) - Constructor for class org.forgerock.openam.sm.datalayer.impl.SeriesTaskExecutorThread
-
Generate a default instance of the Task Processor.
- SeriesTaskExecutorThreadFactory - Class in org.forgerock.openam.sm.datalayer.impl
-
Responsible for generating instances of SeriesTaskExecutorThreads.
- SeriesTaskExecutorThreadFactory(Injector) - Constructor for class org.forgerock.openam.sm.datalayer.impl.SeriesTaskExecutorThreadFactory
-
- SERVER - Static variable in class com.iplanet.services.ldap.DSConfigMgr
-
- Server - Class in com.iplanet.services.ldap
-
This class represents a server.
- Server() - Constructor for class com.iplanet.services.ldap.Server
-
The constructor to instantiate the server object.
- server - Variable in class com.sun.identity.monitoring.TableSsoServerAuthModulesTable
-
Reference to the MBean server.
- server - Variable in class com.sun.identity.monitoring.TableSsoServerEntitlementPolicyStatsTable
-
Reference to the MBean server.
- server - Variable in class com.sun.identity.monitoring.TableSsoServerFedCOTMemberTable
-
Reference to the MBean server.
- server - Variable in class com.sun.identity.monitoring.TableSsoServerFedCOTsTable
-
Reference to the MBean server.
- server - Variable in class com.sun.identity.monitoring.TableSsoServerFedEntitiesTable
-
Reference to the MBean server.
- server - Variable in class com.sun.identity.monitoring.TableSsoServerLoggingHdlrTable
-
Reference to the MBean server.
- server - Variable in class com.sun.identity.monitoring.TableSsoServerPolicy22AgentTable
-
Reference to the MBean server.
- server - Variable in class com.sun.identity.monitoring.TableSsoServerPolicyJ2EEAgentTable
-
Reference to the MBean server.
- server - Variable in class com.sun.identity.monitoring.TableSsoServerPolicyJ2EEGroupTable
-
Reference to the MBean server.
- server - Variable in class com.sun.identity.monitoring.TableSsoServerPolicyWebAgentTable
-
Reference to the MBean server.
- server - Variable in class com.sun.identity.monitoring.TableSsoServerPolicyWebGroupTable
-
Reference to the MBean server.
- server - Variable in class com.sun.identity.monitoring.TableSsoServerRealmTable
-
Reference to the MBean server.
- server - Variable in class com.sun.identity.monitoring.TableSsoServerSAML1CacheTable
-
Reference to the MBean server.
- server - Variable in class com.sun.identity.monitoring.TableSsoServerSAML1EndPointTable
-
Reference to the MBean server.
- server - Variable in class com.sun.identity.monitoring.TableSsoServerSAML1TrustPrtnrsTable
-
Reference to the MBean server.
- server - Variable in class com.sun.identity.monitoring.TableSsoServerSAML2IDPTable
-
Reference to the MBean server.
- server - Variable in class com.sun.identity.monitoring.TableSsoServerSAML2SPTable
-
Reference to the MBean server.
- server - Variable in class com.sun.identity.monitoring.TableSsoServerServerTable
-
Reference to the MBean server.
- server - Variable in class com.sun.identity.monitoring.TableSsoServerSiteMapTable
-
Reference to the MBean server.
- server - Variable in class com.sun.identity.monitoring.TableSsoServerSitesTable
-
Reference to the MBean server.
- server - Variable in class com.sun.identity.monitoring.TableSsoServerWSSAgentsDSCAgentTable
-
Reference to the MBean server.
- server - Variable in class com.sun.identity.monitoring.TableSsoServerWSSAgentsDSCAgtGrpTable
-
Reference to the MBean server.
- server - Variable in class com.sun.identity.monitoring.TableSsoServerWSSAgentsSTSAgentTable
-
Reference to the MBean server.
- server - Variable in class com.sun.identity.monitoring.TableSsoServerWSSAgentsSTSAgtGrpTable
-
Reference to the MBean server.
- server - Variable in class com.sun.identity.monitoring.TableSsoServerWSSAgentsWSCAgentTable
-
Reference to the MBean server.
- server - Variable in class com.sun.identity.monitoring.TableSsoServerWSSAgentsWSCAgtGrpTable
-
Reference to the MBean server.
- server - Variable in class com.sun.identity.monitoring.TableSsoServerWSSAgentsWSPAgentTable
-
Reference to the MBean server.
- server - Variable in class com.sun.identity.monitoring.TableSsoServerWSSAgentsWSPAgtGrpTable
-
Reference to the MBean server.
- server - Variable in class org.forgerock.openam.monitoring.cts.TableCtsCRUDOperationsPerTokenTypeTable
-
Reference to the MBean server.
- server - Variable in class org.forgerock.openam.monitoring.cts.TableCtsCRUDOperationsTable
-
Reference to the MBean server.
- server - Variable in class org.forgerock.openam.monitoring.cts.TableCtsTokenOperationsTable
-
Reference to the MBean server.
- server - Variable in class org.forgerock.openam.monitoring.cts.TableOperationTable
-
Reference to the MBean server.
- server - Variable in class org.forgerock.openam.monitoring.cts.TableTokenTable
-
Reference to the MBean server.
- Server - Class in org.openidentityplatform.openam.cassandra.embedded
-
- Server() - Constructor for class org.openidentityplatform.openam.cassandra.embedded.Server
-
- Server.Type - Class in com.iplanet.services.ldap
-
- SERVER_DEFAULT_NAME - Static variable in class org.forgerock.openam.core.rest.sms.SmsServerPropertiesResource
-
The name of the defaults 'server'.
- SERVER_DEFAULTS - Static variable in class com.sun.identity.common.configuration.ServerConfiguration
-
- SERVER_DEPLOY_URI - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- SERVER_DOWN - Static variable in exception com.iplanet.services.ldap.LDAPServiceException
-
SERVER_DOWN(4) Indicates that the server was reported down.
- SERVER_ERROR - Static variable in class com.sun.identity.liberty.ws.interaction.InteractionManager
-
Constant string to indicate generic server error
- SERVER_ERROR - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Error
-
The authorization server encountered an unexpected condition which
prevented it from fulfilling the request.
- SERVER_FAULT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- SERVER_HOST - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Attribute that identifies server host in
AMConfig.properties file.
- SERVER_ID - Static variable in class com.iplanet.services.ldap.DSConfigMgr
-
- SERVER_ID_DOES_NOT_EXIST - Static variable in class com.iplanet.services.ldap.DSConfigMgr
-
- SERVER_ID_LENGTH - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Length for server id.
- SERVER_INFO_RESOURCE - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to Locate ServerInfo resource translations
- SERVER_INFO_URI - Static variable in class com.sun.identity.install.tools.util.RESTEndpoint
-
- SERVER_INFO_URI_API_VERSION - Static variable in class com.sun.identity.install.tools.util.RESTEndpoint
-
- SERVER_MODE - Static variable in interface com.sun.identity.shared.Constants
-
Property string for determining whether server mode or client mode.
- SERVER_NAME - Static variable in interface com.sun.identity.cli.IArgument
-
Server name.
- SERVER_NAMES - Static variable in interface com.sun.identity.cli.IArgument
-
Server names.
- SERVER_NOT_PRESENT - Static variable in exception com.iplanet.services.ldap.LDAPServiceException
-
SERVER_NOT_PRESENT(15) If you call getConnection, with or without the
service name and there is no Server specified for that service, this
exception gets thrown.
- SERVER_PASS_FILE - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- SERVER_PORT - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Attribute that identifies server port in
AMConfig.properties file.
- SERVER_PROPERTIES - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to API Descriptor translations
- SERVER_PROTOCOL - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Attribute that identifies server protocol in
AMConfig.properties file.
- SERVER_SUBSCHEMA - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- SERVER_UNWILLING - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- SERVER_URI - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Attribute that identifies server port in
AMConfig.properties file.
- SERVER_URL - Static variable in interface com.sun.identity.cli.IArgument
-
Server URL option
- SERVER_URL - Static variable in interface com.sun.identity.config.SessionAttributeNames
-
- SERVER_VERSION_RESOURCE - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to API Descriptor translations
- ServerConfigBase - Class in com.sun.identity.cli.serverconfig
-
- ServerConfigBase() - Constructor for class com.sun.identity.cli.serverconfig.ServerConfigBase
-
- ServerConfigMgr - Class in com.iplanet.services.ldap
-
The class ServiceConfigMgr provides interfaces to set the
directory server information such as hostname, port number, admin DN and
password, and proxy user DN and password.
- ServerConfigMgr() - Constructor for class com.iplanet.services.ldap.ServerConfigMgr
-
Constructor that get the serverconfig.xml file and gets the XML document.
- ServerConfiguration - Class in com.sun.identity.common.configuration
-
This manages server configuration information.
- ServerConfigurationFactory - Class in org.forgerock.openam.sm
-
Responsible for parsing the DSConfigMgr configuration.
- ServerConfigurationFactory(DSConfigMgr) - Constructor for class org.forgerock.openam.sm.ServerConfigurationFactory
-
Initialise the configuration parser.
- ServerConfigurationNotFound - Exception in org.forgerock.openam.sm.exceptions
-
Indicates that the requested ServerGroup configuration details could not be found.
- ServerConfigurationNotFound(String) - Constructor for exception org.forgerock.openam.sm.exceptions.ServerConfigurationNotFound
-
- ServerConfigXML - Class in com.sun.identity.common.configuration
-
Server Configuration XML object.
- ServerConfigXML(String) - Constructor for class com.sun.identity.common.configuration.ServerConfigXML
-
Creates an object representing server configuration XML.
- ServerConfigXML.DirUserObject - Class in com.sun.identity.common.configuration
-
Directory User object.
- ServerConfigXML.ServerGroup - Class in com.sun.identity.common.configuration
-
Server Group Object.
- ServerConfigXML.ServerObject - Class in com.sun.identity.common.configuration
-
Server object.
- ServerConfigXMLObserver - Class in com.sun.identity.common.configuration
-
Listens to directory configuration changes in server configuration node.
- ServerContextHelper - Class in org.forgerock.openam.rest
-
This class contains method that help with getting information out of ServerContexts objects.
- ServerContextHelper() - Constructor for class org.forgerock.openam.rest.ServerContextHelper
-
- ServerContextUtils - Class in org.forgerock.openam.forgerockrest.utils
-
For the convenience of generating information from different types of ServerContexts.
- ServerContextUtils() - Constructor for class org.forgerock.openam.forgerockrest.utils.ServerContextUtils
-
- ServerEntryNotFoundException - Exception in com.iplanet.services.naming
-
A ServerEntryNotFoundException is thrown if the Naming Service
can not find that server entry
- ServerEntryNotFoundException(String) - Constructor for exception com.iplanet.services.naming.ServerEntryNotFoundException
-
Constructs an instance of the ServerEntryNotFoundException
class.
- ServerEntryNotFoundException(Throwable) - Constructor for exception com.iplanet.services.naming.ServerEntryNotFoundException
-
Constructs an instance of the ServerEntryNotFoundException
class.
- ServerException - Exception in org.forgerock.oauth2.core.exceptions
-
Thrown when any internal server error occurs.
- ServerException() - Constructor for exception org.forgerock.oauth2.core.exceptions.ServerException
-
Constructs a new ServerException with the default message.
- ServerException(String) - Constructor for exception org.forgerock.oauth2.core.exceptions.ServerException
-
Constructs a new ServerException with the specified message.
- ServerException(Throwable) - Constructor for exception org.forgerock.oauth2.core.exceptions.ServerException
-
Constructs a new ServerException with the message from the specified cause.
- ServerException - Exception in org.forgerock.openam.sm.datalayer.store
-
- ServerException(String, Throwable) - Constructor for exception org.forgerock.openam.sm.datalayer.store.ServerException
-
- ServerException(String) - Constructor for exception org.forgerock.openam.sm.datalayer.store.ServerException
-
- serverFailed(String) - Static method in class com.sun.identity.jaxrpc.JAXRPCUtil
-
Sets the service to be failed.
- serverFailed - Static variable in class com.sun.identity.shared.jaxrpc.JAXRPCHelper
-
- serverFailed(String) - Static method in class com.sun.identity.shared.jaxrpc.JAXRPCHelper
-
Sets the service to be failed.
- ServerFaultException - Exception in com.sun.identity.saml2.profile
-
Indicates a server fault occurred during federated SSO.
- ServerFaultException(String) - Constructor for exception com.sun.identity.saml2.profile.ServerFaultException
-
Constructs the server fault exception with the given message code.
- ServerFaultException(String, String) - Constructor for exception com.sun.identity.saml2.profile.ServerFaultException
-
Constructs the server fault exception with the given message code and detail message.
- ServerFaultException(SAML2IdentityProviderAdapter, String) - Constructor for exception com.sun.identity.saml2.profile.ServerFaultException
-
Constructs the server fault exception with the given IDP adapter and message code.
- ServerFaultException(SAML2IdentityProviderAdapter, String, String) - Constructor for exception com.sun.identity.saml2.profile.ServerFaultException
-
Constructs the client fault exception with the given IDP adapter, message code, and detail message.
- SERVERGROUP - Static variable in class com.iplanet.services.ldap.DSConfigMgr
-
- ServerGroup - Class in com.iplanet.services.ldap
-
- ServerGroup() - Constructor for class com.iplanet.services.ldap.ServerGroup
-
- ServerGroup(Node) - Constructor for class com.sun.identity.common.configuration.ServerConfigXML.ServerGroup
-
Constructs a Server Group object.
- ServerGroupConfiguration - Class in org.forgerock.openam.sm
-
Represents the configuration information for a server group.
- serverGroupName() - Method in class com.iplanet.services.ldap.ServerGroup
-
- ServerHostName - Variable in class com.sun.identity.monitoring.SsoServerServerEntry
-
Variable for storing the value of "ServerHostName".
- ServerId - Variable in class com.sun.identity.monitoring.SsoServerServerEntry
-
Variable for storing the value of "ServerId".
- SERVERID_LBCOOKIEVALUE_LIST - Static variable in interface com.sun.identity.shared.Constants
-
Key name for serverid-cookievalue list in naming table.
- ServerIDValidator - Class in com.sun.identity.sm
-
The class ServerIDValidator is used to validate the correct
string format for the attribute iplanet-am-platform-server-list in
iPlanetAMPlatformService. e.g. proto://host.port|xx where xx is an unique
identifier and could any two bytes value
- ServerIDValidator() - Constructor for class com.sun.identity.sm.ServerIDValidator
-
- ServerInfo - Class in org.forgerock.openam.core.rest.server.models
-
ServerInfo bean.
- ServerInfo() - Constructor for class org.forgerock.openam.core.rest.server.models.ServerInfo
-
- ServerInfoResource - Class in org.forgerock.openam.core.rest.server
-
Represents Server Information that can be queried via a REST interface.
- ServerInfoResource(Debug, ConsoleConfigHandler, RestSecurityProvider) - Constructor for class org.forgerock.openam.core.rest.server.ServerInfoResource
-
- ServerInstance - Class in com.iplanet.services.ldap
-
The server instance object represents a tuple of .
- ServerInstanceAction - Class in com.sun.identity.security
-
The class is used to perform privileged operations using
AccessController.doPrivileged()
when using
com.iplanet.services.ldap.ServerInstance to obtain Admin
passwords.
- ServerInstanceAction(ServerInstance) - Constructor for class com.sun.identity.security.ServerInstanceAction
-
Non default constructor to be used when a doPrivileged() is performed for
the decryption operations.
- ServerObject() - Constructor for class com.sun.identity.common.configuration.ServerConfigXML.ServerObject
-
Constructs a Server object.
- ServerObject(Node) - Constructor for class com.sun.identity.common.configuration.ServerConfigXML.ServerObject
-
Constructs a Server object.
- ServerOrSiteEntry - Class in com.sun.identity.common
-
- ServerOrSiteEntry(String) - Constructor for class com.sun.identity.common.ServerOrSiteEntry
-
- serverPort - Static variable in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- ServerPort - Variable in class com.sun.identity.monitoring.SsoServerServerEntry
-
Variable for storing the value of "ServerPort".
- ServerPropertyValidator - Class in com.sun.identity.common.configuration
-
Validates the values of server configuration properties.
- ServerPropertyValidator() - Constructor for class com.sun.identity.common.configuration.ServerPropertyValidator
-
- ServerProtocol - Variable in class com.sun.identity.monitoring.SsoServerServerEntry
-
Variable for storing the value of "ServerProtocol".
- SERVERS_RESOURCE - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to API Descriptor translations
- ServerSessionOperationStrategy - Class in com.iplanet.dpro.session.operations
-
Server based SessionOperationStrategy implementation.
- ServerSessionOperationStrategy(SessionMonitoringStore, LocalOperations, StatelessOperations, StatelessSessionManager, Debug) - Constructor for class com.iplanet.dpro.session.operations.ServerSessionOperationStrategy
-
Guice initialised constructor.
- ServersResourceProvider - Class in org.forgerock.openam.core.rest.sms
-
Resource provider that deals with server instances.
- ServersResourceProvider(Debug) - Constructor for class org.forgerock.openam.core.rest.sms.ServersResourceProvider
-
- ServerStatus - Variable in class com.sun.identity.monitoring.SsoServerServerEntry
-
Variable for storing the value of "ServerStatus".
- ServerUpgrade - Class in org.forgerock.openam.upgrade
-
- ServerUpgrade() - Constructor for class org.forgerock.openam.upgrade.ServerUpgrade
-
- serverURL - Static variable in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- ServerVersionResource - Class in org.forgerock.openam.core.rest.server
-
Represents server version information that can be queried via a REST interface.
- ServerVersionResource() - Constructor for class org.forgerock.openam.core.rest.server.ServerVersionResource
-
- SERVICE - Static variable in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Represents Service Information
- SERVICE - Static variable in class com.sun.identity.authentication.AuthContext.IndexType
-
The SERVICE index type indicates that the index name
given corresponds to a service (or application).
- SERVICE - Static variable in class com.sun.identity.authentication.config.AMAuthConfigType
-
- SERVICE - Static variable in class com.sun.identity.authentication.service.AuthUtils
-
Authentication type for Service based authentication after
Composite Advices
- SERVICE - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- SERVICE - Static variable in class com.sun.identity.idm.IdOperation
-
The SERVICE operation is supported only for service
related functions on an identity.
- service(HttpServletRequest, HttpServletResponse) - Method in class com.sun.identity.idsvcs.rest.IdentityServicesHandler
-
Determines unmarshalls the request and executes the proper method based
on the request parameters.
- SERVICE - Static variable in interface com.sun.identity.liberty.ws.paos.PAOSConstants
-
PAOS Request service attribute name.
- SERVICE - Static variable in exception com.sun.identity.policy.PolicyException
-
The constant variable specifies the exception is
with respect to services.
- SERVICE - Static variable in class com.sun.identity.sm.SMSUtils
-
- SERVICE - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Custom
-
- service(HttpServletRequest, HttpServletResponse) - Method in class org.forgerock.openam.rest.RestEndpointServlet
-
Delegates the request to either the CREST or Restlet servlet based on whether the request is for a resource
or service REST endpoint.
- SERVICE_ALREADY_ASSIGNED - Static variable in class com.sun.identity.idm.IdRepoErrorCode
-
- SERVICE_ATTRS - Static variable in interface com.sun.identity.idm.IdConstants
-
- SERVICE_CLASS - Static variable in class com.sun.identity.liberty.ws.dst.DSTConstants
-
- SERVICE_DN - Static variable in class com.sun.identity.coretoken.spi.OpenSSOCoreTokenStore
-
- SERVICE_HIERARCHY - Static variable in class com.sun.identity.sm.SMSUtils
-
- SERVICE_ID - Static variable in class com.sun.identity.sm.SMSUtils
-
- SERVICE_KEY - Static variable in class com.sun.identity.authentication.config.AMAuthConfigUtils
-
- SERVICE_MANAGER_CONFIG - Static variable in class org.forgerock.openam.sm.datalayer.api.DataLayerConstants
-
Guice bindings for ConnectionConfig instances
- SERVICE_MANAGER_INITIALIZATION_FAILED - Static variable in class com.sun.identity.idm.IdRepoErrorCode
-
- SERVICE_NAME - Static variable in class com.sun.identity.authentication.config.AMAuthConfigUtils
-
- SERVICE_NAME - Static variable in class com.sun.identity.authentication.service.ConfiguredAuthServices
-
- SERVICE_NAME - Static variable in interface com.sun.identity.cli.IArgument
-
Service name argument.
- SERVICE_NAME - Static variable in class com.sun.identity.entitlement.opensso.EntitlementService
-
Entitlement Service name.
- SERVICE_NAME - Static variable in interface com.sun.identity.idm.IdConstants
-
- SERVICE_NAME - Static variable in class org.forgerock.openam.audit.AuditConstants
-
SMS service name for the audit service.
- SERVICE_NAME - Static variable in class org.forgerock.openam.core.rest.devices.services.oath.AuthenticatorOathService
-
Name of this service for reference purposes.
- SERVICE_NAME - Static variable in class org.forgerock.openam.core.rest.devices.services.push.AuthenticatorPushService
-
Name of this service for reference purposes.
- SERVICE_NAME - Static variable in class org.forgerock.openam.core.rest.server.SocialAuthenticationImplementation
-
- SERVICE_NAME - Static variable in class org.forgerock.openam.entitlement.utils.EntitlementUtils
-
- SERVICE_NAME - Static variable in class org.forgerock.openam.scripting.ScriptConstants
-
- SERVICE_NAME - Static variable in class org.forgerock.openam.services.email.MailServerImpl
-
- SERVICE_NAME - Static variable in class org.forgerock.openam.services.push.PushNotificationConstants
-
Name of the PushNotificationService.
- SERVICE_NAME - Static variable in class org.forgerock.openam.session.SessionPropertyWhitelist
-
The name of the service implemented.
- SERVICE_NAME - Static variable in class org.forgerock.openam.uma.UmaConstants
-
- SERVICE_NAMES - Static variable in interface com.sun.identity.setup.SetupConstants
-
Property key in PROPERTY_FILENAME file that has all
services that need to be registered by the configurator.
- SERVICE_NOT_ASSIGNED - Static variable in class com.sun.identity.idm.IdRepoErrorCode
-
- SERVICE_NOT_PRESENT - Static variable in exception com.iplanet.services.ldap.LDAPServiceException
-
SERVICE_NOT_FOUND(13) When called
DataAccessProvider.getConnection(String), it tries to look for the type
of service it is given to provide.
- SERVICE_PARAM - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
Query param name for Service based authenticatin
(a.k.a. authentication chain)
- SERVICE_PROVIDER - Static variable in class com.sun.identity.configuration.ConfigFedMonitoring
-
- SERVICE_QNAME - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
Name of configuration key referencing the name of the service defined in the wsdl which should be exposed.
- SERVICE_REV_NUMBER_70 - Static variable in class com.iplanet.services.naming.service.NamingService
-
- SERVICE_STATUS_ATTR - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- SERVICE_STATUS_ATTRIBUTE - Static variable in interface com.iplanet.am.sdk.AMConstants
-
Deprecated.
- SERVICE_TYPE - Static variable in class com.sun.identity.liberty.ws.dst.DSTConstants
-
- SERVICE_URI - Static variable in class com.sun.identity.authentication.UI.AuthViewBeanBase
-
Parameter name for service uri.
- SERVICE_VERSION - Static variable in class com.sun.identity.authentication.config.AMAuthConfigUtils
-
- SERVICE_VERSION - Static variable in class com.sun.identity.sm.ServiceManager
-
- SERVICE_VERSION - Static variable in class org.forgerock.openam.core.rest.devices.services.oath.AuthenticatorOathService
-
Version of this service.
- SERVICE_VERSION - Static variable in class org.forgerock.openam.core.rest.devices.services.push.AuthenticatorPushService
-
Version of this service.
- SERVICE_VERSION - Static variable in class org.forgerock.openam.services.email.MailServerImpl
-
- SERVICE_VERSION - Static variable in class org.forgerock.openam.services.push.PushNotificationConstants
-
Version of the PushNotificationService.
- SERVICE_VERSION - Static variable in class org.forgerock.openam.session.SessionPropertyWhitelist
-
The version of the service implemented.
- SERVICE_VERSION - Static variable in class org.forgerock.openam.uma.UmaConstants
-
- ServiceAlreadyExistsException - Exception in com.sun.identity.sm
-
The ServiceAlreadyExistsException is thrown if the service
already exists.
- ServiceAlreadyExistsException() - Constructor for exception com.sun.identity.sm.ServiceAlreadyExistsException
-
Constructs an ServiceAlreadyExistsException with no
specified detail message.
- ServiceAlreadyExistsException(String) - Constructor for exception com.sun.identity.sm.ServiceAlreadyExistsException
-
Constructs an ServiceAlreadyExistsException with the
specified detail message.
- ServiceAlreadyExistsException(String, String, Object[]) - Constructor for exception com.sun.identity.sm.ServiceAlreadyExistsException
-
Constructs an ServiceAlreadyExistsException with the
specified error code.
- ServiceAttributeValidator - Interface in com.sun.identity.sm
-
The interface ServiceAttributeValidator should be implemented
by the services/applications if validator plugins are required.
- ServiceConfig - Class in com.sun.identity.sm
-
The class ServiceConfig provides interfaces to manage the
configuration information of a service configuration.
- ServiceConfig(ServiceConfigManager, ServiceConfigImpl) - Constructor for class com.sun.identity.sm.ServiceConfig
-
Protected constructor
- ServiceConfigManager - Class in com.sun.identity.sm
-
The class ServiceConfigurationManager provides interfaces to
manage the service's configuration data.
- ServiceConfigManager(String, SSOToken) - Constructor for class com.sun.identity.sm.ServiceConfigManager
-
Constrctor to obtain an instance ServiceConfigManager
for
a service by providing an authenticated identity of the user.
- ServiceConfigManager(SSOToken, String, String) - Constructor for class com.sun.identity.sm.ServiceConfigManager
-
Creates an instance of
ServiceConfigManager for the given service and version.
- ServiceConfigManagerFactory - Class in org.forgerock.openam.sm
-
Simple factory for creating ServiceConfigManager instances.
- ServiceConfigManagerFactory(PrivilegedAction<SSOToken>) - Constructor for class org.forgerock.openam.sm.ServiceConfigManagerFactory
-
Constructs a new instance of ServiceConfigManagerFactory, storing a reference to the admin token.
- ServiceConfigProvider<C extends SelfServiceConsoleConfig> - Interface in org.forgerock.openam.selfservice.config
-
Provides self service config instances based of the passed console configuration instance.
- ServiceConfigProviderFactory - Interface in org.forgerock.openam.selfservice.config
-
Factory delivers up service config providers based of the passed console configuration.
- ServiceConfigProviderFactoryImpl - Class in org.forgerock.openam.selfservice.config
-
Factory delivers up service providers based of the passed console configuration
by using reflection to instantiate an instance based of the provider class name.
- ServiceConfigProviderFactoryImpl(Injector) - Constructor for class org.forgerock.openam.selfservice.config.ServiceConfigProviderFactoryImpl
-
Constructs a new service provider factory instance.
- ServiceConfigQueryFilterVisitor - Class in org.forgerock.openam.sm
-
Filter visitor for ServiceConfig.
- ServiceConfigQueryFilterVisitor() - Constructor for class org.forgerock.openam.sm.ServiceConfigQueryFilterVisitor
-
- ServiceConfigUtils - Class in org.forgerock.openam.utils
-
Static utilities for attribute retrieval for the provided
service config.
- ServiceConfigUtils() - Constructor for class org.forgerock.openam.utils.ServiceConfigUtils
-
- serviceDefaultVersion(SSOToken, String) - Static method in class com.sun.identity.sm.ServiceManager
-
- ServiceDescriptionElement - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for ServiceDescription element declaration.
- ServiceDescriptionElementImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- ServiceDescriptionElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.ServiceDescriptionElementImpl
-
- ServiceDescriptionElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- serviceDN - Static variable in class com.sun.identity.sm.DNMapper
-
- serviceDN - Static variable in class com.sun.identity.sm.ServiceManager
-
- ServiceEndpointApplication - Class in org.forgerock.openam.rest.service
-
Restlet Application for REST Service Endpoints.
- ServiceEndpointApplication(StatusService) - Constructor for class org.forgerock.openam.rest.service.ServiceEndpointApplication
-
Constructs a new ServiceEndpointApplication.
- serviceExists(ServiceConfig) - Static method in class com.sun.identity.sm.SMSUtils
-
Check if the Service Config is not null and exists in SMS.
- serviceHasDefaultOrGlobalSchema() - Method in class org.forgerock.openam.core.rest.sms.SmsResourceProvider
-
- serviceHasSubSchema(SSOToken, String, SchemaType) - Static method in class com.iplanet.am.sdk.AMServiceUtils
-
Deprecated.
Returns true if the service has the subSchema.
- ServiceInstance - Class in com.sun.identity.liberty.ws.disco
-
The class ServiceInstance describes a web service at a
distinct protocol endpoint.
- ServiceInstance() - Constructor for class com.sun.identity.liberty.ws.disco.ServiceInstance
-
Default Constructor.
- ServiceInstance(String, String, List) - Constructor for class com.sun.identity.liberty.ws.disco.ServiceInstance
-
Constructor
- ServiceInstance(Element) - Constructor for class com.sun.identity.liberty.ws.disco.ServiceInstance
-
Constructor.
- ServiceInstance - Class in com.sun.identity.sm
-
The class ServiceInstance provides methods to manage service's
instance variables.
- ServiceInstanceUpdate - Interface in com.sun.identity.liberty.ws.interfaces
-
This class ServiceInstanceUpdate is an interface to include the
SOAP Header namely ServiceInstanceUpdateHeader when sending
a SOAP Response while processing the service request.
- ServiceInstanceUpdateHeader - Class in com.sun.identity.liberty.ws.soapbinding
-
The ServiceInstanceUpdateHeader class represents
ServiceInstanceUpdate element defined in SOAP binding schema.
- ServiceInstanceUpdateHeader() - Constructor for class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
-
Default Constructor.
- ServiceInstanceUpdateHeader.Credential - Class in com.sun.identity.liberty.ws.soapbinding
-
The ServiceInstanceUpdateHeader.Credential class represents
Credential element in ServiceInstanceUpdate
element defined in SOAP binding schema.
- ServiceListener - Interface in com.sun.identity.sm
-
The interface ServiceListener needs to be implemented by
applications in order to receive service data change notifications.
- ServiceListenerRegistration - Interface in org.forgerock.openam.sts.rest
-
This interface encapsulates the concerns of registering a ServiceListener with the ServiceConfigManager.
- ServiceListenerRegistrationImpl - Class in org.forgerock.openam.sts.rest
-
- ServiceListenerRegistrationImpl() - Constructor for class org.forgerock.openam.sts.rest.ServiceListenerRegistrationImpl
-
- ServiceListeners - Class in com.iplanet.services.naming
-
ServiceListeners provides a simplified API for creating appropriate
ServiceListener instances
to respond to changes in either Configuration or Schema.
- ServiceListeners(PrivilegedAction<SSOToken>) - Constructor for class com.iplanet.services.naming.ServiceListeners
-
- ServiceListeners.Action - Interface in com.iplanet.services.naming
-
A generic listener which will respond to a configuration or schema change event.
- ServiceListeners.ListenerBuilder - Class in com.iplanet.services.naming
-
Builder responsible for providing fluent-like functions for building up
Action instances which will respond to changes in Service configuration.
- ServiceLoaderObjectFactory - Enum in org.forgerock.openam.notifications
-
Uses service loader to get an instance of
ObjectFactory and delegates out
to that instance to retrieve instances for the requested class type.
- ServiceManagementDAO - Interface in com.sun.identity.sm
-
DAO definition for service management.
- ServiceManagementDAOWrapper - Class in com.sun.identity.sm
-
Until SMSEntry is refactored to separate out its various responsibilities, for now this wrapper class delegates to it.
- ServiceManagementDAOWrapper() - Constructor for class com.sun.identity.sm.ServiceManagementDAOWrapper
-
- ServiceManager - Class in com.sun.identity.sm
-
The ServiceManager class provides methods to register/remove
services and to list currently registered services.
- ServiceManager(SSOToken) - Constructor for class com.sun.identity.sm.ServiceManager
-
Creates an instance of ServiceManager.
- serviceName - Variable in class com.sun.identity.sm.PluginSchema
-
- serviceName - Variable in class com.sun.identity.sm.ServiceSchemaModifications
-
- serviceName - Variable in class org.forgerock.openam.core.rest.sms.SmsResourceProvider
-
- serviceNameDefaultVersion - Static variable in class com.sun.identity.sm.ServiceManager
-
- ServiceNameElement - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for ServiceName element declaration.
- ServiceNameElementImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- ServiceNameElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.ServiceNameElementImpl
-
- ServiceNameElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- serviceNames - Static variable in class com.sun.identity.sm.ServiceManager
-
- ServiceNotFoundException - Exception in com.sun.identity.sm
-
The ServiceNotFoundException is thrown if the service does not
exist.
- ServiceNotFoundException() - Constructor for exception com.sun.identity.sm.ServiceNotFoundException
-
Constructs an ServiceNotFoundException with no specified
detail message.
- ServiceNotFoundException(String) - Constructor for exception com.sun.identity.sm.ServiceNotFoundException
-
Constructs an ServiceNotFoundException with the specified
detail message.
- ServiceNotFoundException(String, String, Object[]) - Constructor for exception com.sun.identity.sm.ServiceNotFoundException
-
Constructs an ServiceNotFoundException with the specified
error code.
- servicePrincipal - Variable in class com.sun.identity.wss.provider.ProviderConfig
-
- servicePrincipal - Variable in class com.sun.identity.wss.provider.STSConfig
-
- serviceRequestQueue() - Method in class com.sun.identity.cli.CommandManager
-
Services the request queue.
- serviceRevNumber - Static variable in class com.iplanet.services.naming.service.NamingService
-
- ServiceRouter - Interface in org.forgerock.openam.rest
-
A Router which allows for CHF REST routes to be registered fluently.
- SERVICES_CDSSO_COOKIE_DOMAIN - Static variable in interface com.sun.identity.shared.Constants
-
Property string for CDSSO cookie domain.
- SERVICES_COMM_SERVER_PLLREQUEST_MAX_CONTENT_LENGTH - Static variable in interface com.sun.identity.shared.Constants
-
Property string for maximum content-length accepted in HttpRequest.
- SERVICES_DEBUG_DIRECTORY - Static variable in interface com.sun.identity.shared.Constants
-
property string for debug directory
- SERVICES_DEBUG_LEVEL - Static variable in interface com.sun.identity.shared.Constants
-
Property string for debug level.
- SERVICES_DEBUG_MERGEALL - Static variable in interface com.sun.identity.shared.Constants
-
Property string for debug file merge.
- SERVICES_NODE - Static variable in class com.sun.identity.sm.OrganizationConfigManager
-
- SERVICES_NODE - Static variable in class com.sun.identity.sm.SMSEntry
-
- SERVICES_NOT_SUPPORTED_FOR_AGENTS_AND_GROUPS - Static variable in class com.sun.identity.idm.IdRepoErrorCode
-
- SERVICES_RDN - Static variable in class com.sun.identity.sm.SMSEntry
-
- SERVICES_STATS_DIRECTORY - Static variable in interface com.sun.identity.shared.Constants
-
Property string for directory of Stats service.
- SERVICES_STATS_STATE - Static variable in interface com.sun.identity.shared.Constants
-
Property string for state of Stats service.
- services_validator_initialize_failed - Static variable in interface com.iplanet.ums.IUMSConstants
-
- services_validator_invalid_attr_name - Static variable in interface com.iplanet.ums.IUMSConstants
-
- services_validator_invalid_attr_schema - Static variable in interface com.iplanet.ums.IUMSConstants
-
- services_validator_schema_does_not_exist - Static variable in interface com.iplanet.ums.IUMSConstants
-
- servicesAssignedByDefault() - Static method in class com.sun.identity.sm.ServiceManager
-
Returns service names that will be assigned to a realm during creation.
- ServiceSchema - Class in com.sun.identity.sm
-
The class ServiceSchema provides interfaces to manage the
schema information of a service.
- ServiceSchema(ServiceSchemaImpl, String, SchemaType, ServiceSchemaManager) - Constructor for class com.sun.identity.sm.ServiceSchema
-
- ServiceSchema(ServiceSchemaImpl, String, SchemaType, ServiceSchemaManager, boolean) - Constructor for class com.sun.identity.sm.ServiceSchema
-
- serviceSchemaDoc - Variable in class com.sun.identity.sm.ServiceSchemaModifications
-
- ServiceSchemaManager - Class in com.sun.identity.sm
-
The class ServiceSchemaManager provides interfaces to manage
the service's schema.
- ServiceSchemaManager(String, SSOToken) - Constructor for class com.sun.identity.sm.ServiceSchemaManager
-
Constructor for service's schema manager to manage the attributes and
sub configurations.
- ServiceSchemaManager(SSOToken, String, String) - Constructor for class com.sun.identity.sm.ServiceSchemaManager
-
Creates an instance of
ServiceSchemaManager for the given service and version
pair.
- ServiceSchemaManagerFactory - Class in org.forgerock.openam.sm
-
Simple factory for throwing out ServiceSchemaManagers, used for decoupling test code.
- ServiceSchemaManagerFactory() - Constructor for class org.forgerock.openam.sm.ServiceSchemaManagerFactory
-
Constrcuts a new ServiceSchemaManagerFactory, storing a reference to the admin token.
- ServiceSchemaManagerImpl - Class in com.sun.identity.sm
-
The class ServiceSchemaManagerImpl provides the internal
implemation for ServiceSchemaManager.
- ServiceSchemaModifications - Class in com.sun.identity.sm
-
This class determines how a service schema has changed between the current
version and the new version in the war file.
- ServiceSchemaModifications(String, Document, SSOToken, boolean) - Constructor for class com.sun.identity.sm.ServiceSchemaModifications
-
- ServiceSchemaModificationWrapper - Class in org.forgerock.openam.upgrade
-
This class wraps the attribute modifications for a specific service schema
and the attributes within the services schema schemas.
- ServiceSchemaModificationWrapper(String, String) - Constructor for class org.forgerock.openam.upgrade.ServiceSchemaModificationWrapper
-
Create a new wrapper for the specific service and schemaName, used when
the service has sub schemas
- ServiceSchemaModificationWrapper(String, String, Set<AttributeSchemaImpl>) - Constructor for class org.forgerock.openam.upgrade.ServiceSchemaModificationWrapper
-
Create a new wrapper for a services attribute modifications
- ServiceSchemaModificationWrapper(String, String, Set<AttributeSchemaImpl>, Map<String, ServiceSchemaModificationWrapper>) - Constructor for class org.forgerock.openam.upgrade.ServiceSchemaModificationWrapper
-
Create a new wrapper for a services attribute modifications
- ServiceSchemaUpgradeWrapper - Class in org.forgerock.openam.upgrade
-
This class provides a wrapper for how the attributes within a specific service
has changed and defines how said attributes will be upgraded.
- ServiceSchemaUpgradeWrapper(ServiceSchemaModificationWrapper, ServiceSchemaModificationWrapper, ServiceSchemaModificationWrapper) - Constructor for class org.forgerock.openam.upgrade.ServiceSchemaUpgradeWrapper
-
Create a new wrapper for the attributes add, modified or removed in the service
- ServicesClusterMonitorHandler - Class in org.forgerock.openam.session.service
-
Singleton for managing access to the cluster monitor object.
- ServicesDefaultValues - Class in com.sun.identity.setup
-
This class holds the default values of service schema.
- ServicesRealmSmsHandler - Class in org.forgerock.openam.core.rest.sms
-
Endpoint to handle requests for information about specific services available
to be generated in OpenAM.
- ServiceType - Class in com.sun.identity.policy
-
The class ServiceType provides interfaces to
obtain information about a service, for which a policy
could be created.
- ServiceType(String, ServiceSchemaManager, ServiceSchema) - Constructor for class com.sun.identity.policy.ServiceType
-
Constructor used by ServiceTypeManager
to construct an instance of ServiceType,
- serviceType - Variable in class com.sun.identity.wss.provider.ProviderConfig
-
- ServiceTypeAttribute - Class in org.forgerock.openam.radius.common.packet
-
Class representing the structure of the Service-Type field as specified in section 5.6 of RFC 2865 and able to be
instantiated from the on-the-wire bytes or model objects.
- ServiceTypeAttribute(byte[]) - Constructor for class org.forgerock.openam.radius.common.packet.ServiceTypeAttribute
-
Constructs a new instance from the on-the-wire bytes for this attribute including the prefixing attribute-type
code octet and length octet.
- ServiceTypeAttribute(int) - Constructor for class org.forgerock.openam.radius.common.packet.ServiceTypeAttribute
-
Create an instance to contain the indicated type.
- ServiceTypeManager - Class in com.sun.identity.policy
-
The class ServiceTypeManager provides methods
to determine the services that have policy privileges and
and interfaces to instantiate ServiceType
objects.
- ServiceTypeManager(SSOToken) - Constructor for class com.sun.identity.policy.ServiceTypeManager
-
Constructor to obtain an instance of ServiceTypeManager
using single-sign-on token SSOToken.
- serviceUri - Static variable in class com.sun.identity.authentication.UI.AuthViewBeanBase
-
Configured service uri.
- serviceURI - Variable in class com.sun.identity.wss.provider.ProviderConfig
-
- ServiceUrlProvider - Interface in org.forgerock.openam.authentication.modules.oauth2.service
-
- serviceVersion - Variable in class org.forgerock.openam.core.rest.sms.SmsResourceProvider
-
- serviceVersions - Static variable in class com.sun.identity.sm.ServiceManager
-
- ServiceXMLTemplates - Class in com.sun.identity.setup
-
This utility class manages service XML template files.
- ServletContextCache - Class in org.forgerock.openam.core.guice
-
Captures our ServletContext via a ServetContextListener.
- ServletContextCache() - Constructor for class org.forgerock.openam.core.guice.ServletContextCache
-
- ServletContextLicenseLocator - Class in org.forgerock.openam.license
-
Locates license files using the ServletContext.getResourceAsStream(String) method to locate
licenses within a web archive.
- ServletContextLicenseLocator(ServletContext, Charset, String...) - Constructor for class org.forgerock.openam.license.ServletContextLicenseLocator
-
Constructs the license locator with the given servlet context, character set and license file names.
- SESS_DELIMITER - Static variable in class com.iplanet.dpro.session.share.SessionEncodeURL
-
- SESS_MAX_CACHING_TIME - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
Session Service Max Idle Time Attribute
- SESS_MAX_IDLE_TIME - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
Session Service Max Idle Time Attribute
- Session - Class in com.iplanet.dpro.session
-
The Session class represents a session.
- Session(SessionID) - Constructor for class com.iplanet.dpro.session.Session
-
Constructor used by this package only.
- session - Variable in class com.sun.identity.authentication.internal.AuthSSOToken
-
- SESSION - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- SESSION - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.ScriptParams
-
- session - Variable in class org.openidentityplatform.openam.cassandra.Repo
-
- SESSION_ATTR_NAME_IDP_LIST - Static variable in class com.sun.identity.saml2.plugins.SAML2IDPProxyFRImpl
-
- SESSION_ATTR_NAME_RELAYSTATE - Static variable in class com.sun.identity.saml2.plugins.SAML2IDPProxyFRImpl
-
- SESSION_ATTR_NAME_REQAUTHNCONTEXT - Static variable in class com.sun.identity.saml2.plugins.SAML2IDPProxyFRImpl
-
- SESSION_ATTR_NAME_SPREQUESTER - Static variable in class com.sun.identity.saml2.plugins.SAML2IDPProxyFRImpl
-
- SESSION_BASED_LOGIN_FAILED - Static variable in interface com.sun.identity.cli.ExitCodes
-
Session Based Login Fails.
- SESSION_BASED_LOGOUT_FAILED - Static variable in interface com.sun.identity.cli.ExitCodes
-
Session Based Logout failed..
- SESSION_BLACKLIST_CACHE_SIZE_ATTR - Static variable in class com.iplanet.dpro.session.service.SessionConstants
-
Session service attribute for the size of the cache to maintain for session blacklisting.
- SESSION_BLACKLIST_ENABLED_ATTR - Static variable in class com.iplanet.dpro.session.service.SessionConstants
-
Session service attribute to enable/disable session blacklisting.
- SESSION_BLACKLIST_POLL_INTERVAL_ATTR - Static variable in class com.iplanet.dpro.session.service.SessionConstants
-
Session service attribute for the interval (in seconds) at which to poll the CTS for session blacklist changes.
- SESSION_BLACKLIST_PURGE_DELAY_ATTR - Static variable in class com.iplanet.dpro.session.service.SessionConstants
-
Session service attribute for delay (in minutes) before purging elements from the session blacklist, after
expiry.
- SESSION_CONDITION_ADVICE - Static variable in class com.sun.identity.policy.plugins.SessionCondition
-
Deprecated.
Key that is used to identify the advice messages from this
condition.
- SESSION_CONDITION_ADVICE - Static variable in class org.forgerock.openam.entitlement.conditions.environment.SessionCondition
-
Key that is used to identify the advice messages from this condition.
- SESSION_COOKIE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Session cookie
- SESSION_COOKIE - Static variable in interface com.sun.identity.saml2.idpdiscovery.IDPDiscoveryConstants
-
- SESSION_COOKIE_AGE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Session cookie expiration
- SESSION_COOKIE_AGE - Static variable in interface com.sun.identity.saml2.idpdiscovery.IDPDiscoveryConstants
-
- SESSION_COTSET_ATTR - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Attribute name in the session
- SESSION_DEBUG - Static variable in class com.iplanet.dpro.session.service.SessionConstants
-
- SESSION_DEBUG - Static variable in class org.forgerock.openam.session.SessionConstants
-
- SESSION_DIRECTIVE - Static variable in class com.sun.identity.liberty.ws.disco.common.DiscoConstants
-
Directive "AuthenticateSessionContext".
- SESSION_EXPIRED - Static variable in interface com.sun.identity.cli.ExitCodes
-
Session has expired.
- SESSION_HANDLE_PROP - Static variable in class org.forgerock.openam.session.SessionConstants
-
Session Handle Property reference
- SESSION_HAS_EXPIRED - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- SESSION_HOST_PROVIDER_ATTR - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Session host provider attribute
- SESSION_ID - Static variable in class org.forgerock.openam.core.rest.authn.RestAuthenticationConstants
-
Name in auth ID JWT for session ID
- SESSION_IDLE_TIME_EXPIRED - Static variable in class org.forgerock.openam.cts.impl.query.worker.CTSWorkerConstants
-
Marker for identifying queries, processes and tasks relating to session idle time expiry.
- SESSION_IDP - Static variable in class com.sun.identity.wsfederation.common.WSFederationConstants
-
Session property name for identity provider from which this service
provider has received a token
- SESSION_INDEX - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Session index
- SESSION_INDEX - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for SessionIndex
- SESSION_INDEX - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- SESSION_INFO_USER_ID - Static variable in class org.forgerock.openam.core.rest.session.SessionResourceUtil
-
- SESSION_LOGOUT_BEHAVIOUR - Static variable in class org.forgerock.openam.authentication.modules.oauth2.OAuthParam
-
- SESSION_OAUTH_SCOPE - Static variable in class org.forgerock.openam.authentication.modules.oauth2.OAuthParam
-
- SESSION_OAUTH_TOKEN - Static variable in class org.forgerock.openam.authentication.modules.oauth2.OAuthParam
-
- SESSION_PROPERTIES_RESOURCE - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to API Descriptor translations
- SESSION_REPOSITORY_ATTRIBUTE_NAME_COMPRESSION - Static variable in interface com.sun.identity.shared.Constants
-
Additional compression option for Session Tokens.
- SESSION_REPOSITORY_COMPRESSION - Static variable in interface com.sun.identity.shared.Constants
-
Sessions that are stored in a compressed state will take less storage space and replicate quicker.
- SESSION_REPOSITORY_ENCRYPTION - Static variable in interface com.sun.identity.shared.Constants
-
Property for enabling or disabling encryption for Session Repository.
- SESSION_RESOURCE - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to API Descriptor translations
- SESSION_RETURN_APP_SESSION - Static variable in interface com.sun.identity.shared.Constants
-
Property string for determining whether or not appplication sessions
should be returned via the getValidSessions() call.
- SESSION_SERVICE - Static variable in class com.iplanet.dpro.session.service.SessionService
-
Service name for NotificationSets.
- SESSION_SERVICE - Static variable in class org.forgerock.openam.session.SessionConstants
-
Session service reference
- SESSION_SERVICE_NAME - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
Session Service Name
- SESSION_SP_LIST - Static variable in class com.sun.identity.wsfederation.common.WSFederationConstants
-
Session property name for list of service provider to which this identity
provider has sent a token
- SESSION_STMT - Static variable in class com.sun.identity.liberty.ws.disco.common.DiscoSDKUtils
-
Key for SessionContextStatement.
- SESSION_TIMED_OUT - Static variable in class com.iplanet.dpro.session.utils.SessionInfoFactory
-
- SESSION_UPGRADE_FAILED - Static variable in class com.sun.identity.authentication.service.AMAuthErrorCode
-
Session upgrade failed
- SESSION_UPGRADER_IMPL - Static variable in interface com.sun.identity.shared.Constants
-
- SessionAccessManager - Class in org.forgerock.openam.session.service
-
Class for managing access to Sessions.
- SessionActivator - Interface in com.sun.identity.authentication.service
-
Encapsulates logic for activating a session after successful authentication.
- SessionActiveCount - Variable in class com.sun.identity.monitoring.SsoServerSessSvc
-
Variable for storing the value of "SessionActiveCount".
- SessionAdapter - Class in org.forgerock.openam.cts.adapters
-
SessionAdapter is responsible for providing conversions to and from InternalSession
and managing the details around data conversion for this class.
- SessionAdapter(TokenIdFactory, CoreTokenConfig, JSONSerialisation, TokenBlobUtils, DNWrapper) - Constructor for class org.forgerock.openam.cts.adapters.SessionAdapter
-
Creates a default instance with dependencies defined.
- SessionAttributeNames - Interface in com.sun.identity.config
-
- SessionAuditor - Class in com.iplanet.dpro.session.service
-
Responsible for publishing audit activity for changes to
SessionInfo objects.
- SessionAuditor(AuditEventPublisher, AuditEventFactory, PrivilegedAction<SSOToken>, DNWrapper) - Constructor for class com.iplanet.dpro.session.service.SessionAuditor
-
Create a new Auditor.
- SessionAveSessSize - Variable in class com.sun.identity.monitoring.SsoServerSessSvc
-
Variable for storing the value of "SessionAveSessSize".
- SessionBundle - Class in com.iplanet.dpro.session.share
-
SessionBundle class for session related L1ON message
resources
- SessionBundle() - Constructor for class com.iplanet.dpro.session.share.SessionBundle
-
- SessionCache - Class in org.forgerock.openam.session
-
Responsible for providing a single point of contact for all Sessions stored in memory.
- SessionChangeAuthorizer - Class in org.forgerock.openam.session.authorisation
-
Session Change Authorizer acts as a mini authorisation manager for changes to a session that need to be
permission checked.
- sessionChanged(SessionEvent) - Method in interface com.iplanet.dpro.session.SessionListener
-
This method will be invoked when a session event arrives.
- sessionChanged(SessionEvent) - Method in class com.iplanet.sso.providers.dpro.SSOSessionListener
-
- sessionChanged(SessionID) - Method in interface org.forgerock.openam.session.service.access.persistence.watchers.SessionModificationListener
-
Called on session modification or deletion.
- SessionCommand - Class in com.sun.identity.cli
-
Displays active sessions.
- SessionCommand(SessionCache) - Constructor for class com.sun.identity.cli.SessionCommand
-
- SessionCommand() - Constructor for class com.sun.identity.cli.SessionCommand
-
- SessionCondition - Class in com.sun.identity.policy.plugins
-
- SessionCondition() - Constructor for class com.sun.identity.policy.plugins.SessionCondition
-
Deprecated.
No argument constructor.
- SessionCondition - Class in org.forgerock.openam.entitlement.conditions.environment
-
An implementation of an
EntitlementCondition that defines the maximum user
session time during which a policy applies.
- SessionCondition() - Constructor for class org.forgerock.openam.entitlement.conditions.environment.SessionCondition
-
Constructs a new SessionCondition instance.
- SessionConstants - Class in com.iplanet.dpro.session.service
-
Responsible for tracking shared constants for the Session Service.
- SessionConstants() - Constructor for class com.iplanet.dpro.session.service.SessionConstants
-
- SessionConstants - Class in org.forgerock.openam.session
-
- SessionConstants() - Constructor for class org.forgerock.openam.session.SessionConstants
-
- SessionConstraint - Class in com.iplanet.dpro.session.service
-
SessionConstraint represents the session quota for a given user
and performs the necessary actions based on the session quota limit, If the
user reaches maximum allowed session limit , the activation request of
new session should be rejected.
- SessionConstraint() - Constructor for class com.iplanet.dpro.session.service.SessionConstraint
-
- SessionContext - Class in com.sun.identity.liberty.ws.security
-
The SessionContext class represents session status of an entity
to another system entity.
- SessionContext() - Constructor for class com.sun.identity.liberty.ws.security.SessionContext
-
Default constructor
- SessionContext(SessionSubject, AuthnContext, String) - Constructor for class com.sun.identity.liberty.ws.security.SessionContext
-
Constructs a SessionContext object from a
SessionSubject object, a AuthnContext
object and a String.
- SessionContext(Element) - Constructor for class com.sun.identity.liberty.ws.security.SessionContext
-
Constructs an SessionContext object from a DOM Element.
- SESSIONCONTEXT_STATEMENT - Static variable in class com.sun.identity.liberty.ws.security.SessionContextStatement
-
The Statement is an Session Context Statement.
- SessionContextStatement - Class in com.sun.identity.liberty.ws.security
-
The SessionContextStatement element conveys session status
of an entity to another system entity within the body of an
<saml:assertion> element.
- SessionContextStatement(SessionContext, Subject) - Constructor for class com.sun.identity.liberty.ws.security.SessionContextStatement
-
Constructs a SessionContextStatement object from a
SessionContext object and a Subject object.
- SessionContextStatement(SessionContext, ProxySubject, Subject) - Constructor for class com.sun.identity.liberty.ws.security.SessionContextStatement
-
Constructs a SessionContextStatement object from a
SessionContext object, a proxySubject and
a Subject object.
- SessionContextStatement(Element) - Constructor for class com.sun.identity.liberty.ws.security.SessionContextStatement
-
Constructs a SessionContextStatement object from a DOM
element.
- sessionCookies - Variable in class org.forgerock.openam.authentication.modules.push.AbstractPushModule
-
Used to understand what loadbalancer cookie we should inform the remote device of.
- SessionCookies - Class in org.forgerock.openam.session
-
Responsible for providing functionality around Session cookie management.
- SessionCreatedCount - Variable in class com.sun.identity.monitoring.SsoServerSessSvc
-
Variable for storing the value of "SessionCreatedCount".
- SessionCuller - Class in org.forgerock.openam.session
-
This class is responsible for periodically checking to see whether a given Session should remain in the SessionCache,
or whether it should be removed.
- sessionDebug - Static variable in class com.iplanet.dpro.session.service.cluster.ClusterStateService
-
Service Globals
- sessionDebug - Static variable in class com.iplanet.dpro.session.SessionNotificationHandler
-
- sessionDomain - Variable in class com.iplanet.dpro.session.SessionID
-
- SessionEncodeURL - Class in com.iplanet.dpro.session.share
-
SessionEncodeURL class encodes the URL
with the cookie value as a query string
or extra path info based on the encoding scheme.
- SessionEncodeURL() - Constructor for class com.iplanet.dpro.session.share.SessionEncodeURL
-
Constructs SessionEncodeURL
- SessionEvent - Class in com.iplanet.dpro.session
-
This class represents a session event.
- SessionEvent(Session, SessionEventType, long) - Constructor for class com.iplanet.dpro.session.SessionEvent
-
Creates a new session event.
- SessionEventType - Enum in org.forgerock.openam.session
-
Represents a session event.
- SessionException - Exception in com.iplanet.dpro.session
-
A SessionException is thrown if the Naming Service can not
find a URL for the session service.
- SessionException(String) - Constructor for exception com.iplanet.dpro.session.SessionException
-
Constructs an instance of the SessionException class.
- SessionException(String, String, Object[]) - Constructor for exception com.iplanet.dpro.session.SessionException
-
Constructs an instance of the SessionException class with
localizable error message
- SessionException(Throwable) - Constructor for exception com.iplanet.dpro.session.SessionException
-
Constructs an instance of the SessionException class.
- SessionException - Exception in com.sun.identity.plugin.session
-
This class is to handle Session related exceptions.
- SessionException(String) - Constructor for exception com.sun.identity.plugin.session.SessionException
-
Constructs a SessionException with a detailed
message.
- SessionException(Throwable) - Constructor for exception com.sun.identity.plugin.session.SessionException
-
Constructs a SessionException with
an embedded exception.
- SessionException(Exception) - Constructor for exception com.sun.identity.plugin.session.SessionException
-
Constructs a SessionException with an exception.
- SessionException(String, String, Object[]) - Constructor for exception com.sun.identity.plugin.session.SessionException
-
Constructs a new SessionException without a nested
Throwable.
- SessionGuiceModule - Class in org.forgerock.openam.session
-
The Guice bindings for the Session and Session related code.
- SessionGuiceModule() - Constructor for class org.forgerock.openam.session.SessionGuiceModule
-
- sessionHandle(String) - Method in class org.forgerock.openam.dpro.session.PartialSession.Builder
-
Set the session handle.
- SessionID - Class in com.iplanet.dpro.session
-
The SessionID class is used to identify a Session object.
- SessionID(HttpServletRequest) - Constructor for class com.iplanet.dpro.session.SessionID
-
Constructs a SessionID object based on a
HttpServletRequest object. but if cookie is not found it
checks the URL for session ID.
- SessionID() - Constructor for class com.iplanet.dpro.session.SessionID
-
Creates a default instance of SessionID with a null Session ID.
- SessionID(String) - Constructor for class com.iplanet.dpro.session.SessionID
-
Constructs a SessionID object based on a Session ID.
- sessionId(String) - Method in class org.forgerock.openam.core.rest.authn.core.LoginConfiguration
-
Sets the session id of the current login process.
- sessionId(String) - Method in class org.forgerock.openam.sts.user.invocation.OpenAMTokenState.OpenAMTokenStateBuilder
-
- SessionIDCorrector - Class in com.iplanet.services.naming
-
In the case of reconfiguring servers in a cluster, or in the case of
changing the servers in a site, a Sessions the Server ID (S1) and
Site ID (SI) of the Session will potentially be out of sync.
- SessionIDCorrector(Map<String, String>) - Constructor for class com.iplanet.services.naming.SessionIDCorrector
-
- SessionIDExtensions - Interface in com.iplanet.dpro.session
-
Responsible for modelling the Primary Server, Site and Storage Key of a Session ID.
- SessionIdleTimeExpiredProcess - Class in org.forgerock.openam.cts.worker.process
-
A process which handles session idle timeouts.
- SessionIdleTimeExpiredProcess(SessionExpiryBatchHandler, Debug) - Constructor for class org.forgerock.openam.cts.worker.process.SessionIdleTimeExpiredProcess
-
- SessionIdleTimeExpiredQuery<C> - Class in org.forgerock.openam.cts.impl.query.worker.queries
-
A query that selects all CTS session tokens whose idle time has expired.
- SessionIdleTimeExpiredQuery(ConnectionFactory, QueryFactory, CoreTokenConfig) - Constructor for class org.forgerock.openam.cts.impl.query.worker.queries.SessionIdleTimeExpiredQuery
-
- sessionIndex - Variable in class com.sun.identity.federation.message.FSAuthenticationStatement
-
Deprecated.
- sessionIndex - Variable in class com.sun.identity.federation.message.FSLogoutNotification
-
Deprecated.
- sessionIndex - Variable in class com.sun.identity.saml2.protocol.impl.AuthnQueryImpl
-
- SessionIndex - Interface in com.sun.identity.saml2.protocol
-
This class represents the SessionIndex element in
SAML protocol schema.
- SessionIndexImpl - Class in com.sun.identity.saml2.protocol.impl
-
This class defines methods for adding SessionIndex element.
- SessionIndexImpl(String) - Constructor for class com.sun.identity.saml2.protocol.impl.SessionIndexImpl
-
Constructs the SessionIndex Object.
- SessionInfo - Class in com.iplanet.dpro.session.share
-
SessionInfo class holds all the information about the
Session
- SessionInfo() - Constructor for class com.iplanet.dpro.session.share.SessionInfo
-
Constructs SessionInfo
- SessionInfoFactory - Class in com.iplanet.dpro.session.utils
-
Responsible for providing a collection of utility functions for
manipulating InternalSessions.
- SessionInfoFactory() - Constructor for class com.iplanet.dpro.session.utils.SessionInfoFactory
-
- sessionInvalidated(Object) - Method in class com.sun.identity.federation.services.logout.FSTokenListener
-
Gets notification when session changes state.
- sessionInvalidated(Object) - Method in interface com.sun.identity.plugin.session.SessionListener
-
This method is implemented by toolkit, and called
by toolkit users.
- sessionInvalidated(Object) - Method in class com.sun.identity.saml.AssertionSSOTokenListener
-
- sessionInvalidated(Object) - Method in class com.sun.identity.saml2.profile.IDPSessionListener
-
Callback for SessionListener.
- sessionInvalidated(Object) - Method in class com.sun.identity.saml2.profile.SPSessionListener
-
Callback for SessionListener.
- sessionInvalidated(Object) - Method in class com.sun.liberty.jaxrpc.LibertyClientSSOTokenListener
-
Gets notification when session changes state.
- SessionListener - Interface in com.iplanet.dpro.session
-
The SessionListener interface needs to be implemented by
applications in order to receive session events.
- SessionListener - Interface in com.sun.identity.plugin.session
-
Interface used for session invalidation notification.
- SessionLogging - Class in com.iplanet.dpro.session.service
-
Responsible for logging Session events to the audit logs amSSO.access and amSSO.error.
- SessionLogging(Debug, SessionServiceConfig, PrivilegedAction<SSOToken>) - Constructor for class com.iplanet.dpro.session.service.SessionLogging
-
- SessionManager - Class in com.sun.identity.plugin.session
-
This class is used by toolkit for access the configured
SessionProvider implementation; This class is not to be
used by toolkit users.
- SessionManager() - Constructor for class com.sun.identity.plugin.session.SessionManager
-
- SessionMaxStats - Class in com.iplanet.dpro.session.service
-
SessionMaxStats implements the StatsListener
and provides the information of the total number of sessions in the session
table and the number of active sessions in the table.
- SessionMaxStats(SessionAccessManager, SessionNotificationSender, Stats) - Constructor for class com.iplanet.dpro.session.service.SessionMaxStats
-
Creates a new SessionMaxStats
- SessionMaxStatsSetupListener - Class in com.iplanet.dpro.session.service
-
- SessionMaxStatsSetupListener() - Constructor for class com.iplanet.dpro.session.service.SessionMaxStatsSetupListener
-
- SessionMeta - Class in org.forgerock.openam.session
-
- SessionMeta() - Constructor for class org.forgerock.openam.session.SessionMeta
-
- SessionModificationListener - Interface in org.forgerock.openam.session.service.access.persistence.watchers
-
Runs whenever a session has been modified or deleted.
- SessionModificationWatcher - Class in org.forgerock.openam.session.service.access.persistence.watchers
-
Listens for changes to sessions, and triggers attached listeners.
- SessionModificationWatcher() - Constructor for class org.forgerock.openam.session.service.access.persistence.watchers.SessionModificationWatcher
-
- SessionMonitoringService - Class in com.iplanet.dpro.session.monitoring
-
Non-static wrapper for calls to Session-Monitoring related information.
- SessionMonitoringService() - Constructor for class com.iplanet.dpro.session.monitoring.SessionMonitoringService
-
- SessionMonitoringStore - Class in com.iplanet.dpro.session.monitoring
-
The store for session monitoring information.
- SessionMonitoringStore(ExecutorService, SessionMonitoringTimingStoreFactory) - Constructor for class com.iplanet.dpro.session.monitoring.SessionMonitoringStore
-
Guice-powered constructor, setting ourselves up with an executor service (which we will use to offload
our monitoring writes).
- SessionMonitoringTimingStore - Class in com.iplanet.dpro.session.monitoring
-
An implementation of a timing store specific to the needs of the session monitoring component.
- SessionMonitoringTimingStore(SessionMonitoringService) - Constructor for class com.iplanet.dpro.session.monitoring.SessionMonitoringTimingStore
-
- SessionMonitoringTimingStore(int) - Constructor for class com.iplanet.dpro.session.monitoring.SessionMonitoringTimingStore
-
Constructs a SessionMonitoringTimingStore with the provided maximum number of entries in its sample window.
- SessionMonitoringTimingStoreFactory - Class in com.iplanet.dpro.session.monitoring
-
- SessionMonitoringTimingStoreFactory() - Constructor for class com.iplanet.dpro.session.monitoring.SessionMonitoringTimingStoreFactory
-
- SessionMonitorType - Enum in com.iplanet.dpro.session.monitoring
-
An enum representing the different types of sessions our monitoring component differentiates the various
session operations in to.
- SessionNotifCount - Variable in class com.sun.identity.monitoring.SsoServerSessSvc
-
Variable for storing the value of "SessionNotifCount".
- SessionNotification - Class in com.iplanet.dpro.session.share
-
This SessionNotification class represents a
SessionNotification XML document.
- SessionNotification(SessionInfo, int, long) - Constructor for class com.iplanet.dpro.session.share.SessionNotification
-
This constructor shall only be used at the server side to construct a
SessionNotification object.
- SessionNotificationHandler - Class in com.iplanet.dpro.session
-
SessionNotificationHandler implements
NotificationHandler processes the notifications for a session
object
- SessionNotificationPublisher - Class in com.iplanet.dpro.session.service
-
- SessionNotificationPublisher(Debug, NotificationsConfig, NotificationBroker) - Constructor for class com.iplanet.dpro.session.service.SessionNotificationPublisher
-
- SessionNotificationSender - Class in com.iplanet.dpro.session.service
-
Responsible for sending PLL session notification events to registered listeners.
- SessionNotificationSender(Debug, SessionServiceConfig, SessionServerConfig, SessionInfoFactory, ShutdownManager) - Constructor for class com.iplanet.dpro.session.service.SessionNotificationSender
-
- SessionNotifListnrCount - Variable in class com.sun.identity.monitoring.SsoServerSessSvc
-
Variable for storing the value of "SessionNotifListnrCount".
- SessionOperations - Interface in com.iplanet.dpro.session.operations
-
Describes the ability to perform an operation on a Session.
- SessionOperationStrategy - Interface in com.iplanet.dpro.session.operations
-
Responsible for providing an appropriate implementation of the SessionOperationStrategy
based on system dependent factors.
- SessionPersistenceException - Exception in org.forgerock.openam.session.service.access.persistence
-
Represents an issue that has occurred when persisting a session.
- SessionPersistenceException(String, Throwable) - Constructor for exception org.forgerock.openam.session.service.access.persistence.SessionPersistenceException
-
Constructs a new exception with the specified detail message and
cause.
- SessionPersistenceManager - Interface in org.forgerock.openam.session.service.access
-
An interface for handling updates that require a session to be persisted.
- SessionPersistenceManagerStep - Class in org.forgerock.openam.session.service.access.persistence
-
Ensures that InternalSessions have a SessionPersistenceManager set correctly as they are loaded in and out of the CTS
- SessionPersistenceManagerStep(Provider<InternalSessionStore>) - Constructor for class org.forgerock.openam.session.service.access.persistence.SessionPersistenceManagerStep
-
- SessionPersistenceObservable - Interface in org.forgerock.openam.session.service.access
-
Represents a session which can have its persistence managed by a SessionPersistenceManager.
- SessionPersistenceStore - Class in org.forgerock.openam.session.service.access.persistence
-
This class is responsible for loading sessions from the CTS.
- SessionPersistenceStore(Debug, CTSPersistentStore, SessionAdapter, TokenIdFactory, SessionServiceConfig, PartialSessionFactory, IdentityUtils) - Constructor for class org.forgerock.openam.session.service.access.persistence.SessionPersistenceStore
-
- SessionPLLSender - Class in org.forgerock.openam.session
-
- SessionPLLSender(SessionCookies) - Constructor for class org.forgerock.openam.session.SessionPLLSender
-
- SessionPollerPool - Class in org.forgerock.openam.session
-
Singleton holding the threadpool running the amSessionPoller.
- SessionPollerSender - Class in org.forgerock.openam.session
-
Ex-Sun class, pulled out from Session.java.
- SessionPollerSender(Session, SessionCuller) - Constructor for class org.forgerock.openam.session.SessionPollerSender
-
Creates a new SessionPollerSender.
- sessionProperties - Variable in class com.iplanet.dpro.session.service.InternalSession
-
- sessionProperties - Variable in class com.iplanet.dpro.session.Session
-
All session related properties are stored as key-value pair in this
table.
- SessionProperties - Class in org.forgerock.openam.core.rest.session
-
Responsible for handling the logic around updating properties on an SSOToken.
- SessionProperties() - Constructor for class org.forgerock.openam.core.rest.session.SessionProperties
-
- SessionPropertyCondition - Class in com.sun.identity.policy.plugins
-
- SessionPropertyCondition() - Constructor for class com.sun.identity.policy.plugins.SessionPropertyCondition
-
Deprecated.
No argument constructor
- SessionPropertyCondition - Class in org.forgerock.openam.entitlement.conditions.environment
-
An implementation of an
EntitlementCondition that will check whether the
properties of a session match the configured values.
- SessionPropertyCondition() - Constructor for class org.forgerock.openam.entitlement.conditions.environment.SessionPropertyCondition
-
Constructs a new SessionPropertyCondition instance.
- SessionPropertyUpgrader - Class in org.forgerock.openam.authentication.service
-
This class is used in case of session upgrade for copying session properties
from the old session into the new one.
- SessionPropertyUpgrader() - Constructor for class org.forgerock.openam.authentication.service.SessionPropertyUpgrader
-
- SessionPropertyWhitelist - Class in org.forgerock.openam.session
-
SessionPropertyWhitelist service that caches on a per-realm basis, and has listeners to
update cached map if config changes.
- SessionPropertyWhitelist(DelegationEvaluator, DelegationPermissionFactory) - Constructor for class org.forgerock.openam.session.SessionPropertyWhitelist
-
Constructor (called by Guice), registers a listener for this class against all
SessionPropertyWhitelist changes.
- SessionProvider - Interface in com.sun.identity.plugin.session
-
Interface used for creating sessions, and for accessing session
information.
- sessionProvider - Static variable in class com.sun.identity.wsfederation.common.WSFederationUtils
-
- SessionQueryFactory - Class in org.forgerock.openam.core.rest.session.query
-
SessionQueryFactory provides a means of generating SessionQueryTypes based on the server id that is provided.
- SessionQueryFactory() - Constructor for class org.forgerock.openam.core.rest.session.query.SessionQueryFactory
-
- SessionQueryManager - Class in org.forgerock.openam.core.rest.session.query
-
Provides the ability to query a collection of OpenAM servers for Session information.
- SessionQueryManager(SessionQueryFactory) - Constructor for class org.forgerock.openam.core.rest.session.query.SessionQueryManager
-
Intialise the SessionQueryManager and provide the OpenAM server ids that it should apply to.
- SessionQueryManager - Class in org.forgerock.openam.session.service.access
-
Class responsible for allowing searches over groups of sessions.
- SessionQueryManager(Debug, SessionPersistenceStore, SessionChangeAuthorizer, SessionServiceConfig) - Constructor for class org.forgerock.openam.session.service.access.SessionQueryManager
-
Creates a session query manager.
- SessionQueryType - Interface in org.forgerock.openam.core.rest.session.query
-
Defines the ability to query a Server and return Session based information from that server.
- SessionRequest - Class in com.iplanet.dpro.session.share
-
This SessionRequest class represents a
SessionRequest XML document.
- SessionRequest(int, String, boolean) - Constructor for class com.iplanet.dpro.session.share.SessionRequest
-
This constructor shall only be used at the client side to construct a
SessionRequest object.
- SessionRequestHandler - Class in com.iplanet.dpro.session.service
-
Responsible for processing a PLL request and routing it to the appropriate handler which will respond to the caller
the results of the operation.
- SessionRequestHandler() - Constructor for class com.iplanet.dpro.session.service.SessionRequestHandler
-
- SessionResource - Class in org.forgerock.openam.core.rest.session
-
Represents Sessions that can queried via a REST interface.
- SessionResource(SSOTokenManager, AuthUtilsWrapper, SessionPropertyWhitelist, SessionResourceUtil) - Constructor for class org.forgerock.openam.core.rest.session.SessionResource
-
Dependency Injection constructor allowing the SessionResource dependency to be provided.
- SessionResourceAuthzModule - Class in org.forgerock.openam.core.rest.session
-
Authorization module specifically designed for the Sessions Resource endpoint.
- SessionResourceAuthzModule(SSOTokenManager) - Constructor for class org.forgerock.openam.core.rest.session.SessionResourceAuthzModule
-
- SessionResourceUtil - Class in org.forgerock.openam.core.rest.session
-
A Util class with common functions used by SessionResource, SessionResourceV2 and ActionHandlers
- SessionResourceUtil(SSOTokenManager, SessionQueryManager, WebtopNamingQuery) - Constructor for class org.forgerock.openam.core.rest.session.SessionResourceUtil
-
Creates an instance of the SessionResourceUtil
- SessionResourceV2 - Class in org.forgerock.openam.core.rest.session
-
End point for querying the session info via a REST interface.
- SessionResourceV2(SSOTokenManager, AuthUtilsWrapper, SessionResourceUtil, SessionPropertyWhitelist, SessionService, PartialSessionFactory) - Constructor for class org.forgerock.openam.core.rest.session.SessionResourceV2
-
Dependency Injection constructor allowing the SessionResource dependency to be provided.
- SessionResponse - Class in com.iplanet.dpro.session.share
-
This SessionResponse class represents a
SessionResponse XML document.
- SessionResponse(String, int) - Constructor for class com.iplanet.dpro.session.share.SessionResponse
-
This constructor shall only be used at the server side to construct a
SessionResponse object.
- SessionServerConfig - Class in com.iplanet.dpro.session.service
-
Responsible for collating WebtopNaming configuration state relating to the Session Service.
- SessionServerConfig(Debug, SessionServiceURLService) - Constructor for class com.iplanet.dpro.session.service.SessionServerConfig
-
Constructor called by Guice to initialize the Singleton instance of SessionServerConfig.
- SessionService - Class in com.iplanet.dpro.session.service
-
This class represents a Session Service.
- SessionServiceConfig - Class in com.iplanet.dpro.session.service
-
Responsible for collating System Properties and amSession.xml configuration state relating to the Session Service.
- SessionServiceHelper - Class in org.forgerock.openam.upgrade.helpers
-
This class is used by the upgrade mechanism (pre-upgrade) to set the value of
the iplanet-am-session-constraint-resulting-behavior attribute in the session
service to maintain the correct custom value.
- SessionServiceHelper() - Constructor for class org.forgerock.openam.upgrade.helpers.SessionServiceHelper
-
- SessionServiceURLService - Class in org.forgerock.openam.session
-
ClientSDK: This code is ClientSDK aware and will only use the Server SessionService
when invoked on the Server.
- SessionSiteNames - Class in com.sun.identity.common.configuration
-
This class provides methods for getting site names.
- SessionSiteNames() - Constructor for class com.sun.identity.common.configuration.SessionSiteNames
-
- SessionState - Enum in com.iplanet.dpro.session.service
-
State of the session.
- sessionState - Variable in class com.iplanet.dpro.session.Session
-
Four possible values for the state of the session:
Invalid
Valid
Inactive
Destroyed
- SessionSubject - Class in com.sun.identity.liberty.ws.security
-
The SessionSubject class represents a liberty subject
with associated session status.
- SessionSubject(NameIdentifier, SubjectConfirmation, IDPProvidedNameIdentifier) - Constructor for class com.sun.identity.liberty.ws.security.SessionSubject
-
Constructs a SessionSubject object from a
NameIdentifier object, SubjectConfirmation and
IDPProvidedNameIdentifier object.
- SessionSubject(NameIdentifier, IDPProvidedNameIdentifier) - Constructor for class com.sun.identity.liberty.ws.security.SessionSubject
-
Constructs a SessionSubject object from a
NameIdentifier object and a
IDPProvidedNameIdentifier object.
- SessionSubject(Element) - Constructor for class com.sun.identity.liberty.ws.security.SessionSubject
-
Constructs a SessionSubject object from a DOM element.
- SessionSubject(SubjectConfirmation) - Constructor for class com.sun.identity.liberty.ws.security.SessionSubject
-
Constructs a SessionSubject object from a
SubjectConfirmation object.
- sessionTimedOut(AuthContextLocal) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
Returns true if the session has timed out or the page has
timed out.
- SessionTimedOutException - Exception in com.iplanet.dpro.session
-
A SessionTimedOutException is thrown if the Session has timed
out.
- SessionTimedOutException(String) - Constructor for exception com.iplanet.dpro.session.SessionTimedOutException
-
Constructs an instance of the SessionTimedOutException
class.
- SessionTimedOutException(Throwable) - Constructor for exception com.iplanet.dpro.session.SessionTimedOutException
-
Constructs an instance of the SessionTimedOutException
class.
- SessionTimeoutAttribute - Class in org.forgerock.openam.radius.common.packet
-
Class representing the structure of the Session-Timeout field as specified in section 5.27 of RFC 2865 and able to be
instantiated from the on-the-wire bytes or model objects.
- SessionTimeoutAttribute(byte[]) - Constructor for class org.forgerock.openam.radius.common.packet.SessionTimeoutAttribute
-
Constructs a new instance from the on-the-wire bytes for this attribute including the prefixing attribute-type
code octet and length octet.
- SessionTimeoutAttribute(int) - Constructor for class org.forgerock.openam.radius.common.packet.SessionTimeoutAttribute
-
Construct an instance to hold the indicated maximum number of seconds of service.
- SessionTimeoutHandler - Interface in org.forgerock.openam.session.service
-
Implementation of this class gets executed every time when an SSO Session
times out (either idle or max timeout).
- SessionTimeoutHandlerExecutor - Class in com.iplanet.dpro.session.service
-
Executes all the globally set session timeout handlers in response to session timeout events.
- SessionTimingEntry - Class in com.iplanet.dpro.session.monitoring
-
An implementation of
TimingEntry for the Session monitoring component.
- SessionTimingEntry(long) - Constructor for class com.iplanet.dpro.session.monitoring.SessionTimingEntry
-
Constructor, generating a new SessionTimingEntry with the provided duration
- SessionTokenField - Enum in org.forgerock.openam.cts.api.fields
-
Responsible for describing specific fields of interest in Session Tokens.
- SessionType - Enum in com.iplanet.dpro.session.service
-
Type of session.
- sessionUpgrade(String) - Method in class org.forgerock.openam.core.rest.authn.core.LoginConfiguration
-
Sets the user's current session SSO Token Id to use in session upgrade.
- SessionUpgradeHandler - Interface in org.forgerock.openam.authentication.service
-
An internal extension point that can be used to maintain cache data corresponding to a given logged
in user during a session upgrade.
- SessionURL - Class in org.forgerock.openam.session
-
Ex-Sun class, pulled out from Session.java.
- SessionUtils - Class in com.sun.identity.session.util
-
This class Implements utility methods for handling HTTP Session.
- SessionUtils() - Constructor for class com.sun.identity.session.util.SessionUtils
-
- SessionUtilsWrapper - Class in com.sun.identity.session.util
-
Wrapper object for
SessionUtils to avoid calls to static methods.
- SessionUtilsWrapper() - Constructor for class com.sun.identity.session.util.SessionUtilsWrapper
-
- SessionUtilsWrapper - Class in org.forgerock.openam.core.rest.session
-
A wrapper class around SessionUtils to facilitate testing of code that needs to use SessionUtils.
- SessionUtilsWrapper() - Constructor for class org.forgerock.openam.core.rest.session.SessionUtilsWrapper
-
- SessionValidationsCount - Variable in class com.sun.identity.monitoring.SsoServerSessSvc
-
Variable for storing the value of "SessionValidationsCount".
- sessionWindowSize(int) - Method in class com.sun.identity.monitoring.SSOServerMonConfig.SSOServerMonInfoBuilder
-
- sessStats - Static variable in class com.sun.identity.federation.services.FSSessionManager
-
For managing session statistics.
- set(String, Object) - Method in class com.iplanet.ums.SearchControl
-
Sets internal attribute value in SearchControl
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerAuthModulesEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerAuthModulesEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerAuthModulesTableMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerAuthSvcMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerAuthSvcMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerConnPoolSvcMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerConnPoolSvcMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsTableMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerEntitlementSvcMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerEntitlementSvcMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerFedCOTMemberEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerFedCOTMemberEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerFedCOTMemberTableMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsEntryMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsTableMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesEntryMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesTableMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerIDFFSvcMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerIDFFSvcMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerIdRepoSvcMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerIdRepoSvcMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerInstanceMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerInstanceMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrTableMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerLoggingSvcMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerLoggingSvcMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicy22AgentEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerPolicy22AgentEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerPolicy22AgentTableMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicyAgentsMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyAgentsMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentTableMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupTableMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicySvcMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerPolicySvcMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebAgentEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebAgentEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebAgentTableMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebGroupEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebGroupEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebGroupTableMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerRealmEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerRealmEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerRealmTableMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML1CacheEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1CacheEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1CacheTableMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointTableMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML1SvcMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1SvcMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsTableMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPTableMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML2SPEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSAML2SPEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerSAML2SPTableMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSAML2SvcMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSAML2SvcMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerServerEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerServerEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerServerTableMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSessSvcMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSessSvcMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSiteMapEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSiteMapEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerSiteMapTableMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSitesEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSitesEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerSitesTableMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerSvcMgmtSvcMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerSvcMgmtSvcMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerTopologyMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerTopologyMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentTableMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpTableMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentTableMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpTableMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentTableMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpTableMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentTableMeta
-
- set(SnmpValue, long, Object) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpTableMeta
-
- set(int, Object) - Method in class com.sun.identity.shared.datastruct.OrderedSet
-
Set value to the list.
- set(AuditRequestContext) - Static method in class org.forgerock.openam.audit.context.AuditRequestContext
-
Sets RequestContext of the current thread.
- set(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionFailureRateMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionFailureRateMeta
-
- set(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRateMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRateMeta
-
- set(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryMeta
-
- set(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeTableMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsTableMeta
-
- set(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoringMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoringMeta
-
- set(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.cts.CtsTokenOperationsEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.cts.CtsTokenOperationsEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class org.forgerock.openam.monitoring.cts.CtsTokenOperationsTableMeta
-
- set(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.cts.OperationEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.cts.OperationEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class org.forgerock.openam.monitoring.cts.OperationTableMeta
-
- set(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.cts.TokenEntryMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.cts.TokenEntryMeta
-
- set(SnmpMibSubRequest, SnmpOid, int) - Method in class org.forgerock.openam.monitoring.cts.TokenTableMeta
-
- set(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.policy.PolicyEvaluationMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.policy.PolicyEvaluationMeta
-
- set(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.policy.SelfEvaluationMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.policy.SelfEvaluationMeta
-
- set(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.policy.SelfTimingMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.policy.SelfTimingMeta
-
- set(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.policy.SubtreeEvaluationMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.policy.SubtreeEvaluationMeta
-
- set(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.policy.SubtreeTimingMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.policy.SubtreeTimingMeta
-
- set(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.session.CtsSessionsMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.session.CtsSessionsMeta
-
- set(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.session.InternalSessionsMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.session.InternalSessionsMeta
-
- set(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.session.RemoteSessionsMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.session.RemoteSessionsMeta
-
- set(SnmpValue, long, Object) - Method in class org.forgerock.openam.monitoring.session.StatelessSessionsMeta
-
Set the value of a scalar variable
- set(SnmpMibSubRequest, int) - Method in class org.forgerock.openam.monitoring.session.StatelessSessionsMeta
-
- set(Object) - Static method in class org.forgerock.openam.session.util.AppTokenHandler
-
Sets the ThreadLocal to the supplied application token
- set(T) - Method in class org.forgerock.openam.utils.ModifiedProperty
-
- Set_13 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- Set_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_RequestStruct
-
- Set_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_RequestStruct
-
- Set_2 - Variable in class com.sun.identity.saml.AssertionManagerIF_getAssertion_RequestStruct
-
- Set_2 - Variable in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_RequestStruct
-
- Set_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_RequestStruct
-
- Set_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_RequestStruct
-
- Set_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_RequestStruct
-
- Set_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_RequestStruct
-
- Set_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_RequestStruct
-
- Set_3 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_RequestStruct
-
- Set_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct
-
- Set_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct
-
- Set_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct
-
- Set_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct
-
- Set_5 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct
-
- Set_5 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct
-
- Set_5 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct
-
- Set_6 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- Set_8 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct
-
- Set_8 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct
-
- Set_8 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct
-
- SET_COOKIE_TO_ALL_DOMAINS - Static variable in interface com.sun.identity.shared.Constants
-
Property string to determine whether to set auth cookies to all
domains in the domain list.
- SET_ENTITY_CONFIG - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- SET_ENTITY_CONFIG - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- SET_ENTITY_CONFIG_FAILED - Static variable in class com.sun.identity.federation.common.LogUtil
-
Failed to modify Entity configuration.
- SET_ENTITY_CONFIG_SUCCEEDED - Static variable in class com.sun.identity.federation.common.LogUtil
-
Entity configuration modified successfully.
- SET_ENTITY_DESCRIPTOR - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- SET_ENTITY_DESCRIPTOR - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- SET_ENTITY_FAILED - Static variable in class com.sun.identity.federation.common.LogUtil
-
Failed to modify Entity.
- SET_ENTITY_SUCCEEDED - Static variable in class com.sun.identity.federation.common.LogUtil
-
Entity modified successfully.
- SET_INVALID_ENTITY_CONFIG - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- SET_INVALID_ENTITY_CONFIG - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- SET_INVALID_ENTITY_DESCRIPTOR - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- SET_INVALID_ENTITY_DESCRIPTOR - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- SET_PASSWORD_STATE - Static variable in class org.forgerock.openam.authentication.modules.oauth2.OAuthParam
-
- SET_PROPERTY_ACTION_ID - Static variable in class org.forgerock.openam.core.rest.session.SessionResource
-
- set_return(UserDetails) - Method in class com.sun.identity.idsvcs.AttributesResponse
-
- set_return(String) - Method in class com.sun.identity.idsvcs.GetCookieNameForTokenResponse
-
- set_return(String[]) - Method in class com.sun.identity.idsvcs.GetCookieNamesToForwardResponse
-
- set_return(IdentityDetails) - Method in class com.sun.identity.idsvcs.ReadResponse
-
- setAbstract(String) - Method in class com.sun.identity.liberty.ws.disco.ResourceOffering
-
Sets abstract.
- setAccessRequestHandler(Class) - Method in class org.forgerock.openam.radius.server.config.ClientConfig
-
Set the class declared for this client to handle requests and that implements the AccessRequestHandler interface.
- setAccessRequestHandlerClassname(String) - Method in class org.forgerock.openam.radius.server.config.ClientConfig
-
Set the declared classname for the client.
- setAccessToken(String) - Method in class org.forgerock.openidconnect.Client
-
Sets the registration access token of the OAuth2Client.
- setAccessToken(String) - Method in class org.forgerock.openidconnect.ClientBuilder
-
Sets the registration access token of the OAuth2Client.
- setAccessTokenLifeTime(Long) - Method in class org.forgerock.openidconnect.Client
-
Sets the access token lifetime of the OAuth2Client.
- setAccessTokenLifeTime(Long) - Method in class org.forgerock.openidconnect.ClientBuilder
-
Sets the Access token lifetime.
- setAccountFederation(NameIDInfo, String) - Static method in class com.sun.identity.saml2.common.AccountUtils
-
Sets the account federation information to the datastore for a user.
- setAccountFederation(NameIDInfo, String) - Static method in class com.sun.identity.wsfederation.common.AccountUtils
-
Sets the account federation information in the datastore for a user.
- setAccountFedInfo(FSAccountFedInfo) - Method in class com.sun.identity.federation.services.FSSession
-
Sets account federation info.
- setAccountInfo(FSAccountFedInfo) - Method in class com.sun.identity.federation.services.registration.FSNameRegistrationHandler
-
Sets the federation account information for the
user with a specific remote provider.
- setAccountInfo(FSAccountFedInfo) - Method in class com.sun.identity.federation.services.termination.FSFedTerminationHandler
-
Sets the federation account information for the user with a specific
remote provider.
- setACIText(String) - Method in class com.iplanet.services.ldap.aci.ACI
-
Set the ACI text.
- setACR(ACR) - Method in class com.iplanet.services.ldap.aci.ACI
-
Set the Access Control Rule.
- setAction(String) - Method in class com.sun.identity.authentication.UI.taglib.DSAMEFormTag
-
- setAction(List) - Method in interface com.sun.identity.saml2.assertion.AuthzDecisionStatement
-
Sets the Action(s) of the statement.
- setAction(AttributedURIType) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ProblemActionTypeImpl
-
- setAction(AttributedURIType) - Method in interface com.sun.identity.wsfederation.jaxb.wsaddr.ProblemActionType
-
Sets the value of the action property.
- setAction(Action) - Method in class com.sun.identity.xacml.context.impl.RequestImpl
-
Sets the instance of Action
- setAction(Action) - Method in interface com.sun.identity.xacml.context.Request
-
Sets the instance of Action
- setActionName(String) - Method in class com.sun.identity.entitlement.Entitlement
-
Sets action name
- setActionNames(Set<String>) - Method in class com.sun.identity.entitlement.Entitlement
-
Sets action names
- setActions(Set) - Method in class com.sun.identity.delegation.DelegationPermission
-
Sets the action names in the permission
- setActions(Map<String, Boolean>) - Method in class com.sun.identity.entitlement.ApplicationType
-
Sets supported action names and its default values.
- setActions(Map<String, Boolean>) - Method in class org.forgerock.openam.entitlement.ResourceType.Builder
-
Overwrites the actions with the passed action map.
- setActions(Map<String, Boolean>) - Method in class org.forgerock.openam.entitlement.rest.wrappers.JsonResourceType
-
- setActionValues(ApplicationPrivilege.PossibleAction) - Method in class com.sun.identity.entitlement.ApplicationPrivilege
-
- setActionValues(Map<String, Boolean>) - Method in class com.sun.identity.entitlement.Entitlement
-
Sets action values map.
- setActionValues(Map) - Method in class com.sun.identity.policy.Rule
-
Deprecated.
Sets the action names and their corresponding actions values
(or permissions) for the resource or the service.
- setActionValues(Map<String, Boolean>) - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlement
-
Sets the action values for this entitlement.
- setActive(boolean) - Method in class com.sun.identity.entitlement.Privilege
-
Sets this privilege active/inactive.
- setActive(boolean) - Method in class com.sun.identity.entitlement.ReferralPrivilege
-
Deprecated.
Sets this privilege active/inactive.
- setActive(boolean) - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Set the active flag for policy.
- setActive(boolean) - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonPolicy
-
Activates/deactivates the policy.
- setActiveStatus(SSOToken, IdType, String, boolean) - Method in class com.iplanet.am.sdk.AMSDKRepo
-
- setActiveStatus(boolean) - Method in class com.iplanet.services.ldap.ServerInstance
-
Set the active status.
- setActiveStatus(boolean) - Method in class com.sun.identity.idm.AMIdentity
-
If there is a status attribute configured, then set its status to
true or activated state if the parameter active is true.
- setActiveStatus(SSOToken, IdType, String, boolean) - Method in class com.sun.identity.idm.IdRepo
-
Sets the object's status to active.
- setActiveStatus(SSOToken, IdType, String, String, String, boolean) - Method in interface com.sun.identity.idm.IdServices
-
- setActiveStatus(SSOToken, IdType, String, boolean) - Method in class com.sun.identity.idm.plugins.database.DatabaseRepo
-
- setActiveStatus(SSOToken, IdType, String, boolean) - Method in class com.sun.identity.idm.plugins.files.FilesRepo
-
- setActiveStatus(SSOToken, IdType, String, boolean) - Method in class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- setActiveStatus(SSOToken, IdType, String, boolean) - Method in class com.sun.identity.idm.plugins.internal.SpecialRepo
-
- setActiveStatus(SSOToken, IdType, String, String, String, boolean) - Method in class com.sun.identity.idm.remote.IdRemoteCachedServicesImpl
-
- setActiveStatus(SSOToken, IdType, String, String, String, boolean) - Method in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
- setActiveStatus(SSOToken, IdType, String, String, String, boolean) - Method in class com.sun.identity.idm.server.IdCachedServicesImpl
-
- setActiveStatus(SSOToken, IdType, String, String, String, boolean) - Method in class com.sun.identity.idm.server.IdServicesImpl
-
- setActiveStatus(SSOToken, IdType, String, String, String, boolean) - Method in class org.forgerock.openam.idm.IdServicesDecorator
- setActiveStatus(SSOToken, IdType, String, boolean) - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
Sets the user status to the value provided for the given identity.
- setActiveStatus(SSOToken, IdType, String, boolean) - Method in class org.openidentityplatform.openam.cassandra.Repo
-
- setActiveStatus_idrepo(String, String, String, String, String, boolean) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- setActiveStatus_idrepo(String, String, String, String, String, boolean) - Method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- setActor(String) - Method in class com.sun.identity.liberty.ws.paos.PAOSRequest
-
Sets the value of actor attribute.
- setActor(String) - Method in class com.sun.identity.liberty.ws.paos.PAOSResponse
-
Sets the value of actor attribute.
- setActor(String) - Method in class com.sun.identity.liberty.ws.soapbinding.ConsentHeader
-
Sets value of actor attribute.
- setActor(String) - Method in class com.sun.identity.liberty.ws.soapbinding.CorrelationHeader
-
Sets value of actor attribute.
- setActor(String) - Method in class com.sun.identity.liberty.ws.soapbinding.ProcessingContextHeader
-
Sets value of actor attribute.
- setActor(String) - Method in class com.sun.identity.liberty.ws.soapbinding.ProviderHeader
-
Sets value of actor attribute.
- setActor(String) - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
-
Sets value of actor attribute.
- setActor(String) - Method in class com.sun.identity.liberty.ws.soapbinding.UsageDirectiveHeader
-
Sets value of actor attribute.
- setActor(String) - Method in interface com.sun.identity.saml2.ecp.ECPRelayState
-
Sets the value of actor attribute.
- setActor(String) - Method in interface com.sun.identity.saml2.ecp.ECPRequest
-
Sets the value of actor attribute.
- setActor(String) - Method in interface com.sun.identity.saml2.ecp.ECPResponse
-
Sets the value of actor attribute.
- setActor(String) - Method in class com.sun.identity.saml2.ecp.impl.ECPRelayStateImpl
-
Sets the value of actor attribute.
- setActor(String) - Method in class com.sun.identity.saml2.ecp.impl.ECPRequestImpl
-
Sets the value of actor attribute.
- setActor(String) - Method in class com.sun.identity.saml2.ecp.impl.ECPResponseImpl
-
Sets the value of actor attribute.
- setActualLockoutDuration(long) - Method in class com.sun.identity.common.AccountLockoutInfo
-
Sets the actual Lockout Duration
- setAD(boolean) - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
Sets if the directory is Active Directory
- setAdditionalInfo(List) - Method in interface com.sun.identity.saml2.assertion.Advice
-
Sets a list of additional information
- setAdditionalInfo(List) - Method in class com.sun.identity.saml2.assertion.impl.AdviceImpl
-
Sets a list of additional information
- setAddress(String) - Method in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationDataImpl
-
Sets the network address/location from which an attesting
entity can present the assertion
- setAddress(String) - Method in class com.sun.identity.saml2.assertion.impl.SubjectLocalityImpl
-
Sets the value of the Address attribute.
- setAddress(String) - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
-
Sets the network address/location from which an attesting
entity can present the assertion
- setAddress(String) - Method in interface com.sun.identity.saml2.assertion.SubjectLocality
-
Sets the value of the Address attribute.
- setAddress(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationDataTypeImpl
-
- setAddress(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityTypeImpl
-
- setAddress(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectConfirmationDataType
-
Sets the value of the address property.
- setAddress(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectLocalityType
-
Sets the value of the address property.
- setAddress(AttributedURIType) - Method in interface com.sun.identity.wsfederation.jaxb.wsaddr.EndpointReferenceType
-
Sets the value of the address property.
- setAddress(AttributedURIType) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.EndpointReferenceTypeImpl
-
- setAdmin(Token) - Method in class com.sun.identity.idsvcs.Read
-
- setAdminToken(SSOToken) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the admin token.
- setAdminToken(SSOToken) - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Sets the admin token.
- setAdminUserPassword(String, String) - Method in class com.iplanet.services.ldap.ServerConfigMgr
-
Sets the admin user's password.
- setAdvice(Map<String, Set<String>>) - Method in class com.sun.identity.entitlement.ConditionDecision.Builder
-
Sets the advice.
- setAdvice(AdviceBase) - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Sets the advice for an assertion
- setAdvice(Advice) - Method in interface com.sun.identity.saml2.assertion.Assertion
-
Sets the advice of the assertion
- setAdvice(Advice) - Method in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
Sets the advice of the assertion
- setAdvice(AdviceType) - Method in interface com.sun.identity.saml2.jaxb.assertion.AssertionType
-
Sets the value of the advice property.
- setAdvice(AdviceType) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionTypeImpl
-
- setAdviceExpressions(AdviceExpressions) - Method in class com.sun.identity.entitlement.xacml3.core.Policy
-
Sets the value of the adviceExpressions property.
- setAdviceExpressions(AdviceExpressions) - Method in class com.sun.identity.entitlement.xacml3.core.PolicySet
-
Sets the value of the adviceExpressions property.
- setAdviceExpressions(AdviceExpressions) - Method in class com.sun.identity.entitlement.xacml3.core.Rule
-
Sets the value of the adviceExpressions property.
- setAdviceId(String) - Method in class com.sun.identity.entitlement.xacml3.core.Advice
-
Sets the value of the adviceId property.
- setAdviceId(String) - Method in class com.sun.identity.entitlement.xacml3.core.AdviceExpression
-
Sets the value of the adviceId property.
- setAdvices(Map<String, Set<String>>) - Method in class com.sun.identity.entitlement.Entitlement
-
Sets advices.
- setAdvices(Map) - Method in class com.sun.identity.policy.ActionDecision
-
Deprecated.
Sets advices associated with this ActionDecision
.
- setAdvices(Map) - Method in class com.sun.identity.policy.ConditionDecision
-
Deprecated.
Sets advices associated with this object
- setAdvicesHandleableByAM(Set) - Method in class com.sun.identity.policy.remote.AdvicesHandleableByAMResponse
-
Sets the advices to be handled by OpenSSO.
- setAdvicesHandleableByAMRequest(AdvicesHandleableByAMRequest) - Method in class com.sun.identity.policy.remote.PolicyRequest
-
Sets the AdvicesHandleableByAMRequest sub element of
PolicyRequest.
- setAdvicesHandleableByAMResponse(AdvicesHandleableByAMResponse) - Method in class com.sun.identity.policy.remote.PolicyResponse
-
Set the AdvicesHandleableByAMResponse.
- setAdvisoryAuthnID(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
-
Deprecated.
Sets value of advisoryAuthnID attribute.
- setAffiliation(boolean) - Method in class com.sun.identity.federation.accountmgmt.FSAccountFedInfo
-
Deprecated.
Sets the affiliation flag.
- setAffiliationConfig(BaseConfigType) - Method in interface com.sun.identity.saml2.jaxb.entityconfig.EntityConfigType
-
Sets the value of the affiliationConfig property.
- setAffiliationConfig(BaseConfigType) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.EntityConfigTypeImpl
-
- setAffiliationDescriptor(AffiliationDescriptorType) - Method in interface com.sun.identity.saml2.jaxb.metadata.EntityDescriptorType
-
Sets the value of the affiliationDescriptor property.
- setAffiliationDescriptor(AffiliationDescriptorType) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl
-
- setAffiliationID(String) - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Sets the Affiliation Identifier.
- setAffiliationID(String) - Method in class com.sun.identity.liberty.ws.soapbinding.ProviderHeader
-
Sets value of affiliationID attribute.
- setAffiliationOwnerID(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.AffiliationDescriptorType
-
Sets the value of the affiliationOwnerID property.
- setAffiliationOwnerID(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorTypeImpl
-
- setAgentGroup(SSOToken, String, String, String) - Static method in class com.sun.identity.common.configuration.AgentConfiguration
-
Set agent group.
- setAgentGroup(SSOToken, String, AMIdentity, String) - Static method in class com.sun.identity.common.configuration.AgentConfiguration
-
Set agent group.
- setAgentGroup(AMIdentity, AMIdentity) - Static method in class com.sun.identity.common.configuration.AgentConfiguration
-
Set agent group.
- setAlgorithm(String) - Method in interface com.sun.identity.saml2.jaxb.xmlenc.AgreementMethodType
-
Sets the value of the algorithm property.
- setAlgorithm(String) - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType
-
Sets the value of the algorithm property.
- setAlgorithm(String) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl
-
- setAlgorithm(String) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl
-
- setAlgorithm(String) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.CanonicalizationMethodType
-
Sets the value of the algorithm property.
- setAlgorithm(String) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.DigestMethodType
-
Sets the value of the algorithm property.
- setAlgorithm(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.CanonicalizationMethodTypeImpl
-
- setAlgorithm(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DigestMethodTypeImpl
-
- setAlgorithm(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureMethodTypeImpl
-
- setAlgorithm(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformTypeImpl
-
- setAlgorithm(String) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignatureMethodType
-
Sets the value of the algorithm property.
- setAlgorithm(String) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.TransformType
-
Sets the value of the algorithm property.
- setAlgorithm(String) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.CanonicalizationMethodType
-
Sets the value of the algorithm property.
- setAlgorithm(String) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.DigestMethodType
-
Sets the value of the algorithm property.
- setAlgorithm(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.CanonicalizationMethodTypeImpl
-
- setAlgorithm(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DigestMethodTypeImpl
-
- setAlgorithm(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureMethodTypeImpl
-
- setAlgorithm(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformTypeImpl
-
- setAlgorithm(String) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignatureMethodType
-
Sets the value of the algorithm property.
- setAlgorithm(String) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.TransformType
-
Sets the value of the algorithm property.
- setAlias(String) - Method in interface com.sun.identity.security.keystore.AMX509KeyManager
-
This constructor takes a JSSE default implementation and a
user-specified client certificate alias.
- setAlias(String) - Method in class com.sun.identity.security.keystore.AMX509KeyManagerImpl
-
This constructor takes a JSSE default implementation and a
user-specified client certificate alias.
- setAlias(String) - Method in class com.sun.identity.security.keystore.v_14.AMX509KeyManagerImpl
-
This constructor takes a JSSE default implementation and a
user-specified client certificate alias.
- setAll() - Method in class com.sun.identity.config.wizard.Step4
-
- setAllowCache(boolean) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.Freshness
-
Sets the value of the allowCache property.
- setAllowCache(boolean) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FreshnessImpl
-
- setAllowCreate(boolean) - Method in class com.sun.identity.saml2.protocol.impl.NameIDPolicyImpl
-
Sets the value of AllowCreate attribute.
- setAllowCreate(boolean) - Method in interface com.sun.identity.saml2.protocol.NameIDPolicy
-
Sets the value of AllowCreate attribute.
- setAllowed(boolean) - Method in class com.sun.identity.policy.ConditionDecision
-
Deprecated.
Sets boolean result of condition evaluation
- setAllowedGrantScopes(List<String>) - Method in class org.forgerock.openidconnect.Client
-
Sets the allowed scopes of the OAuth2Client.
- setAllowedGrantScopes(List<String>) - Method in class org.forgerock.openidconnect.ClientBuilder
-
Sets the allowed scopes of the OAuth2Client.
- setAllReturnAttributes(boolean) - Method in class com.iplanet.am.sdk.AMSearchControl
-
Deprecated.
Sets the specified boolean value to the variable.
- setAllReturnAttributes(boolean) - Method in class com.iplanet.ums.SearchControl
-
Sets the specified boolean value to the variable.
- setAllReturnAttributes(boolean) - Method in class com.sun.identity.idm.IdSearchControl
-
Sets the specified boolean value to the variable.
- setAmIdentityNames(Set<String>) - Method in class org.forgerock.openam.entitlement.conditions.environment.AMIdentityMembershipCondition
-
- setAMLoginModule(AMLoginModuleBinder) - Method in class org.forgerock.openam.authentication.modules.common.AuthLoginModule
-
Constructs an instance of the AuthLoginModule.
- setAnchor(String) - Method in class com.sun.identity.authentication.UI.taglib.DSAMEHrefTag
-
- setAnswer(String) - Method in class org.forgerock.openam.services.push.dispatch.PushMessageChallengeResponsePredicate
-
Sets the answer for this predicate.
- setAny(List) - Method in class com.sun.identity.liberty.ws.disco.InsertEntry
-
Sets the value of the Any property.
- setAny(String) - Method in interface com.sun.identity.saml2.protocol.ArtifactResponse
-
Sets the any element of the response.
- setAny(List) - Method in interface com.sun.identity.saml2.protocol.Extensions
-
Sets the Extensions object.
- setAny(String) - Method in class com.sun.identity.saml2.protocol.impl.ArtifactResponseImpl
-
Sets the any element of the response.
- setAny(List) - Method in class com.sun.identity.saml2.protocol.impl.ExtensionsImpl
-
Sets the Extensions object.
- setAny(List) - Method in class com.sun.identity.saml2.protocol.impl.StatusDetailImpl
-
Sets the StatusDetail object.
- setAny(List) - Method in interface com.sun.identity.saml2.protocol.StatusDetail
-
Sets the value of the Any property.
- setAny(String) - Method in class com.sun.identity.sm.AttributeSchema
-
Sets the any attribute.
- setAny(Object) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ProofTokenTypeImpl
-
- setAny(Object) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymBasisTypeImpl
-
- setAny(Object) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SecurityTokenTypeImpl
-
- setAny(Object) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.ProofTokenType
-
Sets the value of the any property.
- setAny(Object) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.PseudonymBasisType
-
Sets the value of the any property.
- setAny(Object) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.SecurityTokenType
-
Sets the value of the any property.
- setAnyAttribute(Map) - Method in interface com.sun.identity.saml2.assertion.Attribute
-
Sets the anyAttribute of the attribute.
- setAnyAttribute(Map) - Method in class com.sun.identity.saml2.assertion.impl.AttributeImpl
-
Sets the anyAttribute of the attribute.
- setApp(Token) - Method in class com.sun.identity.idsvcs.Log
-
- SetApplication - Class in com.sun.identity.cli.entitlement
-
- SetApplication(ApplicationServiceFactory) - Constructor for class com.sun.identity.cli.entitlement.SetApplication
-
Create a new instance.
- setApplicationAttributes(Application, Map<String, Set<String>>, boolean) - Method in class com.sun.identity.cli.entitlement.ApplicationImpl
-
- setApplicationClassName(String) - Method in class com.sun.identity.entitlement.ApplicationType
-
Sets application class name.
- setApplicationIdleTimeout(int) - Method in class org.forgerock.openam.entitlement.conditions.environment.AuthSchemeCondition
-
- setApplicationIndexes(Set<String>) - Method in class com.sun.identity.entitlement.Privilege
-
- setApplicationName(String) - Method in class com.sun.identity.entitlement.Entitlement
-
Sets application name.
- setApplicationName(String) - Method in class com.sun.identity.policy.Rule
-
Deprecated.
Sets application Name.
- setApplicationName(String) - Method in class org.forgerock.openam.entitlement.conditions.environment.AuthSchemeCondition
-
- setApplicationName(String) - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlement
-
Sets the name of the application that this entitlement refers to.
- SetApplicationPrivilegeResources - Class in com.sun.identity.cli.entitlement
-
- SetApplicationPrivilegeResources(ResourceTypeService, ApplicationServiceFactory) - Constructor for class com.sun.identity.cli.entitlement.SetApplicationPrivilegeResources
-
- SetApplicationPrivilegeSubjects - Class in com.sun.identity.cli.entitlement
-
- SetApplicationPrivilegeSubjects(ResourceTypeService, ApplicationServiceFactory) - Constructor for class com.sun.identity.cli.entitlement.SetApplicationPrivilegeSubjects
-
- setApplicationResources(Map<String, Set<String>>) - Method in class com.sun.identity.entitlement.ApplicationPrivilege
-
- setApplicationType(ApplicationType) - Method in class com.sun.identity.entitlement.Application
-
Sets the application type of this Application
- setApplicationType(Subject, String) - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
Retrieves the
ApplicationType specified by the request, ensuring that the
Subject supplied
has the authorization.
- setApplicationType(String) - Method in class org.forgerock.openidconnect.Client
-
Sets the application type of the OAuth2Client.
- setApplicationType(String) - Method in class org.forgerock.openidconnect.ClientBuilder
-
Sets the application type of the OAuth2Client.
- setApplicationTypeAttributes(ApplicationType, Map<String, Set<String>>) - Method in class org.forgerock.openam.cli.entitlement.ApplicationTypeImpl
-
- setAppliesTo(EffectType) - Method in class com.sun.identity.entitlement.xacml3.core.AdviceExpression
-
Sets the value of the appliesTo property.
- setAppliesTo(AppliesToType) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyAttachmentTypeImpl
-
- setAppliesTo(AppliesToType) - Method in interface com.sun.identity.wsfederation.jaxb.wspolicy.PolicyAttachmentType
-
Sets the value of the appliesTo property.
- setAppliesTo(String) - Method in class com.sun.identity.wss.security.AssertionTokenSpec
-
Sets the name of the service for which the assertion needs to be issued.
- setAppliesTo(String) - Method in class com.sun.identity.wss.security.SAML2TokenSpec
-
Sets the name of the service for which the assertion needs to be issued.
- setAppliesTo(String) - Method in class com.sun.identity.wss.trust.RequestSecurityToken
-
Sets the appliesTo attribute.
- setAppliesTo(String) - Method in class com.sun.identity.wss.trust.RequestSecurityTokenResponse
-
Sets the appliesTo attribute element
- setAppSSOToken(String) - Method in class com.sun.identity.policy.remote.PolicyRequest
-
Sets the single sign on token of the application who sends the request.
- setAppSSOTokenID(String) - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Sets the Application SSO Token id as received in PLL request
- setArchiver(String, Archiver) - Static method in class com.sun.identity.log.handlers.SecureFileHandler
-
This method is to set the archiver corresponding to a loggerName
- setArrayOfString_13(String[]) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- setArrayOfString_13(String[]) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct_SOAPBuilder
-
- setArtifact(Artifact) - Method in interface com.sun.identity.saml2.protocol.ArtifactResolve
-
Sets the Artifact of the request.
- setArtifact(Artifact) - Method in class com.sun.identity.saml2.protocol.impl.ArtifactResolveImpl
-
Sets the Artifact of the request.
- setArtifacts(long) - Method in class com.sun.identity.monitoring.SsoServerIDFFSvcImpl
-
- setArtifacts(long) - Method in interface com.sun.identity.plugin.monitoring.FedMonIDFFSvc
-
Set the ID-FF service's artifact counter.
- setArtifacts(long) - Method in class com.sun.identity.plugin.monitoring.impl.FedletMonIDFFSvcProvider
-
- setArtifacts(long) - Method in class com.sun.identity.plugin.monitoring.impl.FedMonIDFFSvcProvider
-
- setAssertion(List) - Method in interface com.sun.identity.saml2.assertion.Evidence
-
Sets the Assertion(s) in the element.
- setAssertion(Assertion) - Method in class com.sun.identity.saml2.profile.ResponseInfo
-
Sets the authn assertion
- setAssertion(List) - Method in class com.sun.identity.saml2.protocol.impl.ResponseImpl
-
Sets Assertion(s) of the response.
- setAssertion(List) - Method in interface com.sun.identity.saml2.protocol.Response
-
Sets Assertion(s) of the response.
- setAssertion(Assertion) - Method in class org.forgerock.openam.authentication.modules.saml2.SAML2ResponseData
-
Sets the assertion.
- setAssertionConsumerServiceID(String) - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Sets the Assertion Consumer Service Identifier.
- setAssertionConsumerServiceIndex(Integer) - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
-
Sets the value of the AssertionConsumerServiceIndex
attribute.
- setAssertionConsumerServiceIndex(Integer) - Method in class com.sun.identity.saml2.protocol.impl.AuthnRequestImpl
-
Sets the value of the AssertionConsumerServiceIndex
attribute.
- setAssertionConsumerServiceURL(String) - Method in class com.sun.identity.federation.message.FSAuthnRequestEnvelope
-
Deprecated.
Sets the value of AssertionConsumerServiceURL attribute.
- setAssertionConsumerServiceURL(String) - Method in class com.sun.identity.federation.message.FSAuthnResponseEnvelope
-
Deprecated.
Sets the Assertion Consumer Service URL.
- setAssertionConsumerServiceURL(String) - Method in interface com.sun.identity.saml2.ecp.ECPResponse
-
Sets the value of the AssertionConsumerServiceURL
attribute.
- setAssertionConsumerServiceURL(String) - Method in class com.sun.identity.saml2.ecp.impl.ECPResponseImpl
-
Sets the value of the AssertionConsumerServiceURL
attribute.
- setAssertionConsumerServiceURL(String) - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
-
Sets the value of the AssertionConsumerServiceURL
attribute.
- setAssertionConsumerServiceURL(String) - Method in class com.sun.identity.saml2.protocol.impl.AuthnRequestImpl
-
Sets the value of the AssertionConsumerServiceURL
attribute.
- setAssertionID(String) - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Set the AssertionID for this assertion
- setAssertionID(String) - Method in class com.sun.identity.wss.security.AssertionTokenSpec
-
Sets the assertion identifier.
- setAssertionID(String) - Method in class com.sun.identity.wss.security.SAML2TokenSpec
-
Sets the assertion identifier.
- setAssertionIDRef(List) - Method in interface com.sun.identity.saml2.assertion.Evidence
-
Sets the AssertionIDRef(s) in the element.
- setAssertionIDRefs(List) - Method in interface com.sun.identity.saml2.assertion.Advice
-
Sets a list of AssertionIDRef
- setAssertionIDRefs(List) - Method in class com.sun.identity.saml2.assertion.impl.AdviceImpl
-
Sets a list of AssertionIDRef
- setAssertionIDRefs(List) - Method in interface com.sun.identity.saml2.protocol.AssertionIDRequest
-
Sets a list of AssertionIDRef Objects.
- setAssertionIDRefs(List) - Method in class com.sun.identity.saml2.protocol.impl.AssertionIDRequestImpl
-
Sets a list of AssertionIDRef Objects.
- setAssertionInterval(long) - Method in class com.sun.identity.wss.security.AssertionTokenSpec
-
Sets the assertion interval
- setAssertionInterval(long) - Method in class com.sun.identity.wss.security.SAML2TokenSpec
-
Sets the assertion interval
- setAssertions(long) - Method in class com.sun.identity.monitoring.SsoServerIDFFSvcImpl
-
- setAssertions(long) - Method in interface com.sun.identity.plugin.monitoring.FedMonIDFFSvc
-
Set the ID-FF service's assertion counter.
- setAssertions(long) - Method in class com.sun.identity.plugin.monitoring.impl.FedletMonIDFFSvcProvider
-
- setAssertions(long) - Method in class com.sun.identity.plugin.monitoring.impl.FedMonIDFFSvcProvider
-
- setAssertions(List) - Method in interface com.sun.identity.saml2.assertion.Advice
-
Sets a list of Assertion
- setAssertions(List) - Method in class com.sun.identity.saml2.assertion.impl.AdviceImpl
-
Sets a list of Assertion
- setAssertionURIRef(List) - Method in interface com.sun.identity.saml2.assertion.Evidence
-
Sets the AssertionURIRef(s) in the element.
- setAssertionURIRefs(List) - Method in interface com.sun.identity.saml2.assertion.Advice
-
Sets a list of AssertionURIRef
- setAssertionURIRefs(List) - Method in class com.sun.identity.saml2.assertion.impl.AdviceImpl
-
Sets a list of AssertionURIRef
- setAssociatedAdvice(AssociatedAdvice) - Method in class com.sun.identity.entitlement.xacml3.core.Result
-
Sets the value of the associatedAdvice property.
- setAssociatedOrganization(PersistentObject) - Method in class com.iplanet.ums.dctree.DomainComponent
-
Sets the mapping of a dc entry in the dctree to an
organization or OrganizationalUnit entry in the convergence DIT, the
directory tree hosting all the actual entries
- setAssociatedOrganization(Guid) - Method in class com.iplanet.ums.dctree.DomainComponent
-
Sets the mapping of a dc entry in the dctree to an
organization or organizational unit entry in the convergence DIT, the
directory tree hosting all the actual entries.
- setAttribute(String, String) - Method in class com.iplanet.services.naming.share.NamingResponse
-
Sets the naming attribute.
- setAttribute(Attr) - Method in class com.iplanet.ums.PersistentObject
-
Set an attribute value for the entity.
- setAttribute(Attr, Locale) - Method in class com.iplanet.ums.PersistentObject
-
Sets an attribute value with a given locale for the entity.
- setAttribute(String, Set) - Method in class com.sun.identity.authentication.config.AMAuthenticationInstance
-
Sets a configuration parameter with the specified value
values.
- setAttribute(String, Set) - Method in class com.sun.identity.authentication.config.AMAuthenticationSchema
-
Sets default value for a specific attribute.
- setAttribute(List) - Method in class com.sun.identity.authentication.service.PagePropertiesCallback
-
Deprecated.
Sets list of attribute
- setAttribute(List) - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
-
Sets the list of authentication module data store specific attributes.
- setAttribute(List<Attribute>) - Method in interface com.sun.identity.saml2.assertion.AttributeStatement
-
Sets Attribute(s) of the statement.
- setAttribute(List<Attribute>) - Method in class com.sun.identity.saml2.assertion.impl.AttributeStatementImpl
-
Sets Attribute(s) of the statement.
- setAttribute(String, String[]) - Method in class com.sun.identity.sm.SMSEntry
-
Set the attribute values.
- setAttribute(String, String, String[]) - Method in class org.forgerock.openam.authentication.modules.scripted.ScriptIdentityRepository
-
Sets a particular attribute for a particular user.
- setAttribute(String, Object) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
The default behavior of this method is to return setAttribute(String name, Object o)
on the wrapped request object.
- setAttribute(String, Object) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteSession
-
Sets an attribute on the session, either from local object
pre serialization or the stored value post serialization.
- setAttribute(CoreTokenField, T) - Method in class org.forgerock.openam.cts.api.tokens.Token
-
Mutator for the non-primary fields of the Token.
- setAttribute(String, Object) - Method in class org.forgerock.openam.entitlement.PrivilegeEvaluatorContext
-
Set an attribute on the context
- setAttribute(String, Object[]) - Method in class org.forgerock.openam.scripting.api.ScriptedIdentity
-
Sets the attribute's values.
- setAttributeAssignments(List) - Method in class com.sun.identity.xacml.policy.impl.ObligationImpl
-
Sets XML elements corresponding to
AttributeAssignment elements for this obligation.
- setAttributeAssignments(List) - Method in interface com.sun.identity.xacml.policy.Obligation
-
Sets XML elements corresponding to
AttributeAssignment elements for this obligation.
- setAttributeByteArray(String, byte[][]) - Method in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Sets byte attribute values in this AMObject.
- setAttributeConsumingServiceIndex(Integer) - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
-
Sets the value of the AttributeConsumingServiceIndex
attribute.
- setAttributeConsumingServiceIndex(Integer) - Method in class com.sun.identity.saml2.protocol.impl.AuthnRequestImpl
-
Sets the value of the AttributeConsumingServiceIndex
attribute.
- SetAttributeDefaults - Class in com.sun.identity.cli.schema
-
Sets default attribute values of schema.
- SetAttributeDefaults() - Constructor for class com.sun.identity.cli.schema.SetAttributeDefaults
-
- setAttributeDefaults(Map) - Method in class com.sun.identity.sm.ServiceSchema
-
Method to change the default values of attributes in the schema.
- setAttributeDefaults(String, Set) - Method in class com.sun.identity.sm.ServiceSchema
-
Method to change default value for a specific attribute.
- setAttributeDefaultValues(String, String, String, String, Set) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Sets default values of an existing attribute.
- setAttributeDesignator(AttributeDesignator) - Method in class com.sun.identity.entitlement.xacml3.core.Match
-
Sets the value of the attributeDesignator property.
- setAttributeId(String) - Method in class com.sun.identity.entitlement.xacml3.core.Attribute
-
Sets the value of the attributeId property.
- setAttributeId(String) - Method in class com.sun.identity.entitlement.xacml3.core.AttributeAssignment
-
Sets the value of the attributeId property.
- setAttributeId(String) - Method in class com.sun.identity.entitlement.xacml3.core.AttributeAssignmentExpression
-
Sets the value of the attributeId property.
- setAttributeId(String) - Method in class com.sun.identity.entitlement.xacml3.core.AttributeDesignator
-
Sets the value of the attributeId property.
- setAttributeId(String) - Method in class com.sun.identity.entitlement.xacml3.core.MissingAttributeDetail
-
Sets the value of the attributeId property.
- setAttributeId(URI) - Method in interface com.sun.identity.xacml.context.Attribute
-
Sets the attributeId of the Attribute.
- setAttributeId(URI) - Method in class com.sun.identity.xacml.context.impl.AttributeImpl
-
Sets the attribiteId of the >Attribute
- setAttributeId(String) - Method in interface com.sun.identity.xacml.context.MissingAttributeDetail
-
Sets the AttributeIds of this object
- setAttributeMap(Map) - Method in class com.sun.identity.federation.message.common.Extension
-
Deprecated.
Converts attribute value pairs to a list of XML String
objects.
- setAttributeMap(Map) - Method in class com.sun.identity.saml2.profile.ResponseInfo
-
Sets the map of the attributes
- setAttributeName(String) - Method in class com.sun.identity.entitlement.NumericAttributeCondition
-
- setAttributeName(String) - Method in class com.sun.identity.entitlement.StringAttributeCondition
-
- setAttributeNames(String[]) - Method in class com.iplanet.ums.SearchTemplate
-
Sets the attributes to be returned on a search.
- setAttributeNames(Set<String>) - Method in class com.sun.identity.entitlement.Application
-
Sets attribute names.
- setAttributeNames(Set<String>) - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- setAttributes(Map) - Method in interface com.iplanet.am.sdk.AMEntity
-
Deprecated.
Sets attribute values in this AMObject.
- setAttributes(Map) - Method in class com.iplanet.am.sdk.AMEntityImpl
-
- setAttributes(Map) - Method in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Sets attribute values in this AMObject.
- setAttributes(SSOToken, IdType, String, Map, boolean) - Method in class com.iplanet.am.sdk.AMSDKRepo
-
Sets the Attributes of the named identity. the single sign on
token must have the necessary permission to set the attributes.
- setAttributes(SSOToken, String, int, Map, Map, boolean) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Method Set the attributes of an entry.
- setAttributes(SSOToken, String, int, Map, Map, boolean) - Method in class com.iplanet.am.sdk.ldap.CachedDirectoryServicesImpl
-
Method Set the attributes of an entry.
- setAttributes(SSOToken, String, int, Map, Map, boolean) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
Method Set the attributes of an entry.
- setAttributes(SSOToken, String, int, Map, Map, boolean) - Method in class com.iplanet.am.sdk.remote.CachedRemoteServicesImpl
-
Method Set the attributes of an entry.
- setAttributes(String, String, int, Map, Map, boolean) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- setAttributes(String, String, int, Map, Map, boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- setAttributes(SSOToken, String, int, Map, Map, boolean) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
Method Set the attributes of an entry.
- setAttributes(Map<String, Set<String>>) - Method in class com.sun.identity.entitlement.Entitlement
-
Sets attributes.
- setAttributes(Map) - Method in class com.sun.identity.idm.AMIdentity
-
Sets the values of attributes.
- setAttributes(SSOToken, IdType, String, Map<String, Set<String>>, boolean) - Method in class com.sun.identity.idm.IdRepo
-
Set the values of attributes of the identity.
- setAttributes(SSOToken, IdType, String, Map, boolean, String, String, boolean) - Method in interface com.sun.identity.idm.IdServices
-
- setAttributes(SSOToken, IdType, String, Map, boolean) - Method in class com.sun.identity.idm.plugins.database.DatabaseRepo
-
Set the values of attributes of the identity.
- setAttributes(SSOToken, IdType, String, Map, boolean) - Method in class com.sun.identity.idm.plugins.files.FilesRepo
-
- setAttributes(SSOToken, IdType, String, Map, boolean) - Method in class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- setAttributes(SSOToken, IdType, String, Map, boolean) - Method in class com.sun.identity.idm.plugins.internal.SpecialRepo
-
- setAttributes(SSOToken, IdType, String, Map, boolean, String, String, boolean) - Method in class com.sun.identity.idm.remote.IdRemoteCachedServicesImpl
-
- setAttributes(SSOToken, IdType, String, Map, boolean, String, String, boolean) - Method in class com.sun.identity.idm.remote.IdRemoteServicesImpl
-
- setAttributes(SSOToken, IdType, String, Map, boolean, String, String, boolean) - Method in class com.sun.identity.idm.server.IdCachedServicesImpl
-
- setAttributes(SSOToken, IdType, String, Map, boolean, String, String, boolean) - Method in class com.sun.identity.idm.server.IdServicesImpl
-
- setAttributes(String[]) - Method in class com.sun.identity.idsvcs.AttributesRequest
-
- setAttributes(Attribute[]) - Method in class com.sun.identity.idsvcs.IdentityDetails
-
- setAttributes(Attribute[]) - Method in class com.sun.identity.idsvcs.Read
-
- setAttributes(Attribute[]) - Method in class com.sun.identity.idsvcs.UserDetails
-
- setAttributes(String, Map<String, Set<String>>) - Method in interface com.sun.identity.plugin.datastore.DataStoreProvider
-
Sets user attributes.
- setAttributes(String, Map<String, Set<String>>) - Method in class com.sun.identity.plugin.datastore.impl.FedletDataStoreProvider
-
Sets attributes for a user.
- setAttributes(String, Map<String, Set<String>>) - Method in class com.sun.identity.plugin.datastore.impl.IdRepoDataStoreProvider
-
Sets attributes for a user.
- setAttributes(List) - Method in interface com.sun.identity.saml2.protocol.AttributeQuery
-
Sets the Attribute objects.
- setAttributes(List) - Method in class com.sun.identity.saml2.protocol.impl.AttributeQueryImpl
-
Sets the Attribute objects.
- setAttributes(String, Map) - Method in class com.sun.identity.sm.OrganizationConfigManager
-
Sets/Creates organization attributes for the
service.
- setAttributes(Map) - Method in class com.sun.identity.sm.PluginConfig
-
Sets the service plugin parameters.
- setAttributes(Map) - Method in class com.sun.identity.sm.ServiceConfig
-
Sets the service configuration parameters.
- setAttributes(Map) - Method in class com.sun.identity.sm.ServiceInstance
-
Sets the attributes that are specific to the service instance.
- setAttributes(Map) - Method in class com.sun.identity.sm.SMSEntry
-
Set the attributes.
- setAttributes(BaseConfigType, Map<String, List<String>>) - Static method in class com.sun.identity.wsfederation.meta.WSFederationMetaUtils
-
Sets attribute value pairs in BaseConfigType.
- setAttributes(List) - Method in interface com.sun.identity.xacml.context.Action
-
Sets the Attribute elements of this object
- setAttributes(List) - Method in interface com.sun.identity.xacml.context.Environment
-
Sets the Attribute elements of this object
- setAttributes(List) - Method in class com.sun.identity.xacml.context.impl.ActionImpl
-
Sets the Attribute elements of this object
- setAttributes(List) - Method in class com.sun.identity.xacml.context.impl.EnvironmentImpl
-
Sets the Attribute elements of this object
- setAttributes(List) - Method in class com.sun.identity.xacml.context.impl.ResourceImpl
-
Sets the Attribute elements of this object
- setAttributes(List) - Method in class com.sun.identity.xacml.context.impl.SubjectImpl
-
Sets the Attribute elements of this object
- setAttributes(List) - Method in interface com.sun.identity.xacml.context.Resource
-
Sets the Attribute elements of this object
- setAttributes(List) - Method in interface com.sun.identity.xacml.context.ResourceContent
-
Sets the Attribute elements of this object
- setAttributes(List) - Method in interface com.sun.identity.xacml.context.Subject
-
Sets the Attribute elements of this object
- setAttributes(Map) - Method in class org.forgerock.openam.authentication.modules.deviceprint.AMIdentityWrapper
-
Delegates to the setAttributes method on the AMIdentity instance.
- setAttributes(SSOToken, IdType, String, Map, boolean, String, String, boolean) - Method in class org.forgerock.openam.idm.IdServicesDecorator
- setAttributes(SSOToken, IdType, String, Map<String, Set<String>>, boolean) - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
Sets the provided attributes for the given identity.
- setAttributes(Set<AttributeSchemaImpl>) - Method in class org.forgerock.openam.upgrade.ServiceSchemaModificationWrapper
-
Set the set of modified attributes associated with this wrapper
- setAttributes(SSOToken, IdType, String, Map<String, Set<String>>, boolean) - Method in class org.openidentityplatform.openam.cassandra.Repo
-
- setAttributes2_idrepo(String, String, String, Map, boolean, String, String, boolean) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- setAttributes2_idrepo(String, String, String, Map, boolean, String, String, boolean) - Method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- setAttributes_idrepo(String, String, String, Map, boolean, String, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- setAttributes_idrepo(String, String, String, Map, boolean, String, String) - Method in class com.sun.identity.idm.server.IdRepoJAXRPCObjectImpl
-
- setAttributesByteArray(Map) - Method in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Sets byte attribute values in this AMObject.
- SetAttributeSchemaBooleanValues - Class in com.sun.identity.cli.schema
-
Sets attribute choice values to attribute schema.
- SetAttributeSchemaBooleanValues() - Constructor for class com.sun.identity.cli.schema.SetAttributeSchemaBooleanValues
-
- SetAttributeSchemaChoiceValues - Class in com.sun.identity.cli.schema
-
Sets attribute choice values to attribute schema.
- SetAttributeSchemaChoiceValues() - Constructor for class com.sun.identity.cli.schema.SetAttributeSchemaChoiceValues
-
- SetAttributeSchemaEndRange - Class in com.sun.identity.cli.schema
-
Set attribute schema end range.
- SetAttributeSchemaEndRange() - Constructor for class com.sun.identity.cli.schema.SetAttributeSchemaEndRange
-
- SetAttributeSchemaStartRange - Class in com.sun.identity.cli.schema
-
Set attribute schema start range.
- SetAttributeSchemaStartRange() - Constructor for class com.sun.identity.cli.schema.SetAttributeSchemaStartRange
-
- SetAttributeSchemaValidator - Class in com.sun.identity.cli.schema
-
Sets attribute schema's validator.
- SetAttributeSchemaValidator() - Constructor for class com.sun.identity.cli.schema.SetAttributeSchemaValidator
-
- setAttributeSelector(AttributeSelector) - Method in class com.sun.identity.entitlement.xacml3.core.Match
-
Sets the value of the attributeSelector property.
- setAttributeStatements(List) - Method in class com.sun.identity.federation.services.FSSession
-
Sets Attribute Statements.
- setAttributeStatements(List<AttributeStatement>) - Method in interface com.sun.identity.saml2.assertion.Assertion
-
Sets the attribute statements of the assertion
- setAttributeStatements(List<AttributeStatement>) - Method in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
Sets the attribute statements of the assertion
- setAttributeStringValues(List) - Method in interface com.sun.identity.xacml.context.Attribute
-
Sets the attribute values for this object
- setAttributeStringValues(List) - Method in class com.sun.identity.xacml.context.impl.AttributeImpl
-
Sets the attribute values for this object
- setAttributeValue(AttributeValue) - Method in class com.sun.identity.entitlement.xacml3.core.CombinerParameter
-
Sets the value of the attributeValue property.
- setAttributeValue(AttributeValue) - Method in class com.sun.identity.entitlement.xacml3.core.Match
-
Sets the value of the attributeValue property.
- setAttributeValue(List) - Method in interface com.sun.identity.saml2.assertion.Attribute
-
Sets the AttributeValue(s) of the Attribute.
- setAttributeValue(List) - Method in class com.sun.identity.saml2.assertion.impl.AttributeImpl
-
Sets the AttributeValue(s) of the Attribute.
- setAttributeValues(Map) - Method in class com.sun.identity.authentication.config.AMAuthenticationInstance
-
Sets the configuration parameters.
- setAttributeValues(Map) - Method in class com.sun.identity.authentication.config.AMAuthenticationSchema
-
Sets the default attribute values.
- SetAttributeValues - Class in com.sun.identity.cli.idrepo
-
This command sets the service attribute values of an identity.
- SetAttributeValues() - Constructor for class com.sun.identity.cli.idrepo.SetAttributeValues
-
- setAttributeValues(List) - Method in interface com.sun.identity.xacml.context.Attribute
-
Sets the AttributeValue elements of this object
- setAttributeValues(List) - Method in class com.sun.identity.xacml.context.impl.AttributeImpl
-
Sets the AttributeValue elements of this object
- setAttributeValues(List) - Method in interface com.sun.identity.xacml.context.MissingAttributeDetail
-
Sets the AttributeValues of this object
- setAttributeValueString(List) - Method in interface com.sun.identity.saml2.assertion.Attribute
-
Sets the value of AttributeValue element(s).
- setAttributeValueString(List) - Method in class com.sun.identity.saml2.assertion.impl.AttributeImpl
-
Sets the value of AttributeValue element(s).
- setAttrMapInSession(SessionProvider, Map, Object) - Static method in class com.sun.identity.saml2.profile.SPACSUtils
-
Sets the attribute map in the session
- setAttrMapInSession(SessionProvider, Map, Object) - Static method in class com.sun.identity.wsfederation.servlet.RPSigninResponse
-
Sets the attribute map in the session
- setAttrRuleValue(String, Collection) - Method in class com.iplanet.services.ldap.aci.ACI
-
Sets the value for the given attrRule name
- setAttrSet(AttrSet) - Method in class com.iplanet.ums.PersistentObject
-
Sets the attribute set
- setAudience(List) - Method in class com.sun.identity.saml.assertion.AudienceRestrictionCondition
-
Adds a List of audience held within this Condition element
- setAudience(List) - Method in interface com.sun.identity.saml2.assertion.AudienceRestriction
-
Sets the audiences
- setAudience(List) - Method in class com.sun.identity.saml2.assertion.impl.AudienceRestrictionImpl
-
Sets the audiences
- setAudience(List) - Method in class com.sun.identity.saml2.assertion.impl.ProxyRestrictionImpl
-
Sets the list of audiences to whom the asserting party permits
new assertions to be issued on the basis of this assertion.
- setAudience(List) - Method in interface com.sun.identity.saml2.assertion.ProxyRestriction
-
Sets the list of audiences to whom the asserting party permits
new assertions to be issued on the basis of this assertion.
- setAudience(List<String>) - Method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig.OIDCIdTokenConfigBuilder
-
- setAudienceRestrictions(List) - Method in interface com.sun.identity.saml2.assertion.Conditions
-
Sets a list of AudienceRestriction
- setAudienceRestrictions(List) - Method in class com.sun.identity.saml2.assertion.impl.ConditionsImpl
-
Sets a list of AudienceRestriction
- setAuditTrackingId(String) - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Sets the audit id.
- setAuditTrackingId(String) - Method in class org.forgerock.oauth2.core.StatefulRefreshToken
-
Sets the audit id.
- setAuthContext(AuthContextLocal) - Method in class com.iplanet.dpro.session.service.InternalSession
-
Sets the authentication context.
- setAuthContext(AuthContextLocal) - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Sets the authentication context for this request.
- setAuthContext(AuthContextLocal) - Method in class com.sun.identity.authentication.server.AuthXMLResponse
-
Sets the authentication context.
- setAuthContext(AuthContext) - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolder
-
set the auth context.
- setAuthContextCompType(String) - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Sets the value of AuthContext Comparison attribute.
- setAuthContextRef(String) - Method in class com.sun.identity.federation.services.FSAuthContextResult
-
Sets authentication context reference.
- setAuthCookie(AuthContextLocal, HttpServletRequest, HttpServletResponse) - Method in class org.forgerock.openam.core.rest.authn.core.wrappers.CoreServicesWrapper
-
- setAuthDN(String) - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
Sets the DN to authenticate as; null or empty for anonymous.
- setAuthenticaionMethod(String) - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
-
Sets AuthenticationMethod for
AuthenticationStatement.
- setAuthenticateToRealm(String) - Method in class org.forgerock.openam.entitlement.conditions.environment.AuthenticateToRealmCondition
-
- setAuthenticateToService(String) - Method in class org.forgerock.openam.entitlement.conditions.environment.AuthenticateToServiceCondition
-
- setAuthenticatingAuthority(List<String>) - Method in interface com.sun.identity.saml2.assertion.AuthnContext
-
Sets the value of the AuthenticatingAuthority property.
- setAuthenticatingAuthority(List<String>) - Method in class com.sun.identity.saml2.assertion.impl.AuthnContextImpl
-
Sets the value of the AuthenticatingAuthority property.
- setAuthenticatingUserName(String) - Method in class org.forgerock.openam.authentication.modules.common.AbstractLoginModuleBinder
-
- setAuthenticatingUserName(String) - Method in interface org.forgerock.openam.authentication.modules.common.AMLoginModuleBinder
-
Sets the username of the user that is currently authenticating as determined by the current login module.
- setAuthenticatingUserName(String) - Method in class org.forgerock.openam.authentication.modules.common.AuthLoginModule
-
- setAuthenticationChain(String) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the authentication chain mechanism.
- setAuthenticationChain(String) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Sets the authentication chain name.
- setAuthenticationChain(String) - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Sets the authentication chain name.
- setAuthenticationContext(String) - Method in class com.sun.identity.federation.services.FSIDPAuthenticationContextInfo
-
Sets authentication context.
- setAuthenticationContext(String) - Method in class com.sun.identity.federation.services.FSSPAuthenticationContextInfo
-
Sets authentication context.
- setAuthenticationContextClassReference(String) - Method in class org.forgerock.oauth2.core.StatefulRefreshToken
-
Sets the authentication context class reference (acr).
- setAuthenticationFilter(Filter) - Method in class org.forgerock.openam.oauth2.rest.OAuth2RestHttpRouteProvider
-
- setAuthenticationFilter(Filter) - Method in class org.forgerock.openam.sts.publish.service.STSPublishServiceHttpRouteProvider
-
- setAuthenticationFilter(Filter) - Method in class org.forgerock.openam.sts.tokengeneration.service.TokenGenerationServiceHttpRouteProvider
-
- setAuthenticationInstant(Date) - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
-
Sets AuthenticationInstant for
AuthenticationStatement.
- setAuthenticationLevel(int) - Method in class com.sun.identity.federation.services.FSSPAuthenticationContextInfo
-
Sets authentication level.
- setAuthenticationLevel(String) - Method in class com.sun.identity.federation.services.FSSPAuthenticationContextInfo
-
Sets authentication level.
- setAuthenticationMethod(String) - Method in class com.sun.identity.wss.security.AssertionTokenSpec
-
Sets the authentication method
- setAuthenticator(Authenticator) - Method in class org.forgerock.openam.radius.common.Packet
-
Sets the authenticator instance for this packet.
- setAuthGrantId(String) - Method in class org.forgerock.oauth2.core.StatefulToken
-
Sets the authorization grant id.
- setAuthIdentifier(String) - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Sets the authIdentifier - session ID
- setAuthIdentifier(String) - Method in class com.sun.identity.authentication.server.AuthXMLResponse
-
Sets the authentication identifier.
- setAuthLevel(String) - Method in class com.sun.identity.authentication.internal.server.AuthSPrincipal
-
Set the AuthLevel for this AuthPrincipal.
- setAuthLevel(String) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets the authentication level.
- setAuthLevel(int) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Sets the AuthLevel for this session.
- setAuthLevel(String) - Method in class com.sun.identity.rest.AuthSPrincipal
-
Set the AuthLevel for this AuthPrincipal.
- setAuthLevel(Integer) - Method in class org.forgerock.openam.entitlement.conditions.environment.AuthLevelCondition
-
- setAuthMethod(String) - Method in class com.sun.identity.authentication.internal.server.AuthSPrincipal
-
Set the AuthMethod for this AuthPrincipal.
- setAuthMethod(String) - Method in class com.sun.identity.rest.AuthSPrincipal
-
Set the AuthMethod for this AuthPrincipal.
- setAuthMethods(Collection) - Method in class com.iplanet.services.ldap.aci.ACI
-
Sets the authorization methods to which this ACI applies
- setAuthModules(String) - Method in class org.forgerock.oauth2.core.StatefulRefreshToken
-
Sets the auth modules used for authentication.
- setAuthnChain(String) - Method in class org.forgerock.openam.core.rest.server.SocialAuthenticationImplementation
-
- setAuthnContext(AuthnContext) - Method in class com.sun.identity.federation.message.FSAuthenticationStatement
-
Deprecated.
Sets the Authentication Context object.
- setAuthnContext(RequestAuthnContext) - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Sets the RequestedAuthnContext object.
- setAuthnContext(String) - Method in class com.sun.identity.federation.services.FSSession
-
Sets authentication context.
- setAuthnContext(AuthnContext) - Method in class com.sun.identity.liberty.ws.security.SessionContext
-
Sets the AuthnContext in the SessionContext.
- setAuthnContext(AuthnContext) - Method in interface com.sun.identity.saml2.assertion.AuthnStatement
-
Sets the value of the AuthnContext property.
- setAuthnContext(AuthnContext) - Method in class com.sun.identity.saml2.assertion.impl.AuthnStatementImpl
-
Sets the value of the AuthnContext property.
- setAuthnContext(AuthnContextType) - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthnStatementType
-
Sets the value of the authnContext property.
- setAuthnContext(AuthnContextType) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementTypeImpl
-
- setAuthnContext(String) - Method in class com.sun.identity.saml2.profile.IDPSession
-
Sets authentication context.
- setAuthnContextClassRef(String) - Method in class com.sun.identity.federation.message.common.AuthnContext
-
Deprecated.
Sets the AuthnContext Class Reference URI.
- setAuthnContextClassRef(String) - Method in interface com.sun.identity.saml2.assertion.AuthnContext
-
Sets the value of the AuthnContextClassRef property.
- setAuthnContextClassRef(String) - Method in class com.sun.identity.saml2.assertion.impl.AuthnContextImpl
-
Sets the value of the AuthnContextClassRef property.
- setAuthnContextClassRef(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthnContextType
-
Sets the value of the authnContextClassRef property.
- setAuthnContextClassRef(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextTypeImpl
-
- setAuthnContextClassRef(List) - Method in class com.sun.identity.saml2.protocol.impl.RequestedAuthnContextImpl
-
Sets the value of AuthnContextClassRef property.
- setAuthnContextClassRef(List) - Method in interface com.sun.identity.saml2.protocol.RequestedAuthnContext
-
Sets authentication context class references.
- setAuthnContextClassRef(String) - Method in class com.sun.identity.wss.security.SAML2TokenSpec
-
Sets the authentication context class ref.
- setAuthnContextClassRefList(List) - Method in class com.sun.identity.federation.message.common.RequestAuthnContext
-
Deprecated.
Sets a List of AuthnContext Class References.
- setAuthnContextComparison(String) - Method in class com.sun.identity.federation.message.common.RequestAuthnContext
-
Deprecated.
Sets the AuthnContext comparison type.
- setAuthnContextDecl(String) - Method in interface com.sun.identity.saml2.assertion.AuthnContext
-
Sets the value of the AuthnContextDecl property.
- setAuthnContextDecl(String) - Method in class com.sun.identity.saml2.assertion.impl.AuthnContextImpl
-
Sets the value of the AuthnContextDecl property.
- setAuthnContextDecl(AnyType) - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthnContextType
-
Sets the value of the authnContextDecl property.
- setAuthnContextDecl(AnyType) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextTypeImpl
-
- setAuthnContextDeclRef(String) - Method in interface com.sun.identity.saml2.assertion.AuthnContext
-
Sets the value of the AuthnContextDeclRef property.
- setAuthnContextDeclRef(String) - Method in class com.sun.identity.saml2.assertion.impl.AuthnContextImpl
-
Sets the value of the AuthnContextDeclRef property.
- setAuthnContextDeclRef(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthnContextType
-
Sets the value of the authnContextDeclRef property.
- setAuthnContextDeclRef(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextTypeImpl
-
- setAuthnContextDeclRef(List) - Method in class com.sun.identity.saml2.protocol.impl.RequestedAuthnContextImpl
-
Sets the value of the AuthnContextDeclRef property.
- setAuthnContextDeclRef(List) - Method in interface com.sun.identity.saml2.protocol.RequestedAuthnContext
-
Sets authentication context declaration class references.
- setAuthnContextStatementRef(String) - Method in class com.sun.identity.federation.message.common.AuthnContext
-
Deprecated.
Sets AuthnContext Statement Reference URI.
- setAuthnContextStatementRefList(List) - Method in class com.sun.identity.federation.message.common.RequestAuthnContext
-
Deprecated.
Sets a List of AuthnContext Statement
References.
- setAuthnInstant(Date) - Method in interface com.sun.identity.saml2.assertion.AuthnStatement
-
Sets the value of the AuthnInstant attribute.
- setAuthnInstant(Date) - Method in class com.sun.identity.saml2.assertion.impl.AuthnStatementImpl
-
Sets the value of the AuthnInstant attribute.
- setAuthnInstant(Calendar) - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthnStatementType
-
Sets the value of the authnInstant property.
- setAuthnInstant(Calendar) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementTypeImpl
-
- setAuthnRequest(FSAuthnRequest) - Method in class com.sun.identity.federation.message.FSAuthnRequestEnvelope
-
Deprecated.
Sets the FSAuthnRequest object.
- setAuthnRequest(FSAuthnRequest) - Method in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
Sets FSAuthnRequest object.
- setAuthnRequest(String, FSAuthnRequest) - Method in class com.sun.identity.federation.services.FSSessionManager
-
Sets authentication request.
- setAuthnRequest(FSAuthnRequest, String) - Static method in class com.sun.liberty.LibertyManager
-
- setAuthnRequest(FSAuthnRequest, String, String) - Static method in class com.sun.liberty.LibertyManager
-
Sets the authentication request to be sent to identity provider.
- setAuthnRequest(AuthnRequest) - Method in class org.forgerock.openam.saml2.IDPSSOFederateRequest
-
Sets the authentication request.
- setAuthnRequestsSigned(boolean) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorTypeImpl
-
- setAuthnRequestsSigned(boolean) - Method in interface com.sun.identity.saml2.jaxb.metadata.SPSSODescriptorType
-
Sets the value of the authnRequestsSigned property.
- setAuthnResponse(FSAuthnResponse) - Method in class com.sun.identity.federation.message.FSAuthnResponseEnvelope
-
Deprecated.
Sets the FSAuthnResponse object.
- setAuthnStatements(List<AuthnStatement>) - Method in interface com.sun.identity.saml2.assertion.Assertion
-
Sets the AuthnStatements of the assertion
- setAuthnStatements(List<AuthnStatement>) - Method in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
Sets the AuthnStatements of the assertion
- setAuthorityBinding(List) - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
-
Sets the AuthorityBinding for
AuthenticationStatement.
- setAuthorization(String) - Method in class com.sun.identity.authentication.spi.HttpCallback
-
Set the authorization string to a HttpCallback object.
- setAuthorizationCode(String) - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Sets the authorization code.
- setAuthorizationCodeLifeTime(Long) - Method in class org.forgerock.openidconnect.Client
-
Sets the authorization code lifetime of the OAuth2Client.
- setAuthorizationCodeLifeTime(Long) - Method in class org.forgerock.openidconnect.ClientBuilder
-
Sets the authorization code lifetime.
- setAuthorized(boolean) - Method in class org.forgerock.oauth2.core.DeviceCode
-
- setAuthPassword(char[]) - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
Sets the password for the DN to authenticate as.
- setAuthPhase(ContextHolder.AuthPhase) - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolder
-
Set the auth phase of the context holder.
- setAuthScheme(Set<String>) - Method in class org.forgerock.openam.entitlement.conditions.environment.AuthSchemeCondition
-
- setAuthServiceEndPoint(String) - Method in class com.sun.identity.wss.provider.DiscoveryConfig
-
Sets Authentication Web Service End point.
- setAuthTime(long) - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Sets the end user's original authentication
time in seconds since epoch.
- setAuthTime(long) - Method in class org.forgerock.oauth2.core.StatefulRefreshToken
-
Sets the end user's original authentication
time in seconds since epoch.
- setAuthTime(long) - Method in class org.forgerock.oauth2.core.StatefulToken
-
Sets the end user's original authentication
time in seconds since epoch.
- setAuthTokenId(Object) - Method in class org.forgerock.openam.saml2.audit.SAML2Auditor
-
- setAuthTokenId(Object) - Method in interface org.forgerock.openam.saml2.audit.SAML2EventLogger
-
- setAuthXMLRequest(AuthXMLRequest) - Method in class com.sun.identity.authentication.server.AuthXMLResponse
-
- setAuthzDecisionStatements(List<AuthzDecisionStatement>) - Method in interface com.sun.identity.saml2.assertion.Assertion
-
Sets the AuthzDecisionStatements of the assertion
- setAuthzDecisionStatements(List<AuthzDecisionStatement>) - Method in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
Sets the AuthzDecisionStatements of the assertion
- setAuthzID(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
-
Deprecated.
Sets value of authzID attribute.
- setAutoFedStatement(AttributeStatement) - Method in class com.sun.identity.federation.services.FSSession
-
Sets AutoFederate Statement.
- setAuxData(String) - Method in class org.forgerock.openam.session.model.AMRootEntity
-
- setBase(String) - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
TODO-JAVADOC
- setBaseDir(String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Sets the location of the upgrade base directory.
- setBaseDN(String) - Method in class com.sun.identity.config.pojos.LDAPStore
-
- setBaseDN(String) - Method in class org.forgerock.openam.setup.ConfigStoreProperties
-
- setBaseID(BaseID) - Method in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationImpl
-
Sets the base ID
- setBaseID(BaseID) - Method in class com.sun.identity.saml2.assertion.impl.SubjectImpl
-
Sets the identifier in BaseID format
- setBaseID(BaseID) - Method in interface com.sun.identity.saml2.assertion.Subject
-
Sets the identifier in BaseID format
- setBaseID(BaseID) - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmation
-
Sets the base ID
- setBaseID(BaseIDAbstractType) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationTypeImpl
-
- setBaseID(BaseIDAbstractType) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectTypeImpl
-
- setBaseID(BaseIDAbstractType) - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectConfirmationType
-
Sets the value of the baseID property.
- setBaseID(BaseIDAbstractType) - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectType
-
Sets the value of the baseID property.
- setBaseID(BaseID) - Method in class com.sun.identity.saml2.protocol.impl.LogoutRequestImpl
-
Sets the value of the baseID property.
- setBaseID(BaseID) - Method in class com.sun.identity.saml2.protocol.impl.NameIDMappingRequestImpl
-
Sets the value of the baseID property.
- setBaseID(BaseID) - Method in interface com.sun.identity.saml2.protocol.LogoutRequest
-
Sets the value of the baseID property.
- setBaseID(BaseID) - Method in interface com.sun.identity.saml2.protocol.NameIDMappingRequest
-
Sets the value of the baseID property.
- setBeheraEnabled(boolean) - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
Sets if the behera password policy scheme should be used
- setBinaryAttributes(SSOToken, IdType, String, Map, boolean) - Method in class com.iplanet.am.sdk.AMSDKRepo
-
- setBinaryAttributes(Map) - Method in class com.sun.identity.idm.AMIdentity
-
Set the values of binary attributes.
- setBinaryAttributes(SSOToken, IdType, String, Map<String, byte[][]>, boolean) - Method in class com.sun.identity.idm.IdRepo
-
Set the values of binary attributes the identity.
- setBinaryAttributes(SSOToken, IdType, String, Map, boolean) - Method in class com.sun.identity.idm.plugins.database.DatabaseRepo
-
- setBinaryAttributes(SSOToken, IdType, String, Map, boolean) - Method in class com.sun.identity.idm.plugins.files.FilesRepo
-
- setBinaryAttributes(SSOToken, IdType, String, Map, boolean) - Method in class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- setBinaryAttributes(SSOToken, IdType, String, Map, boolean) - Method in class com.sun.identity.idm.plugins.internal.SpecialRepo
-
- setBinaryAttributes(SSOToken, IdType, String, Map<String, byte[][]>, boolean) - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
Sets the provided binary attributes for the given identity.
- setBinaryAttributes(SSOToken, IdType, String, Map<String, byte[][]>, boolean) - Method in class org.openidentityplatform.openam.cassandra.Repo
-
- setBinarySecurityToken(BinarySecurityToken) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
-
Sets the binary security token.
- setBinarySecurityToken(BinarySecurityToken) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Sets a binary security token for this message.
- setBindDN(String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Sets the distinguished name of the admin user.
- setBinding(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.EndpointType
-
Sets the value of the binding property.
- setBinding(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EndpointTypeImpl
-
- setBindingUserDomain(String) - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
- setBindPass(String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Sets the password of the admin user.
- setBlob(byte[]) - Method in class org.forgerock.openam.cts.api.tokens.Token
-
- setBlob(JsonValue) - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaPendingRequest
-
- setBlobFromString(Token, String) - Method in class org.forgerock.openam.cts.utils.blob.TokenBlobUtils
-
Assign the given String to the Token by converting it to a byte[] first.
- SetBlockingQueue(int) - Constructor for class com.iplanet.dpro.session.service.QuotaExhaustionActionImpl.SetBlockingQueue
-
- setBody(EmptyType) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SePartsTypeImpl
-
- setBody(EmptyType) - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.SePartsType
-
Sets the value of the body property.
- setBodyContent(BodyContent) - Method in class com.sun.identity.authentication.UI.taglib.DSAMEHrefTag
-
- setBodyContent(BodyContent) - Method in class com.sun.identity.authentication.UI.taglib.DSAMEResBundleTag
-
- setBoolean_10(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- setBoolean_10(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct_SOAPBuilder
-
- setBoolean_12(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- setBoolean_12(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct_SOAPBuilder
-
- setBoolean_12(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- setBoolean_12(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct_SOAPBuilder
-
- setBoolean_2(boolean) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_RequestStruct
-
- setBoolean_2(boolean) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_RequestStruct_SOAPBuilder
-
- setBoolean_3(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_RequestStruct
-
- setBoolean_3(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_RequestStruct_SOAPBuilder
-
- setBoolean_3(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAdminRole_RequestStruct
-
- setBoolean_3(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAdminRole_RequestStruct_SOAPBuilder
-
- setBoolean_4(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_RequestStruct
-
- setBoolean_4(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_RequestStruct_SOAPBuilder
-
- setBoolean_4(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_RequestStruct
-
- setBoolean_4(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_RequestStruct_SOAPBuilder
-
- setBoolean_4(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_RequestStruct
-
- setBoolean_4(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_RequestStruct_SOAPBuilder
-
- setBoolean_4(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_RequestStruct
-
- setBoolean_4(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_RequestStruct_SOAPBuilder
-
- setBoolean_4(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_RequestStruct
-
- setBoolean_4(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_RequestStruct_SOAPBuilder
-
- setBoolean_4(boolean) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct
-
- setBoolean_4(boolean) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct_SOAPBuilder
-
- setBoolean_4(boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct
-
- setBoolean_4(boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct_SOAPBuilder
-
- setBoolean_5(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_RequestStruct
-
- setBoolean_5(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_RequestStruct_SOAPBuilder
-
- setBoolean_5(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_RequestStruct
-
- setBoolean_5(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_RequestStruct_SOAPBuilder
-
- setBoolean_5(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_RequestStruct
-
- setBoolean_5(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_RequestStruct_SOAPBuilder
-
- setBoolean_5(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct
-
- setBoolean_5(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct_SOAPBuilder
-
- setBoolean_5(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct
-
- setBoolean_5(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct_SOAPBuilder
-
- setBoolean_5(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct
-
- setBoolean_5(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setBoolean_5(boolean) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct
-
- setBoolean_5(boolean) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct_SOAPBuilder
-
- setBoolean_5(boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct
-
- setBoolean_5(boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct_SOAPBuilder
-
- setBoolean_5(boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct
-
- setBoolean_5(boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct_SOAPBuilder
-
- setBoolean_5(boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct
-
- setBoolean_5(boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct_SOAPBuilder
-
- setBoolean_6(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct
-
- setBoolean_6(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct_SOAPBuilder
-
- setBoolean_6(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_RequestStruct
-
- setBoolean_6(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_RequestStruct_SOAPBuilder
-
- setBoolean_6(boolean) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct
-
- setBoolean_6(boolean) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct_SOAPBuilder
-
- setBoolean_6(boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct
-
- setBoolean_6(boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct_SOAPBuilder
-
- setBoolean_6(boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct
-
- setBoolean_6(boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct_SOAPBuilder
-
- setBoolean_6(boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct
-
- setBoolean_6(boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct_SOAPBuilder
-
- setBoolean_6(boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct
-
- setBoolean_6(boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct_SOAPBuilder
-
- setBoolean_6(boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct
-
- setBoolean_6(boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct_SOAPBuilder
-
- setBoolean_7(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- setBoolean_7(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct_SOAPBuilder
-
- setBoolean_7(boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct
-
- setBoolean_7(boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct_SOAPBuilder
-
- setBoolean_7(boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct
-
- setBoolean_7(boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct_SOAPBuilder
-
- setBoolean_7(boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct
-
- setBoolean_7(boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct_SOAPBuilder
-
- setBoolean_7(boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct
-
- setBoolean_7(boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct_SOAPBuilder
-
- setBoolean_8(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct
-
- setBoolean_8(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct_SOAPBuilder
-
- setBooleanFlag(boolean) - Method in class com.iplanet.dpro.session.share.SessionResponse
-
Sets the flag.
- setBooleanValues(String, String, String, String) - Method in class com.sun.identity.sm.AttributeSchema
-
Sets the boolean values of the attribute.
- setBootStrapAttributeStatement(AttributeStatement) - Method in class com.sun.identity.federation.services.FSSession
-
Sets the boot strap attribute statement.
- setBootStrapCredential(List) - Method in class com.sun.identity.federation.services.FSSession
-
Sets the bootstrap security credential assertion.
- setBufferSize(int) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletResponse
-
The default behavior of this method is to call setBufferSize(int size)
on the wrapped response object.
- setBundleName(String) - Method in class com.sun.identity.authentication.UI.taglib.DSAMEResBundleTag
-
- setButtonArray(String[]) - Method in class com.sun.identity.authentication.UI.ButtonTiledView
-
set button array
- setBytes(String, byte[]) - Method in class com.sun.identity.sm.model.FAMRecord
-
- setCacheDuration(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.AffiliationDescriptorType
-
Sets the value of the cacheDuration property.
- setCacheDuration(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.EntitiesDescriptorType
-
Sets the value of the cacheDuration property.
- setCacheDuration(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.EntityDescriptorType
-
Sets the value of the cacheDuration property.
- setCacheDuration(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorTypeImpl
-
- setCacheDuration(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntitiesDescriptorTypeImpl
-
- setCacheDuration(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl
-
- setCacheDuration(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl
-
- setCacheDuration(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.RoleDescriptorType
-
Sets the value of the cacheDuration property.
- setCallBackArray(Callback[], List) - Method in class com.sun.identity.authentication.UI.CallBackTiledView
-
- setCallBackArray(Callback[], List, List<String>) - Method in class com.sun.identity.authentication.UI.CallBackTiledView
-
set callback array
- setCallbackHandler(CallbackHandler) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
- setCallbacks(Callback[]) - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolder
-
Sets the array of Callback objects for the chain.
- setCallbackSetProps(PagePropertiesCallback) - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolder
-
Sets the callback properties for the module currently being processed.
- setCallbacksPerState(AuthContextLocal, String, Callback[]) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- setCallbacksPerState(String, Callback[]) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets Callbacks per Page state.
- setCanonicalizationMethod(CanonicalizationMethodType) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignedInfoTypeImpl
-
- setCanonicalizationMethod(CanonicalizationMethodType) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignedInfoType
-
Sets the value of the canonicalizationMethod property.
- setCanonicalizationMethod(CanonicalizationMethodType) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignedInfoTypeImpl
-
- setCanonicalizationMethod(CanonicalizationMethodType) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignedInfoType
-
Sets the value of the canonicalizationMethod property.
- setCaptchaEnabled(boolean) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
-
Sets whether captcha is enabled.
- setCaptchaEnabled(boolean) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig.ForgottenUsernameBuilder
-
Sets whether captcha is enabled.
- setCaptchaEnabled(boolean) - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig.UserRegistrationBuilder
-
Sets whether captcha is enabled.
- setCarriedKeyName(String) - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptedKeyType
-
Sets the value of the carriedKeyName property.
- setCarriedKeyName(String) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedKeyTypeImpl
-
- setCaseSensitive(boolean) - Method in class com.sun.identity.entitlement.StringAttributeCondition
-
- setCategory(String) - Method in class com.sun.identity.entitlement.xacml3.core.AttributeAssignment
-
Sets the value of the category property.
- setCategory(String) - Method in class com.sun.identity.entitlement.xacml3.core.AttributeAssignmentExpression
-
Sets the value of the category property.
- setCategory(String) - Method in class com.sun.identity.entitlement.xacml3.core.AttributeDesignator
-
Sets the value of the category property.
- setCategory(String) - Method in class com.sun.identity.entitlement.xacml3.core.Attributes
-
Sets the value of the category property.
- setCategory(String) - Method in class com.sun.identity.entitlement.xacml3.core.AttributeSelector
-
Sets the value of the category property.
- setCategory(String) - Method in class com.sun.identity.entitlement.xacml3.core.MissingAttributeDetail
-
Sets the value of the category property.
- setCertAlias(String) - Method in class com.sun.identity.liberty.ws.security.LibSecurityTokenProvider
-
Sets the alias of the certificate used for issuing WSS token, i.e.
- setCertAlias(String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManager
-
Sets the alias of the certificate used for issuing WSS
token, i.e.
- setCertAlias(String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerClient
-
Sets the alias of the certificate used for issuing WSS
token, i.e.
- setCertAlias(String) - Method in interface com.sun.identity.liberty.ws.security.SecurityTokenProvider
-
Sets the alias of the certificate used for issuing WSS
token, i.e.
- setCertAlias(String) - Method in class com.sun.identity.wss.sts.config.FAMTrustSPMetadata
-
- setCertDBPassword(String) - Static method in class com.sun.identity.authentication.AuthContext
-
Sets the password for the certificate database.
- setCertificate(X509Certificate) - Method in class com.sun.identity.authentication.spi.X509CertificateCallback
-
Sets the retrieved certificate.
- setCertificate(X509Certificate) - Method in class com.sun.identity.liberty.ws.security.LibSecurityTokenProvider
-
Sets the certificate used for issuing WSS token, i.e.
- setCertificate(X509Certificate) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManager
-
Sets the certificate used for issuing WSS token, i.e.
- setCertificate(X509Certificate) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerClient
-
Sets the certificate used for issuing WSS token, i.e.
- setCertificate(String, boolean) - Method in interface com.sun.identity.liberty.ws.security.SecurityTokenManagerIF
-
Sets the Certificate.
- setCertificate(String, boolean) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerImpl
-
Sets the Certificate.
- setCertificate(X509Certificate) - Method in interface com.sun.identity.liberty.ws.security.SecurityTokenProvider
-
Sets the certificate used for issuing WSS token, i.e.
- setCertificateEntry(String, Certificate) - Method in class com.sun.identity.saml.xmlsig.JKSKeyProvider
-
Set the Certificate with name certAlias in the leystore
- setCertificateEntry(String, Certificate) - Method in class org.forgerock.openam.utils.AMKeyProvider
-
Set the Certificate with name certAlias in the keystore.
- setChallenge(String) - Method in class org.forgerock.openam.services.push.utils.HS256Helper
-
Sets the challenge.
- setCharacterEncoding(String) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
The default behavior of this method is to set the character encoding
on the wrapped request object, if available.
- setCharacterEncoding(String) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletResponse
-
Sets the character encoding of the response
- setChecksumDigit(boolean) - Method in class org.forgerock.openam.core.rest.devices.oath.OathDeviceSettings
-
Set the checksum digit for this device.
- setChild(Element) - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader.Credential
-
Sets the child element.
- setChild(TreeNode) - Method in class org.forgerock.openam.entitlement.utils.indextree.treenodes.BasicTreeNode
-
- setChild(TreeNode) - Method in interface org.forgerock.openam.entitlement.utils.indextree.treenodes.TreeNode
-
Sets the child tree node.
- setChildren(List) - Method in class com.sun.identity.federation.message.common.Extension
-
Deprecated.
Sets a list of XML String object.
- setChoices(int, String[], int) - Method in class com.sun.identity.authentication.UI.CallBackChoiceTiledView
-
set choices array
- setCipherData(CipherDataType) - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptedType
-
Sets the value of the cipherData property.
- setCipherData(CipherDataType) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedTypeImpl
-
- setCipherReference(CipherReferenceType) - Method in interface com.sun.identity.saml2.jaxb.xmlenc.CipherDataType
-
Sets the value of the cipherReference property.
- setCipherReference(CipherReferenceType) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherDataTypeImpl
-
- setCipherValue(byte[]) - Method in interface com.sun.identity.saml2.jaxb.xmlenc.CipherDataType
-
Sets the value of the cipherValue property.
- setCipherValue(byte[]) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherDataTypeImpl
-
- setCircleOfTrustDescription(String) - Method in class com.sun.identity.cot.CircleOfTrustDescriptor
-
Sets description of the Circle of Trust.
- setCircleOfTrustStatus(String) - Method in class com.sun.identity.cot.CircleOfTrustDescriptor
-
Sets status of a circle of trust.
- setClaimedAttributes(Map) - Method in class com.sun.identity.wss.security.AssertionTokenSpec
-
Sets the claimed attributes
- setClaimedAttributes(Map) - Method in class com.sun.identity.wss.security.SAML2TokenSpec
-
Sets the claimed attributes
- setClaimName(String) - Method in class com.sun.identity.entitlement.JwtClaimSubject
-
- setClaims(String) - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
- setClaims(String) - Method in class org.forgerock.oauth2.core.StatefulRefreshToken
-
Sets the requested claims.
- setClaims(JwtClaimsSet, String...) - Method in class org.forgerock.openidconnect.OpenIdConnectToken
-
- setClaimTypes(List) - Method in class com.sun.identity.wss.trust.RequestSecurityToken
-
Sets the list of claim types
- setClaimValue(String) - Method in class com.sun.identity.entitlement.JwtClaimSubject
-
- setClassIsValid(boolean) - Method in class org.forgerock.openam.radius.server.config.ClientConfig
-
Sets a value to indicate if the classname specified for the client was load-able and implemented the proper
interface.
- setClassShutter(ClassShutter) - Method in class org.forgerock.openam.scripting.factories.RhinoScriptEngineFactory
-
Sets the class shutter to be used to sandbox scripts running in this engine.
- setClient(String) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets the client address.
- setClientAuth(boolean) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
-
Sets the client authentication.
- setClientAuthentication(boolean) - Method in class com.sun.identity.liberty.ws.disco.DiscoveryClient
-
Sets flag to indicate whether the connection is SSL/TLS with client
authentication.
- setClientAuthentication(boolean) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Sets a boolean flag.
- setClientCert(String) - Method in class com.sun.identity.liberty.ws.disco.DiscoveryClient
-
Sets the alias for the client certificate.
- setClientCert(String) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
-
Sets the alias for the client certificate if the connection is TLS/SSL
with client authentication.
- setClientCertificate(Object) - Static method in class com.sun.identity.wss.security.handler.ThreadLocalService
-
- setClientClientId(String) - Method in class org.forgerock.openam.uma.PermissionTicket
-
- setClientClientId(String) - Method in class org.forgerock.openam.uma.RequestingPartyToken
-
- setClientClockSkew(long) - Static method in class com.sun.identity.policy.ActionDecision
-
Deprecated.
Sets the client clock skew
- setClientDomain(String) - Method in class com.iplanet.dpro.session.service.InternalSession
-
Sets the Clieant's Domain.
- setClientDomain(String) - Method in class com.iplanet.dpro.session.share.SessionInfo
-
- setClientHostName(String) - Method in class com.sun.identity.authentication.AuthContext
-
Sets the client's hostname or IP address.This could be used
by the policy component to restrict access to resources.
- setClientHostName(String) - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Sets the client's host name , this method is used in case of remote
authentication,to set the client's hostname or IP address.
- setClientHostNames(Collection) - Method in class com.iplanet.services.ldap.aci.ACI
-
Sets the client DNS host names to which this ACI applies
- setClientID(String) - Method in class com.iplanet.dpro.session.service.InternalSession
-
Sets Client ID for this Internal Session.
- setClientID(String) - Method in class com.iplanet.dpro.session.share.SessionInfo
-
- setClientId(String) - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Sets the client's id.
- setClientId(String) - Method in class org.forgerock.oauth2.core.StatefulToken
-
Sets the client's id.
- setClientId(String) - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
-
- setClientID(String) - Method in class org.forgerock.openidconnect.Client
-
Sets the client id of the OAuth2Client.
- setClientID(String) - Method in class org.forgerock.openidconnect.ClientBuilder
-
Sets the client id of the OAuth2Client.
- setClientIP(Collection) - Method in class com.iplanet.services.ldap.aci.ACI
-
Sets the client IPs to which this ACI applies
- setClientName(List<String>) - Method in class org.forgerock.openidconnect.Client
-
Sets the client names of the OAuth2Client.
- setClientName(List<String>) - Method in class org.forgerock.openidconnect.ClientBuilder
-
Sets the client_name of the OAuth2Client
- setClientRegistration(ClientRegistration) - Method in class org.forgerock.oauth2.core.OAuth2Request
-
Set the OAuth2 client registration.
- setClientRequest(HttpServletRequest) - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Sets the client request
- setClientResponse(HttpServletResponse) - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Sets the client response
- setClientSecret(String) - Method in class org.forgerock.openidconnect.Client
-
Sets the client secret of the OAuth2Client.
- setClientSecret(String) - Method in class org.forgerock.openidconnect.ClientBuilder
-
Sets the client secret of the OAuth2Client.
- setClientSessionURI(String) - Method in class org.forgerock.openidconnect.Client
-
Sets the client session uri of the OAuth2Client.
- setClientSessionURI(String) - Method in class org.forgerock.openidconnect.ClientBuilder
-
Sets the client session uri of the OAuth2Client.
- setClientType(String) - Method in class org.forgerock.openidconnect.Client
-
Sets the client type of the OAuth2Client.
- setClientType(String) - Method in class org.forgerock.openidconnect.ClientBuilder
-
Sets the client type of the OAuth2Client.
- setClientUserTokenClass(String) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
- setClockDriftSeconds(int) - Method in class org.forgerock.openam.core.rest.devices.oath.OathDeviceSettings
-
Sets the observed time-step drift between this device and the server when performing TOTP authentication.
- setCode(QName) - Method in class com.sun.identity.liberty.ws.common.Status
-
Sets status code.
- setCollection(Collection) - Method in class com.iplanet.services.ldap.aci.QualifiedCollection
-
Sets the collection of values
- setCollectStats(boolean) - Static method in class com.sun.identity.entitlement.util.NetworkMonitor
-
- setColumnNumber(int) - Method in class org.forgerock.openam.scripting.ScriptError
-
Set the column number on which the error occurred.
- setColumns(ArrayList) - Method in class com.sun.identity.log.LogQuery
-
Set the columns to be selected.
- setCombinedDecision(boolean) - Method in class com.sun.identity.entitlement.xacml3.core.Request
-
Sets the value of the combinedDecision property.
- setComingFromAuth(boolean) - Method in class com.iplanet.dpro.session.SessionID
-
This method sets the boolean representing if this session id
is a regular auth token, generated via AuthContext API
- setComment(String) - Method in class com.sun.identity.liberty.ws.common.Status
-
Sets comment
- setComment(String) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteCookie
-
Sets the cookies comment to supplied value.
- setCommonDataFlag(boolean) - Method in class com.sun.identity.install.tools.configurator.PersistentStateAccess
-
- setCommunicationId(String) - Method in class org.forgerock.openam.core.rest.devices.push.PushDeviceSettings
-
Set the communication ID used to reference the user's handset on the wire.
- setCommunicationType(String) - Method in class org.forgerock.openam.core.rest.devices.push.PushDeviceSettings
-
The communication medium used to commune with this device
- setCompany(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.ContactType
-
Sets the value of the company property.
- setCompany(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ContactTypeImpl
-
- setComparison(String) - Method in class com.sun.identity.saml2.protocol.impl.RequestedAuthnContextImpl
-
Sets the value of the comparison property.
- setComparison(String) - Method in interface com.sun.identity.saml2.protocol.RequestedAuthnContext
-
Sets the value of the Comparison property.
- setCompleteData(HashMap) - Method in class com.sun.identity.install.tools.configurator.PersistentStateAccess
-
- setComponent(AuditConstants.Component) - Method in class com.iplanet.services.comm.server.PLLAuditor
-
- setCondition(EntitlementCondition) - Method in class com.sun.identity.entitlement.ApplicationPrivilege
-
Sets the condition the privilege
- setCondition(EntitlementCondition) - Method in class com.sun.identity.entitlement.Privilege
-
Sets condition.
- setCondition(Condition) - Method in class com.sun.identity.entitlement.xacml3.core.Rule
-
Sets the value of the condition property.
- setCondition(EntitlementCondition) - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonPolicy
-
Sets the condition to use for this policy.
- setConditions(Set<String>) - Method in class com.sun.identity.entitlement.Application
-
Sets supported condition class names.
- setConditions(Conditions) - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Sets the Conditions information for an assertion
- setConditions(Conditions) - Method in interface com.sun.identity.saml2.assertion.Assertion
-
Sets the conditions of the assertion
- setConditions(List) - Method in interface com.sun.identity.saml2.assertion.Conditions
-
Sets a list of Condition
- setConditions(Conditions) - Method in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
Sets the conditions of the assertion
- setConditions(List) - Method in class com.sun.identity.saml2.assertion.impl.ConditionsImpl
-
Sets a list of Condition
- setConditions(ConditionsType) - Method in interface com.sun.identity.saml2.jaxb.assertion.AssertionType
-
Sets the value of the conditions property.
- setConditions(ConditionsType) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionTypeImpl
-
- setConditions(Conditions) - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
-
Sets the Conditions object.
- setConditions(Conditions) - Method in class com.sun.identity.saml2.protocol.impl.AuthnRequestImpl
-
Sets the Conditions object.
- setConditions(Set<String>) - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- setConfig(Map) - Method in interface com.sun.identity.authentication.spi.DSAMECallbackInterface
-
Sets the Map which contains the values required for the callback.
- setConfigDir(String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Sets the configuration directory location
- setConfigMap(Map) - Method in interface com.iplanet.am.sdk.AMObjectListener
-
Deprecated.
- setConfigMap(Map) - Method in class com.iplanet.am.sdk.AMObjectListenerImpl
-
Deprecated.
- setConfigMap(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- setConfigMap(Map) - Method in class com.sun.identity.idm.IdRepoListener
-
- setConfigProviderClass(String) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
-
Sets the config provider class.
- setConfigProviderClass(String) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig.ForgottenUsernameBuilder
-
Sets the config provider class.
- setConfigProviderClass(String) - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig.UserRegistrationBuilder
-
Sets the config provider class.
- setConfigType - Variable in class com.sun.identity.config.wizard.Step3
-
- setConfigType() - Method in class com.sun.identity.config.wizard.Step3
-
- setConfigType(String) - Method in class com.sun.identity.delegation.DelegationPermission
-
Sets the config type in the permission
- setConfiguration(String, String, Map) - Method in interface com.sun.identity.plugin.configuration.ConfigurationInstance
-
Sets Configurations.
- setConfiguration(String, String, Map) - Method in class com.sun.identity.plugin.configuration.impl.ConfigurationInstanceImpl
-
Sets Configurations.
- setConfiguration(String, String, Map) - Method in class com.sun.identity.plugin.configuration.impl.FedletConfigurationImpl
-
Sets Configurations.
- setConfiguration(ScriptEngineConfiguration) - Method in class org.forgerock.openam.scripting.StandardScriptEngineManager
-
Sets the configuration to use when evaluating any scripts.
- SetConfigurations - Class in com.sun.identity.cli.entitlement
-
Set entitlement service configurations.
- SetConfigurations() - Constructor for class com.sun.identity.cli.entitlement.SetConfigurations
-
- setConfirmationKey(JsonValue) - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Sets the confirmation key.
- setConfirmationMethod(String) - Method in class com.sun.identity.wss.security.AssertionTokenSpec
-
Sets the confirmation method
- setConfirmationMethod(String) - Method in class com.sun.identity.wss.security.SAML2TokenSpec
-
Sets the confirmation method
- setConnectionType(ConnectionType) - Method in class org.forgerock.openam.sm.datalayer.api.DataLayerConnectionModule
-
- setConsent(String) - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Sets the value of consent attribute.
- setConsent(String) - Method in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
Sets the value of the Consent property.
- setConsent(String) - Method in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
Sets the value of the consent property.
- setConsent(String) - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
-
Sets the value of the Consent attribute.
- setConsent(String) - Method in interface com.sun.identity.saml2.protocol.StatusResponse
-
Sets the value of the consent property.
- setConsentHeader(ConsentHeader) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Sets ConsentHeader.
- setConsentHeader(ConsentHeader) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
Sets ConsentHeader.
- setConsentURI(String) - Method in class com.sun.identity.federation.message.FSAuthnResponse
-
Deprecated.
Sets the value of the consent attribute.
- setContacts(List<String>) - Method in class org.forgerock.openidconnect.Client
-
Sets the contacts of the OAuth2Client.
- setContacts(List<String>) - Method in class org.forgerock.openidconnect.ClientBuilder
-
- setContactType(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.ContactType
-
Sets the value of the contactType property.
- setContactType(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ContactTypeImpl
-
- setContent(String) - Method in class com.iplanet.services.comm.share.Notification
-
Sets the content of the Notification.
- setContent(String) - Method in class com.iplanet.services.comm.share.Request
-
Sets the content of the Request.
- setContent(String) - Method in class com.iplanet.services.comm.share.Response
-
Sets the content of the Response.
- setContent(Content) - Method in class com.sun.identity.entitlement.xacml3.core.Attributes
-
Sets the value of the content property.
- setContent(Content) - Method in class com.sun.identity.entitlement.xacml3.core.PolicyIssuer
-
Sets the value of the content property.
- setContent(List<String>) - Method in class com.sun.identity.install.tools.util.RESTEndpoint.RESTResponse
-
Set the content, as a list of lines, returned by the endpoint
- setContent(List) - Method in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationDataImpl
-
Sets a list of arbitrary XML elements to be added to this
SubejctConfirmationData object.
- setContent(List) - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
-
Sets a list of arbitrary XML elements to be added to this
SubjectConfirmationData object.
- setContentConverter(String) - Method in class org.forgerock.maven.plugins.inject.content.Inject
-
Sets the name of the ContentConverter to use when injecting content into the destination file.
- setContentLength(int) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletResponse
-
The default behavior of this method is to call setContentLength(int len)
on the wrapped response object.
- setContentLengthLong(long) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletResponse
-
- setContents(List<Content>) - Method in class org.forgerock.maven.plugins.inject.content.Inject
-
Sets the contents that will be injected into the destination file.
- setContents(JsonValue) - Method in class org.forgerock.openam.uma.PermissionTicket
-
- setContentType(String) - Method in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationDataImpl
-
Sets the content type attribute.
- setContentType(String) - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
-
Sets the content type attribute
- setContentType(String) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletResponse
-
The default behavior of this method is to call setContentType(String type)
on the wrapped response object.
- setContext(Object) - Method in class com.iplanet.dpro.session.Session
-
- setContext() - Method in class org.forgerock.openam.audit.context.AbstractAuditRequestContextPropagatingDecorator
-
- setContext(ScriptConstants.ScriptContext) - Method in class org.forgerock.openam.scripting.service.ScriptConfiguration.Builder
-
Set the context for the ScriptConfiguration.
- setContextHolderKey(String) - Method in class org.forgerock.openam.radius.server.RadiusRequest
-
Set the key used to store the ContextHolder entry in the ContextHolderCache.
- setContextSelectorId(String) - Method in class com.sun.identity.entitlement.xacml3.core.AttributeSelector
-
Sets the value of the contextSelectorId property.
- setContinueFlag(boolean) - Method in class com.sun.identity.cli.CommandManager
-
Sets/Resets the continue flag.
- setControlFlag(String) - Method in class com.sun.identity.authentication.config.AuthConfigurationEntry
-
Sets control flag.
- setCookieAndRedirect(HttpServletRequest, HttpServletResponse, boolean) - Method in interface com.sun.identity.saml2.profile.FederateCookieRedirector
-
Sets the cookie for the SAML2 Request and redirects the request.
- setCookieAndRedirect(HttpServletRequest, HttpServletResponse, boolean) - Method in class org.forgerock.openam.saml2.UtilProxyCookieRedirector
-
- setCookieDetect(boolean) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets the cookie detection value - true if
cookieSupport is null.
- setCookieMode(Boolean) - Method in class com.iplanet.dpro.session.service.InternalSession
-
set the cookieMode based on whether the request has cookies or not.
- setCookieMode(Boolean) - Method in class com.iplanet.dpro.session.Session
-
Set the cookie Mode based on whether the request has cookies or not.
- setCookieStr(String) - Method in class com.iplanet.dpro.session.Session
-
- setCookieSupported(AuthContextLocal, boolean) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- setCookieTimeToLive(int) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets AM session cookie time to live
- setCookieVal(String, String) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- setCorePoolSize(int) - Method in class org.forgerock.openam.audit.context.ExecutorServiceConfigurator
-
Sets the core number of threads.
- setCorrelationHeader(CorrelationHeader) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Sets the CorrelationHeader.
- setCorrelationHeader(CorrelationHeader) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
Sets the value of CorrelationHeader.
- setCosQualifier(String) - Method in class com.sun.identity.sm.AttributeSchema
-
Sets the cosQualifier attribute
- setCOSSpecifier(String) - Method in class com.iplanet.ums.cos.DirectCOSDefinition
-
Sets the COS specifier.
- setCount(int) - Method in class com.sun.identity.saml2.assertion.impl.ProxyRestrictionImpl
-
Sets the maximum number of indirections that the asserting
party permits to exist between this assertion and an assertion
which has ultimately been issued on the basis of it.
- setCount(int) - Method in interface com.sun.identity.saml2.assertion.ProxyRestriction
-
Sets the maximum number of indirections that the asserting
party permits to exist between this assertion and an assertion
which has ultimately been issued on the basis of it.
- setCount(BigInteger) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ProxyRestrictionTypeImpl
-
- setCount(BigInteger) - Method in interface com.sun.identity.saml2.jaxb.assertion.ProxyRestrictionType
-
Sets the value of the count property.
- setCounter(int) - Method in class org.forgerock.openam.core.rest.devices.oath.OathDeviceSettings
-
Set the counter value for this device.
- setCreated(AttributedDateTime) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.TimestampTypeImpl
-
- setCreated(AttributedDateTime) - Method in interface com.sun.identity.wsfederation.jaxb.wsu.TimestampType
-
Sets the value of the created property.
- setCreatedBy(String) - Method in class com.sun.identity.entitlement.Application
-
Sets the user ID who created the policy.
- setCreatedBy(String) - Method in class com.sun.identity.entitlement.ApplicationPrivilege
-
Sets the user ID who created the policy.
- setCreatedBy(String) - Method in class com.sun.identity.entitlement.Privilege
-
Sets the user ID who created the policy.
- setCreatedBy(String) - Method in class com.sun.identity.entitlement.ReferralPrivilege
-
Deprecated.
Sets the user ID who created the policy.
- setCreatedBy(String) - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Sets the user ID who created the policy.
- setCreatedBy(String) - Method in class org.forgerock.openam.entitlement.ResourceType.Builder
-
Set the ID of the user that created the resource type.
- setCreatedBy(String) - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- setCreatedBy(String) - Method in class org.forgerock.openam.entitlement.rest.wrappers.JsonResourceType
-
- setCreatedBy(String) - Method in class org.forgerock.openam.entitlement.rest.wrappers.ReferralWrapper
-
- setCreatedBy(String) - Method in class org.forgerock.openam.scripting.service.ScriptConfiguration.Builder
-
Set the ID of the user that created the ScriptConfiguration.
- setCreateTimeStamp(boolean) - Method in class com.sun.identity.wss.security.UserNameTokenSpec
-
Sets if the create time stamp should be used.
- setCreationClasses(ArrayList) - Method in class com.iplanet.ums.CreationTemplate
-
Set the class that the CreationTemplate is associated with.
- setCreationDate(long) - Method in class com.sun.identity.entitlement.Application
-
Sets the creation date.
- setCreationDate(long) - Method in class com.sun.identity.entitlement.ApplicationPrivilege
-
Sets creation date.
- setCreationDate(long) - Method in class com.sun.identity.entitlement.Privilege
-
Sets the creation date.
- setCreationDate(long) - Method in class com.sun.identity.entitlement.ReferralPrivilege
-
Deprecated.
Sets the creation date.
- setCreationDate(long) - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Sets the creation date.
- setCreationDate(long) - Method in class org.forgerock.openam.entitlement.ResourceType.Builder
-
Set the creation date of the resource type.
- setCreationDate(long) - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- setCreationDate(long) - Method in class org.forgerock.openam.entitlement.rest.wrappers.JsonResourceType
-
- setCreationDate(long) - Method in class org.forgerock.openam.entitlement.rest.wrappers.ReferralWrapper
-
- setCreationDate(long) - Method in class org.forgerock.openam.scripting.service.ScriptConfiguration.Builder
-
Set the creation date of the ScriptConfiguration.
- setCreationTime() - Method in class com.iplanet.dpro.session.service.InternalSession
-
Sets the creation time of the Internal Session, as the number of seconds
since midnight January 1, 1970 GMT.
- setCredentialRef(List) - Method in class com.sun.identity.liberty.ws.disco.Description
-
Sets the value of the CredentialRef property.
- setCredentials(List) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
-
Deprecated.
Sets a list of child Elements of 'Credentials' Element.
- setCredentials(List) - Method in class com.sun.identity.liberty.ws.disco.QueryResponse
-
Sets credentials.
- setCredentials(List) - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
-
Sets a list of value of Credential element.
- setCurrent(PrivilegeEvaluatorContext) - Static method in class org.forgerock.openam.entitlement.PrivilegeEvaluatorContext
-
Set the current context of the running thread
- setCurrentFile(String) - Method in class com.sun.identity.log.Logger
-
Set the current file to which the logger's handler is writing.
- setCustomProviders(Collection<CustomTokenOperation>) - Method in class org.forgerock.openam.sts.rest.config.user.RestSTSInstanceConfig.RestSTSInstanceConfigBuilderBase
-
- setCustomTokenTransforms(Collection<TokenTransformConfig>) - Method in class org.forgerock.openam.sts.rest.config.user.RestSTSInstanceConfig.RestSTSInstanceConfigBuilderBase
-
- setCustomValidators(Collection<CustomTokenOperation>) - Method in class org.forgerock.openam.sts.rest.config.user.RestSTSInstanceConfig.RestSTSInstanceConfigBuilderBase
-
- setData(byte[]) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
-
Deprecated.
Sets value of Element 'Data'.
- setData(byte[]) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
-
Deprecated.
Sets value of Element 'Data'.
- setData(String) - Method in class org.forgerock.openam.session.model.AMRootEntity
-
- setDataType(String) - Method in class com.sun.identity.entitlement.xacml3.core.AttributeDesignator
-
Sets the value of the dataType property.
- setDataType(String) - Method in class com.sun.identity.entitlement.xacml3.core.AttributeSelector
-
Sets the value of the dataType property.
- setDataType(String) - Method in class com.sun.identity.entitlement.xacml3.core.AttributeValue
-
Sets the value of the dataType property.
- setDataType(String) - Method in class com.sun.identity.entitlement.xacml3.core.MissingAttributeDetail
-
Sets the value of the dataType property.
- setDataType(URI) - Method in interface com.sun.identity.xacml.context.Attribute
-
Sets the data type of the contents of the AttributeValue
elements.
- setDataType(URI) - Method in class com.sun.identity.xacml.context.impl.AttributeImpl
-
Sets the data type of the contents of the AttributeValue
elements.
- setDataType(String) - Method in interface com.sun.identity.xacml.context.MissingAttributeDetail
-
Sets the DataTypes of this object
- setDateHeader(String, long) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletResponse
-
The default behavior of this method is to call setDateHeader(String name, long date)
on the wrapped response object.
- setDaysOfWeek(Collection) - Method in class com.iplanet.services.ldap.aci.ACI
-
Sets the days of the week on which this ACI applies
- setDCRoot(Guid) - Method in class com.iplanet.ums.dctree.DomainComponentTree
-
Sets the root of the domain component tree (dc
tree).
- setDebug(Debug) - Method in class com.iplanet.dpro.session.service.InternalSession
-
The debug instance is not restored during deserialisation.
- setDebug(String) - Method in class com.sun.identity.authentication.modules.windowsdesktopsso.WindowsDesktopSSOConfig
-
TODO-JAVADOC
- setDebug(int) - Method in class com.sun.identity.saml2.idpdiscovery.Debug
-
Sets the debug capabilities based on the values of the
debugType argument.
- setDebug() - Method in class com.sun.identity.saml2.idpdiscovery.Debug
-
- setDebug(String) - Method in class com.sun.identity.saml2.idpdiscovery.Debug
-
Sets the debug capabilities based on the values of the
debugType argument.
- setDebug(int) - Method in class com.sun.identity.shared.debug.Debug
-
Sets the debug capabilities based on the values of the
debugType argument.
- setDebug(String) - Method in class com.sun.identity.shared.debug.Debug
-
Sets the debug capabilities based on the values of the
debugType argument.
- setDebug(int) - Method in interface com.sun.identity.shared.debug.IDebug
-
Allows runtime modification of the debug level used by this instance.
- setDebug(String) - Method in interface com.sun.identity.shared.debug.IDebug
-
Allows runtime modification of the debug level used by this instance.
- setDebug(int) - Method in class com.sun.identity.shared.debug.impl.DebugImpl
-
Sets debug level.
- setDebug(String) - Method in class com.sun.identity.shared.debug.impl.DebugImpl
-
Sets debug level.
- setDebug(DebugLevel) - Method in class com.sun.identity.shared.debug.impl.DebugImpl
-
Sets debug level.
- setDebugInstance(Debug) - Static method in class com.sun.identity.saml.common.SAMLUtilsCommon
-
Sets the Debug of the service.
- setDecision(DecisionType) - Method in class com.sun.identity.entitlement.xacml3.core.Result
-
Sets the value of the decision property.
- setDecision(String) - Method in interface com.sun.identity.saml2.assertion.AuthzDecisionStatement
-
Sets the Decision attribute.
- setDecision(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthzDecisionStatementType
-
Sets the value of the decision property.
- setDecision(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthzDecisionStatementTypeImpl
-
- setDecision(Decision) - Method in class com.sun.identity.xacml.context.impl.ResultImpl
-
Sets the Decision of this object
- setDecision(Decision) - Method in interface com.sun.identity.xacml.context.Result
-
Sets the Decision of this object
- setDecryptionAlias(String) - Method in class com.sun.identity.wss.security.handler.SecurityContext
-
Sets the certificate alias for the decryption.
- setDecryptionKey(Key) - Method in class com.sun.identity.wss.security.handler.SecurityContext
-
Sets the decryption key
- setDefaultCommandChild(String) - Method in class com.sun.identity.authentication.UI.taglib.DSAMEFormTag
-
- setDefaultGrantScopes(List<String>) - Method in class org.forgerock.openidconnect.Client
-
Sets the default scopes of the OAuth2Client.
- setDefaultGrantScopes(List<String>) - Method in class org.forgerock.openidconnect.ClientBuilder
-
Sets the default scopes of the OAuth2Client.
- setDefaultKeyStore(boolean) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the provider to use the default keystore.
- setDefaultMaxAge(Long) - Method in class org.forgerock.openidconnect.Client
-
Sets the default max age of the OAuth2Client.
- setDefaultMaxAge(Long) - Method in class org.forgerock.openidconnect.ClientBuilder
-
Sets the default max age on the OAuth2Client.
- setDefaultMaxAgeEnabled(Boolean) - Method in class org.forgerock.openidconnect.Client
-
Sets whether the default max age value is to be utilised.
- setDefaultMaxAgeEnabled(Boolean) - Method in class org.forgerock.openidconnect.ClientBuilder
-
Sets whether to enforce the default max age.
- setDefaultOption(UserOptionItem) - Method in class com.sun.identity.install.tools.configurator.BaseOptions
-
- setDefaultPeopleContainer(Guid) - Method in class com.iplanet.ums.Organization
-
Sets the default People Container for user entries under the
organization.
- setDefaultProperties() - Method in class com.sun.identity.tools.manifest.Manifest
-
- setDefaultRoute(Route) - Method in class org.forgerock.openam.rest.service.RestletRealmRouter
-
Deprecated.
- setDefaultTokenDNPrefix(DN) - Method in class org.forgerock.openam.cts.impl.CTSDataLayerConfiguration
-
- setDefaultTokenDNPrefix(DN) - Method in class org.forgerock.openam.cts.impl.LDAPConfig
-
This method should return a DN that is the default root for the token store, based on the provided OpenAM root.
- setDefaultTokenDNPrefix(DN) - Method in class org.forgerock.openam.sm.datalayer.impl.LabelsDataLayerConfiguration
-
- setDefaultTokenDNPrefix(DN) - Method in class org.forgerock.openam.sm.datalayer.impl.ResourceSetDataLayerConfiguration
-
- setDefaultTokenDNPrefix(DN) - Method in class org.forgerock.openam.sm.datalayer.impl.UmaAuditDataLayerConfiguration
-
- setDefaultTokenDNPrefix(DN) - Method in class org.forgerock.openam.sm.datalayer.impl.UmaPendingRequestDataLayerConfiguration
-
- setDefaultTokenDNPrefix(DN) - Method in class org.forgerock.openam.sm.SMSDataLayerConfiguration
-
- setDefaultValues(Set) - Method in class com.sun.identity.sm.AttributeSchema
-
Sets the default values of the attribute.
- setDefaultValues(Properties) - Method in class org.forgerock.openam.upgrade.steps.UpgradeExternalCTSConfigurationStep
-
Set the default values from the server-default values.
- setDefaultVersionBehaviour(DefaultVersionBehaviour) - Method in class org.forgerock.openam.rest.VersionBehaviourConfigListener
-
Performs no action as configuration is used to determine the default
version behaviour.
- setDelegate(AuditService, AMAuditServiceConfiguration) - Method in interface org.forgerock.openam.audit.AMAuditService
-
Set the new delegate to set on the AuditServiceProxy and the configuration for the
OpenAM specific settings.
- setDelegate(AuditService, AMAuditServiceConfiguration) - Method in class org.forgerock.openam.audit.DefaultAuditServiceProxy
-
- setDelegate(AuditService, AMAuditServiceConfiguration) - Method in class org.forgerock.openam.audit.RealmAuditServiceProxy
-
- setDeployURI(String, Map) - Static method in class com.sun.identity.setup.ServicesDefaultValues
-
Set the deploy URI.
- setDeployURI(String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Sets the deploy uri of OpenAM instance.
- setDescription(String) - Method in class com.sun.identity.entitlement.Application
-
Set description.
- setDescription(String) - Method in class com.sun.identity.entitlement.ApplicationPrivilege
-
Sets the description of the privilege.
- setDescription(String) - Method in class com.sun.identity.entitlement.Privilege
-
Sets the description of the privilege.
- setDescription(String) - Method in class com.sun.identity.entitlement.ReferralPrivilege
-
Deprecated.
Sets description.
- setDescription(String) - Method in class com.sun.identity.entitlement.xacml3.core.Apply
-
Sets the value of the description property.
- setDescription(String) - Method in class com.sun.identity.entitlement.xacml3.core.Policy
-
Sets the value of the description property.
- setDescription(String) - Method in class com.sun.identity.entitlement.xacml3.core.PolicySet
-
Sets the value of the description property.
- setDescription(String) - Method in class com.sun.identity.entitlement.xacml3.core.Rule
-
Sets the value of the description property.
- setDescription(List) - Method in class com.sun.identity.liberty.ws.disco.ServiceInstance
-
Sets the service descriptions.
- setDescription(String) - Method in class com.sun.identity.policy.Conditions
-
Sets the description for this instance of the
Conditions which contains a collection
of conditions respresented as Condition.
- setDescription(String) - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Sets the description for the policy.
- setDescription(String) - Method in class com.sun.identity.policy.Referrals
-
Sets the description for this instance of the
Referrals which contains a collection
of referrals respresented as Referral.
- setDescription(String) - Method in class com.sun.identity.policy.ResponseProviders
-
Sets the description of this object
- setDescription(String) - Method in class com.sun.identity.policy.Subjects
-
Sets the description for this instance of the
Subjects which contains a collection
of users respresented as Subject.
- setDescription(DescriptionType) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.ClaimType
-
Sets the value of the description property.
- setDescription(DescriptionType) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClaimTypeImpl
-
- setDescription(String) - Method in class org.forgerock.openam.entitlement.ResourceType.Builder
-
Add the description for the resource type.
- setDescription(String) - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonPolicy
-
Sets the description of the policy.
- setDescription(String) - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- setDescription(String) - Method in class org.forgerock.openam.entitlement.rest.wrappers.JsonResourceType
-
- setDescription(JsonValue) - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
-
- setDescription(String) - Method in class org.forgerock.openam.scripting.service.ScriptConfiguration.Builder
-
Add the description for the ScriptConfiguration.
- setDescriptionIDRef(List) - Method in class com.sun.identity.liberty.ws.disco.Directive
-
Sets a list of description ID references.
- setDestination(String) - Method in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
Sets the value of the Destination attribute.
- setDestination(String) - Method in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
Sets the value of the destination property.
- setDestination(String) - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
-
Sets the value of the Destination attribute.
- setDestination(String) - Method in interface com.sun.identity.saml2.protocol.StatusResponse
-
Sets the value of the destination property.
- setDestinationFile(File) - Method in class org.forgerock.maven.plugins.inject.content.Inject
-
Sets the destination file.
- setDestroySessionID(String) - Method in class com.iplanet.dpro.session.share.SessionRequest
-
Sets the ID of the session to be destroyed.
- setDetail(SOAPFaultDetail) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFault
-
Sets a SOAP Fault Detail.
- setDetail(JsonValue) - Method in exception org.forgerock.openam.uma.UmaException
-
Sets the error detail to be included with the JSON representation of the error.
- setDetectUserTokenReplay(boolean) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Enable or disable the detection of user token replay
- setDetectUserTokenReplay(boolean) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Enable or disable the detection of user token replay
- setDetectUserTokenReplay(boolean) - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Enable or disable the detection of user token replay
- setDeviceId(String) - Method in class org.forgerock.openam.core.rest.devices.push.PushDeviceSettings
-
Set the device ID used to reference the user's handset.
- setDeviceMechanismUID(String) - Method in class org.forgerock.openam.core.rest.devices.push.PushDeviceSettings
-
Set the Device Mechanism ID.
- setDeviceName(String) - Method in class org.forgerock.openam.core.rest.devices.oath.OathDeviceSettings
-
Set an arbitrary identifier for the OATH device.
- setDeviceName(String) - Method in class org.forgerock.openam.core.rest.devices.push.PushDeviceSettings
-
Set an arbitrary identifier for the device.
- setDeviceType(String) - Method in class org.forgerock.openam.core.rest.devices.push.PushDeviceSettings
-
The type of device we are communicating with.
- setDigest(byte[]) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyReferenceTypeImpl
-
- setDigest(byte[]) - Method in interface com.sun.identity.wsfederation.jaxb.wspolicy.PolicyReferenceType
-
Sets the value of the digest property.
- setDigestAlgorithm(String) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyReferenceTypeImpl
-
- setDigestAlgorithm(String) - Method in interface com.sun.identity.wsfederation.jaxb.wspolicy.PolicyReferenceType
-
Sets the value of the digestAlgorithm property.
- setDigestMethod(DigestMethodType) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- setDigestMethod(DigestMethodType) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.ReferenceType
-
Sets the value of the digestMethod property.
- setDigestMethod(DigestMethodType) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- setDigestMethod(DigestMethodType) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.ReferenceType
-
Sets the value of the digestMethod property.
- setDigestValue(byte[]) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- setDigestValue(byte[]) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.ReferenceType
-
Sets the value of the digestValue property.
- setDigestValue(byte[]) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- setDigestValue(byte[]) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.ReferenceType
-
Sets the value of the digestValue property.
- setDirectiveType(String) - Method in class com.sun.identity.liberty.ws.disco.Directive
-
Sets type of the directive.
- setDirManagerDN(String) - Method in class org.forgerock.openam.setup.ConfigStoreProperties
-
- setDirManagerPassword(String) - Method in class org.forgerock.openam.setup.ConfigStoreProperties
-
- setDirMgrDN(String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Sets the distinguished name of the directory server manager.
- setdirPass(String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Sets the password of the directory server manager user.
- setDirty(String, Map) - Method in interface com.iplanet.services.cdm.ClientTypesManager
-
Updates client data.
- setDirty(String, Map) - Method in class com.iplanet.services.cdm.DefaultClientTypesManager
-
- setDirty(String, Map) - Method in class org.forgerock.openam.services.cdm.BasicClientTypesManager
-
Updates client data.
- setDisplayDescription(List<String>) - Method in class org.forgerock.openidconnect.Client
-
Sets the client descriptions of the OAuth2Client.
- setDisplayDescription(List<String>) - Method in class org.forgerock.openidconnect.ClientBuilder
-
Sets the client description of the OAuth2Client.
- setDisplayMessages(ArrayList) - Method in class com.sun.identity.install.tools.configurator.DisplaySummaryHandler
-
- setDisplayName(String) - Method in class com.sun.identity.entitlement.Application
-
Sets the application display name.
- setDisplayName(DisplayNameType) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.ClaimType
-
Sets the value of the displayName property.
- setDisplayName(AttributeExtensibleString) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.ClientPseudonymType
-
Sets the value of the displayName property.
- setDisplayName(DisplayNameType) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClaimTypeImpl
-
- setDisplayName(AttributeExtensibleString) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClientPseudonymTypeImpl
-
- setDisplayName(String) - Method in class org.forgerock.openam.core.rest.server.SocialAuthenticationImplementation
-
- setDisplayName(String) - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- setDisplayName(List<String>) - Method in class org.forgerock.openidconnect.Client
-
Sets the display names of the OAuth2Client.
- setDisplayName(List<String>) - Method in class org.forgerock.openidconnect.ClientBuilder
-
Sets the display name of the OAuth2Client.
- setDisplayType(String) - Method in interface com.sun.identity.entitlement.EntitlementCondition
-
Sets display type.
- setDisplayType(String) - Method in class com.sun.identity.entitlement.EntitlementConditionAdaptor
-
Sets display type.
- setDisplayType(String) - Method in class org.forgerock.openam.entitlement.CachingEntitlementCondition
-
Sets display type.
- setDn(String) - Method in class com.iplanet.ums.Guid
-
Sets the dn for this object.
- setDN(String) - Method in class com.sun.identity.idm.AMIdentity
-
Nonjavadoc, non-public methods
- setDNSAddress(String) - Method in class com.sun.identity.saml.assertion.SubjectLocality
-
Sets the DNS address for SubjectLocality> locality.
- setDNSClaim(String) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the DNS claim name
- setDNSClaim(String) - Method in class com.sun.identity.wss.provider.STSConfig
-
Sets the DNS claim name
- setDNSName(String) - Method in class com.sun.identity.saml2.assertion.impl.SubjectLocalityImpl
-
Sets the value of the DNSName attribute.
- setDNSName(String) - Method in interface com.sun.identity.saml2.assertion.SubjectLocality
-
Sets the value of the DNSName attribute.
- setDNSName(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityTypeImpl
-
- setDNSName(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectLocalityType
-
Sets the value of the dnsName property.
- setDoCRLCaching(boolean) - Method in class com.sun.identity.security.cert.AMLDAPCertStoreParameters
-
- setDoCRLUpdate(boolean) - Method in class com.sun.identity.security.cert.AMLDAPCertStoreParameters
-
- setDocumentLocator(Locator) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.ContentHandlerAdaptor
-
- setDocumentLocator(Locator) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- setDocumentLocator(Locator) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.ContentHandlerAdaptor
-
- setDocumentLocator(Locator) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- setDomain(String) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteCookie
-
Set the cookie domain to the supplied value.
- setDomainAttributes(SSOToken, String, AttrSet) - Method in class com.iplanet.am.sdk.ldap.DCTreeServicesImpl
-
- setDomainMapping(String, PersistentObject) - Method in class com.iplanet.ums.dctree.DomainComponentTree
-
Set the domain mapping so that the dc entry maps to
an organization in the the organization DIT hosting user data (the
convergence tree in Nortel spec)
- setDomainMapping(String, Guid) - Method in class com.iplanet.ums.dctree.DomainComponentTree
-
Set the domain mapping so that the dc entry maps to
an organization in the convergence tree.
- setDomainName() - Method in class com.sun.identity.config.wizard.Step4
-
- setDomainNameLink - Variable in class com.sun.identity.config.wizard.Step4
-
- setDomainStatus(String) - Method in class com.iplanet.ums.dctree.DomainComponent
-
Set the domain status in the dc entry
- setDomainStatus(String, String) - Method in class com.iplanet.ums.dctree.DomainComponentTree
-
Sets the domain status for a given virtual domain
- setDoNotCacheCondition(DoNotCacheCondition) - Method in class com.sun.identity.saml.assertion.Conditions
-
Sets DoNotCacheCondition elements held within this
Conditions element.
- setDsameUser(String) - Method in class org.forgerock.openam.setup.BootstrapConfig
-
- setDsameUserPassword(String) - Method in class org.forgerock.openam.setup.BootstrapConfig
-
- setDSHost(String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Sets the Directory Server host name.
- setDSPort(int) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Sets the directory server port.
- setDSValues() - Method in class com.sun.identity.setup.AMSetupDSConfig
-
Set the values required for Service Schema files.
- setDtdID(String) - Method in class com.iplanet.services.comm.share.Notification
-
Sets the ID of the DTD for the content of the Notification
- setDtdID(String) - Method in class com.iplanet.services.comm.share.Request
-
Sets the ID of the DTD for the content of the Request
- setDtdID(String) - Method in class com.iplanet.services.comm.share.Response
-
Sets the ID of the DTD for the content of the Response
- setDynamicProfileCreationEnabled(boolean) - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
Sets the value of the dynamic profile creation configured in
Authentication service.
- setEarliestVersion(VersionMatch) - Method in class com.sun.identity.entitlement.xacml3.core.IdReference
-
Sets the value of the earliestVersion property.
- setECondition(EntitlementCondition) - Method in class com.sun.identity.entitlement.NotCondition
-
Sets the nested EntitlementCondition(s).
- setEConditions(Set<EntitlementCondition>) - Method in class com.sun.identity.entitlement.LogicalCondition
-
Sets the nested EntitlementCondition(s).
- setEConditions(Set<EntitlementCondition>) - Method in class com.sun.identity.entitlement.NotCondition
-
Sets the nested EntitlementCondition(s).
- setEffect(EffectType) - Method in class com.sun.identity.entitlement.xacml3.core.Rule
-
Sets the value of the effect property.
- setElement(Element) - Method in class com.sun.identity.xacml.context.impl.StatusDetailImpl
-
- setElement(Element) - Method in interface com.sun.identity.xacml.context.StatusDetail
-
- setElements(String[]) - Method in class com.sun.identity.idsvcs.ListWrapper
-
- setElements(List) - Method in class com.sun.identity.liberty.ws.soapbinding.UsageDirectiveHeader
-
Sets a list of child elements.
- setElementValue(String) - Method in class com.sun.identity.liberty.ws.soapbinding.ProcessingContextHeader
-
Sets value of ProcessingContex element if it is not null.
- setEMail(AttributeExtensibleString) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.ClientPseudonymType
-
Sets the value of the eMail property.
- setEMail(AttributeExtensibleString) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClientPseudonymTypeImpl
-
- setEmailEnabled(boolean) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
-
Sets whether email is enabled.
- setEmailEnabled(boolean) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig.ForgottenUsernameBuilder
-
Sets whether email is enabled.
- setEmailEnabled(boolean) - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig.UserRegistrationBuilder
-
Sets whether email is enabled.
- setEmailVerificationUrl(String) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
-
Sets the email verification url.
- setEmailVerificationUrl(String) - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig.UserRegistrationBuilder
-
Sets the email verification URL.
- setEnabled(boolean) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
-
Sets whether the service is enabled.
- setEnabled(boolean) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig.ForgottenUsernameBuilder
-
Sets whether the service is enabled.
- setEnabled(boolean) - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig.UserRegistrationBuilder
-
Sets whether the service is enabled.
- setEncoding(String) - Method in class com.sun.identity.log.handlers.FileHandler
-
Set (or change) the character encoding used by this Handler.
- setEncoding(String) - Method in class com.sun.identity.log.handlers.SecureFileHandler
-
Set (or change) the character encoding used by this Handler.
- setEncoding(String) - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptedType
-
Sets the value of the encoding property.
- setEncoding(String) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedTypeImpl
-
- setEncoding(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ObjectTypeImpl
-
- setEncoding(String) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.ObjectType
-
Sets the value of the encoding property.
- setEncoding(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ObjectTypeImpl
-
- setEncoding(String) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.ObjectType
-
Sets the value of the encoding property.
- setEncodingType(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsse.EncodedString
-
Sets the value of the encodingType property.
- setEncodingType(String) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.EncodedStringImpl
-
- setEncryptedAssertion(List) - Method in interface com.sun.identity.saml2.assertion.Evidence
-
Sets the EncryptedAssertion(s) in the element.
- setEncryptedAssertion(List) - Method in class com.sun.identity.saml2.protocol.impl.ResponseImpl
-
Sets EncryptedAssertion(s) of the response.
- setEncryptedAssertion(List) - Method in interface com.sun.identity.saml2.protocol.Response
-
Sets EncryptedAssertion(s) of the response.
- setEncryptedAssertions(List) - Method in interface com.sun.identity.saml2.assertion.Advice
-
Sets a list of EncryptedAssertion
- setEncryptedAssertions(List) - Method in class com.sun.identity.saml2.assertion.impl.AdviceImpl
-
Sets a list of EncryptedAssertion
- setEncryptedAttribute(List<EncryptedAttribute>) - Method in interface com.sun.identity.saml2.assertion.AttributeStatement
-
Sets EncryptedAttribute(s) of the statement.
- setEncryptedAttribute(List) - Method in class com.sun.identity.saml2.assertion.impl.AttributeStatementImpl
-
Sets EncryptedAttribute(s) of the statement.
- setEncryptedData(Element) - Method in class com.sun.identity.liberty.ws.disco.EncryptedResourceID
-
Sets encrypted data element.
- setEncryptedData(EncryptedDataType) - Method in interface com.sun.identity.saml2.jaxb.assertion.EncryptedElementType
-
Sets the value of the encryptedData property.
- setEncryptedData(EncryptedDataType) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.EncryptedElementTypeImpl
-
- setEncryptedID(EncryptedID) - Method in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationImpl
-
Sets the encrypted ID
- setEncryptedID(EncryptedID) - Method in class com.sun.identity.saml2.assertion.impl.SubjectImpl
-
Sets the encrypted identifier
- setEncryptedID(EncryptedID) - Method in interface com.sun.identity.saml2.assertion.Subject
-
Sets the encrypted identifier
- setEncryptedID(EncryptedID) - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmation
-
Sets the encrypted ID
- setEncryptedID(EncryptedElementType) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationTypeImpl
-
- setEncryptedID(EncryptedElementType) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectTypeImpl
-
- setEncryptedID(EncryptedElementType) - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectConfirmationType
-
Sets the value of the encryptedID property.
- setEncryptedID(EncryptedElementType) - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectType
-
Sets the value of the encryptedID property.
- setEncryptedID(EncryptedID) - Method in class com.sun.identity.saml2.protocol.impl.LogoutRequestImpl
-
Sets the value of the encryptedID property.
- setEncryptedID(EncryptedID) - Method in class com.sun.identity.saml2.protocol.impl.ManageNameIDRequestImpl
-
Sets the value of the encryptedID property.
- setEncryptedID(EncryptedID) - Method in class com.sun.identity.saml2.protocol.impl.NameIDMappingRequestImpl
-
Sets the value of the encryptedID property.
- setEncryptedID(EncryptedID) - Method in class com.sun.identity.saml2.protocol.impl.NameIDMappingResponseImpl
-
Sets the value of the encryptedID property.
- setEncryptedID(EncryptedID) - Method in interface com.sun.identity.saml2.protocol.LogoutRequest
-
Sets the value of the encryptedID property.
- setEncryptedID(EncryptedID) - Method in interface com.sun.identity.saml2.protocol.ManageNameIDRequest
-
Sets the value of the encryptedID property.
- setEncryptedID(EncryptedID) - Method in interface com.sun.identity.saml2.protocol.NameIDMappingRequest
-
Sets the value of the encryptedID property.
- setEncryptedID(EncryptedID) - Method in interface com.sun.identity.saml2.protocol.NameIDMappingResponse
-
Sets the value of the encryptedID property.
- setEncryptedKey(Element) - Method in class com.sun.identity.liberty.ws.disco.EncryptedResourceID
-
Sets encrypted key element.
- setEncryptedResourceID(EncryptedResourceID) - Method in class com.sun.identity.liberty.ws.disco.Modify
-
Sets the encrypted resource ID for the discovery resource to be modified.
- setEncryptedResourceID(EncryptedResourceID) - Method in class com.sun.identity.liberty.ws.disco.Query
-
Sets the encrypted resource ID of the discovery resource to be queried.
- setEncryptedResourceID(EncryptedResourceID) - Method in class com.sun.identity.liberty.ws.disco.ResourceOffering
-
Sets encrypted resource ID.
- setEncryptedResourceID(EncryptedResourceID) - Method in class com.sun.identity.liberty.ws.dst.DSTModify
-
Sets encrypted resource ID
- setEncryptedResourceID(EncryptedResourceID) - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
-
Sets encrypted resource ID for the DST query.
- setEncryptedResourceID(EncryptedResourceID) - Method in class com.sun.identity.liberty.ws.security.ResourceAccessStatement
-
Sets the EncryptedResourceID for this
ResourceAccessStatement object.
- setEncryptionAlgorithm(String) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the encryption algorithm.
- setEncryptionAlgorithm(String) - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Sets the encryption algorithm.
- setEncryptionAlgorithm(String) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Sets the encryption algorithm
- setEncryptionAlgorithm(String) - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Sets the encryption algorithm
- setEncryptionKey(Key) - Method in class com.sun.identity.wss.security.handler.SecurityContext
-
- setEncryptionKeyAlias(String) - Method in class com.sun.identity.wss.security.handler.SecurityContext
-
Sets the encryption key alias.
- setEncryptionMethod(EncryptionMethodType) - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptedType
-
Sets the value of the encryptionMethod property.
- setEncryptionMethod(EncryptionMethodType) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedTypeImpl
-
- setEncryptionProperties(EncryptionPropertiesType) - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptedType
-
Sets the value of the encryptionProperties property.
- setEncryptionProperties(EncryptionPropertiesType) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedTypeImpl
-
- setEncryptionStrength(int) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the encryption data strength
- setEncryptionStrength(int) - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Sets the encryption data strength.
- setEncryptionStrength(int) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Sets the encryption data strength.
- setEncryptionStrength(int) - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Sets the encryption data strength.
- setEncryptIssuedKey(boolean) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
- setEncryptIssuedToken(boolean) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
- setEndDate(String) - Method in class org.forgerock.openam.entitlement.conditions.environment.SimpleTimeCondition
-
- setEndDay(String) - Method in class org.forgerock.openam.entitlement.conditions.environment.SimpleTimeCondition
-
- setEndpoint(String) - Method in class com.sun.identity.liberty.ws.disco.Description
-
Sets SOAP end point URI.
- setEndpoint(String) - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
-
Sets value of Endpoint element.
- setEndpoint(String) - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Sets the trust authority end point.
- setEndRange(String) - Method in class com.sun.identity.sm.AttributeSchema
-
Sets the end range Attribute.
- setEndTime(String) - Method in class org.forgerock.openam.entitlement.conditions.environment.SimpleTimeCondition
-
- setEnforcementTimeZone(String) - Method in class org.forgerock.openam.entitlement.conditions.environment.SimpleTimeCondition
-
- setEntitlement(Entitlement) - Method in class com.sun.identity.entitlement.Privilege
-
Sets entitlement.
- setEntitlement(JsonEntitlementPattern) - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonPolicy
-
Sets the entitlement pattern used to determine which resources and actions this policy is applicable to.
- setEntitlementCombiner(Class) - Method in class com.sun.identity.entitlement.Application
-
Sets entitlement combiner.
- setEntitlementCombiner(String) - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- setEntitlementCombinerName(Class<? extends EntitlementCombiner>) - Method in class com.sun.identity.entitlement.Application
-
- setEntity(String) - Method in interface org.forgerock.http.client.request.HttpClientRequest
-
Set the message entity.
- setEntity(String) - Method in class org.forgerock.http.client.request.SimpleHttpClientRequest
-
Set the message entity.
- setEntityConfig(String, String, EntityConfigElement) - Static method in class com.sun.identity.federation.meta.IDFFMetaCache
-
Updates the the Entity Configuration Cache with Entity Config.
- setEntityConfig(String, EntityConfigElement) - Method in class com.sun.identity.federation.meta.IDFFMetaManager
-
Sets the extended entity configuration under the realm.
- setEntityConfig(String, EntityConfigElement) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Sets the extended entity configuration under the realm.
- setEntityConfig(String, FederationConfigElement) - Method in class com.sun.identity.wsfederation.meta.WSFederationMetaManager
-
Sets the extended entity configuration under the realm.
- setEntityDescriptor(String, String, EntityDescriptorElement) - Static method in class com.sun.identity.federation.meta.IDFFMetaCache
-
Updates the Entity Descriptor cache with the Entity Descriptor.
- setEntityDescriptor(String, EntityDescriptorElement) - Method in class com.sun.identity.federation.meta.IDFFMetaManager
-
Sets the standard metadata entity descriptor under the realm.
- setEntityDescriptor(String, EntityDescriptorElement) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
-
Sets the standard metadata entity descriptor under the realm.
- setEntityId(String) - Method in class com.sun.identity.federation.services.FSAssertionManager
-
Sets hosted provider Entity ID.
- setEntityID(String) - Method in interface com.sun.identity.saml2.jaxb.entityconfig.EntityConfigType
-
Sets the value of the entityID property.
- setEntityID(String) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.EntityConfigTypeImpl
-
- setEntityID(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.EntityDescriptorType
-
Sets the value of the entityID property.
- setEntityID(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl
-
- setEntitySuccinctIDMapping(String, String) - Static method in class com.sun.identity.federation.meta.IDFFMetaCache
-
Updates the Entity ID containing the IDP with the succinct ID.
- setEntryID(String) - Method in class com.sun.identity.liberty.ws.disco.RemoveEntry
-
Sets entry ID to be removed.
- setEntryID(String) - Method in class com.sun.identity.liberty.ws.disco.ResourceOffering
-
Sets entry ID.
- setEnvironment(List) - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Sets the environment for the request.
- setEnvironment(Environment) - Method in class com.sun.identity.xacml.context.impl.RequestImpl
-
Sets the instance of the Environment
- setEnvironment(Environment) - Method in interface com.sun.identity.xacml.context.Request
-
Sets the instance of Environment
- setEnvParms(Map) - Method in class com.sun.identity.policy.remote.ResourceResultRequest
-
Sets the environment parameters.
- setErrCode(int) - Method in exception com.sun.identity.plugin.session.SessionException
-
Sets an error code by an implementation of the
SessionProvider to indicate a specific error condition
which could be retrieved by the caller of a SessionProvider method.
- setErrorCode(String) - Method in class com.sun.identity.authentication.server.AuthXMLResponse
-
Sets the error code.
- setErrorCode(String) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets the error code.
- setErrorCode(int) - Method in class com.sun.identity.idm.IdSearchResults
-
Set the error code for this Search Result
- setErrorMessage(String) - Method in class com.sun.identity.authentication.server.AuthXMLResponse
-
Sets Error Message.
- setErrorMessage(String) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets the error message.
- setErrorMessage(String, String) - Method in class com.sun.identity.password.ui.PWResetViewBeanBase
-
- setErrorTemplate(String) - Method in class com.sun.identity.authentication.server.AuthXMLResponse
-
Sets Template.
- setErrorTemplate(String) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets the error template generated by framework.
- setErrorUri(String) - Method in exception org.forgerock.oauth2.restlet.OAuth2RestletException
-
Sets the error uri.
- setErrorURL(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl
-
- setErrorURL(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.RoleDescriptorType
-
Sets the value of the errorURL property.
- setErrStatus(AssertionArtifact, Status) - Method in class com.sun.identity.federation.services.FSAssertionManager
-
Store the status of a given artifact (original error)
- setESubject(EntitlementSubject) - Method in class com.sun.identity.entitlement.NotSubject
-
Sets nested EntitlementSubject.
- setESubjects(Set<EntitlementSubject>) - Method in class com.sun.identity.entitlement.LogicalSubject
-
Sets the nested EntitlementSubject(s)
- setESubjects(Set<EntitlementSubject>) - Method in class com.sun.identity.entitlement.NotSubject
-
Sets the nested EntitlementSubject(s)
- setEventAuditor(SAML2EventLogger) - Method in class org.forgerock.openam.saml2.IDPSSOFederateRequest
-
- setEventHandler(ValidationEventHandler) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatorImpl
-
- setEventHandler(ValidationEventHandler) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.ValidatorImpl
-
- setEventTime(Calendar) - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaAuditEntry
-
- setEvidence(Evidence) - Method in interface com.sun.identity.saml2.assertion.AuthzDecisionStatement
-
Sets the Evidence of the statement.
- setEvidence(EvidenceType) - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthzDecisionStatementType
-
Sets the value of the evidence property.
- setEvidence(EvidenceType) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthzDecisionStatementTypeImpl
-
- setExactMatch(boolean) - Method in class com.sun.identity.tools.objects.MapFormat
-
Specify whether both brackets are required in the expression.
- setException(String) - Method in class com.iplanet.dpro.session.share.SessionResponse
-
Sets the exception.
- setException(String) - Method in class com.iplanet.services.naming.share.NamingResponse
-
Sets the exception.
- setExceptionMsg(String) - Method in class com.sun.identity.policy.remote.PolicyResponse
-
Sets the exception response.
- setExclusive(boolean) - Method in class com.iplanet.services.ldap.aci.QualifiedCollection
-
Sets the exclusive flag
- setExclusive(boolean) - Method in class com.sun.identity.entitlement.AttributeSubject
-
Sets exclusive.
- setExclusive(boolean) - Method in class com.sun.identity.entitlement.EntitlementSubjectImpl
-
Deprecated.
Sets exclusive.
- setExists(boolean) - Method in class com.iplanet.am.sdk.common.CacheBlockBase
-
- setExpDate(long) - Method in class org.forgerock.openam.session.model.AMRootEntity
-
- setExpectedResponseCode(int) - Method in interface org.forgerock.openam.sts.HttpURLConnectionWrapper
-
Set the response code expected from the connection.
- setExpires(AttributedDateTime) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.TimestampTypeImpl
-
- setExpires(AttributedDateTime) - Method in interface com.sun.identity.wsfederation.jaxb.wsu.TimestampType
-
Sets the value of the expires property.
- setExpiryTime(long, TimeUnit) - Method in class com.iplanet.dpro.session.share.SessionInfo
-
- setExpiryTime(long) - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Sets the expiry time.
- setExpiryTime(long) - Method in class org.forgerock.oauth2.core.StatefulRefreshToken
-
Sets the expiry time.
- setExpiryTime(long) - Method in class org.forgerock.oauth2.core.StatefulToken
-
Sets the expiry time.
- setExpiryTime(Long) - Method in class org.forgerock.openam.uma.Permission
-
- setExpiryTime(Long) - Method in class org.forgerock.openam.uma.PermissionTicket
-
- setExpiryTime(Long) - Method in class org.forgerock.openam.uma.RequestingPartyToken
-
- setExpiryTimestamp(Calendar) - Method in class org.forgerock.openam.cts.api.tokens.Token
-
- setExponent(byte[]) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RSAKeyValueTypeImpl
-
- setExponent(byte[]) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.RSAKeyValueType
-
Sets the value of the exponent property.
- setExponent(byte[]) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RSAKeyValueTypeImpl
-
- setExponent(byte[]) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.RSAKeyValueType
-
Sets the value of the exponent property.
- setExportable(boolean) - Method in class com.sun.identity.sm.ServiceSchema
-
Sets the exportable nature of the service configurations created for this
schema.
- setExportedOrganizationNames(Set) - Method in class com.sun.identity.sm.ServiceConfig
-
Sets the organization names that can import the service configuration.
- setExpression(JAXBElement<?>) - Method in class com.sun.identity.entitlement.xacml3.core.AttributeAssignmentExpression
-
Sets the value of the expression property.
- setExpression(JAXBElement<?>) - Method in class com.sun.identity.entitlement.xacml3.core.Condition
-
Sets the value of the expression property.
- setExpression(JAXBElement<?>) - Method in class com.sun.identity.entitlement.xacml3.core.VariableDefinition
-
Sets the value of the expression property.
- setExtension(Element) - Method in class com.sun.identity.liberty.ws.disco.ModifyResponse
-
Sets modify response extension.
- setExtension(List) - Method in class com.sun.identity.liberty.ws.dst.DSTModify
-
Sets the extension property
- setExtensions(Map) - Method in class com.sun.identity.delegation.DelegationPermission
-
Sets the extensions in the permission
- setExtensions(List) - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Sets Extension objects.
- setExtensions(ExtensionsType) - Method in interface com.sun.identity.saml2.jaxb.metadata.AffiliationDescriptorType
-
Sets the value of the extensions property.
- setExtensions(ExtensionsType) - Method in interface com.sun.identity.saml2.jaxb.metadata.ContactType
-
Sets the value of the extensions property.
- setExtensions(ExtensionsType) - Method in interface com.sun.identity.saml2.jaxb.metadata.EntitiesDescriptorType
-
Sets the value of the extensions property.
- setExtensions(ExtensionsType) - Method in interface com.sun.identity.saml2.jaxb.metadata.EntityDescriptorType
-
Sets the value of the extensions property.
- setExtensions(ExtensionsType) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorTypeImpl
-
- setExtensions(ExtensionsType) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ContactTypeImpl
-
- setExtensions(ExtensionsType) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntitiesDescriptorTypeImpl
-
- setExtensions(ExtensionsType) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl
-
- setExtensions(ExtensionsType) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.OrganizationTypeImpl
-
- setExtensions(ExtensionsType) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl
-
- setExtensions(ExtensionsType) - Method in interface com.sun.identity.saml2.jaxb.metadata.OrganizationType
-
Sets the value of the extensions property.
- setExtensions(ExtensionsType) - Method in interface com.sun.identity.saml2.jaxb.metadata.RoleDescriptorType
-
Sets the value of the extensions property.
- setExtensions(Extensions) - Method in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
Sets the Extensions Object.
- setExtensions(Extensions) - Method in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
Sets the value of the extensions property.
- setExtensions(Extensions) - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
-
Sets the Extensions Object.
- setExtensions(Extensions) - Method in interface com.sun.identity.saml2.protocol.StatusResponse
-
Sets the value of the extensions property.
- setExternalProperty(SSOToken, SessionID, String, String) - Method in class com.iplanet.dpro.session.monitoring.MonitoredOperations
-
- setExternalProperty(SSOToken, SessionID, String, String) - Method in interface com.iplanet.dpro.session.operations.SessionOperations
-
Sets an external property in the session.
- setExternalProperty(SSOToken, SessionID, String, String) - Method in class com.iplanet.dpro.session.operations.strategies.ClientSdkOperations
-
- setExternalProperty(SSOToken, SessionID, String, String) - Method in class com.iplanet.dpro.session.operations.strategies.LocalOperations
-
- setExternalProperty(SSOToken, SessionID, String, String) - Method in class com.iplanet.dpro.session.operations.strategies.StatelessOperations
-
- setExternalProperty(SSOToken, SessionID, String, String) - Method in class com.iplanet.dpro.session.service.SessionService
-
Sets external property in the Internal Session as long as it is not
protected
- setExtraByteAttrs(String, String) - Method in class com.sun.identity.sm.model.AMRecord
-
- setExtraByteAttrs(Map<String, String>) - Method in class com.sun.identity.sm.model.AMRecord
-
- setExtraStringAttrs(Map<String, String>) - Method in class com.sun.identity.sm.model.AMRecord
-
- setExtraStringAttrs(String, String) - Method in class com.sun.identity.sm.model.AMRecord
-
- setFailCount(int) - Method in class com.sun.identity.common.AccountLockoutInfo
-
Sets the lockout failure count.
- SetFailedException - Exception in org.forgerock.openam.cts.exceptions
-
Represents a failure to set the contents of an existing Token.
- SetFailedException(Token, Throwable) - Constructor for exception org.forgerock.openam.cts.exceptions.SetFailedException
-
Failed to set a Token.
- setFailedUserId(String) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets the failureTokenId - set by modules
if this is set the logs will show the user id.
- setFailureID(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Sets the userID of user who failed authentication.
- setFailureLoginURL(String) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets failure login URL.
- setFailureModuleName(String) - Method in class com.sun.identity.authentication.service.LoginState
-
Adds the failed module name to a set.
- setFailureURL(String) - Method in class com.sun.identity.authentication.server.AuthXMLResponse
-
Sets the failure URL.
- setFailureUrl(String) - Method in exception org.forgerock.openam.core.rest.authn.exceptions.RestAuthException
-
Sets the go to on failure url.
- setFaultActor(String) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFault
-
Sets value of faultactor element.
- setFaultCode(QName) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFault
-
Sets value of faultcode element.
- setFaultString(String) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFault
-
Sets value of faultstring element.
- setFederate(boolean) - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Sets the value of the Federate attribute.
- setFederation(String, FederationElement) - Method in class com.sun.identity.wsfederation.meta.WSFederationMetaManager
-
Sets the standard metadata entity descriptor under the realm.
- setFederationID(String) - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.FederationConfigType
-
Sets the value of the federationID property.
- setFederationID(String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.FederationConfigTypeImpl
-
- setFederationID(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.FederationType
-
Sets the value of the federationID property.
- setFederationID(String) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FederationTypeImpl
-
- setFedSessionCount(long) - Method in class com.sun.identity.monitoring.SsoServerSAML2SvcImpl
-
- setFedSessionCount(long) - Method in interface com.sun.identity.plugin.monitoring.FedMonSAML2Svc
-
Set the Federation (SP) session counter.
- setFedSessionCount(long) - Method in class com.sun.identity.plugin.monitoring.impl.FedletMonSAML2SvcProvider
-
- setFedSessionCount(long) - Method in class com.sun.identity.plugin.monitoring.impl.FedMonSAML2SvcProvider
-
- setFieldName(String) - Method in class com.sun.identity.log.QueryElement
-
Sets the field name for this query element.
- setFieldValue(String) - Method in class com.sun.identity.log.QueryElement
-
Sets the value for the field name in this query element.
- setFile(File) - Method in class org.forgerock.maven.plugins.inject.content.Content
-
Sets the content file.
- setFilter(String) - Method in interface com.iplanet.am.sdk.AMDynamicGroup
-
Deprecated.
Sets the search filter for the dynamic group.
- setFilter(String) - Method in interface com.iplanet.am.sdk.AMFilteredRole
-
Deprecated.
Sets the search filter for the filtered role.
- setFilter(String) - Method in class com.iplanet.ums.FilteredRole
-
Sets the filter that controls the membership.
- setFilter(String) - Method in interface com.iplanet.ums.IFilteredMembership
-
Sets the filter that controls the membership.
- setFilter(String) - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
TODO-JAVADOC
- setFilterConfig(FilterConfig) - Method in class com.sun.identity.saml2.idpdiscovery.ConfiguratorFilter
-
Initializes the filter configuration.
- setFilterOp(int) - Method in class org.openidentityplatform.openam.cassandra.CassandraFilter
-
- setFirstQuery(Q1) - Method in class org.forgerock.openam.oauth2.rest.AggregateQuery
-
- setForceAuth(String) - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Sets the Force Auth attribute.
- setForceAuth(boolean) - Method in class com.sun.identity.authentication.service.LoginState
-
- setForceAuthn(boolean) - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Sets the value of Force Authentication attribute.
- setForceAuthn(Boolean) - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
-
Sets the value of the ForceAuthn attribute.
- setForceAuthn(Boolean) - Method in class com.sun.identity.saml2.protocol.impl.AuthnRequestImpl
-
Sets the value of the ForceAuthn attribute.
- setForceCallbacksRead(boolean) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Sets flag to force read call backs in auth chain process.
- setForceUserAuthentication(boolean) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the user force authentication attribute.
- setFormat(String) - Method in class com.sun.identity.federation.message.common.EncryptableNameIdentifier
-
Deprecated.
Sets the Format attribute.
- setFormat(String) - Method in class com.sun.identity.saml.assertion.NameIdentifier
-
Sets the format attribute.
- setFormat(String) - Method in class com.sun.identity.saml2.assertion.impl.NameIDTypeImpl
-
Sets the format
- setFormat(String) - Method in interface com.sun.identity.saml2.assertion.NameIDType
-
Sets the format
- setFormat(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.NameIDTypeImpl
-
- setFormat(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.NameIDType
-
Sets the value of the format property.
- setFormat(String) - Method in class com.sun.identity.saml2.protocol.impl.NameIDPolicyImpl
-
Sets the value of the Format attribute.
- setFormat(String) - Method in interface com.sun.identity.saml2.protocol.NameIDPolicy
-
Sets the value of the Format attribute.
- setFriendlyName(String) - Method in interface com.sun.identity.saml2.assertion.Attribute
-
Sets the FriendlyName of the attribute.
- setFriendlyName(String) - Method in class com.sun.identity.saml2.assertion.impl.AttributeImpl
-
Sets the FriendlyName of the attribute.
- setFriendlyName(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.AttributeType
-
Sets the value of the friendlyName property.
- setFriendlyName(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeTypeImpl
-
- setFulfillOn(EffectType) - Method in class com.sun.identity.entitlement.xacml3.core.ObligationExpression
-
Sets the value of the fulfillOn property.
- setFulfillOn(String) - Method in class com.sun.identity.xacml.policy.impl.ObligationImpl
-
Sets the FullFillOn effect type of this obligation
- setFulfillOn(String) - Method in interface com.sun.identity.xacml.policy.Obligation
-
Sets the FullFillOn effect type of this obligation
- setFullName(GeneralNames) - Method in class com.iplanet.security.x509.IssuingDistributionPointExtension
-
Sets the full distribution point name.
- setFullyQualifiedNames(Set) - Method in class com.sun.identity.idm.common.IdCacheBlock
-
- setFunctionId(String) - Method in class com.sun.identity.entitlement.xacml3.core.Apply
-
Sets the value of the functionId property.
- setFunctionId(String) - Method in class com.sun.identity.entitlement.xacml3.core.Function
-
Sets the value of the functionId property.
- setG(byte[]) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.DSAKeyValueType
-
Sets the value of the g property.
- setG(byte[]) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- setG(byte[]) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.DSAKeyValueType
-
Sets the value of the g property.
- setG(byte[]) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- setGetComplete(GetComplete) - Method in interface com.sun.identity.saml2.protocol.IDPList
-
Sets the GetComplete Object.
- setGetComplete(GetComplete) - Method in class com.sun.identity.saml2.protocol.impl.IDPListImpl
-
Sets the GetComplete Object.
- setGetCompleteList(List) - Method in class com.sun.identity.federation.message.FSIDPList
-
Deprecated.
Sets list of GetComplete objects.
- setGivenName(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.ContactType
-
Sets the value of the givenName property.
- setGivenName(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ContactTypeImpl
-
- setGlobalData(StateData) - Method in class com.sun.identity.install.tools.configurator.PersistentStateAccess
-
- setGlobalDiscoEntries(AMIdentity, String, Collection) - Static method in class com.sun.identity.liberty.ws.disco.plugins.DiscoEntryHandlerImplUtils
-
Registers the discovery service resource offerings to the AMIdentity
This is used by the global disocvery service handler to register
the resource offerings to the realm, org, role etc.
- setGlobalInvalidCharsInCache(String) - Static method in class com.sun.identity.common.AdministrationServiceListener
-
Sets global Invalid characters in cache.
- setGlobalOperand(int) - Method in class com.sun.identity.log.LogQuery
-
Sets the globalOperand field to either any query criteria
match or to match all the criteria.
- setGlobalPluginNameInCache(String) - Static method in class com.sun.identity.common.AdministrationServiceListener
-
Sets global user/password validation plugin name in cache.
- setGrantType(String) - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Sets the grant type.
- setGrantType(String) - Method in class org.forgerock.oauth2.core.StatefulToken
-
Sets the grant type.
- setGroup(String) - Method in class com.sun.identity.sm.ServiceInstance
-
Sets the group name for this instance.
- setGroupDNAttrs(Collection) - Method in class com.iplanet.services.ldap.aci.ACI
-
Set the group DN attributes.
- setGroupFilter(SSOToken, String, String) - Method in interface com.iplanet.am.sdk.common.IDirectoryServices
-
Set's the dynamic groups search filter.
- setGroupFilter(SSOToken, String, String) - Method in class com.iplanet.am.sdk.ldap.CachedDirectoryServicesImpl
-
- setGroupFilter(SSOToken, String, String) - Method in class com.iplanet.am.sdk.ldap.DirectoryServicesImpl
-
Sets the filter for a dynamic group in the datastore.
- setGroupFilter(SSOToken, String, String) - Method in class com.iplanet.am.sdk.remote.CachedRemoteServicesImpl
-
- setGroupFilter(String, String, String) - Method in interface com.iplanet.am.sdk.remote.DirectoryManagerIF
-
- setGroupFilter(String, String, String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerImpl
-
- setGroupFilter(SSOToken, String, String) - Method in class com.iplanet.am.sdk.remote.RemoteServicesImpl
-
Sets the filter for a dynamic group in the datastore.
- setGroupList(ListWrapper) - Method in class com.sun.identity.idsvcs.IdentityDetails
-
- setGroups(Collection) - Method in class com.iplanet.services.ldap.aci.ACI
-
Sets the collection of groups to whom the ACI apllies
- setGuid(Guid) - Method in class com.iplanet.ums.AssignableDynamicGroup
-
Sets the GUID of the entity; used within the package.
- setGuid(Guid) - Method in class com.iplanet.ums.PersistentObject
-
Sets the GUID of the entity; used within the package
- setHandlerConfig(Properties) - Method in class org.forgerock.openam.radius.server.config.ClientConfig
-
Set the set of declared properties to be passed to the declared handler class immediately after instantiation and
before handling.
- setHash(Thread, long, long) - Method in class com.sun.identity.authentication.service.AuthThreadManager
-
Stores the thread as key and the time out value &
last callback sent in a Hashtable
- setHeader(String) - Method in class com.sun.identity.authentication.service.PagePropertiesCallback
-
Deprecated.
Sets header for page
- setHeader(String) - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
-
Sets the authentication module header string display.
- setHeader(String, String) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletResponse
-
The default behavior of this method is to return setHeader(String name, String value)
on the wrapped response object.
- setHeader(String, String) - Method in class org.forgerock.openam.validation.ResponseValidationFilter.ValidationWrapper
-
- SetHeadersFilter - Class in org.forgerock.openam.headers
-
SetHeadersFilter is a servlet Filter for setting arbitrary headers for web resources.
- SetHeadersFilter() - Constructor for class org.forgerock.openam.headers.SetHeadersFilter
-
- setHeadTask(HeadTaskRunnable) - Method in class com.sun.identity.common.GeneralTaskRunnable
-
Sets the head task for this linkable TaskRunnable
The head task of this TaskRunnable will be set.
- setHeadTask(HeadTaskRunnable) - Method in class com.sun.identity.common.HeadTaskRunnable
-
Implements for TaskRunnable interface, no actual use for HeadTaskRunnable.
- setHeadTask(HeadTaskRunnable) - Method in interface com.sun.identity.common.TaskRunnable
-
Sets the head task for this linkable TaskRunnable.
- setHeartBeatInterval(int) - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
Sets the heartbeat interval.
- setHeartBeatTimeUnit(String) - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
Sets the heartbeat timeunit.
- setHost() - Method in class com.sun.identity.config.wizard.Step4
-
- setHostDescriptor(SPDescriptorType) - Method in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
Sets hosted SP meta descriptor.
- setHostDescriptorConfig(BaseConfigType) - Method in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
Sets hosted SP extended meta config.
- setHosted(boolean) - Method in interface com.sun.identity.saml2.jaxb.entityconfig.EntityConfigType
-
Sets the value of the hosted property.
- setHosted(boolean) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.EntityConfigTypeImpl
-
- setHosted(boolean) - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.FederationConfigType
-
Sets the value of the hosted property.
- setHosted(boolean) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.FederationConfigTypeImpl
-
- setHostedDescriptor(IDPDescriptorType) - Method in class com.sun.identity.federation.services.fednsso.FSSSOAndFedHandler
-
Sets host identity provider's meta descriptor.
- setHostedDescriptor(ProviderDescriptorType) - Method in class com.sun.identity.federation.services.logout.FSPreLogoutHandler
-
Sets the hosted provider details.
- setHostedDescriptor(ProviderDescriptorType) - Method in class com.sun.identity.federation.services.logout.FSSingleLogoutHandler
-
Sets the hosted provider details.
- setHostedDescriptor(ProviderDescriptorType) - Method in class com.sun.identity.federation.services.registration.FSNameRegistrationHandler
-
Sets hosted provider descriptor.
- setHostedDescriptor(ProviderDescriptorType) - Method in class com.sun.identity.federation.services.termination.FSFedTerminationHandler
-
Sets state to the Federation Termination handler that is handling the
current federation termination.
- setHostedDescriptorConfig(BaseConfigType) - Method in class com.sun.identity.federation.services.fednsso.FSSSOAndFedHandler
-
Sets host identity provider's extended meta.
- setHostedDescriptorConfig(BaseConfigType) - Method in class com.sun.identity.federation.services.logout.FSPreLogoutHandler
-
Sets hosted provider's extended meta config.
- setHostedDescriptorConfig(BaseConfigType) - Method in class com.sun.identity.federation.services.logout.FSSingleLogoutHandler
-
Sets the hosted provider's extended meta config.
- setHostedDescriptorConfig(BaseConfigType) - Method in class com.sun.identity.federation.services.registration.FSNameRegistrationHandler
-
Sets hosted provider's extended meta.
- setHostedDescriptorConfig(BaseConfigType) - Method in class com.sun.identity.federation.services.termination.FSFedTerminationHandler
-
Sets hosted provider's extended meta.
- setHostedEntityId(String) - Method in class com.sun.identity.federation.services.fednsso.FSSSOAndFedHandler
-
Sets host identity provider's entity ID.
- setHostedEntityId(String) - Method in class com.sun.identity.federation.services.logout.FSPreLogoutHandler
-
Sets hosted provider entity id.
- setHostedEntityId(String) - Method in class com.sun.identity.federation.services.logout.FSSingleLogoutHandler
-
Sets hosted provider's entity id.
- setHostedEntityId(String) - Method in class com.sun.identity.federation.services.registration.FSNameRegistrationHandler
-
Sets hosted provider's entity ID.
- setHostedEntityId(String) - Method in class com.sun.identity.federation.services.termination.FSFedTerminationHandler
-
Sets hosted provider's entity ID.
- setHostedProviderRole(String) - Method in class com.sun.identity.federation.services.logout.FSPreLogoutHandler
-
Sets hosted provider's role.
- setHostedProviderRole(String) - Method in class com.sun.identity.federation.services.logout.FSSingleLogoutHandler
-
Sets hosted provider's role.
- setHostedProviderRole(String) - Method in class com.sun.identity.federation.services.registration.FSNameRegistrationHandler
-
Sets hosted provider's role.
- setHostedProviderRole(String) - Method in class com.sun.identity.federation.services.termination.FSFedTerminationHandler
-
Sets hosted provider's role.
- setHostEntityId(String) - Method in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
Sets hosted SP entity ID.
- setHostLink - Variable in class com.sun.identity.config.wizard.Step4
-
- setHostName(String) - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Sets the host name.
- setHostName(String) - Method in class com.sun.identity.config.pojos.LDAPStore
-
- setHostPort(int) - Method in class com.sun.identity.config.pojos.LDAPStore
-
- setHostPortSecure(boolean) - Method in class com.sun.identity.config.pojos.LDAPStore
-
- setHostUrlCookie(HttpServletResponse) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- setHttpServletRequest(HttpServletRequest) - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Sets the servlet request.
- setHttpServletRequest(HttpServletRequest) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets servlet request.
- setHttpServletResponse(HttpServletResponse) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets servlet response.
- setHttpSession(HttpSession) - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Sets the HttpSession that will be used by
the SSO component to store the session information.
- setHttpStatusCode(int) - Method in exception com.sun.identity.coretoken.CoreTokenException
-
Sets HTTP Status Code.
- setI18NFileName(String) - Method in class com.sun.identity.sm.ServiceSchema
-
Sets the I18N properties file name for the service schema
- setI18NFileName(String) - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Sets the I18N properties file name for the service
- seti18NFileName(String, String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Sets the I18N File Name .
- setI18NJarURL(String) - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Sets the URL of the JAR file that contains the I18N
properties
- setI18NKey(String) - Method in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
Set I18N key to describe the configuration attribute
- setI18NKey(String) - Method in class com.sun.identity.sm.AttributeSchema
-
Sets the I18N key to describe the configuration attribute.
- setI18Nkey(String) - Method in class com.sun.identity.sm.ServiceSchema
-
Sets the value of the I18N key in the service schema.
- setI18NKey(String) - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Sets the i18nKey of the schema.
- setIconPath(String) - Method in class org.forgerock.openam.core.rest.server.SocialAuthenticationImplementation
-
- setID(SessionID) - Method in class com.iplanet.dpro.session.Session
-
Updates the ID of the session.
- setId(long) - Method in class com.iplanet.ums.Guid
-
Sets the nsuniqueID name in the Guid object associated with an LDAP entry
Note that the value is not persisted in LDAP.
- setId(String) - Method in class com.sun.identity.common.ServerOrSiteEntry
-
- setID(String) - Method in class com.sun.identity.entitlement.AttributeSubject
-
Sets the Identifier.
- setID(String) - Method in class com.sun.identity.entitlement.EntitlementSubjectImpl
-
Deprecated.
Sets the Identifier.
- setId(String) - Method in class com.sun.identity.entitlement.xacml3.core.Attributes
-
Sets the value of the id property.
- setID(String) - Method in class com.sun.identity.federation.message.FSAssertion
-
Deprecated.
Sets value of id attribute.
- setID(String) - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Sets the value of id attribute.
- setID(String) - Method in class com.sun.identity.federation.message.FSAuthnResponse
-
Deprecated.
Sets the value of the id attribute.
- setID(String) - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
-
Deprecated.
Sets the value of id attribute.
- setID(String) - Method in class com.sun.identity.federation.message.FSLogoutNotification
-
Deprecated.
Sets the value of id attribute.
- setID(String) - Method in class com.sun.identity.federation.message.FSLogoutResponse
-
Deprecated.
Sets the value of id attribute.
- setID(String) - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
-
Deprecated.
Sets the value of id attribute.
- setID(String) - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
-
Deprecated.
Sets the value of id attribute.
- setID(String) - Method in class com.sun.identity.federation.message.FSRequest
-
Deprecated.
Sets the value of id attribute.
- setID(String) - Method in class com.sun.identity.federation.message.FSResponse
-
Deprecated.
Sets the value of id attribute.
- setId(String) - Method in class com.sun.identity.idsvcs.Token
-
- setId(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
-
Deprecated.
Sets value of id attribute.
- setId(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
-
Deprecated.
Sets value of id attribute.
- setId(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.Transform
-
Deprecated.
Sets value of 'id' attribute.
- setId(String) - Method in class com.sun.identity.liberty.ws.disco.Description
-
Sets id attribute.
- setId(String) - Method in class com.sun.identity.liberty.ws.disco.ModifyResponse
-
Sets id attribute.
- setId(String) - Method in class com.sun.identity.liberty.ws.disco.Query
-
Sets id attribute.
- setId(String) - Method in class com.sun.identity.liberty.ws.disco.QueryResponse
-
Sets id attribute.
- setId(String) - Method in class com.sun.identity.liberty.ws.disco.ResourceID
-
Sets id attribute.
- setId(String) - Method in class com.sun.identity.liberty.ws.dst.DSTData
-
Sets id attribute
- setId(String) - Method in class com.sun.identity.liberty.ws.dst.DSTModification
-
Sets id attribute
- setId(String) - Method in class com.sun.identity.liberty.ws.dst.DSTModify
-
Sets id attribute
- setId(String) - Method in class com.sun.identity.liberty.ws.dst.DSTModifyResponse
-
Sets id attribute
- setId(String) - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
-
Sets id attribute
- setId(String) - Method in class com.sun.identity.liberty.ws.dst.DSTQueryItem
-
Sets id attribute
- setId(String) - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
-
Sets id attribute
- setID(String) - Method in interface com.sun.identity.saml2.assertion.Assertion
-
Sets the id of the assertion
- setID(String) - Method in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
Sets the id of the assertion
- setID(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.AssertionType
-
Sets the value of the id property.
- setID(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionTypeImpl
-
- setID(String) - Method in interface com.sun.identity.saml2.jaxb.entityconfig.EntityConfigType
-
Sets the value of the id property.
- setID(String) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.EntityConfigTypeImpl
-
- setID(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.AffiliationDescriptorType
-
Sets the value of the id property.
- setID(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.EntitiesDescriptorType
-
Sets the value of the id property.
- setID(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.EntityDescriptorType
-
Sets the value of the id property.
- setID(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorTypeImpl
-
- setID(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntitiesDescriptorTypeImpl
-
- setID(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl
-
- setID(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl
-
- setID(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.RoleDescriptorType
-
Sets the value of the id property.
- setId(String) - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptedType
-
Sets the value of the id property.
- setId(String) - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType
-
Sets the value of the id property.
- setId(String) - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertyType
-
Sets the value of the id property.
- setId(String) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedTypeImpl
-
- setId(String) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertiesTypeImpl
-
- setId(String) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyTypeImpl
-
- setId(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyInfoTypeImpl
-
- setId(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ManifestTypeImpl
-
- setId(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ObjectTypeImpl
-
- setId(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- setId(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertiesTypeImpl
-
- setId(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertyTypeImpl
-
- setId(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureTypeImpl
-
- setId(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureValueTypeImpl
-
- setId(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignedInfoTypeImpl
-
- setId(String) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.KeyInfoType
-
Sets the value of the id property.
- setId(String) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.ManifestType
-
Sets the value of the id property.
- setId(String) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.ObjectType
-
Sets the value of the id property.
- setId(String) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.ReferenceType
-
Sets the value of the id property.
- setId(String) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignaturePropertiesType
-
Sets the value of the id property.
- setId(String) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignaturePropertyType
-
Sets the value of the id property.
- setId(String) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignatureType
-
Sets the value of the id property.
- setId(String) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignatureValueType
-
Sets the value of the id property.
- setId(String) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignedInfoType
-
Sets the value of the id property.
- setID(String) - Method in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
Sets the value of the ID attribute.
- setID(String) - Method in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
Sets the value of the id property.
- setID(String) - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
-
Sets the value of the ID attribute.
- setID(String) - Method in interface com.sun.identity.saml2.protocol.StatusResponse
-
Sets the value of the id property.
- setID(String) - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.FederationConfigType
-
Sets the value of the id property.
- setID(String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.FederationConfigTypeImpl
-
- setId(String) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutTypeImpl
-
- setId(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.SignOutType
-
Sets the value of the id property.
- setId(String) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyTypeImpl
-
- setId(String) - Method in interface com.sun.identity.wsfederation.jaxb.wspolicy.PolicyType
-
Sets the value of the id property.
- setId(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsse.AttributedString
-
Sets the value of the id property.
- setId(String) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.AttributedStringImpl
-
- setId(String) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityTokenReferenceTypeImpl
-
- setId(String) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.UsernameTokenTypeImpl
-
- setId(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsse.SecurityTokenReferenceType
-
Sets the value of the id property.
- setId(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsse.UsernameTokenType
-
Sets the value of the id property.
- setId(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsu.AttributedDateTime
-
Sets the value of the id property.
- setId(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsu.AttributedURI
-
Sets the value of the id property.
- setId(String) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.AttributedDateTimeImpl
-
- setId(String) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.AttributedURIImpl
-
- setId(String) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.TimestampTypeImpl
-
- setId(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsu.TimestampType
-
Sets the value of the id property.
- setId(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyInfoTypeImpl
-
- setId(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ManifestTypeImpl
-
- setId(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ObjectTypeImpl
-
- setId(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- setId(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertiesTypeImpl
-
- setId(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertyTypeImpl
-
- setId(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureTypeImpl
-
- setId(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureValueTypeImpl
-
- setId(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignedInfoTypeImpl
-
- setId(String) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.KeyInfoType
-
Sets the value of the id property.
- setId(String) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.ManifestType
-
Sets the value of the id property.
- setId(String) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.ObjectType
-
Sets the value of the id property.
- setId(String) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.ReferenceType
-
Sets the value of the id property.
- setId(String) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignaturePropertiesType
-
Sets the value of the id property.
- setId(String) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignaturePropertyType
-
Sets the value of the id property.
- setId(String) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignatureType
-
Sets the value of the id property.
- setId(String) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignatureValueType
-
Sets the value of the id property.
- setId(String) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignedInfoType
-
Sets the value of the id property.
- setId(String) - Method in class com.sun.identity.wss.security.SecurityTokenReference
-
Sets the security token reference id.
- setId(String) - Method in class org.forgerock.maven.plugins.inject.content.Content
-
Sets the ID of the content placeholder.
- setId(String) - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Sets the token id.
- setId(String) - Method in class org.forgerock.oauth2.core.StatefulToken
-
Sets the token id.
- setId(String) - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
-
- setId(String) - Method in class org.forgerock.openam.scripting.service.ScriptConfiguration.Builder
-
Set a universally unique identifier for the ScriptConfiguration.
- setId(String) - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaAuditEntry
-
- setId(String) - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaPendingRequest
-
- setId(String) - Method in class org.forgerock.openam.uma.PermissionTicket
-
- setId(String) - Method in class org.forgerock.openam.uma.RequestingPartyToken
-
- setIdDestn(long) - Method in class com.sun.identity.monitoring.SsoServerIDFFSvcImpl
-
- setIdDestn(long) - Method in interface com.sun.identity.plugin.monitoring.FedMonIDFFSvc
-
Set the ID-FF service's Id Destination counter.
- setIdDestn(long) - Method in class com.sun.identity.plugin.monitoring.impl.FedletMonIDFFSvcProvider
-
- setIdDestn(long) - Method in class com.sun.identity.plugin.monitoring.impl.FedMonIDFFSvcProvider
-
- setIdentifier(short) - Method in class org.forgerock.openam.radius.common.Packet
-
Sets the identifier of this packet.
- setIDFFReaderServiceURL(String) - Method in class com.sun.identity.cot.CircleOfTrustDescriptor
-
Sets reader service URL for ID-FF protocol.
- setIDFFWriterServiceURL(String) - Method in class com.sun.identity.cot.CircleOfTrustDescriptor
-
Sets writer service URL for IDFF protocol.
- setIdLocalSessToken(long) - Method in class com.sun.identity.monitoring.SsoServerIDFFSvcImpl
-
- setIdLocalSessToken(long) - Method in interface com.sun.identity.plugin.monitoring.FedMonIDFFSvc
-
Set the ID-FF service's ID Local Session Token counter.
- setIdLocalSessToken(long) - Method in class com.sun.identity.plugin.monitoring.impl.FedletMonIDFFSvcProvider
-
- setIdLocalSessToken(long) - Method in class com.sun.identity.plugin.monitoring.impl.FedMonIDFFSvcProvider
-
- setIDPDiscoveryConfig(String) - Method in class com.sun.identity.saml2.idpdiscovery.IDPDiscoveryWARConfigurator
-
Sets properties from libIDPDiscoveryConfig.properties
- setIDPEntityID(String, String) - Method in class com.sun.identity.federation.services.FSSessionManager
-
Sets IDP's entity ID.
- setIDPEntries(IDPEntries) - Method in class com.sun.identity.federation.message.FSIDPList
-
Deprecated.
Sets IDPEntries object.
- setIDPEntries(List) - Method in interface com.sun.identity.saml2.protocol.IDPList
-
Sets the IDPEntry Object.
- setIDPEntries(List) - Method in class com.sun.identity.saml2.protocol.impl.IDPListImpl
-
Sets the list of IDPEntry Objects.
- setIDPEntryList(List) - Method in class com.sun.identity.federation.message.common.IDPEntries
-
Deprecated.
Sets the list of Identity Providers.
- setIDPList(FSIDPList) - Method in class com.sun.identity.federation.message.FSAuthnRequestEnvelope
-
Deprecated.
Sets the FSIDPList object.
- setIDPList(FSIDPList) - Method in class com.sun.identity.federation.message.FSScoping
-
Deprecated.
Sets preferred ordered List of IDPs that is known to SP for proxying.
- setIDPList(IDPList) - Method in interface com.sun.identity.saml2.ecp.ECPRequest
-
Sets the IDPList Object.
- setIDPList(IDPList) - Method in class com.sun.identity.saml2.ecp.impl.ECPRequestImpl
-
Sets the IDPList Object.
- setIDPList(IDPList) - Method in class com.sun.identity.saml2.protocol.impl.ScopingImpl
-
Sets the IDPList Object.
- setIDPList(IDPList) - Method in interface com.sun.identity.saml2.protocol.Scoping
-
Sets the IDPList Object.
- setIDPProvidedNameIdentifier(IDPProvidedNameIdentifier) - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
-
Deprecated.
Sets the Identity Provider's NameIdentifier.
- setIDPProvidedNameIdentifier(IDPProvidedNameIdentifier) - Method in class com.sun.identity.federation.message.FSSubject
-
Deprecated.
Sets the Identity Provider's NameIdentifier.
- setIDPRole(boolean) - Method in class com.sun.identity.saml2.profile.SAML2SessionPartner
-
Sets the role of the session partner.
- setIdpSessionCount(long) - Method in class com.sun.identity.monitoring.SsoServerSAML2SvcImpl
-
- setIdpSessionCount(long) - Method in interface com.sun.identity.plugin.monitoring.FedMonSAML2Svc
-
Set the IDP session counter.
- setIdpSessionCount(long) - Method in class com.sun.identity.plugin.monitoring.impl.FedletMonSAML2SvcProvider
-
- setIdpSessionCount(long) - Method in class com.sun.identity.plugin.monitoring.impl.FedMonSAML2SvcProvider
-
- setIdTokenSignedResponseAlgorithm(String) - Method in class org.forgerock.openidconnect.Client
-
Sets the id token signed response alg of the OAuth2Client.
- setIdTokenSignedResponseAlgorithm(String) - Method in class org.forgerock.openidconnect.ClientBuilder
-
Sets the id token signed response alg of the OAuth2Client.
- setIdxOfCallbackSetInModule(int) - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolder
-
Set the index of the callback set in the module.
- setIdxOfCurrentCallback(int) - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolder
-
set the current callback index.
- setIfIndex(Integer) - Method in class com.sun.identity.monitoring.LinkTrapGenerator
-
- setIfIndex(Integer) - Method in interface com.sun.identity.monitoring.LinkTrapGeneratorMBean
-
- setIgnoreCaseFlag(boolean) - Method in class com.sun.identity.install.tools.configurator.BaseOptions
-
- setIgnoreCaseFlag(boolean) - Method in class com.sun.identity.install.tools.util.MatchPattern
-
- setIgnoreValueCase(boolean) - Method in class org.forgerock.openam.entitlement.conditions.environment.SessionPropertyCondition
-
- setIncludeInResult(boolean) - Method in class com.sun.identity.entitlement.xacml3.core.Attribute
-
Sets the value of the includeInResult property.
- setIncludeMemberships(boolean) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets a flag to include memberships for SAML attribute mapping.
- setIncludeMemberships(boolean) - Method in class com.sun.identity.wss.provider.STSConfig
-
Sets a flag to include memberships for SAML attribute mapping.
- setIncludeMemberships(boolean) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Sets a flag to include memberships for SAML attribute mapping.
- setIncludeToken(String) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.IssuedTokenTypeImpl
-
- setIncludeToken(String) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SecureConversationTokenTypeImpl
-
- setIncludeToken(String) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SpnegoContextTokenTypeImpl
-
- setIncludeToken(String) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.TokenAssertionTypeImpl
-
- setIncludeToken(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.IssuedTokenType
-
Sets the value of the includeToken property.
- setIncludeToken(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.SecureConversationTokenType
-
Sets the value of the includeToken property.
- setIncludeToken(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.SpnegoContextTokenType
-
Sets the value of the includeToken property.
- setIncludeToken(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.TokenAssertionType
-
Sets the value of the includeToken property.
- setIndentDepth(int) - Method in class com.sun.identity.install.tools.util.xml.XMLDocument
-
Sets the number of spaces used for denoting one indent level.
- setIndex(int) - Method in interface com.sun.identity.saml2.jaxb.metadata.AttributeConsumingServiceType
-
Sets the value of the index property.
- setIndex(int) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceTypeImpl
-
- setIndex(int) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IndexedEndpointTypeImpl
-
- setIndex(int) - Method in interface com.sun.identity.saml2.jaxb.metadata.IndexedEndpointType
-
Sets the value of the index property.
- setIndexName(String) - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Sets the index name.
- setIndexName(String) - Method in class com.sun.identity.authentication.service.LoginState
-
Set index name
- setIndexType(String) - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Sets the index Type.
- setIndirectCRL(boolean) - Method in class com.iplanet.security.x509.IssuingDistributionPointExtension
-
Sets the indirectCRL attribute.
- setInfoText(List<String>) - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
-
- setInheritance(String) - Method in class com.sun.identity.sm.ServiceSchema
-
Set the value of inheritance attribute in service schema.
- setInjector(Injector) - Method in class org.forgerock.openam.rest.RestHttpRouteProvider
-
- setInputContextOnly(boolean) - Method in class com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionQueryImpl
-
Sets the XML attribute boolean value which governs the
source of information that the PDP is allowed to use in
making an authorization decision.
- setInputContextOnly(boolean) - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery
-
Sets the XML attribute boolean value which governs the
source of information that the PDP is allowed to use in
making an authorization decision.
- setInResponseTo(String) - Method in class com.sun.identity.federation.message.FSAssertion
-
Deprecated.
Sets the value of InResponseTo attribute.
- setInResponseTo(String) - Method in class com.sun.identity.saml.protocol.AbstractResponse
-
Set the InResponseTo of the Response.
- setInResponseTo(String) - Method in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationDataImpl
-
Sets the ID of a SAML protocol message in response to which
an attesting entity can present the assertion
- setInResponseTo(String) - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
-
Sets the ID of a SAML protocol message in response to which
an attesting entity can present the assertion
- setInResponseTo(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationDataTypeImpl
-
- setInResponseTo(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectConfirmationDataType
-
Sets the value of the inResponseTo property.
- setInResponseTo(String) - Method in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
Sets the value of the inResponseTo property.
- setInResponseTo(String) - Method in interface com.sun.identity.saml2.protocol.StatusResponse
-
Sets the value of the inResponseTo property.
- setInsertEntry(List) - Method in class com.sun.identity.liberty.ws.disco.Modify
-
Sets the value of the InsertEntry property.
- setInstallState(InstallState) - Method in class com.sun.identity.install.tools.configurator.Driver
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_deRegisterNotificationURL_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_deRegisterNotificationURL_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_doesEntryExists_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_doesEntryExists_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesForSchema_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesForSchema_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getCreationTemplateName_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDeletedObjectFilter_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDeletedObjectFilter_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getNamingAttr_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getNamingAttr_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectClassFromDS_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectType_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectType_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgSearchFilter_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgSearchFilter_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSearchFilterFromTemplate_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSearchFilterFromTemplate_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getTopLevelContainers_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getTopLevelContainers_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getTopLevelContainers_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isAncestorOrgDeleted_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isAncestorOrgDeleted_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_objectsChanged_idrepo_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_objectsChanged_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_idrepo_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerService_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerService_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAdminRole_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAdminRole_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setGroupFilter_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setGroupFilter_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndDeleteObject_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndDeleteObject_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.entity.EntityObjectIF_deleteEntity_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.entity.EntityObjectIF_deleteEntity_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.federation.common.FSRemoteException_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_isUserExists_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_isUserExists_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_attributes_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_getCookieNameForToken_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_getCookieNamesToForward_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_log_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_read_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenException_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getX509CertificateToken_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getX509CertificateToken_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_initialization_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_initialization_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_RequestStruct_SOAPBuilder
-
- setInstance(SsoServerAuthModulesEntryMBean) - Method in class com.sun.identity.monitoring.SsoServerAuthModulesEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerAuthSvcMBean) - Method in class com.sun.identity.monitoring.SsoServerAuthSvcMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerConnPoolSvcMBean) - Method in class com.sun.identity.monitoring.SsoServerConnPoolSvcMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerEntitlementPolicyStatsEntryMBean) - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerEntitlementSvcMBean) - Method in class com.sun.identity.monitoring.SsoServerEntitlementSvcMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerFedCOTMemberEntryMBean) - Method in class com.sun.identity.monitoring.SsoServerFedCOTMemberEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerFedCOTsEntryMBean) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerFedCOTsMBean) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerFedEntitiesEntryMBean) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerFedEntitiesMBean) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerIDFFSvcMBean) - Method in class com.sun.identity.monitoring.SsoServerIDFFSvcMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerIdRepoSvcMBean) - Method in class com.sun.identity.monitoring.SsoServerIdRepoSvcMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerInstanceMBean) - Method in class com.sun.identity.monitoring.SsoServerInstanceMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerLoggingHdlrEntryMBean) - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerLoggingSvcMBean) - Method in class com.sun.identity.monitoring.SsoServerLoggingSvcMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerPolicy22AgentEntryMBean) - Method in class com.sun.identity.monitoring.SsoServerPolicy22AgentEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerPolicyAgentsMBean) - Method in class com.sun.identity.monitoring.SsoServerPolicyAgentsMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerPolicyJ2EEAgentEntryMBean) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerPolicyJ2EEGroupEntryMBean) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerPolicySvcMBean) - Method in class com.sun.identity.monitoring.SsoServerPolicySvcMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerPolicyWebAgentEntryMBean) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebAgentEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerPolicyWebGroupEntryMBean) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebGroupEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerRealmEntryMBean) - Method in class com.sun.identity.monitoring.SsoServerRealmEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerSAML1CacheEntryMBean) - Method in class com.sun.identity.monitoring.SsoServerSAML1CacheEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerSAML1EndPointEntryMBean) - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerSAML1SvcMBean) - Method in class com.sun.identity.monitoring.SsoServerSAML1SvcMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerSAML1TrustPrtnrsEntryMBean) - Method in class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerSAML2IDPEntryMBean) - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerSAML2SPEntryMBean) - Method in class com.sun.identity.monitoring.SsoServerSAML2SPEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerSAML2SvcMBean) - Method in class com.sun.identity.monitoring.SsoServerSAML2SvcMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerServerEntryMBean) - Method in class com.sun.identity.monitoring.SsoServerServerEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerSessSvcMBean) - Method in class com.sun.identity.monitoring.SsoServerSessSvcMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerSiteMapEntryMBean) - Method in class com.sun.identity.monitoring.SsoServerSiteMapEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerSitesEntryMBean) - Method in class com.sun.identity.monitoring.SsoServerSitesEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerSvcMgmtSvcMBean) - Method in class com.sun.identity.monitoring.SsoServerSvcMgmtSvcMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerTopologyMBean) - Method in class com.sun.identity.monitoring.SsoServerTopologyMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerWSSAgentsDSCAgentEntryMBean) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerWSSAgentsDSCAgtGrpEntryMBean) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerWSSAgentsMBean) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerWSSAgentsSTSAgentEntryMBean) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerWSSAgentsSTSAgtGrpEntryMBean) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerWSSAgentsWSCAgentEntryMBean) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerWSSAgentsWSCAgtGrpEntryMBean) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerWSSAgentsWSPAgentEntryMBean) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SsoServerWSSAgentsWSPAgtGrpEntryMBean) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertions_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertions_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertions_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_deRegisterNotificationURL_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_getAMSdkBaseDN_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_getRootSuffix_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_notifyObjectChanged_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_objectsChanged_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_registerNotificationURL_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_registerNotificationURL_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_Fault_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryResourceOffering_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryResourceOffering_ResponseStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryServiceCredential_RequestStruct_SOAPBuilder
-
- setInstance(Object) - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryServiceCredential_ResponseStruct_SOAPBuilder
-
- setInstance(CtsConnectionFailureRateMBean) - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionFailureRateMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(CtsConnectionSuccessRateMBean) - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRateMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(CtsCRUDOperationsEntryMBean) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(CtsCRUDOperationsPerTokenTypeEntryMBean) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(CtsMonitoringMBean) - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoringMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(CtsTokenOperationsEntryMBean) - Method in class org.forgerock.openam.monitoring.cts.CtsTokenOperationsEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(OperationEntryMBean) - Method in class org.forgerock.openam.monitoring.cts.OperationEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(TokenEntryMBean) - Method in class org.forgerock.openam.monitoring.cts.TokenEntryMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(PolicyEvaluationMBean) - Method in class org.forgerock.openam.monitoring.policy.PolicyEvaluationMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SelfEvaluationMBean) - Method in class org.forgerock.openam.monitoring.policy.SelfEvaluationMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SelfTimingMBean) - Method in class org.forgerock.openam.monitoring.policy.SelfTimingMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SubtreeEvaluationMBean) - Method in class org.forgerock.openam.monitoring.policy.SubtreeEvaluationMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(SubtreeTimingMBean) - Method in class org.forgerock.openam.monitoring.policy.SubtreeTimingMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(CtsSessionsMBean) - Method in class org.forgerock.openam.monitoring.session.CtsSessionsMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(InternalSessionsMBean) - Method in class org.forgerock.openam.monitoring.session.InternalSessionsMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(RemoteSessionsMBean) - Method in class org.forgerock.openam.monitoring.session.RemoteSessionsMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(StatelessSessionsMBean) - Method in class org.forgerock.openam.monitoring.session.StatelessSessionsMeta
-
Allow to bind the metadata description to a specific object.
- setInstance(String) - Method in class org.forgerock.openam.setup.BootstrapConfig
-
- setInstanceAsConfigured(boolean) - Method in class com.sun.identity.install.tools.configurator.StateData
-
- setInstanceData(StateData) - Method in class com.sun.identity.install.tools.configurator.PersistentStateAccess
-
- setInstanceName(String) - Method in class com.sun.identity.install.tools.configurator.StateData
-
- setInt_1(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getCreationTemplateName_RequestStruct
-
- setInt_1(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDeletedObjectFilter_RequestStruct
-
- setInt_1(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getNamingAttr_RequestStruct
-
- setInt_1(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getNamingAttr_RequestStruct_SOAPBuilder
-
- setInt_1(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectClassFromDS_RequestStruct
-
- setInt_1(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSearchFilterFromTemplate_RequestStruct
-
- setInt_1(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSearchFilterFromTemplate_RequestStruct_SOAPBuilder
-
- setInt_1(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_objectsChanged_idrepo_RequestStruct
-
- setInt_1(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_objectsChanged_RequestStruct
-
- setInt_1(int) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_objectsChanged_RequestStruct
-
- setInt_10(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- setInt_10(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct_SOAPBuilder
-
- setInt_10(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- setInt_10(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct_SOAPBuilder
-
- setInt_11(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- setInt_11(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct_SOAPBuilder
-
- setInt_11(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- setInt_11(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct_SOAPBuilder
-
- setInt_2(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_RequestStruct
-
- setInt_2(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_RequestStruct_SOAPBuilder
-
- setInt_2(int) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_notifyObjectChanged_RequestStruct
-
- setInt_2(int) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_notifyObjectChanged_RequestStruct_SOAPBuilder
-
- setInt_3(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct
-
- setInt_3(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct_SOAPBuilder
-
- setInt_3(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_RequestStruct
-
- setInt_3(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_RequestStruct_SOAPBuilder
-
- setInt_3(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_RequestStruct
-
- setInt_3(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_RequestStruct_SOAPBuilder
-
- setInt_3(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_RequestStruct
-
- setInt_3(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_RequestStruct_SOAPBuilder
-
- setInt_3(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_RequestStruct
-
- setInt_3(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_RequestStruct_SOAPBuilder
-
- setInt_3(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_RequestStruct
-
- setInt_3(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_RequestStruct_SOAPBuilder
-
- setInt_3(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_RequestStruct
-
- setInt_3(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_RequestStruct_SOAPBuilder
-
- setInt_3(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isAncestorOrgDeleted_RequestStruct
-
- setInt_3(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isAncestorOrgDeleted_RequestStruct_SOAPBuilder
-
- setInt_3(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_RequestStruct
-
- setInt_3(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_RequestStruct_SOAPBuilder
-
- setInt_3(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_RequestStruct
-
- setInt_3(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_RequestStruct_SOAPBuilder
-
- setInt_3(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_RequestStruct
-
- setInt_3(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_RequestStruct_SOAPBuilder
-
- setInt_3(int) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct
-
- setInt_3(int) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct_SOAPBuilder
-
- setInt_4(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_RequestStruct
-
- setInt_4(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_RequestStruct_SOAPBuilder
-
- setInt_4(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_RequestStruct
-
- setInt_4(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_RequestStruct_SOAPBuilder
-
- setInt_4(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_RequestStruct
-
- setInt_4(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_RequestStruct_SOAPBuilder
-
- setInt_4(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_RequestStruct
-
- setInt_4(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_RequestStruct_SOAPBuilder
-
- setInt_4(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_RequestStruct
-
- setInt_4(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_RequestStruct_SOAPBuilder
-
- setInt_4(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- setInt_4(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct_SOAPBuilder
-
- setInt_4(int) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct
-
- setInt_4(int) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct_SOAPBuilder
-
- setInt_4(int) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct
-
- setInt_4(int) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct_SOAPBuilder
-
- setInt_4(int) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct
-
- setInt_4(int) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct_SOAPBuilder
-
- setInt_4(int) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct
-
- setInt_4(int) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct_SOAPBuilder
-
- setInt_5(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_RequestStruct
-
- setInt_5(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_RequestStruct_SOAPBuilder
-
- setInt_5(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_RequestStruct
-
- setInt_5(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_RequestStruct_SOAPBuilder
-
- setInt_5(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_RequestStruct
-
- setInt_5(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_RequestStruct_SOAPBuilder
-
- setInt_5(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_RequestStruct
-
- setInt_5(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_RequestStruct_SOAPBuilder
-
- setInt_5(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- setInt_5(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct_SOAPBuilder
-
- setInt_5(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- setInt_5(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct_SOAPBuilder
-
- setInt_5(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- setInt_5(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct_SOAPBuilder
-
- setInt_5(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_RequestStruct
-
- setInt_5(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_RequestStruct_SOAPBuilder
-
- setInt_5(int) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct
-
- setInt_5(int) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct_SOAPBuilder
-
- setInt_5(int) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct
-
- setInt_5(int) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct_SOAPBuilder
-
- setInt_5(int) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct
-
- setInt_5(int) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct_SOAPBuilder
-
- setInt_6(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct
-
- setInt_6(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct_SOAPBuilder
-
- setInt_6(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_RequestStruct
-
- setInt_6(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_RequestStruct_SOAPBuilder
-
- setInt_6(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct
-
- setInt_6(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct_SOAPBuilder
-
- setInt_6(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct
-
- setInt_6(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct_SOAPBuilder
-
- setInt_6(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- setInt_6(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct_SOAPBuilder
-
- setInt_6(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- setInt_6(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct_SOAPBuilder
-
- setInt_7(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct
-
- setInt_7(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct_SOAPBuilder
-
- setInt_7(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- setInt_7(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct_SOAPBuilder
-
- setInt_7(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- setInt_7(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct_SOAPBuilder
-
- setInt_8(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- setInt_8(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct_SOAPBuilder
-
- setInt_9(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- setInt_9(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct_SOAPBuilder
-
- setInt_9(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- setInt_9(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct_SOAPBuilder
-
- setInteractionInfo(InteractionInfo) - Method in class com.sun.identity.install.tools.configurator.UserDataInteraction
-
- setInternalResourceRouter(ResourceRouter) - Method in class org.forgerock.openam.rest.RestHttpRouteProvider
-
- setInterval(Integer) - Method in class com.sun.identity.monitoring.LinkTrapGenerator
-
- setInterval(Integer) - Method in interface com.sun.identity.monitoring.LinkTrapGeneratorMBean
-
- setIntHeader(String, int) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletResponse
-
The default behavior of this method is to call setIntHeader(String name, int value)
on the wrapped response object.
- setIpaddr(String) - Method in class org.forgerock.openam.radius.server.config.ClientConfig
-
Set the IP address from which incoming packets must be to be associated with this client.
- setIPAddress(String) - Method in class com.sun.identity.saml.assertion.SubjectLocality
-
Sets the IP address for SubjectLocality locality.
- setIsActiveFlag(boolean) - Method in class com.sun.identity.install.tools.util.MatchPattern
-
- setIsDefault(boolean) - Method in interface com.sun.identity.saml2.jaxb.metadata.AttributeConsumingServiceType
-
Sets the value of the isDefault property.
- setIsDefault(boolean) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceTypeImpl
-
- setIsDefault(boolean) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IndexedEndpointTypeImpl
-
- setIsDefault(boolean) - Method in interface com.sun.identity.saml2.jaxb.metadata.IndexedEndpointType
-
Sets the value of the isDefault property.
- setIsException(boolean) - Method in class com.sun.identity.authentication.server.AuthXMLResponse
-
Sets if exception was thrown.
- setIsFirstFlag(boolean) - Method in class com.sun.identity.install.tools.configurator.InstallInteraction
-
- setIsFirstFlag(boolean) - Method in class com.sun.identity.install.tools.configurator.UserDataInteraction
-
- setIsLocalLogin(boolean) - Method in class com.sun.identity.saml2.profile.ResponseInfo
-
Sets the isLocalLogin flag.
- setIsPassive(boolean) - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Sets the value of the IsPassive attribute.
- setIsPassive(Boolean) - Method in interface com.sun.identity.saml2.ecp.ECPRequest
-
Sets the value of the IsPassive attribute.
- setIsPassive(Boolean) - Method in class com.sun.identity.saml2.ecp.impl.ECPRequestImpl
-
Sets the value of the IsPassive attribute.
- setIsPassive(Boolean) - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
-
Sets the value of the IsPassive attribute.
- setIsPassive(Boolean) - Method in class com.sun.identity.saml2.protocol.impl.AuthnRequestImpl
-
Sets the value of the IsPassive attribute.
- setIsRequired(boolean) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RequestedAttributeTypeImpl
-
- setIsRequired(boolean) - Method in interface com.sun.identity.saml2.jaxb.metadata.RequestedAttributeType
-
Sets the value of the isRequired property.
- setIsRoleIDP(boolean) - Method in class com.sun.identity.federation.services.FSSessionPartner
-
Sets the role of the session partner.
- setIsSessionUpgrade(boolean) - Method in class com.iplanet.dpro.session.service.InternalSession
-
Sets the status of the isSessionUpgrade flag to which determines if the
Session is in the upgrade state or not.
- setIssued() - Method in class org.forgerock.oauth2.core.AuthorizationCode
-
Sets the authorization code as issued.
- setIssuedTokenTimeout(long) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
- setIssueInstant(long) - Method in class com.sun.identity.policy.remote.PolicyResponse
-
Sets the issue instant
- setIssueInstant(Date) - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Set the time when the assertion was issued
- setIssueInstant(Date) - Method in class com.sun.identity.saml.protocol.AbstractRequest
-
Set the IssueInstant of the Request.
- setIssueInstant(Date) - Method in class com.sun.identity.saml.protocol.AbstractResponse
-
Set the IssueInstant of the Response.
- setIssueInstant(Date) - Method in interface com.sun.identity.saml2.assertion.Assertion
-
Sets the time when the assertion was issued
- setIssueInstant(Date) - Method in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
Set the time when the assertion was issued
- setIssueInstant(Calendar) - Method in interface com.sun.identity.saml2.jaxb.assertion.AssertionType
-
Sets the value of the issueInstant property.
- setIssueInstant(Calendar) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionTypeImpl
-
- setIssueInstant(Date) - Method in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
Sets the value of IssueInstant attribute.
- setIssueInstant(Date) - Method in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
Sets the value of the issueInstant property.
- setIssueInstant(Date) - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
-
Sets the value of IssueInstant attribute.
- setIssueInstant(Date) - Method in interface com.sun.identity.saml2.protocol.StatusResponse
-
Sets the value of the issueInstant property.
- setIssuer(String) - Method in class com.sun.identity.entitlement.xacml3.core.Attribute
-
Sets the value of the issuer property.
- setIssuer(String) - Method in class com.sun.identity.entitlement.xacml3.core.AttributeAssignment
-
Sets the value of the issuer property.
- setIssuer(String) - Method in class com.sun.identity.entitlement.xacml3.core.AttributeAssignmentExpression
-
Sets the value of the issuer property.
- setIssuer(String) - Method in class com.sun.identity.entitlement.xacml3.core.AttributeDesignator
-
Sets the value of the issuer property.
- setIssuer(String) - Method in class com.sun.identity.entitlement.xacml3.core.MissingAttributeDetail
-
Sets the value of the issuer property.
- setIssuer(String) - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Sets the issuer for an assertion
- setIssuer(Issuer) - Method in interface com.sun.identity.saml2.assertion.Assertion
-
Sets the issuer of the assertion
- setIssuer(Issuer) - Method in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
Sets the issuer of the assertion
- setIssuer(Issuer) - Method in interface com.sun.identity.saml2.ecp.ECPRequest
-
Sets the value of the issuer attribute.
- setIssuer(Issuer) - Method in class com.sun.identity.saml2.ecp.impl.ECPRequestImpl
-
Sets the value of the issuer attribute.
- setIssuer(NameIDType) - Method in interface com.sun.identity.saml2.jaxb.assertion.AssertionType
-
Sets the value of the issuer property.
- setIssuer(NameIDType) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionTypeImpl
-
- setIssuer(Issuer) - Method in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
Sets the Issuer object.
- setIssuer(Issuer) - Method in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
Sets the value of the issuer property.
- setIssuer(Issuer) - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
-
Sets the Issuer object.
- setIssuer(Issuer) - Method in interface com.sun.identity.saml2.protocol.StatusResponse
-
Sets the value of the issuer property.
- setIssuer(EndpointReferenceType) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.IssuedTokenTypeImpl
-
- setIssuer(EndpointReferenceType) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SecureConversationTokenTypeImpl
-
- setIssuer(EndpointReferenceType) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SpnegoContextTokenTypeImpl
-
- setIssuer(EndpointReferenceType) - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.IssuedTokenType
-
Sets the value of the issuer property.
- setIssuer(EndpointReferenceType) - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.SecureConversationTokenType
-
Sets the value of the issuer property.
- setIssuer(EndpointReferenceType) - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.SpnegoContextTokenType
-
Sets the value of the issuer property.
- setIssuer(String) - Method in class com.sun.identity.wss.security.AssertionTokenSpec
-
Sets the issuer name.
- setIssuer(String) - Method in class com.sun.identity.wss.security.SAML2TokenSpec
-
Sets the issuer name.
- setIssuer(String) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
- setIssuer(String) - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
- setIssuer(String) - Method in interface com.sun.identity.xacml.context.Attribute
-
Sets the issuer of the Attribute.
- setIssuer(String) - Method in class com.sun.identity.xacml.context.impl.AttributeImpl
-
Sets the issuer of the Attribute.
- setIssuer(String) - Method in interface com.sun.identity.xacml.context.MissingAttributeDetail
-
Sets the Issuers of this object
- setIssuer(String) - Method in class org.forgerock.openam.core.rest.devices.push.PushDeviceSettings
-
The name of the issuer when this device profile was issued.
- setItemID(String) - Method in class com.sun.identity.liberty.ws.dst.DSTModify
-
Sets item id attribute
- setItemID(String) - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
-
Sets item ID attribute
- setItemID(String) - Method in class com.sun.identity.liberty.ws.dst.DSTQueryItem
-
Sets itemID attribute
- setItemIDRef(String) - Method in class com.sun.identity.liberty.ws.dst.DSTData
-
Sets item reference.
- setItemIDRef(String) - Method in class com.sun.identity.liberty.ws.dst.DSTModifyResponse
-
Sets item id reference
- setItemIDRef(String) - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
-
Sets item reference.
- setJ(byte[]) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.DSAKeyValueType
-
Sets the value of the j property.
- setJ(byte[]) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- setJ(byte[]) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.DSAKeyValueType
-
Sets the value of the j property.
- setJ(byte[]) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- setJwks(String) - Method in class org.forgerock.openidconnect.ClientBuilder
-
Sets the JWKs value.
- setJwksUri(String) - Method in class org.forgerock.openidconnect.ClientBuilder
-
Sets the JWKs URI value.
- setJwtTokenLifeTime(Long) - Method in class org.forgerock.openidconnect.Client
-
Sets the JWT token lifetime of the OAuth2Client.
- setJwtTokenLifeTime(Long) - Method in class org.forgerock.openidconnect.ClientBuilder
-
Sets the JWT token lifetime.
- setKbaEnabled(boolean) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
-
Sets whether KBA is enabled.
- setKbaEnabled(boolean) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig.ForgottenUsernameBuilder
-
Sets whether KBA is enabled.
- setKbaEnabled(boolean) - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig.UserRegistrationBuilder
-
Sets whether KBA is enabled.
- setKDCDomain(String) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets Kerberos Domain Controller Domain
- setKDCDomain(String) - Method in class com.sun.identity.wss.provider.STSConfig
-
Sets Kerberos Domain Controller Domain.
- setKDCDomain(String) - Method in class com.sun.identity.wss.security.KerberosTokenSpec
-
- setKDCDomain(String) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Sets Kerberos Domain Controller Domain
- setKDCDomain(String) - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Sets Kerberos Domain Controller Domain
- setKDCServer(String) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets Kerberos Domain Controller Server
- setKDCServer(String) - Method in class com.sun.identity.wss.provider.STSConfig
-
Sets Kerberos Domain Controller Server.
- setKDCServer(String) - Method in class com.sun.identity.wss.security.KerberosTokenSpec
-
- setKDCServer(String) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Sets Kerberos Domain Controller Server
- setKDCServer(String) - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Sets Kerberos Domain Controller Server
- setKeepAliveTime(long, TimeUnit) - Method in class org.forgerock.openam.audit.context.ExecutorServiceConfigurator
-
Sets the time limit for which threads may remain idle before being terminated.
- setKerberosServicePrincipal(String) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets kerberos service principal.
- setKerberosServicePrincipal(String) - Method in class com.sun.identity.wss.provider.STSConfig
-
Sets kerberos service principal.
- setKerberosServicePrincipal(String) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Sets kerberos service principal.
- setKerberosServicePrincipal(String) - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Sets kerberos service principal.
- setKerberosTicketCacheDir(String) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets kerberos ticket cache dir.
- setKerberosTicketCacheDir(String) - Method in class com.sun.identity.wss.provider.STSConfig
-
Sets kerberos ticket cache directory.
- setKey(String) - Method in class com.sun.identity.entitlement.AttributeLookupCondition
-
Sets matching key.
- setKey(String) - Method in class com.sun.identity.install.tools.configurator.InstFinderData
-
- setKey(String, String) - Method in class com.sun.identity.saml.xmlsig.JKSKeyProvider
-
Set the key to access key store database.
- setKey(String, String) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
-
Set the key to access key store database.
- setKey(String, String) - Method in class org.forgerock.openam.utils.AMKeyProvider
-
Set the key to access key store database.
- setKeyAlias(String) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the key alias for this provider.
- setKeyAlias(String) - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Sets the key alias for this trust authority client.
- setKeyIdentifier(KeyIdentifier) - Method in class com.sun.identity.wss.security.SecurityTokenReference
-
Sets the key identifier.
- setKeyInfo(Element) - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
-
Sets the key info.
- setKeyInfo(List) - Method in class com.sun.identity.saml2.assertion.impl.KeyInfoConfirmationDataImpl
-
Sets the List of KeyInfo object.
- setKeyInfo(List) - Method in interface com.sun.identity.saml2.assertion.KeyInfoConfirmationData
-
Sets the key info
- setKeyInfo(KeyInfoType) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.KeyDescriptorTypeImpl
-
- setKeyInfo(KeyInfoType) - Method in interface com.sun.identity.saml2.jaxb.metadata.KeyDescriptorType
-
Sets the value of the keyInfo property.
- setKeyInfo(KeyInfoType) - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptedType
-
Sets the value of the keyInfo property.
- setKeyInfo(KeyInfoType) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedTypeImpl
-
- setKeyInfo(KeyInfoType) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureTypeImpl
-
- setKeyInfo(KeyInfoType) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignatureType
-
Sets the value of the keyInfo property.
- setKeyInfo(KeyInfoType) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureTypeImpl
-
- setKeyInfo(KeyInfoType) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignatureType
-
Sets the value of the keyInfo property.
- setKeyInfo(Element) - Method in class com.sun.identity.wss.security.AssertionTokenSpec
-
Sets the keyinfo element.
- setKeyInfo(Element) - Method in class com.sun.identity.wss.security.SAML2TokenSpec
-
Sets the keyinfo element.
- setKeyPasswordFile(String) - Method in class org.forgerock.openam.keystore.KeyStoreConfig
-
Set the path the file that holds the per entry password.
- setKeyStore(String, String, String) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the keystore for this provider.
- setKeyStore(KeyStore, String) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the keystore for this provider.
- setKeyStoreFile(String) - Method in class org.forgerock.openam.keystore.KeyStoreConfig
-
Set the keystore file path.
- setKeyStorePasswordFile(String) - Method in class org.forgerock.openam.keystore.KeyStoreConfig
-
Set path the file that contains the password used to unlock the keystore.
- setKeyStoreType(String) - Method in class org.forgerock.openam.keystore.KeyStoreConfig
-
Set the keystore type (e.g.
- setKeyTab(String) - Method in class com.sun.identity.authentication.modules.windowsdesktopsso.WindowsDesktopSSOConfig
-
Sets key tab file.
- setKeyTab(String) - Method in class com.sun.identity.wss.security.KerberosConfiguration
-
Sets key tab file.
- setKeyTabFile(String) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the keytab file
- setKeytabFile(String) - Method in class com.sun.identity.wss.security.KerberosTokenSpec
-
- setKeyTabFile(String) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Sets the keytab file
- setKeyTabFile(String) - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Sets the keytab file
- setKeyType(String) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the key type for this provider.
- setKeyType(String) - Method in class com.sun.identity.wss.provider.STSConfig
-
Sets the keytype
- setKeyType(String) - Method in class com.sun.identity.wss.security.handler.SecurityContext
-
Sets the key type.
- setKeyType(String) - Method in class com.sun.identity.wss.sts.config.FAMTrustSPMetadata
-
- setKeyType(String) - Method in class com.sun.identity.wss.sts.STSClientConfiguration
-
- setKeyType(String) - Method in class com.sun.identity.wss.trust.RequestSecurityToken
-
Sets the keytype
- setLabeledUri(String) - Method in class com.sun.identity.sm.ServiceConfig
-
- setLang(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.LocalizedNameTypeImpl
-
- setLang(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.LocalizedURITypeImpl
-
- setLang(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.LocalizedNameType
-
Sets the value of the lang property.
- setLang(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.LocalizedURIType
-
Sets the value of the lang property.
- setLanguage(SupportedScriptingLanguage) - Method in class org.forgerock.openam.scripting.service.ScriptConfiguration.Builder
-
Set the language for the ScriptConfiguration.
- setLastFailTime(long) - Method in class com.sun.identity.common.AccountLockoutInfo
-
Sets the last fail time.
- setLastLineforLogger(boolean) - Method in class com.sun.identity.log.secure.SecureLogHelper
-
Set the Logger's last line
- setLastLineforVerifier(boolean) - Method in class com.sun.identity.log.secure.SecureLogHelper
-
Set the Verfier's last line
- setLastLogin(long, TimeUnit) - Method in class org.forgerock.openam.core.rest.devices.oath.OathDeviceSettings
-
Set the last login time when this device was used.
- setLastModifiedBy(String) - Method in class com.sun.identity.entitlement.Application
-
Sets the user ID who last modified the policy.
- setLastModifiedBy(String) - Method in class com.sun.identity.entitlement.ApplicationPrivilege
-
Sets the user ID who last modified the policy.
- setLastModifiedBy(String) - Method in class com.sun.identity.entitlement.Privilege
-
Sets the user ID who last modified the policy.
- setLastModifiedBy(String) - Method in class com.sun.identity.entitlement.ReferralPrivilege
-
Deprecated.
Sets the user ID who last modified the policy.
- setLastModifiedBy(String) - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Sets the user ID who last modified the policy.
- setLastModifiedBy(String) - Method in class org.forgerock.openam.entitlement.ResourceType.Builder
-
Set the ID of the user that last modified the resource type.
- setLastModifiedBy(String) - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- setLastModifiedBy(String) - Method in class org.forgerock.openam.entitlement.rest.wrappers.JsonResourceType
-
- setLastModifiedBy(String) - Method in class org.forgerock.openam.entitlement.rest.wrappers.ReferralWrapper
-
- setLastModifiedBy(String) - Method in class org.forgerock.openam.scripting.service.ScriptConfiguration.Builder
-
Set the ID of the user that last modified the ScriptConfiguration.
- setLastModifiedDate(long) - Method in class com.sun.identity.entitlement.Application
-
Sets the last modified date.
- setLastModifiedDate(long) - Method in class com.sun.identity.entitlement.ApplicationPrivilege
-
Sets last modified date.
- setLastModifiedDate(long) - Method in class com.sun.identity.entitlement.Privilege
-
Sets the last modified date.
- setLastModifiedDate(long) - Method in class com.sun.identity.entitlement.ReferralPrivilege
-
Deprecated.
Sets the last modified date.
- setLastModifiedDate(long) - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Sets the last modified date.
- setLastModifiedDate(long) - Method in class org.forgerock.openam.entitlement.ResourceType.Builder
-
Set the last modified date of the resource type.
- setLastModifiedDate(long) - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- setLastModifiedDate(long) - Method in class org.forgerock.openam.entitlement.rest.wrappers.JsonResourceType
-
- setLastModifiedDate(long) - Method in class org.forgerock.openam.entitlement.rest.wrappers.ReferralWrapper
-
- setLastModifiedDate(long) - Method in class org.forgerock.openam.scripting.service.ScriptConfiguration.Builder
-
Set the last modified date of the ScriptConfiguration.
- setLastOccurranceInFile(boolean) - Method in class com.sun.identity.install.tools.util.MatchPattern
-
- setLatestAccessTime() - Method in class com.iplanet.dpro.session.service.InternalSession
-
Sets the last time the client sent a request associated with this
session, as the number of seconds since midnight January 1, 1970 GMT.
- setLatestVersion(VersionMatch) - Method in class com.sun.identity.entitlement.xacml3.core.IdReference
-
Sets the value of the latestVersion property.
- setlbCookie(HttpServletRequest, HttpServletResponse) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
- setlbCookie(AuthContextLocal, HttpServletRequest, HttpServletResponse) - Static method in class com.sun.identity.authentication.service.AuthUtils
-
- setlbCookie(HttpServletRequest, HttpServletResponse) - Static method in class com.sun.identity.federation.common.FSUtils
-
Sets load balancer cookie.
- setLbCookie(AuthContextLocal, HttpServletRequest, HttpServletResponse) - Method in class org.forgerock.openam.core.CoreServicesWrapper
-
Creates and sets the load balancer cookies on the response.
- setLDAPErrorCode(String) - Method in exception com.sun.identity.idm.IdRepoException
-
Replace the LDAP error code associated with this error message.
- setLdapFilter(String) - Method in class org.forgerock.openam.entitlement.conditions.environment.LDAPFilterCondition
-
- setLdapHost(String) - Method in class org.forgerock.openam.setup.ConfigStoreProperties
-
- setLdapPort(int) - Method in class org.forgerock.openam.setup.ConfigStoreProperties
-
- setLdapProtocol(String) - Method in class org.forgerock.openam.setup.ConfigStoreProperties
-
- setLdapStoreParam(String, int, String, String, String, String, boolean) - Static method in class com.sun.identity.security.cert.AMCertStore
-
Return ldapParam object has all config params
- setLdapStoreParam(AMLDAPCertStoreParameters, String, String, String, String, boolean) - Static method in class com.sun.identity.security.cert.AMLDAPCertStoreParameters
-
- setLeftBrace(String) - Method in class com.sun.identity.tools.objects.MapFormat
-
Sets string used as left brace
- setLevel(String) - Method in class com.sun.identity.federation.services.FSIDPAuthenticationContextInfo
-
Sets level.
- setLevel(int) - Method in class com.sun.identity.federation.services.FSIDPAuthenticationContextInfo
-
Sets level.
- setLineNumber(int) - Method in class org.forgerock.openam.scripting.ScriptError
-
Set the line number on which the error occurred.
- setList_2(List) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_RequestStruct
-
- setList_2(List) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_RequestStruct_SOAPBuilder
-
- setList_4(List) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- setList_4(List) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct_SOAPBuilder
-
- setList_4(List) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- setList_4(List) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct_SOAPBuilder
-
- setListenedObject(AMObject) - Method in class com.sun.identity.authentication.config.AMSDKEventListener
-
Sets listened object.
- setListeners(Map) - Method in class com.iplanet.am.sdk.ldap.ACIEventListener
-
- setListeners(Map) - Method in class com.iplanet.am.sdk.ldap.EntryEventListener
-
- setListeners(Map) - Method in class com.iplanet.services.cdm.clientschema.AMClientCapData
-
- setListeners(Map) - Method in interface com.iplanet.services.ldap.event.IDSEventListener
-
- setListeners(Map) - Method in class com.sun.identity.sm.ldap.LDAPEventManager
-
- setLoadBalancerCookie(HttpServletRequest, HttpServletResponse) - Method in class com.sun.identity.plugin.session.impl.FedletSessionProvider
-
Sets a load balancer cookie in the suppled HTTP response.
- setLoadBalancerCookie(HttpServletRequest, HttpServletResponse) - Method in class com.sun.identity.plugin.session.impl.FMSessionProvider
-
Sets a load balancer cookie in the suppled HTTP response.
- setLoadBalancerCookie(HttpServletRequest, HttpServletResponse) - Method in interface com.sun.identity.plugin.session.SessionProvider
-
Sets a load balancer cookie in the suppled HTTP response.
- setLoc(String) - Method in interface com.sun.identity.saml2.protocol.IDPEntry
-
Sets the value of Loc attribute.
- setLoc(String) - Method in class com.sun.identity.saml2.protocol.impl.IDPEntryImpl
-
Sets the value of Loc attribute.
- setLocale(Locale) - Method in class com.sun.identity.authentication.AuthContext
-
Sets locale based on user locale preferemce.
- setLocale(String) - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Sets the locale
- setLocale(String) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets locale
- setLocale(int, String) - Method in class com.sun.identity.common.ISLocaleContext
-
Set locale to given level.
- setLocale(int, Locale) - Method in class com.sun.identity.common.ISLocaleContext
-
Set locale to given level.
- setLocale(HttpContext) - Method in class com.sun.identity.common.ISLocaleContext
-
Returns the locale based on the Http Context supplied.
- setLocale(HttpServletRequest) - Method in class com.sun.identity.common.ISLocaleContext
-
Set locale based on HTTP Servlet Request.
- setLocale(Context) - Method in class com.sun.identity.common.LocaleContext
-
- setLocale(String) - Static method in class com.sun.identity.federation.common.FSUtils
-
Sets the locale of the resource bundle
- setLocale(Locale) - Method in class com.sun.identity.setup.AMSetupDSConfig
-
- setLocale(Locale) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletResponse
-
The default behavior of this method is to call setLocale(Locale loc)
on the wrapped response object.
- setLocalFlag(URL) - Static method in class com.sun.identity.saml.SAMLClient
-
- setLocalNameIdentifier(NameIdentifier) - Method in class com.sun.identity.federation.accountmgmt.FSAccountFedInfo
-
Deprecated.
Sets value in local field.
- setLocalSessionToken(String, Object) - Method in class com.sun.identity.federation.services.FSSessionManager
-
Sets local token.
- setLocation(String) - Method in class com.sun.identity.federation.message.common.IDPEntry
-
Deprecated.
Sets the location URI of the Identity Provider.
- setLocation(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.EndpointType
-
Sets the value of the location property.
- setLocation(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EndpointTypeImpl
-
- setLocation(String) - Method in class org.forgerock.openam.services.push.dispatch.PushMessageChallengeResponsePredicate
-
Sets the location for this predicate.
- setLocation(String) - Method in class org.forgerock.openam.services.push.dispatch.SignedJwtVerificationPredicate
-
Sets the location for this predicate.
- setLockout(boolean) - Method in class com.sun.identity.common.AccountLockoutInfo
-
Sets the lockout status.
- setLockoutAt(long) - Method in class com.sun.identity.common.AccountLockoutInfo
-
Sets the lockout time.
- setLockoutMsg(String) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets the lockout message.
- setLogger(Debug) - Method in class org.forgerock.openam.utils.AMKeyProvider
-
Sets the debug logger.
- setLoggerKeyName(String) - Static method in class com.sun.identity.log.handlers.SecureFileHandler
-
Set logger key name in associated keystore
- setLoggerKeyName(String) - Static method in class com.sun.identity.log.secure.SecureLogHelper
-
Sets Name of Logger's Key name
- setLoginException(AuthLoginException) - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Sets the login exception that represents errors during the
authentication process.
- setLoginFailureURL(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Sets the the login failure URL for the user.
- setLogInfoMap(Map) - Method in class com.sun.identity.log.LogRecord
-
Convenience method to set the log information map.
- setLoginID() - Method in class com.sun.identity.config.wizard.Step4
-
- setLoginIDLink - Variable in class com.sun.identity.config.wizard.Step4
-
- setLoginModuleName(String) - Method in class com.sun.identity.authentication.config.AuthConfigurationEntry
-
Sets login module name
- setLoginScreen() - Method in class com.sun.identity.authentication.modules.ldap.LDAPCallbacks
-
Instantiates and passes a callbacks to the invokeCallback
method of a CallbackHandler to ask for user name and
password to procees Login Page.
- setLoginState(LoginState) - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Sets the Login State
- setLoginState(LoginState) - Method in class com.sun.identity.authentication.service.LoginStateCallback
-
Sets Login State.
- setLoginStatus(int) - Method in class com.sun.identity.authentication.internal.AuthContext
-
Method to set the login status.
- setLoginStatus(AuthContext.Status) - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Sets the login status.
- setLoginStatus(AuthContext.Status) - Method in class com.sun.identity.authentication.server.AuthXMLResponse
-
Sets the login status.
- setLoginStatus(int) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets the authentication login status.
- setLoginSuccessURL(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Sets the the login successful URL for the user.
- setLoginURL(String) - Method in class com.sun.identity.federation.services.FSAuthContextResult
-
Sets login url.
- setLogName(String) - Method in class com.sun.identity.idsvcs.Log
-
- setLogoutAll(boolean) - Method in class com.sun.identity.saml2.profile.IDPSession
-
Sets the logoutAll property.
- setLogoutAll(boolean) - Method in class com.sun.identity.saml2.profile.IDPSessionCopy
-
Sets the logoutAll property
- setLogoutRequest(FSLogoutNotification) - Method in class com.sun.identity.federation.services.logout.FSPreLogoutHandler
-
- setLogoutStatus(String, String) - Method in class com.sun.identity.federation.services.logout.FSReturnSessionManager
-
Set logout status so that control of flow can be returned back to
that provider to display status page of that provider.
- setLogoutURL() - Method in class com.sun.identity.federation.services.logout.FSPreLogoutHandler
-
Invoked to set some commonly used URLs based on hosted provider.
- setLogoutURL(HttpServletRequest, BaseConfigType, String) - Method in class com.sun.identity.federation.services.logout.FSReturnLogoutServlet
-
- setLogoutURL() - Method in class com.sun.identity.federation.services.logout.FSSingleLogoutHandler
-
Sets some commonly used URLs based on hosted provider.
- setLogPackets(boolean) - Method in class org.forgerock.openam.radius.server.config.ClientConfig
-
Set a value to indicate if a packet's contents for this client should be dumped to log for troubleshooting.
- setLogPassword(AMPassword, Object) - Static method in class com.sun.identity.log.handlers.SecureFileHandler
-
Set logger password
- setLookup(boolean) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestPseudonymTypeImpl
-
- setLookup(boolean) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.RequestPseudonymType
-
Sets the value of the lookup property.
- setMajorVersion(int) - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Sets the major version number of an assertion.
- setMajorVersion(int) - Method in class com.sun.identity.saml.protocol.AbstractRequest
-
Sets the MajorVersion of the Request.
- setMajorVersion(int) - Method in class com.sun.identity.saml.protocol.AbstractResponse
-
Sets the MajorVersion of the Response.
- setMap(Map) - Method in class com.sun.identity.tools.objects.MapFormat
-
Sets argument map
This map should contain key-value pairs with key values used in
formatted string expression.
- setMap_3(Map) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_RequestStruct
-
- setMap_3(Map) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_RequestStruct_SOAPBuilder
-
- setMap_4(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_RequestStruct
-
- setMap_4(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_RequestStruct_SOAPBuilder
-
- setMap_4(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct
-
- setMap_4(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct_SOAPBuilder
-
- setMap_4(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct
-
- setMap_4(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct_SOAPBuilder
-
- setMap_4(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct
-
- setMap_4(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct_SOAPBuilder
-
- setMap_4(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct
-
- setMap_4(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setMap_4(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_RequestStruct
-
- setMap_4(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_RequestStruct_SOAPBuilder
-
- setMap_5(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct
-
- setMap_5(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct_SOAPBuilder
-
- setMap_5(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_RequestStruct
-
- setMap_5(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_RequestStruct_SOAPBuilder
-
- setMap_5(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_RequestStruct
-
- setMap_5(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_RequestStruct_SOAPBuilder
-
- setMap_5(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct
-
- setMap_5(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct_SOAPBuilder
-
- setMap_5(Map) - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_RequestStruct
-
- setMap_5(Map) - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_RequestStruct_SOAPBuilder
-
- setMap_5(Map) - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_RequestStruct
-
- setMap_5(Map) - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_RequestStruct_SOAPBuilder
-
- setMap_6(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct
-
- setMap_6(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct_SOAPBuilder
-
- setMap_6(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct
-
- setMap_6(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct_SOAPBuilder
-
- setMap_9(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- setMap_9(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct_SOAPBuilder
-
- setMapApplNameToResources(Map<String, Set<String>>) - Method in class com.sun.identity.entitlement.ReferralPrivilege
-
Deprecated.
Sets the application name to resource name.
- setMatchId(String) - Method in class com.sun.identity.entitlement.xacml3.core.Match
-
Sets the value of the matchId property.
- setMatchingAuthnContext(AuthnContext) - Method in class org.forgerock.openam.saml2.IDPSSOFederateRequest
-
Sets the matching authentication context for this request.
- setMaxAge(int) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteCookie
-
Sets the cookies maximum age (in seconds since the epoch).
- setMaxCaching(long) - Method in class com.iplanet.dpro.session.share.SessionInfo
-
- setMaxCachingTime(long) - Method in class com.iplanet.dpro.session.service.InternalSession
-
Sets the maximum caching time(in minutes) for the Internal Session.
- setMaxChildPeopleContainerLimit(long) - Method in class com.iplanet.ums.PeopleContainer
-
Sets max children People Container limit for a People Container.
- setMaxDelegationDepth(BigInteger) - Method in class com.sun.identity.entitlement.xacml3.core.Policy
-
Sets the value of the maxDelegationDepth property.
- setMaxDelegationDepth(BigInteger) - Method in class com.sun.identity.entitlement.xacml3.core.PolicySet
-
Sets the value of the maxDelegationDepth property.
- setMaxIdle(long) - Method in class com.iplanet.dpro.session.share.SessionInfo
-
- setMaxIdleTime(long) - Method in class com.iplanet.dpro.session.service.InternalSession
-
Sets the maximum idle time (in minutes) for the Internal Session.
- setMaximumPoolSize(int) - Method in class org.forgerock.openam.audit.context.ExecutorServiceConfigurator
-
Sets the maximum allowed number of threads.
- setMaxInactiveInterval(int) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteSession
-
Sets the maximum inactive session interval on the session, only works
pre serialization
- setMaxRecord(int) - Method in class com.sun.identity.log.LogQuery
-
- setMaxResults(int) - Method in class com.iplanet.am.sdk.AMSearchControl
-
Deprecated.
Sets the maximum number of search results to return; 0 means there is no
limit.
- setMaxResults(int) - Method in class com.iplanet.ums.SearchControl
-
Sets the maximum number of search results to return; 0 means there is no
limit.
- setMaxResults(int) - Method in class com.sun.identity.idm.IdSearchControl
-
Sets the maximum number of search results to return; 0 means there is no
limit.
- setMaxSessionTime(long) - Method in class com.iplanet.dpro.session.service.InternalSession
-
Sets the maximum time (in minutes) allowed for the Internal Session
- setMaxSessionTime(long) - Method in class org.forgerock.openam.entitlement.conditions.environment.SessionCondition
-
- setMaxTime(long) - Method in class com.iplanet.dpro.session.share.SessionInfo
-
- setMaxUserLimit(long) - Method in class com.iplanet.ums.PeopleContainer
-
Sets max user limit for a People Container.
- setMaxValue(String) - Method in class com.sun.identity.sm.AttributeSchema
-
Sets the maximum value attribute.
- setMechanism(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
-
Deprecated.
Sets value of mechanism attribute
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_deRegisterNotificationURL_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_deRegisterNotificationURL_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_doesEntryExists_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_doesEntryExists_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesForSchema_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesForSchema_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getCreationTemplateName_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDeletedObjectFilter_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDeletedObjectFilter_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getNamingAttr_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getNamingAttr_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectClassFromDS_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectType_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectType_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgSearchFilter_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgSearchFilter_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSearchFilterFromTemplate_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSearchFilterFromTemplate_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getTopLevelContainers_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getTopLevelContainers_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getTopLevelContainers_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isAncestorOrgDeleted_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isAncestorOrgDeleted_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_objectsChanged_idrepo_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_objectsChanged_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_idrepo_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerService_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerService_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAdminRole_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAdminRole_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setGroupFilter_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setGroupFilter_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndDeleteObject_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndDeleteObject_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.entity.EntityObjectIF_deleteEntity_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.entity.EntityObjectIF_deleteEntity_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.federation.common.FSRemoteException_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_isUserExists_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_isUserExists_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_attributes_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_getCookieNameForToken_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_getCookieNamesToForward_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_log_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.idsvcs.IdentityServicesImpl_read_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenException_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getX509CertificateToken_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getX509CertificateToken_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_initialization_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_initialization_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertions_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertions_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertions_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_deRegisterNotificationURL_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_getAMSdkBaseDN_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_getRootSuffix_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_notifyObjectChanged_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_objectsChanged_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_registerNotificationURL_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_registerNotificationURL_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_Fault_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryResourceOffering_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryResourceOffering_ResponseStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryServiceCredential_RequestStruct_SOAPBuilder
-
- setMember(int, Object) - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryServiceCredential_ResponseStruct_SOAPBuilder
-
- setMemberList(ListWrapper) - Method in class com.sun.identity.idsvcs.IdentityDetails
-
- setMessage(String) - Method in class com.sun.identity.federation.common.FSRemoteException_SOAPBuilder
-
- setMessage(String) - Method in class com.sun.identity.idsvcs.Log
-
- setMessage(String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenException_SOAPBuilder
-
- setMessage(String) - Method in class org.forgerock.openam.scripting.ScriptError
-
Set the message that describes the error.
- setMessageID(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
-
Deprecated.
Sets value of messageID attribute of
CorrelationHeader.
- setMessageID(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
-
Deprecated.
Sets value of messageID attribute of
CorrelationHeader.
- setMessageID(String) - Method in class com.sun.identity.liberty.ws.paos.PAOSRequest
-
Sets the value of the messageID attribute.
- setMessageReplayDetection(boolean) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Enable or disable the message replay detection.
- setMessageReplayDetection(boolean) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Enable or disable the message replay detection.
- setMessageReplayDetection(boolean) - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Enable or disable the message replay detection.
- setMessageResource(SnsMessageResource) - Method in class org.forgerock.openam.services.push.PushNotificationRestRouteProvider
-
Inject the SNS resource.
- setMessageTranslations(Map<Locale, String>) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
-
Sets the email body translations.
- setMessageTranslations(Map<Locale, String>) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig.ForgottenUsernameBuilder
-
Sets the email body translations.
- setMessageTranslations(Map<Locale, String>) - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig.UserRegistrationBuilder
-
Sets the email body translations.
- setMetaAlias(String) - Method in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
Sets hosted SP's meta alias.
- setMetaAlias(String) - Method in class com.sun.identity.federation.services.fednsso.FSSSOAndFedHandler
-
Sets meta alias of the host identity provider.
- setMetaAlias(String) - Method in class com.sun.identity.federation.services.FSAssertionManager
-
Sets hosted provider meta alias.
- setMetaAlias(String) - Method in class com.sun.identity.federation.services.logout.FSPreLogoutHandler
-
Sets hosted provider's meta alias.
- setMetaAlias(String) - Method in class com.sun.identity.federation.services.logout.FSSingleLogoutHandler
-
Sets hosted provider's meta alias.
- setMetaAlias(String) - Method in class com.sun.identity.federation.services.logout.FSTokenListener
-
Sets the hosted Provider where cleanup of session must happen.
- setMetaAlias(String) - Method in class com.sun.identity.federation.services.registration.FSNameRegistrationHandler
-
Sets hosted provider's meta alias.
- setMetaAlias(String) - Method in class com.sun.identity.federation.services.termination.FSFedTerminationHandler
-
Sets hosted provider's meta alias.
- setMetaAlias(String) - Method in interface com.sun.identity.saml2.jaxb.entityconfig.BaseConfigType
-
Sets the value of the metaAlias property.
- setMetaAlias(String) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.BaseConfigTypeImpl
-
- setMetaAlias(String) - Method in class com.sun.identity.saml2.profile.IDPSession
-
Sets the IDP Meta Alias.
- setMetaAlias(String) - Method in class com.sun.identity.saml2.profile.IDPSessionCopy
-
Sets the IDP Meta Alias.
- setMetaAlias(String) - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.BaseConfigType
-
Sets the value of the metaAlias property.
- setMetaAlias(String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.BaseConfigTypeImpl
-
- setMetaAliasEntityMapping(String, String) - Static method in class com.sun.identity.federation.meta.IDFFMetaCache
-
Updates Entity ID containing IDP or SP with the meta alias.
- setMetaAliasRoleMapping(String, String) - Static method in class com.sun.identity.federation.meta.IDFFMetaCache
-
Updates provider role corresponding to the meta alias.
- setMetaData(Set<String>) - Method in class com.sun.identity.entitlement.Application
-
- setMetadata(MetadataType) - Method in interface com.sun.identity.wsfederation.jaxb.wsaddr.EndpointReferenceType
-
Sets the value of the metadata property.
- setMetadata(MetadataType) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.EndpointReferenceTypeImpl
-
- setMethod(String) - Method in class com.iplanet.services.comm.server.PLLAuditor
-
- setMethod(String) - Method in class com.sun.identity.authentication.spi.RedirectCallback
-
Sets the Method used for redirection, either "GET" or "POST".
- setMethod(String) - Method in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationImpl
-
Sets the confirmation method
- setMethod(String) - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmation
-
Sets the confirmation method
- setMethod(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationTypeImpl
-
- setMethod(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectConfirmationType
-
Sets the value of the method property.
- setMethod(String) - Method in interface org.forgerock.http.client.request.HttpClientRequest
-
Set the method the request will use.
- setMethod(String) - Method in class org.forgerock.http.client.request.SimpleHttpClientRequest
-
Set the method the request will use.
- setMethod(String) - Method in class org.forgerock.openam.saml2.audit.SAML2Auditor
-
- setMethod(String) - Method in interface org.forgerock.openam.saml2.audit.SAML2EventLogger
-
- setMethodID(int) - Method in class com.sun.identity.policy.remote.PolicyRequest
-
Sets the method ID of the Policy Request.
- setMethodID(int) - Method in class com.sun.identity.policy.remote.PolicyResponse
-
Sets the method ID of the Policy Response.
- setMethodID(int) - Method in class com.sun.identity.policy.remote.PolicyService
-
Sets the method id of the Policy Service.
- setMexEndpoint(String) - Method in class com.sun.identity.wss.provider.STSConfig
-
Sets STS Mex endpoint.
- setMigrateServerLocatorHandler(InstallRunInfo) - Method in class com.sun.identity.install.tools.configurator.Driver
-
- setMillisExpiryForCurrentCallbacks(Long) - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolder
-
Sets the period in milliseconds until the current callback expire.
- setMillisExpiryPoint(Long) - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolder
-
Sets the point at which the current context holder expires.
- setMimeHeaders(MimeHeaders, HttpServletResponse) - Static method in class com.sun.identity.saml.common.SAMLUtils
-
Sets the given HttpServletResponse object with the
headers in the given MimeHeaders object.
- setMimeType(String) - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptedType
-
Sets the value of the mimeType property.
- setMimeType(String) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedTypeImpl
-
- setMimeType(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ObjectTypeImpl
-
- setMimeType(String) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.ObjectType
-
Sets the value of the mimeType property.
- setMimeType(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ObjectTypeImpl
-
- setMimeType(String) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.ObjectType
-
Sets the value of the mimeType property.
- setMinimumAnswersToDefine(int) - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig.UserRegistrationBuilder
-
Sets the minimum number of answers to be defined.
- setMinimumAnswersToDefine(int) - Method in class org.forgerock.openam.selfservice.KbaResource.KbaBuilder
-
Set the minimum answers to define.
- setMinimumAnswersToVerify(int) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
-
Sets the minimum number of answers to be verified.
- setMinimumAnswersToVerify(int) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig.ForgottenUsernameBuilder
-
Sets the minimum number of answers to be verified.
- setMinimumAnswersToVerify(int) - Method in class org.forgerock.openam.selfservice.KbaResource.KbaBuilder
-
Set the minimum answers to verify.
- setMinorCodeValue(String) - Method in class com.sun.identity.xacml.context.impl.StatusCodeImpl
-
Sets the minorCodeValue of this object
- setMinorCodeValue(String) - Method in interface com.sun.identity.xacml.context.StatusCode
-
Sets the minorCodeValue of this object
- setMinorVersion(int) - Method in class com.sun.identity.federation.message.common.AuthnContext
-
Deprecated.
Sets the MinorVersion.
- setMinorVersion(int) - Method in class com.sun.identity.federation.message.common.Extension
-
Deprecated.
Sets the MinorVersion.
- setMinorVersion(int) - Method in class com.sun.identity.federation.message.common.IDPProvidedNameIdentifier
-
Deprecated.
Sets the MinorVersion attribute.
- setMinorVersion(int) - Method in class com.sun.identity.federation.message.common.OldProvidedNameIdentifier
-
Deprecated.
Sets the MinorVersion.
- setMinorVersion(int) - Method in class com.sun.identity.federation.message.common.RequestAuthnContext
-
Deprecated.
Sets the MinorVersion.
- setMinorVersion(int) - Method in class com.sun.identity.federation.message.common.SPProvidedNameIdentifier
-
Deprecated.
Sets the MinorVersion attribute.
- setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSAssertion
-
Deprecated.
Sets the MinorVersion attribute.
- setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSAuthenticationStatement
-
Deprecated.
Sets the value of MinorVersion attribute.
- setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Sets the value of the MinorVersion attribute.
- setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSAuthnRequestEnvelope
-
Deprecated.
Sets the value of MinorVersion property.
- setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSAuthnResponse
-
Deprecated.
Returns the value of MajorVersion attribute.
- setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSAuthnResponseEnvelope
-
Deprecated.
Sets the value of MinorVersion attribute.
- setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
-
Deprecated.
Sets the value of MinorVersion attribute.
- setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSIDPList
-
Deprecated.
Sets the value of MinorVersion attribute.
- setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSLogoutNotification
-
Deprecated.
Sets the value of MinorVersion attribute.
- setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSLogoutResponse
-
Deprecated.
Sets the value of MinorVersion attribute.
- setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
-
Deprecated.
Sets the MinorVersion.
- setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
-
Deprecated.
Sets the MinorVersion.
- setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSRequest
-
Deprecated.
Sets the MinorVersion.
- setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSResponse
-
Deprecated.
Sets the MinorVersion.
- setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSSAMLRequest
-
Deprecated.
Sets the MinorVersion.
- setMinorVersion(int) - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Sets the minor version number of an assertion.
- setMinorVersion(int) - Method in class com.sun.identity.saml.protocol.AbstractRequest
-
Sets the MinorVersion of the Request.
- setMinorVersion(int) - Method in class com.sun.identity.saml.protocol.AbstractResponse
-
Sets the MinorVersion of the Response.
- setMinValue(String) - Method in class com.sun.identity.sm.AttributeSchema
-
Sets the minimum value attribute.
- setModuleAuthLevel(int) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets the module AuthLevel.
- setModuleErrorTemplate(String) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets the error module template sent by login module.
- setModuleErrorTemplate(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Sets the error template for the module
- setModuleId(String) - Method in class org.forgerock.openam.audit.model.AuthenticationAuditEntry
-
Set the module id.
- setModuleIndicatorKey(String) - Method in class com.sun.identity.federation.services.FSIDPAuthenticationContextInfo
-
Sets module indicator key.
- setModuleIndicatorValue(String) - Method in class com.sun.identity.federation.services.FSIDPAuthenticationContextInfo
-
Sets module indicator value.
- setModuleName(String) - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolder
-
Sets the name of the module currently being processed.
- setModuleNames(Set) - Method in class com.sun.identity.authentication.server.AuthXMLResponse
-
Sets the module names.
- setModuleStackQueue(LinkedList<LoginContext.ModuleInfo>) - Method in class com.sun.identity.authentication.jaas.LoginContext
-
- setModulus(byte[]) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RSAKeyValueTypeImpl
-
- setModulus(byte[]) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.RSAKeyValueType
-
Sets the value of the modulus property.
- setModulus(byte[]) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RSAKeyValueTypeImpl
-
- setModulus(byte[]) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.RSAKeyValueType
-
Sets the value of the modulus property.
- setMonitoringDisabled() - Static method in class com.sun.identity.monitoring.Agent
-
- setMultiAttribute(CoreTokenField, T) - Method in class org.forgerock.openam.cts.api.tokens.Token
-
Mutator for the fields of the Token.
- setMultiRequests(MultiRequests) - Method in class com.sun.identity.entitlement.xacml3.core.Request
-
Sets the value of the multiRequests property.
- setMustBePresent(boolean) - Method in class com.sun.identity.entitlement.xacml3.core.AttributeDesignator
-
Sets the value of the mustBePresent property.
- setMustBePresent(boolean) - Method in class com.sun.identity.entitlement.xacml3.core.AttributeSelector
-
Sets the value of the mustBePresent property.
- setMustUnderstand(Boolean) - Method in class com.sun.identity.liberty.ws.paos.PAOSRequest
-
Sets the value of the mustUnderstand attribute.
- setMustUnderstand(Boolean) - Method in class com.sun.identity.liberty.ws.paos.PAOSResponse
-
Sets the value of the mustUnderstand attribute.
- setMustUnderstand(Boolean) - Method in class com.sun.identity.liberty.ws.soapbinding.ConsentHeader
-
Sets value of mustUnderstand attribute.
- setMustUnderstand(Boolean) - Method in class com.sun.identity.liberty.ws.soapbinding.CorrelationHeader
-
Sets value of mustUnderstand attribute.
- setMustUnderstand(Boolean) - Method in class com.sun.identity.liberty.ws.soapbinding.ProcessingContextHeader
-
Sets value of mustUnderstand attribute.
- setMustUnderstand(Boolean) - Method in class com.sun.identity.liberty.ws.soapbinding.ProviderHeader
-
Sets value of mustUnderstand attribute.
- setMustUnderstand(Boolean) - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
-
Sets value of mustUnderstand attribute.
- setMustUnderstand(Boolean) - Method in class com.sun.identity.liberty.ws.soapbinding.UsageDirectiveHeader
-
Sets value of mustUnderstand attribute.
- setMustUnderstand(Boolean) - Method in interface com.sun.identity.saml2.ecp.ECPRelayState
-
Sets the value of the mustUnderstand attribute.
- setMustUnderstand(Boolean) - Method in interface com.sun.identity.saml2.ecp.ECPRequest
-
Sets the value of the mustUnderstand attribute.
- setMustUnderstand(Boolean) - Method in interface com.sun.identity.saml2.ecp.ECPResponse
-
Sets the value of the mustUnderstand attribute.
- setMustUnderstand(Boolean) - Method in class com.sun.identity.saml2.ecp.impl.ECPRelayStateImpl
-
Sets the value of the mustUnderstand attribute.
- setMustUnderstand(Boolean) - Method in class com.sun.identity.saml2.ecp.impl.ECPRequestImpl
-
Sets the value of the mustUnderstand attribute.
- setMustUnderstand(Boolean) - Method in class com.sun.identity.saml2.ecp.impl.ECPResponseImpl
-
Sets the value of the mustUnderstand attribute.
- setName(String) - Method in class com.iplanet.services.ldap.aci.ACI
-
Sets the name of the ACI
- setName(String) - Method in class com.iplanet.ums.cos.DirectCOSDefinition
-
Sets the name of this COS.
- setName(String) - Method in interface com.iplanet.ums.cos.ICOSDefinition
-
This method sets the name for the COS definition.
- setName(String) - Method in class com.iplanet.ums.Template
-
Sets the name of the template (for deserialization).
- setName(String) - Method in class com.sun.identity.authentication.callbacks.NameValueOutputCallback
-
- setName(String) - Method in class com.sun.identity.authentication.UI.taglib.DSAMEFormTag
-
- setName(String) - Method in class com.sun.identity.config.pojos.LDAPStore
-
- setName(String) - Method in class com.sun.identity.delegation.DelegationPrivilege
-
Sets the privilege name in the privilege
- setName(String) - Method in class com.sun.identity.entitlement.Application
-
- setName(String) - Method in class com.sun.identity.entitlement.Entitlement
-
Sets the name of the entitlement
- setName(String) - Method in class com.sun.identity.entitlement.Privilege
-
Sets name.
- setName(String) - Method in class com.sun.identity.entitlement.ReferralPrivilege
-
Deprecated.
Set this referral privilege's name.
- setName(String) - Method in class com.sun.identity.federation.accountmgmt.FSAccountFedInfoKey
-
Sets opaque handle sent/received.
- setName(String) - Method in class com.sun.identity.federation.message.common.EncryptableNameIdentifier
-
Deprecated.
Sets the name attribute.
- setName(String) - Method in class com.sun.identity.idsvcs.Attribute
-
- setName(String) - Method in class com.sun.identity.idsvcs.IdentityDetails
-
- setName(String) - Method in class com.sun.identity.idsvcs.Read
-
- setName(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.Parameter
-
Deprecated.
Sets value of 'name' attribute.
- setName(String) - Method in class com.sun.identity.policy.Conditions
-
Sets the name for this instance of the
Conditions which contains a collection
of conditions respresented as Condition.
- setName(String) - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Sets the name of the policy.
- setName(String) - Method in class com.sun.identity.policy.Referrals
-
Sets the name for this instance of the
Referrals which contains a collection
of referrals respresented as Referral.
- setName(String) - Method in class com.sun.identity.policy.ResponseProviders
-
Sets the name of this object
- setName(String) - Method in class com.sun.identity.policy.Rule
-
Deprecated.
Sets the name for the rule.
- setName(String) - Method in class com.sun.identity.policy.Subjects
-
Sets the name for this instance of the
Subjects which contains a collection
of users respresented as Subject.
- setName(String) - Method in class com.sun.identity.saml.assertion.NameIdentifier
-
Sets the name attribute.
- setName(String) - Method in interface com.sun.identity.saml2.assertion.Attribute
-
Sets the Name of the attribute.
- setName(String) - Method in class com.sun.identity.saml2.assertion.impl.AttributeImpl
-
Sets the Name of the attribute.
- setName(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.AttributeType
-
Sets the value of the name property.
- setName(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeTypeImpl
-
- setName(String) - Method in interface com.sun.identity.saml2.jaxb.entityconfig.AttributeType
-
Sets the value of the name property.
- setName(String) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.AttributeTypeImpl
-
- setName(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.EntitiesDescriptorType
-
Sets the value of the name property.
- setName(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntitiesDescriptorTypeImpl
-
- setName(String) - Method in interface com.sun.identity.saml2.protocol.IDPEntry
-
Sets the value of Name attribute.
- setName(String) - Method in class com.sun.identity.saml2.protocol.impl.IDPEntryImpl
-
Sets the value of Name attribute.
- setName(String) - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.AttributeType
-
Sets the value of the name property.
- setName(String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.AttributeTypeImpl
-
- setName(String) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyTypeImpl
-
- setName(String) - Method in interface com.sun.identity.wsfederation.jaxb.wspolicy.PolicyType
-
Sets the value of the name property.
- setName(QName) - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.HeaderType
-
Sets the value of the name property.
- setName(QName) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HeaderTypeImpl
-
- setName(String) - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Sets the trust authority name.
- setName(String) - Method in class com.sun.identity.wss.trust.ClaimType
-
Sets the name of the claim.
- setName(String) - Method in class org.forgerock.openam.authentication.modules.scripted.ScriptedPrinciple
-
- setName(String) - Method in class org.forgerock.openam.entitlement.ResourceType.Builder
-
Change the name for the resource type.
- setName(String) - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlement
-
Sets the name of this entitlement.
- setName(String) - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonPolicy
-
Set the policy name.
- setName(String) - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- setName(String) - Method in class org.forgerock.openam.entitlement.rest.wrappers.JsonResourceType
-
- setName(String) - Method in class org.forgerock.openam.entitlement.rest.wrappers.ReferralWrapper
-
- setName(String) - Method in class org.forgerock.openam.oauth2.resources.labels.ResourceSetLabel
-
- setName(String) - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
-
- setName(String) - Method in class org.forgerock.openam.radius.server.config.ClientConfig
-
Set the name of the client.
- setName(String) - Method in class org.forgerock.openam.scripting.service.ScriptConfiguration.Builder
-
Set the name for the ScriptConfiguration.
- setNameFormat(String) - Method in interface com.sun.identity.saml2.assertion.Attribute
-
Sets the NameFormat of the attribute.
- setNameFormat(String) - Method in class com.sun.identity.saml2.assertion.impl.AttributeImpl
-
Sets the NameFormat of the attribute.
- setNameFormat(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.AttributeType
-
Sets the value of the nameFormat property.
- setNameFormat(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeTypeImpl
-
- setNameID(NameID) - Method in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationImpl
-
Sets the identifier in NameID format
- setNameID(NameID) - Method in class com.sun.identity.saml2.assertion.impl.SubjectImpl
-
Sets the identifier in NameID format
- setNameID(NameID) - Method in interface com.sun.identity.saml2.assertion.Subject
-
Sets the identifier in NameID format
- setNameID(NameID) - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmation
-
Sets the name identifier
- setNameID(NameIDType) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationTypeImpl
-
- setNameID(NameIDType) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectTypeImpl
-
- setNameID(NameIDType) - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectConfirmationType
-
Sets the value of the nameID property.
- setNameID(NameIDType) - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectType
-
Sets the value of the nameID property.
- setNameID(NameID) - Method in class com.sun.identity.saml2.profile.ManageNameIDRequestInfo
-
- setNameId(NameID) - Method in class com.sun.identity.saml2.profile.ResponseInfo
-
Sets the NameId
- setNameID(NameID) - Method in class com.sun.identity.saml2.protocol.impl.LogoutRequestImpl
-
Sets the value of the nameID property.
- setNameID(NameID) - Method in class com.sun.identity.saml2.protocol.impl.ManageNameIDRequestImpl
-
Sets the value of the nameID property.
- setNameID(NameID) - Method in class com.sun.identity.saml2.protocol.impl.NameIDMappingRequestImpl
-
Sets the value of the nameID property.
- setNameID(NameID) - Method in class com.sun.identity.saml2.protocol.impl.NameIDMappingResponseImpl
-
Sets the value of the nameID property.
- setNameID(NameID) - Method in interface com.sun.identity.saml2.protocol.LogoutRequest
-
Sets the value of the nameID property.
- setNameID(NameID) - Method in interface com.sun.identity.saml2.protocol.ManageNameIDRequest
-
Sets the value of the nameID property.
- setNameID(NameID) - Method in interface com.sun.identity.saml2.protocol.NameIDMappingRequest
-
Sets the value of the nameID property.
- setNameID(NameID) - Method in interface com.sun.identity.saml2.protocol.NameIDMappingResponse
-
Sets the value of the nameID property.
- setNameIdentifier(NameIdentifier) - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
-
Deprecated.
Sets the NameIdentifier object.
- setNameIdentifier(NameIdentifier) - Method in class com.sun.identity.federation.message.FSLogoutNotification
-
Deprecated.
Sets the NameIdentifier object.
- setNameIdentifier(NameIdentifier) - Method in class com.sun.identity.saml.assertion.Subject
-
Sets the NameIdentifier to the subject.
- setNameIDForSLORequest(LogoutRequest, NameID, String, String, String, String) - Static method in class com.sun.identity.saml2.profile.LogoutUtil
-
- setNameIDMapper(String) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the NameID Mapper class.
- setNameIDMapper(String) - Method in class com.sun.identity.wss.provider.STSConfig
-
Sets the NameID Mapper class.
- setNameIDMapper(String) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Sets the NameID Mapper class.
- setNameIDPolicy(String) - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Sets the NameIDPolicy object.
- setNameIDPolicy(NameIDPolicy) - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
-
Sets the NameIDPolicy object.
- setNameIDPolicy(NameIDPolicy) - Method in class com.sun.identity.saml2.protocol.impl.AuthnRequestImpl
-
Sets the NameIDPolicy object.
- setNameIDPolicy(NameIDPolicy) - Method in class com.sun.identity.saml2.protocol.impl.NameIDMappingRequestImpl
-
Sets the NameIDPolicy object.
- setNameIDPolicy(NameIDPolicy) - Method in interface com.sun.identity.saml2.protocol.NameIDMappingRequest
-
Sets the NameIDPolicy object.
- setNameQualifier(String) - Method in class com.sun.identity.federation.message.common.EncryptableNameIdentifier
-
Deprecated.
Sets nameQualifier attribute.
- setNameQualifier(String) - Method in class com.sun.identity.saml.assertion.NameIdentifier
-
Sets nameQualifier attribute.
- setNameQualifier(String) - Method in interface com.sun.identity.saml2.assertion.BaseIDAbstract
-
Sets the name qualifier
- setNameQualifier(String) - Method in class com.sun.identity.saml2.assertion.impl.BaseIDAbstractImpl
-
Sets the name qualifier
- setNameQualifier(String) - Method in class com.sun.identity.saml2.assertion.impl.NameIDTypeImpl
-
Sets the name qualifier
- setNameQualifier(String) - Method in interface com.sun.identity.saml2.assertion.NameIDType
-
Sets the name qualifier
- setNameQualifier(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.BaseIDAbstractType
-
Sets the value of the nameQualifier property.
- setNameQualifier(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.BaseIDAbstractTypeImpl
-
- setNameQualifier(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.NameIDTypeImpl
-
- setNameQualifier(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.NameIDType
-
Sets the value of the nameQualifier property.
- setNameSpace(String) - Method in class com.sun.identity.federation.accountmgmt.FSAccountFedInfoKey
-
Sets provider's nameSpace.
- setNamespace(String) - Method in interface com.sun.identity.saml2.assertion.Action
-
Sets the value of the Namespace attribute.
- setNamespace(String) - Method in class com.sun.identity.saml2.assertion.impl.ActionImpl
-
Sets the value of the Namespace property.
- setNamespace(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.ActionType
-
Sets the value of the namespace property.
- setNamespace(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ActionTypeImpl
-
- setNamespace(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.AdditionalMetadataLocationType
-
Sets the value of the namespace property.
- setNamespace(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AdditionalMetadataLocationTypeImpl
-
- setNamespace(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.HeaderType
-
Sets the value of the namespace property.
- setNamespace(String) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.HeaderTypeImpl
-
- setNameSpacePrefix(String) - Method in class com.sun.identity.liberty.ws.dst.DSTData
-
Sets the name space prefix.
- setNameSpacePrefix(String) - Method in class com.sun.identity.liberty.ws.dst.DSTModification
-
Sets the name space prefix.
- setNameSpacePrefix(String) - Method in class com.sun.identity.liberty.ws.dst.DSTModify
-
Sets the name space prefix.
- setNameSpacePrefix(String) - Method in class com.sun.identity.liberty.ws.dst.DSTModifyResponse
-
Sets the name space prefix.
- setNameSpacePrefix(String) - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
-
Sets the name space prefix.
- setNameSpacePrefix(String) - Method in class com.sun.identity.liberty.ws.dst.DSTQueryItem
-
Sets the name space prefix.
- setNameSpacePrefix(String) - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
-
Sets the name space prefix.
- setNameSpaceURI(String) - Method in class com.sun.identity.liberty.ws.dst.DSTData
-
Sets the name space.
- setNameSpaceURI(String) - Method in class com.sun.identity.liberty.ws.dst.DSTModification
-
Sets the name space.
- setNameSpaceURI(String) - Method in class com.sun.identity.liberty.ws.dst.DSTModify
-
Sets the name space.
- setNameSpaceURI(String) - Method in class com.sun.identity.liberty.ws.dst.DSTModifyResponse
-
Sets the name space.
- setNameSpaceURI(String) - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
-
Sets the name space.
- setNameSpaceURI(String) - Method in class com.sun.identity.liberty.ws.dst.DSTQueryItem
-
Sets the name space.
- setNameSpaceURI(String) - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
-
Sets the name space.
- setNamingTable(Hashtable<String, String>) - Method in class com.iplanet.services.naming.NamingTableConfigurationFactory.NamingTableConfiguration
-
- setNamingTable(Hashtable) - Method in class com.iplanet.services.naming.share.NamingResponse
-
Sets the naming table.
- setNegativeByteAttr(Set) - Method in class com.iplanet.am.sdk.AMHashMap
-
- setNetworkMonitorEnabled(boolean) - Method in interface com.sun.identity.entitlement.EntitlementConfiguration
-
Allows the network monitoring to be enabled/disabled
- setNetworkMonitorEnabled(boolean) - Method in class com.sun.identity.entitlement.opensso.EntitlementService
-
- setNeverExpiring(boolean) - Method in class com.iplanet.dpro.session.share.SessionInfo
-
Indicates that the session should never expire.
- setNewDataValue(List) - Method in class com.sun.identity.liberty.ws.dst.DSTModification
-
Sets new data value
- setNewEncryptedID(NewEncryptedID) - Method in class com.sun.identity.saml2.protocol.impl.ManageNameIDRequestImpl
-
Sets the value of the newEncryptedID property.
- setNewEncryptedID(NewEncryptedID) - Method in interface com.sun.identity.saml2.protocol.ManageNameIDRequest
-
Sets the value of the newEncryptedID property.
- setNewEntryIDs(List) - Method in class com.sun.identity.liberty.ws.disco.ModifyResponse
-
Sets the newEntryIDs attribute.
- setNewID(NewID) - Method in class com.sun.identity.saml2.protocol.impl.ManageNameIDRequestImpl
-
Sets the value of the NewID property.
- setNewID(NewID) - Method in interface com.sun.identity.saml2.protocol.ManageNameIDRequest
-
Sets the value of the NewID property.
- setNext(TaskRunnable) - Method in class com.sun.identity.common.GeneralTaskRunnable
-
Sets the TaskRunnable next to this TaskRunnable in the linked-list.
- setNext(TaskRunnable) - Method in class com.sun.identity.common.HeadTaskRunnable
-
Sets the TaskRunnable next to this TaskRunnable in the linked-list.
- setNext(TaskRunnable) - Method in interface com.sun.identity.common.TaskRunnable
-
Sets the TaskRunnable next to this TaskRunnable in the linked-list.
- setNextExecutionItem(int) - Method in class com.sun.identity.install.tools.configurator.Driver.ExecutionStatus
-
- setNextModule(String) - Method in class com.sun.identity.authentication.jaas.LoginContext
-
Sets next module by module name, allows to modify auth chain during auth
- setNextModule(int) - Method in class com.sun.identity.authentication.jaas.LoginContext
-
Sets next module by module index in chain, allows to modify auth chain during auth
- SetNextModuleException - Exception in com.sun.identity.authentication.spi
-
This exception throws form Authentication Module and process by com.sun.identity.authentication.jaas.LoginContext#invoke()
if there's a need to go back in authentcation chain on
- SetNextModuleException(int) - Constructor for exception com.sun.identity.authentication.spi.SetNextModuleException
-
- setNil(boolean) - Method in interface com.sun.identity.saml2.jaxb.assertion.AttributeValueElement
-
Passing
true will generate xsi:nil in the XML outputThis property is used to control
the xsi:nil feature of W3C XML Schema.
- setNil(boolean) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AttributeValueElementImpl
-
- setNonce(boolean) - Method in class com.sun.identity.wss.security.UserNameTokenSpec
-
Sets if the nonce should be used.
- setNonce(String) - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Sets the nonce.
- setNonExpiring() - Method in class com.iplanet.dpro.session.service.InternalSession
-
Sets the willExpireFlag.
- setNoQuestionsInfoMsg() - Method in interface com.sun.identity.password.ui.model.PWResetQuestionModel
-
Sets no questions configured message
- setNoQuestionsInfoMsg() - Method in class com.sun.identity.password.ui.model.PWResetQuestionModelImpl
-
Sets no questions configured message
- setNotBefore(Date) - Method in interface com.sun.identity.saml2.assertion.Conditions
-
Sets the time instant before which the subject cannot
be confirmed.
- setNotBefore(Date) - Method in class com.sun.identity.saml2.assertion.impl.ConditionsImpl
-
Sets the time instant before which the subject cannot
be confirmed.
- setNotBefore(Date) - Method in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationDataImpl
-
Sets the time instant before which the subject cannot be confirmed
- setNotBefore(Date) - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
-
Sets the time instant before which the subject cannot be confirmed
- setNotBefore(Calendar) - Method in interface com.sun.identity.saml2.jaxb.assertion.ConditionsType
-
Sets the value of the notBefore property.
- setNotBefore(Calendar) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionsTypeImpl
-
- setNotBefore(Calendar) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationDataTypeImpl
-
- setNotBefore(Calendar) - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectConfirmationDataType
-
Sets the value of the notBefore property.
- setNotChangedSince(Date) - Method in class com.sun.identity.liberty.ws.dst.DSTModification
-
Sets NotChangedSince attribute.
- setNotificationURL(String) - Method in class com.iplanet.dpro.session.share.SessionRequest
-
Sets the notification URL.
- setNotificationURL(String) - Method in class com.sun.identity.policy.remote.PolicyListenerRequest
-
Sets the notification URL to which the notification is sent.
- setNotificationURL(String) - Method in class com.sun.identity.policy.remote.RemoveListenerRequest
-
Sets the notification URL to which the notification is sent.
- setNotOnOrAfter(Date) - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader.Credential
-
Sets value of notOnOrAfter attribute.
- setNotOnOrAfter(Date) - Method in interface com.sun.identity.saml2.assertion.Conditions
-
Sets the time instant at which the subject can no longer
be confirmed.
- setNotOnOrAfter(Date) - Method in class com.sun.identity.saml2.assertion.impl.ConditionsImpl
-
Sets the time instant at which the subject can no longer
be confirmed.
- setNotOnOrAfter(Date) - Method in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationDataImpl
-
Sets the time instant at which the subject can no longer be
confirmed
- setNotOnOrAfter(Date) - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
-
Sets the time instant at which the subject can no longer be
confirmed
- setNotOnOrAfter(Calendar) - Method in interface com.sun.identity.saml2.jaxb.assertion.ConditionsType
-
Sets the value of the notOnOrAfter property.
- setNotOnOrAfter(Calendar) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ConditionsTypeImpl
-
- setNotOnOrAfter(Calendar) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationDataTypeImpl
-
- setNotOnOrAfter(Calendar) - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectConfirmationDataType
-
Sets the value of the notOnOrAfter property.
- setNotOnOrAfter(Date) - Method in class com.sun.identity.saml2.protocol.impl.LogoutRequestImpl
-
Sets the value of the notOnOrAfter property.
- setNotOnOrAfter(Date) - Method in interface com.sun.identity.saml2.protocol.LogoutRequest
-
Sets the value of the notOnOrAfter property.
- setNoValueIndent() - Method in class com.sun.identity.install.tools.util.xml.XMLDocument
-
Sets a flag that is used by the document to indent value tokens when
adding child elements that have value.
- setNumberOfSuccessiveLines(int) - Method in class com.sun.identity.install.tools.util.DeletePattern
-
- setNumPublishedInstances(int) - Method in interface org.forgerock.openam.sts.soap.healthcheck.HealthCheck
-
Set the number of currently published STS instances
- setNumPublishedInstances(int) - Method in class org.forgerock.openam.sts.soap.healthcheck.HealthCheckImpl
-
- setNumRecords(int) - Method in class org.forgerock.openam.session.model.DBStatistics
-
Sets the number of records currently in the database
- setObject(String, Object) - Method in class com.iplanet.dpro.session.service.InternalSession
-
Sets the key-value pair in the internal object map.
- setObjectType(int) - Method in class com.iplanet.am.sdk.common.CacheBlockBase
-
- setObligationExpressions(ObligationExpressions) - Method in class com.sun.identity.entitlement.xacml3.core.Policy
-
Sets the value of the obligationExpressions property.
- setObligationExpressions(ObligationExpressions) - Method in class com.sun.identity.entitlement.xacml3.core.PolicySet
-
Sets the value of the obligationExpressions property.
- setObligationExpressions(ObligationExpressions) - Method in class com.sun.identity.entitlement.xacml3.core.Rule
-
Sets the value of the obligationExpressions property.
- setObligationId(String) - Method in class com.sun.identity.entitlement.xacml3.core.Obligation
-
Sets the value of the obligationId property.
- setObligationId(String) - Method in class com.sun.identity.entitlement.xacml3.core.ObligationExpression
-
Sets the value of the obligationId property.
- setObligationId(URI) - Method in class com.sun.identity.xacml.policy.impl.ObligationImpl
-
Sets the ObligationId of the Obligation
- setObligationId(URI) - Method in interface com.sun.identity.xacml.policy.Obligation
-
Sets the ObligationId of the Obligation
- setObligations(Obligations) - Method in class com.sun.identity.entitlement.xacml3.core.Result
-
Sets the value of the obligations property.
- setObligations(Obligations) - Method in class com.sun.identity.xacml.context.impl.ResultImpl
-
Sets the Obligations of this object
- setObligations(Obligations) - Method in interface com.sun.identity.xacml.context.Result
-
Sets the Obligations of this object
- setObligations(List) - Method in class com.sun.identity.xacml.policy.impl.ObligationsImpl
-
Sets the Obligation objects of this
Obligations
- setObligations(List) - Method in interface com.sun.identity.xacml.policy.Obligations
-
Sets the Obligation objects of this
Obligations
- setOBOToken(Token) - Method in class com.sun.identity.wss.sts.STSClientConfiguration
-
- setOctets(byte[]) - Method in class org.forgerock.openam.radius.common.Attribute
-
Sets the array of octets representing the format of a given attribute on-the-wire including prefixed type and
length octets as defined in section 3 of RFC 2865.
- setOffset(long) - Static method in class org.forgerock.openam.temper.TimeTravelTimeService
-
- setOldProvidedNameIdentifier(OldProvidedNameIdentifier) - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
-
Deprecated.
Sets the original NameIdentifier.
- setOldSession(InternalSession) - Method in class com.sun.identity.authentication.server.AuthXMLResponse
-
Sets previous authentication context.
- setOldSession(InternalSession) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets old Session
- setOnBehalfOf(Element) - Method in class com.sun.identity.wss.trust.RequestSecurityToken
-
Sets the Ob behalf of token.
- setOneTime(boolean) - Method in class com.sun.identity.federation.services.FSSession
-
Sets the flag for one time federation.
- setOneTimeUses(List) - Method in interface com.sun.identity.saml2.assertion.Conditions
-
Sets a list of OneTimeUse
- setOneTimeUses(List) - Method in class com.sun.identity.saml2.assertion.impl.ConditionsImpl
-
Sets a list of OneTimeUse
- setOnlyContainsCACerts(boolean) - Method in class com.iplanet.security.x509.IssuingDistributionPointExtension
-
Sets the onlyContainsCACerts attribute.
- setOnlyContainsUserCerts(boolean) - Method in class com.iplanet.security.x509.IssuingDistributionPointExtension
-
Sets the onlyContainsUserCerts attribute.
- setOnlySomeReasons(boolean[]) - Method in class com.iplanet.security.x509.IssuingDistributionPointExtension
-
Sets the reason flags for this distribution point.
- setOperation(Enum<AMSessionRepositoryDeferredOperationType>) - Method in class com.sun.identity.sm.model.AMSessionRepositoryDeferredOperation
-
- setOperation(String) - Method in class org.forgerock.openam.session.model.AMRootEntity
-
- setOperationTimeout(int) - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
Sets the ldap operation timeout.
- setOperationType(int) - Method in class com.sun.identity.install.tools.configurator.Driver
-
- setOperator(NumericAttributeCondition.Operator) - Method in class com.sun.identity.entitlement.NumericAttributeCondition
-
- setOperator(AggregateQuery.Operator) - Method in class org.forgerock.openam.oauth2.rest.AggregateQuery
-
- setOptimisationLevel(int) - Method in class org.forgerock.openam.scripting.factories.RhinoScriptEngineFactory
-
Sets the optimisation level to use for context objects created by this script engine.
- setOptional(boolean) - Method in class com.sun.identity.wss.trust.ClaimType
-
Sets the optional flag.
- setOptionalAttributeSet(AttrSet) - Method in class com.iplanet.ums.CreationTemplate
-
Sets the optional attributes.
- setOptions(String) - Method in class com.sun.identity.authentication.config.AuthConfigurationEntry
-
Sets options.
- setOptions(String[]) - Method in class com.sun.identity.cli.CLIRequest
-
Sets options for the request.
- setOptions(List) - Method in class com.sun.identity.liberty.ws.disco.RequestedService
-
Sets options.
- setOptions(List) - Method in class com.sun.identity.liberty.ws.disco.ResourceOffering
-
Sets options.
- setOrder(Integer) - Method in class com.sun.identity.sm.AttributeSchema
-
Sets the order of this attribute.
- setOrg(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Sets the user organization.
- setOrganization(OrganizationType) - Method in interface com.sun.identity.saml2.jaxb.metadata.EntityDescriptorType
-
Sets the value of the organization property.
- setOrganization(OrganizationType) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl
-
- setOrganization(OrganizationType) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl
-
- setOrganization(OrganizationType) - Method in interface com.sun.identity.saml2.jaxb.metadata.RoleDescriptorType
-
Sets the value of the organization property.
- setOrganizationDN(String) - Method in class com.iplanet.am.sdk.common.CacheBlockBase
-
- setOrganizationName(String) - Method in class com.sun.identity.delegation.DelegationPermission
-
Sets the realm name in the permission
- setOrgDN(String) - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Sets the Organization DN
- setOrgDN(String) - Method in interface org.forgerock.openam.core.rest.authn.core.AuthenticationContext
-
Sets the organisation DN.
- setOrgDN(String) - Method in class org.forgerock.openam.core.rest.authn.core.wrappers.AuthContextLocalWrapper
-
Sets the organisation DN.
- setOrgInvalidCharsInCache(String, String) - Static method in class com.sun.identity.common.AdministrationServiceListener
-
Sets invalid characters in cache.
- setOrgLocale(String) - Method in class com.sun.identity.common.ISLocaleContext
-
Update locale context based on org locale user locale takes precedence
over this locale
- setOrgName(String) - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Sets the organization name.
- setOrgPluginNameInCache(String, String) - Static method in class com.sun.identity.common.AdministrationServiceListener
-
Sets user/password validation plugin name in cache.
- setOrgServiceAttributes(String, String, Map<String, Set<String>>) - Method in class com.sun.identity.authentication.service.AuthD
-
Sets the provided attribute map on the specified service in the specified organization.
- setOriginatingLogoutRequestBinding(String) - Method in class com.sun.identity.saml2.profile.IDPSession
-
Sets the original logout request binding.
- setOriginatingLogoutRequestBinding(String) - Method in class com.sun.identity.saml2.profile.IDPSessionCopy
-
Sets the original logout request binding.
- setOriginatingLogoutRequestID(String) - Method in class com.sun.identity.saml2.profile.IDPSession
-
Sets the original log out request id of the session.
- setOriginatingLogoutRequestID(String) - Method in class com.sun.identity.saml2.profile.IDPSessionCopy
-
Sets the original log out request id of the session
- setOriginatingLogoutSPEntityID(String) - Method in class com.sun.identity.saml2.profile.IDPSession
-
Sets the original log out SPEntityID of the session.
- setOriginatingLogoutSPEntityID(String) - Method in class com.sun.identity.saml2.profile.IDPSessionCopy
-
Sets the original log out SPEntityID of the session
- setOtherChild(Element) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
Sets a child except Status element, CorrelationHeader,
ProviderHeader, ConsentHeader,
UsageDirectiveHeader and
ProcessingContextHeader and
ServiceInstanceUpdateHeader.
- setOtherChildren(List) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
Sets a list of children except Status element,
CorrelationHeader, ProviderHeader
ConsentHeader, UsageDirectiveHeader,
ProcessingContextHeader and
ServiceInstanceUpdateHeader.
- setOtherElements(List) - Method in class com.sun.identity.federation.message.common.EntityName
-
Deprecated.
Sets list of other elements.
- setOtherElements(List) - Method in class com.sun.identity.federation.message.FSAuthnRequestEnvelope
-
Deprecated.
Sets a list of elements.
- setOtherElements(List) - Method in class com.sun.identity.federation.message.FSAuthnResponseEnvelope
-
Deprecated.
Sets a list of elements.
- setOtherSecurityHeader(Element) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Sets a security header.
- setOtherSecurityHeaders(List) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Sets a list of security headers.
- setOtherSOAPHeader(Element, String) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Sets a SOAP header except CorrelationHeader,
ConsentHeader and UsageDirectiveHeader.
- setOtherSOAPHeaders(List, List) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Sets a list of SOAP headers except CorrelationHeader,
ConsentHeader, UsageDirectiveHeader and
'Security' header.
- setOutputStream(OutputStream) - Static method in class com.sun.identity.setup.SetupProgress
-
Sets setup OututStream.
- setOutputStream(OutputStream) - Static method in class org.forgerock.openam.upgrade.UpgradeProgress
-
Sets setup OututStream.
- setOverrideAllowed(boolean) - Method in class com.sun.identity.liberty.ws.dst.DSTModification
-
Sets if override is allowed
- setP(byte[]) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.DSAKeyValueType
-
Sets the value of the p property.
- setP(byte[]) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- setP(byte[]) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.DSAKeyValueType
-
Sets the value of the p property.
- setP(byte[]) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- setPageEncoding(HttpServletRequest, HttpServletResponse) - Method in class com.sun.identity.authentication.UI.AuthViewBeanBase
-
- setPageNum(int) - Method in class com.sun.identity.config.wizard.LDAPStoreWizardPage
-
- setPageState(String) - Method in class com.sun.identity.authentication.service.PagePropertiesCallback
-
Deprecated.
Sets page state
- setPageState(String) - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
-
Sets the authentication module display page state.
- setPageTimeOut(long) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets the page timeout.
- setParameter(String, String) - Method in exception org.forgerock.openam.oauth2.OAuthProblemException
-
- setParameterName(String) - Method in class com.sun.identity.entitlement.xacml3.core.CombinerParameter
-
Sets the value of the parameterName property.
- setParameters(List) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.Transform
-
Deprecated.
Sets a list of 'Parameter' child element.
- setParameters(Object[]) - Method in class com.sun.identity.sm.model.AMSessionRepositoryDeferredOperation
-
- setParamHash(Map<String, String>) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets the request parameters hash.
- setParams(String) - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Sets the request parameters.
- setParent(TreeNode) - Method in class org.forgerock.openam.entitlement.utils.indextree.treenodes.BasicTreeNode
-
- setParent(TreeNode) - Method in class org.forgerock.openam.entitlement.utils.indextree.treenodes.RootNode
-
The root node can not have a parent node.
- setParent(TreeNode) - Method in interface org.forgerock.openam.entitlement.utils.indextree.treenodes.TreeNode
-
Sets the parent tree node.
- setParentStyles(Map) - Method in class com.iplanet.services.cdm.DefaultClientTypesManager
-
Sets the styles and parent ids tree set for a client
- setPartner(String) - Method in class com.sun.identity.federation.services.FSSessionPartner
-
Sets session partner's provider ID.
- setPartner(String) - Method in class com.sun.identity.saml2.profile.SAML2SessionPartner
-
Sets session partner's provider ID.
- setPassThroughSecurityToken(boolean) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets if passthrough security token needs to be used
This is valid for a proxy web services client.
- setPassword(String) - Method in interface com.iplanet.services.util.ConfigurableKey
-
Sets password-based key to use
- setPassword(String) - Method in class com.iplanet.services.util.JCEEncryption
-
Sets password-based key to use
- setPassword(String) - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Sets the password.
- setPassword(String) - Method in class com.sun.identity.config.pojos.LDAPStore
-
- setPassword() - Method in class com.sun.identity.config.wizard.Step4
-
- setPassword(String) - Method in class com.sun.identity.security.cert.AMLDAPCertStoreParameters
-
Set ldap password for bind
- setPassword(String) - Method in class com.sun.identity.security.keystore.AMCallbackHandler
-
Set password for key store
- setPassword(String) - Method in class com.sun.identity.wss.security.UserNameToken
-
Sets the password to the username token.
- setPassword(String) - Method in class com.sun.identity.wss.security.UserNameTokenSpec
-
Sets the user password to be used in username token.
- setPassword(String) - Method in class org.forgerock.openam.shared.security.crypto.AESWrapEncryption
-
Sets the encryption key from a password.
- setPassword(String) - Method in class org.forgerock.openam.shared.security.crypto.PBKDF2KeyDerivation
-
- setPasswordLink - Variable in class com.sun.identity.config.wizard.Step4
-
- setPasswordTransforms(PasswordTransforms) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
-
Deprecated.
Sets child Element 'PasswordTransforms'
- setPasswordType(String) - Method in class com.sun.identity.wss.security.UserNameTokenSpec
-
Sets the password type.
- setPath(String) - Method in class com.sun.identity.entitlement.xacml3.core.AttributeSelector
-
Sets the value of the path property.
- setPath(String) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteCookie
-
Sets the path of the cookie.
- setPattern(String) - Method in class com.iplanet.dpro.session.share.SessionRequest
-
Sets the pattern value.
- setPatterns(Collection<String>) - Method in class org.forgerock.openam.entitlement.ResourceType.Builder
-
Overwrites the patterns with the passed resource set.
- setPatterns(Set<String>) - Method in class org.forgerock.openam.entitlement.rest.wrappers.JsonResourceType
-
- setPConditionName(String) - Method in class com.sun.identity.entitlement.AttributeLookupCondition
-
Sets OpenAM policy Condition name
- setPConditionName(String) - Method in class com.sun.identity.entitlement.LogicalCondition
-
Sets OpenAM policy Condition name
- setPConditionName(String) - Method in class com.sun.identity.entitlement.NotCondition
-
Sets OpenAM policy Condition name
- setPendingLogoutRequestID(String) - Method in class com.sun.identity.saml2.profile.IDPSession
-
Sets the pending log out request id of the session.
- setPendingLogoutRequestID(String) - Method in class com.sun.identity.saml2.profile.IDPSessionCopy
-
Sets the pending log out request id of the session
- setPermissions(QualifiedCollection) - Method in class com.iplanet.services.ldap.aci.ACI
-
Sets the QualifiedCollection of permissions that apply to the ACI
- setPermissions(Set) - Method in class com.sun.identity.delegation.DelegationPrivilege
-
Sets the DelegationPermissions in the privilege
- setPermissions(Set<Permission>) - Method in class org.forgerock.openam.uma.RequestingPartyToken
-
- setPermissionTicketId(String) - Method in class org.forgerock.openam.uma.RequestingPartyToken
-
- setPersistenceManager(SessionPersistenceManager) - Method in class com.iplanet.dpro.session.service.InternalSession
-
- setPersistenceManager(SessionPersistenceManager) - Method in interface org.forgerock.openam.session.service.access.SessionPersistenceObservable
-
Set the manager which handles persistence of this observable.
- setPgenCounter(byte[]) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.DSAKeyValueType
-
Sets the value of the pgenCounter property.
- setPgenCounter(byte[]) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- setPgenCounter(byte[]) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.DSAKeyValueType
-
Sets the value of the pgenCounter property.
- setPgenCounter(byte[]) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- setPGPKeyID(byte[]) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.PGPDataTypeImpl
-
- setPGPKeyID(byte[]) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.PGPDataType
-
Sets the value of the pgpKeyID property.
- setPGPKeyID(byte[]) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.PGPDataTypeImpl
-
- setPGPKeyID(byte[]) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.PGPDataType
-
Sets the value of the pgpKeyID property.
- setPGPKeyPacket(byte[]) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.PGPDataTypeImpl
-
- setPGPKeyPacket(byte[]) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.PGPDataType
-
Sets the value of the pgpKeyPacket property.
- setPGPKeyPacket(byte[]) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.PGPDataTypeImpl
-
- setPGPKeyPacket(byte[]) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.PGPDataType
-
Sets the value of the pgpKeyPacket property.
- SetPluginSchemaPropertiesViewBeanURL - Class in com.sun.identity.cli.schema
-
Sets Plug-in schema's properties view bean.
- SetPluginSchemaPropertiesViewBeanURL() - Constructor for class com.sun.identity.cli.schema.SetPluginSchemaPropertiesViewBeanURL
-
- setPolicy(PolicyType) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.NestedPolicyTypeImpl
-
- setPolicy(PolicyType) - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.NestedPolicyType
-
Sets the value of the policy property.
- setPolicy(JsonValue) - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
-
- setPolicyChangeType(String) - Method in class com.sun.identity.policy.remote.PolicyChangeNotification
-
Sets the policy change type.
- setPolicyCombiningAlgId(String) - Method in class com.sun.identity.entitlement.xacml3.core.PolicySet
-
Sets the value of the policyCombiningAlgId property.
- setPolicyDecision(PolicyDecision) - Method in class com.sun.identity.policy.ResourceResult
-
Deprecated.
Sets the policy decision for this resource result
- setPolicyDefaults(Defaults) - Method in class com.sun.identity.entitlement.xacml3.core.Policy
-
Sets the value of the policyDefaults property.
- setPolicyId(String) - Method in class com.sun.identity.entitlement.xacml3.core.Policy
-
Sets the value of the policyId property.
- setPolicyIdentifierList(PolicyIdentifierList) - Method in class com.sun.identity.entitlement.xacml3.core.Result
-
Sets the value of the policyIdentifierList property.
- setPolicyIdRef(String) - Method in class com.sun.identity.entitlement.xacml3.core.PolicyCombinerParameters
-
Sets the value of the policyIdRef property.
- setPolicyIssuer(PolicyIssuer) - Method in class com.sun.identity.entitlement.xacml3.core.Policy
-
Sets the value of the policyIssuer property.
- setPolicyIssuer(PolicyIssuer) - Method in class com.sun.identity.entitlement.xacml3.core.PolicySet
-
Sets the value of the policyIssuer property.
- setPolicyListenerRequest(PolicyListenerRequest) - Method in class com.sun.identity.policy.remote.PolicyRequest
-
Sets the PolicyListenerRequest of the Policy Service.
- setPolicyName(String) - Method in class com.sun.identity.entitlement.opensso.OpenSSOPrivilege
-
Sets policy name.
- setPolicyNotification(PolicyNotification) - Method in class com.sun.identity.policy.remote.PolicyService
-
Sets the PolicyNotification of the Policy Service.
- setPolicyRequest(PolicyRequest) - Method in class com.sun.identity.policy.remote.PolicyService
-
Sets the PolicyRequest of the Policy Service.
- setPolicyResponse(PolicyResponse) - Method in class com.sun.identity.policy.remote.PolicyService
-
Sets the PolicyResponse of the Policy Service.
- setPolicySetDefaults(Defaults) - Method in class com.sun.identity.entitlement.xacml3.core.PolicySet
-
Sets the value of the policySetDefaults property.
- setPolicySetId(String) - Method in class com.sun.identity.entitlement.xacml3.core.PolicySet
-
Sets the value of the policySetId property.
- setPolicySetIdRef(String) - Method in class com.sun.identity.entitlement.xacml3.core.PolicySetCombinerParameters
-
Sets the value of the policySetIdRef property.
- setPolicyStatusDormant() - Method in class com.sun.identity.monitoring.SsoServerPolicySvcImpl
-
- setPolicyStatusOperational() - Method in class com.sun.identity.monitoring.SsoServerPolicySvcImpl
-
- setPolicyUri(String) - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
-
- setPort() - Method in class com.sun.identity.config.wizard.Step4
-
- setPortLink - Variable in class com.sun.identity.config.wizard.Step4
-
- setPostAuthNParams() - Method in class org.forgerock.openam.authentication.modules.adaptive.Adaptive
-
This builds a map, of the data needed by the PostAuth Class, serializes it, and then adds it to the Session
- setPostLogoutRedirectionURIs(List<String>) - Method in class org.forgerock.openidconnect.Client
-
Sets the post logout redirection uri of the OAuth2Client.
- setPostLogoutRedirectionURIs(List<String>) - Method in class org.forgerock.openidconnect.ClientBuilder
-
Sets the post logout redirection URIs of the OAuth2Client.
- setPPID(AttributeExtensibleString) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.ClientPseudonymType
-
Sets the value of the ppid property.
- setPPID(AttributeExtensibleString) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClientPseudonymTypeImpl
-
- setPreferredNamingURL(String) - Method in class com.iplanet.services.naming.share.NamingRequest
-
Sets the PreferredNamingURL.
- setPreserveSecurityHeader(boolean) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets if security header needs to be preserved.
- setPResponseProviderName(String) - Method in class com.sun.identity.entitlement.opensso.PolicyResponseProvider
-
Sets the name of the response provider within the policy
- setPResponseProviderName(String) - Method in interface com.sun.identity.entitlement.ResourceAttribute
-
Deprecated.
- setPResponseProviderName(String) - Method in class com.sun.identity.entitlement.StaticAttributes
-
Sets OpenAM policy response provider name of the object
- setPResponseProviderName(String) - Method in class com.sun.identity.entitlement.UserAttributes
-
Sets OpenAM policy response provider name of the object
- setPrevious(TaskRunnable) - Method in class com.sun.identity.common.GeneralTaskRunnable
-
Sets the TaskRunnable previous to this TaskRunnable in the linked-list.
- setPrevious(TaskRunnable) - Method in class com.sun.identity.common.HeadTaskRunnable
-
Implements for TaskRunnable interface, There is no previous element for
HeadTaskRunnable.
- setPrevious(TaskRunnable) - Method in interface com.sun.identity.common.TaskRunnable
-
Sets the TaskRunnable previous to this TaskRunnable in the linked-list.
- setPrimaryKey(String) - Method in class org.forgerock.openam.session.model.AMRootEntity
-
- setPrincipal(Principal) - Method in class com.iplanet.ums.SearchResults
-
Sets the principal with which to associate search results.
- setPrincipal(String, String) - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
sets the principal for the class
- setPrincipalName(String) - Method in class com.sun.identity.authentication.modules.windowsdesktopsso.WindowsDesktopSSOConfig
-
Sets principal name.
- setPrincipalName(String) - Method in class com.sun.identity.wss.security.KerberosConfiguration
-
Sets principal name.
- setPriority(int) - Method in interface com.iplanet.am.sdk.AMTemplate
-
Deprecated.
Sets the priority of this template in the DIT
- setPriority(int) - Method in class com.iplanet.ums.cos.COSTemplate
-
Sets the priority for this template.
- setPriority(int) - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Sets a priority of the policy.
- setPriority(int) - Method in class com.sun.identity.sm.PluginConfig
-
Sets the priority to the service plugin.
- setPriority(int) - Method in class com.sun.identity.sm.ServiceConfig
-
Sets the priority to the service configuration.
- setPrivatekey(PrivateKey) - Method in interface com.sun.identity.sae.api.SecureAttrs.Certs
-
- setPrivateKey(PrivateKey) - Method in class com.sun.identity.sae.api.SecureAttrs
-
This interface allows to set the private to be used for signing
as an alternative to passing down SAE_CONFIG_PRIVATE_KEY_ALIAS
via init.
- setPrivateKeyAlias(String) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Sets the key alias for the security provider at STS service.
- setPrivateKeyAlias(String) - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Sets the key alias for the security provider at STS service.
- setPrivateKeyType(String) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Sets the key type for the security provider at STS service.
- setPrivateKeyType(String) - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Sets the key type for the security provider at STS service.
- setProcessingContextHeader(ProcessingContextHeader) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Sets the ProcessingContextHeader.
- setProcessingContextHeader(ProcessingContextHeader) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
Sets ProcessingContextHeader.
- setProductHome(String) - Static method in class com.sun.identity.install.tools.configurator.MigrateFromInstFinderStore
-
set product home of previous product.
- setProductInitialized(boolean) - Static method in class com.sun.identity.authentication.UI.LoginLogoutMapping
-
Set product initialize flag.
- setProofToken(Object) - Method in class com.sun.identity.wss.trust.RequestedProofToken
-
Sets the proof token.
- setProperties(Hashtable<String, String>) - Method in class com.iplanet.dpro.session.share.SessionInfo
-
- setProperties(Map<String, Set<String>>) - Method in interface com.sun.identity.policy.interfaces.Condition
-
Deprecated.
Sets the properties of the condition.
- setProperties(Map) - Method in interface com.sun.identity.policy.interfaces.ResponseProvider
-
Deprecated.
Sets the properties of the responseProvider plugin.
- setProperties(Map) - Method in class com.sun.identity.policy.plugins.AMIdentityMembershipCondition
-
Deprecated.
Sets the properties of the condition.
- setProperties(Map) - Method in class com.sun.identity.policy.plugins.AuthenticatedSharedAgentsCondition
-
Sets the properties of the condition.
- setProperties(Map) - Method in class com.sun.identity.policy.plugins.AuthenticateToRealmCondition
-
Deprecated.
Sets the properties of the condition.
- setProperties(Map) - Method in class com.sun.identity.policy.plugins.AuthenticateToServiceCondition
-
Deprecated.
Sets the properties of the condition.
- setProperties(Map) - Method in class com.sun.identity.policy.plugins.AuthLevelCondition
-
Deprecated.
Sets the properties of the condition.
- setProperties(Map) - Method in class com.sun.identity.policy.plugins.AuthRoleCondition
-
Deprecated.
Sets the properties of the condition.
- setProperties(Map) - Method in class com.sun.identity.policy.plugins.AuthSchemeCondition
-
Deprecated.
Sets the properties of the condition.
- setProperties(Map) - Method in class com.sun.identity.policy.plugins.IDRepoResponseProvider
-
Sets the properties of the responseProvider plugin.
- setProperties(Map) - Method in class com.sun.identity.policy.plugins.IPCondition
-
Deprecated.
Sets the properties of the condition.
- setProperties(Map) - Method in class com.sun.identity.policy.plugins.LDAPFilterCondition
-
Deprecated.
Sets the properties of the condition.
- setProperties(Map) - Method in class com.sun.identity.policy.plugins.LEAuthLevelCondition
-
Deprecated.
Sets the properties of the condition.
- setProperties(Map) - Method in class com.sun.identity.policy.plugins.PrivilegeCondition
-
Sets the property values to this object.
- setProperties(Map) - Method in class com.sun.identity.policy.plugins.ResourceEnvIPCondition
-
Deprecated.
Sets the properties of ResourceEnvIPCondition.
- setProperties(Map) - Method in class com.sun.identity.policy.plugins.SessionCondition
-
Deprecated.
Sets the properties of the condition.
- setProperties(Map) - Method in class com.sun.identity.policy.plugins.SessionPropertyCondition
-
Deprecated.
Sets the properties of the condition.
- setProperties(Map) - Method in class com.sun.identity.policy.plugins.SimpleTimeCondition
-
Deprecated.
Sets the properties of the condition.
- setProperties(Map) - Method in class com.sun.identity.policy.plugins.UserSelfCheckCondition
-
Sets the properties of the condition.
- setProperties(Properties) - Method in class com.sun.identity.tools.manifest.Manifest
-
- setProperties(Map<String, Set<String>>) - Method in class org.forgerock.openam.entitlement.conditions.environment.SessionPropertyCondition
-
- setProperties(Map) - Method in class org.forgerock.openam.network.ipv4.IPv4Condition
-
Deprecated.
Sets the properties of the condition.
- setProperties(Map) - Method in class org.forgerock.openam.network.ipv6.IPv6Condition
-
Deprecated.
Sets the properties of the condition.
- setProperties(Properties) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
- setPropertiesViewBeanUR(String) - Method in class com.sun.identity.sm.AttributeSchema
-
Sets the URL of the view bean for the attribute.
- setPropertiesViewBeanURL(String) - Method in class com.sun.identity.sm.PluginSchema
-
Sets the URL of the view bean for the plugin.
- setPropertiesViewBeanURL(String) - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Sets the URL of the view bean for the service.
- setProperty(Session, String, String) - Method in class com.iplanet.dpro.session.monitoring.MonitoredOperations
-
Assigns the property to the Session.
- setProperty(Session, String, String) - Method in interface com.iplanet.dpro.session.operations.SessionOperations
-
Assigns the property to the Session.
- setProperty(Session, String, String) - Method in class com.iplanet.dpro.session.operations.strategies.ClientSdkOperations
-
Perform a remote setProperty on the Session using the remote Service URL.
- setProperty(Session, String, String) - Method in class com.iplanet.dpro.session.operations.strategies.LocalOperations
-
Sets the property using the SessionService.
- setProperty(Session, String, String) - Method in class com.iplanet.dpro.session.operations.strategies.StatelessOperations
-
- setProperty(String, String) - Method in class com.iplanet.dpro.session.Session
-
Sets a property for this session.
- SetProperty - Static variable in class com.iplanet.dpro.session.share.SessionRequest
-
- setProperty(String, String) - Method in interface com.iplanet.sso.SSOToken
-
Sets a property for this token.
- setProperty(String, String) - Method in class com.sun.identity.authentication.internal.AuthSSOToken
-
- setProperty(String, String) - Method in class com.sun.identity.common.CaseInsensitiveProperties
-
- setProperty(String, String) - Method in class com.sun.identity.install.tools.configurator.OrderedPropertyStore
-
- setProperty(Object, String, String[]) - Method in class com.sun.identity.plugin.session.impl.FedletSessionProvider
-
Stores a property in the session object.
- setProperty(Object, String, String[]) - Method in class com.sun.identity.plugin.session.impl.FMSessionProvider
-
Stores a property in the session object.
- setProperty(Object, String, String[]) - Method in interface com.sun.identity.plugin.session.SessionProvider
-
Stores a property in the session object.
- setProperty(String, Object) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.DefaultJAXBContextImpl
-
There are no required properties, so simply throw an exception.
- setProperty(String, Object) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.MarshallerImpl
-
- setProperty(String, Object) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatorImpl
-
There are no required properties, so simply throw an exception.
- setProperty(String, Object) - Method in class com.sun.identity.saml2.jaxb.assertion.ObjectFactory
-
Set the specified property.
- setProperty(String, Object) - Method in class com.sun.identity.saml2.jaxb.entityconfig.ObjectFactory
-
Set the specified property.
- setProperty(String, Object) - Method in class com.sun.identity.saml2.jaxb.metadata.ObjectFactory
-
Set the specified property.
- setProperty(String, Object) - Method in class com.sun.identity.saml2.jaxb.metadataattr.ObjectFactory
-
Set the specified property.
- setProperty(String, Object) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.ObjectFactory
-
Set the specified property.
- setProperty(String, Object) - Method in class com.sun.identity.saml2.jaxb.metadataidpdiscovery.ObjectFactory
-
Set the specified property.
- setProperty(String, Object) - Method in class com.sun.identity.saml2.jaxb.schema.ObjectFactory
-
Set the specified property.
- setProperty(String, Object) - Method in class com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
-
Set the specified property.
- setProperty(String, Object) - Method in class com.sun.identity.saml2.jaxb.xmlsig.ObjectFactory
-
Set the specified property.
- setProperty(String, Object) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.DefaultJAXBContextImpl
-
There are no required properties, so simply throw an exception.
- setProperty(String, Object) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.MarshallerImpl
-
- setProperty(String, Object) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.ValidatorImpl
-
There are no required properties, so simply throw an exception.
- setProperty(String, Object) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.ObjectFactory
-
Set the specified property.
- setProperty(String, Object) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.ObjectFactory
-
Set the specified property.
- setProperty(String, Object) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.ObjectFactory
-
Set the specified property.
- setProperty(String, Object) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.ObjectFactory
-
Set the specified property.
- setProperty(String, Object) - Method in class com.sun.identity.wsfederation.jaxb.wsse.ObjectFactory
-
Set the specified property.
- setProperty(String, Object) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.ObjectFactory
-
Set the specified property.
- setProperty(String, Object) - Method in class com.sun.identity.wsfederation.jaxb.wsu.ObjectFactory
-
Set the specified property.
- setProperty(String, Object) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.ObjectFactory
-
Set the specified property.
- setProperty(String, String) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the value for the given property in Provider Configuration.
- setProperty(SSOToken, String, String) - Method in class org.forgerock.openam.core.rest.session.SessionProperties
-
- setProperty(String, String) - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSession
-
- SetPropertyActionHandler - Class in org.forgerock.openam.core.rest.session.action
-
Handles 'setProperty' actions.
- SetPropertyActionHandler(SessionPropertyWhitelist, SessionResourceUtil) - Constructor for class org.forgerock.openam.core.rest.session.action.SetPropertyActionHandler
-
Constructs a SetPropertyActionHandler instance
- setPropertyName(String) - Method in class com.iplanet.dpro.session.share.SessionRequest
-
Sets the property name.
- setPropertyName(String) - Method in class com.sun.identity.entitlement.opensso.PolicyResponseProvider
-
Set the name of the property associated with this wrapper
- setPropertyName(String) - Method in interface com.sun.identity.entitlement.ResourceAttribute
-
Sets property name.
- setPropertyName(String) - Method in class com.sun.identity.entitlement.StaticAttributes
-
- setPropertyName(String) - Method in class com.sun.identity.entitlement.UserAttributes
-
- setPropertyValue(String) - Method in class com.iplanet.dpro.session.share.SessionRequest
-
Sets the property value.
- setPropertyValues(Set<String>) - Method in class com.sun.identity.entitlement.opensso.PolicyResponseProvider
-
Sets the property values associated with this wrapper
- setPropertyValues(Set<String>) - Method in class com.sun.identity.entitlement.StaticAttributes
-
- setProtocol(String) - Method in class com.sun.identity.wss.sts.STSClientConfiguration
-
- setProtocolBinding(String) - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
-
Sets the value of the ProtocolBinding attribute.
- setProtocolBinding(String) - Method in class com.sun.identity.saml2.protocol.impl.AuthnRequestImpl
-
Sets the value of the ProtocolBinding attribute.
- setProtocolProfile(String) - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Sets the value of ProtocolProfile attribute.
- setProtocolVersion(String) - Method in class com.sun.identity.wss.provider.STSConfig
-
Sets the protocol version.
- setProtocolVersion(String) - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
Sets the LDAP Server connection protocol version.
- setProvider(AuditServiceProvider) - Method in class org.forgerock.openam.audit.rest.AuditRestRouteProvider
-
Inject the service provider.
- setProviderArg(String) - Method in class org.forgerock.openam.keystore.KeyStoreConfig
-
Set provider arg.
- setProviderClass(String) - Method in class org.forgerock.openam.keystore.KeyStoreConfig
-
set the provider class name string.
- setProviderDescriptor(IDPDescriptorType) - Method in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
Sets IDP provider descriptor.
- setProviderEntityId(String) - Method in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
Sets IDP provider entity ID.
- setProviderHeader(ProviderHeader) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Sets ProviderHeader if it is not null.
- setProviderHeader(ProviderHeader) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
Sets ProviderHeader if it is not null.
- setProviderID(String) - Method in class com.sun.identity.federation.message.common.IDPEntry
-
Deprecated.
Sets the value of ProviderID attribute.
- setProviderId(String) - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Sets the value of ProviderID attribute.
- setProviderId(String) - Method in class com.sun.identity.federation.message.FSAuthnResponse
-
Deprecated.
Sets the ProviderID attribute value.
- setProviderId(String) - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
-
Deprecated.
Sets the value of ProviderID attribute.
- setProviderId(String) - Method in class com.sun.identity.federation.message.FSLogoutNotification
-
Deprecated.
Sets value of ProviderID attribute.
- setProviderId(String) - Method in class com.sun.identity.federation.message.FSLogoutResponse
-
Deprecated.
Sets the value of ProviderID attribute.
- setProviderId(String) - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
-
Deprecated.
Sets the value of ProviderID attribute.
- setProviderId(String) - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
-
Deprecated.
Sets the value of providerID attribute.
- setProviderID(String) - Method in class com.sun.identity.liberty.ws.disco.DiscoveryClient
-
Sets the provider ID.
- setProviderID(String) - Method in class com.sun.identity.liberty.ws.disco.ServiceInstance
-
Sets provider ID.
- setProviderID(String) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
-
Sets the provider ID.
- setProviderID(String) - Method in class com.sun.identity.liberty.ws.soapbinding.ProviderHeader
-
Sets value of providerID attribute if the value is not null.
- setProviderID(String) - Method in interface com.sun.identity.saml2.protocol.IDPEntry
-
Sets the ProviderID attribute value.
- setProviderID(String) - Method in class com.sun.identity.saml2.protocol.impl.IDPEntryImpl
-
Sets the value of ProviderID attribute.
- setProviderName(String) - Method in class com.sun.identity.federation.message.common.IDPEntry
-
Deprecated.
Sets the Identity Provider Name.
- setProviderName(String) - Method in interface com.sun.identity.saml2.ecp.ECPRequest
-
Sets the ProviderName attribute value.
- setProviderName(String) - Method in class com.sun.identity.saml2.ecp.impl.ECPRequestImpl
-
Sets the ProviderName attribute value.
- setProviderName(String) - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
-
Sets the ProviderName attribute value.
- setProviderName(String) - Method in class com.sun.identity.saml2.protocol.impl.AuthnRequestImpl
-
Sets the ProviderName attribute value.
- setProxyCount(int) - Method in class com.sun.identity.federation.message.FSScoping
-
Deprecated.
Sets the proxy count.
- setProxyCount(Integer) - Method in class com.sun.identity.saml2.protocol.impl.ScopingImpl
-
Sets the value of ProxyCount attribute.
- setProxyCount(Integer) - Method in interface com.sun.identity.saml2.protocol.Scoping
-
Sets the value of ProxyCount attribute.
- setProxyRestrictions(List) - Method in interface com.sun.identity.saml2.assertion.Conditions
-
Sets a list of ProxyRestriction
- setProxyRestrictions(List) - Method in class com.sun.identity.saml2.assertion.impl.ConditionsImpl
-
Sets a list of ProxyRestriction
- setProxySPAuthnRequest(String, FSAuthnRequest) - Method in class com.sun.identity.federation.services.FSSessionManager
-
Sets proxy authentication request.
- setProxySPDescriptor(String, SPDescriptorType) - Method in class com.sun.identity.federation.services.FSSessionManager
-
Sets proxy service provider descriptor.
- setProxySubject(ProxySubject) - Method in class com.sun.identity.liberty.ws.security.SessionContextStatement
-
Sets the ProxySubject for
SessionContextStatement.
- setProxyUserPassword(String, String) - Method in class com.iplanet.services.ldap.ServerConfigMgr
-
Sets the proxy user's password.
- setPseudonymBasis(PseudonymBasisType) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.FilterPseudonymsType
-
Sets the value of the pseudonymBasis property.
- setPseudonymBasis(PseudonymBasisType) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FilterPseudonymsTypeImpl
-
- setPseudonymBasis(PseudonymBasisType) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymTypeImpl
-
- setPseudonymBasis(PseudonymBasisType) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.PseudonymType
-
Sets the value of the pseudonymBasis property.
- setPSubjectName(String) - Method in class com.sun.identity.entitlement.AnonymousESubject
-
- setPSubjectName(String) - Method in class com.sun.identity.entitlement.EntitlementSubjectImpl
-
Deprecated.
Sets OpenAM policy subject name of the object
- setPSubjectName(String) - Method in class com.sun.identity.entitlement.LogicalSubject
-
Sets OpenAM policy Subject name
- setPSubjectName(String) - Method in class com.sun.identity.entitlement.NotSubject
-
Sets OpenAM policy Subject name
- setPublicKeyAlias(String) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the Public key alias for this provider's partner.
- setPublicKeyAlias(String) - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Sets the Public key alias for this trust authority client's partner.
- setPublicKeyAlias(String) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Sets the Public key alias for this provider's partner.
- setPublicKeyAlias(String) - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Sets the Public key alias for this provider's partner.
- setPublicKeySelector(String) - Method in class org.forgerock.openidconnect.ClientBuilder
-
Sets the public key selector.
- setPwdExpiryScreen() - Method in class com.sun.identity.authentication.modules.ldap.LDAPCallbacks
-
Instantiates and passes a callbacks to the invokeCallback
method of a CallbackHandler to ask for old, new and
confirm passwords to procees change password screen.
- setQ(byte[]) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.DSAKeyValueType
-
Sets the value of the q property.
- setQ(byte[]) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- setQ(byte[]) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.DSAKeyValueType
-
Sets the value of the q property.
- setQ(byte[]) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- setQuery(QueryFilter<CoreTokenField>) - Method in class org.forgerock.openam.cts.api.filter.TokenFilter
-
Set the query component to the Filter.
- setQueryItem(List) - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
-
Sets the value of the QueryItem property.
- setQueryParams(String) - Method in class com.sun.identity.authentication.UI.taglib.DSAMEHrefTag
-
- setQueue(BlockingQueue<Task>) - Method in class org.forgerock.openam.sm.datalayer.impl.SeriesTaskExecutorThread
-
Assign a BlockingQueue to this processor.
- setRealm(String) - Method in class com.iplanet.services.comm.server.PLLAuditor
-
- setRealm(String) - Method in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
Sets the realm under which the entity resides.
- setRealm(String) - Method in class com.sun.identity.federation.services.fednsso.FSSSOAndFedHandler
-
Sets the realm under which the entity resides.
- setRealm(String) - Method in class com.sun.identity.federation.services.FSAssertionManager
-
Sets the realm which hosted provider resides.
- setRealm(String) - Method in class com.sun.identity.federation.services.logout.FSPreLogoutHandler
-
Sets hosted provider's realm.
- setRealm(String) - Method in class com.sun.identity.federation.services.logout.FSSingleLogoutHandler
-
Sets the realm in which the provider resides.
- setRealm(String) - Method in class com.sun.identity.federation.services.registration.FSNameRegistrationHandler
-
Sets realm.
- setRealm(String) - Method in class com.sun.identity.federation.services.termination.FSFedTerminationHandler
-
Sets realm.
- setRealm(String) - Method in class com.sun.identity.idsvcs.IdentityDetails
-
- setRealm(String) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutTypeImpl
-
- setRealm(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.SignOutType
-
Sets the value of the realm property.
- setRealm(String) - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
-
Sets the realm for the Resource Set Description.
- setRealm(String) - Method in class org.forgerock.openam.radius.server.RadiusResponse
-
Sets the realm against which hte authentication was made.
- setRealm(String) - Method in class org.forgerock.openam.saml2.audit.SAML2Auditor
-
- setRealm(String) - Method in interface org.forgerock.openam.saml2.audit.SAML2EventLogger
-
- setRealm(String) - Method in class org.forgerock.openam.services.push.sns.SnsRegistrationPredicate
-
Sets the realm for this predicate.
- setRealm(String) - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaPendingRequest
-
- setRealm(String) - Method in class org.forgerock.openam.sts.service.invocation.TokenGenerationServiceInvocationState
-
- setRealm(String) - Method in class org.forgerock.openam.uma.PermissionTicket
-
- setRealm(String) - Method in class org.forgerock.openam.uma.RequestingPartyToken
-
- setRealmFlag(boolean) - Method in interface com.sun.identity.password.ui.model.PWResetUserValidationModel
-
Sets the realm flag.
- setRealmFlag(boolean) - Method in class com.sun.identity.password.ui.model.PWResetUserValidationModelImpl
-
Sets the organization DN flag
- setRealmResourceRouter(ResourceRouter) - Method in class org.forgerock.openam.rest.RestHttpRouteProvider
-
- setRealms(Set<String>) - Method in class com.sun.identity.entitlement.ReferralPrivilege
-
Deprecated.
Sets realms.
- setRealms(Set<String>) - Method in class org.forgerock.openam.entitlement.rest.wrappers.ReferralWrapper
-
- setRealmServiceRouter(ServiceRouter) - Method in class org.forgerock.openam.rest.RestHttpRouteProvider
-
- setReason(String) - Method in class com.sun.identity.saml2.protocol.impl.LogoutRequestImpl
-
Sets the value of the reason property.
- setReason(String) - Method in interface com.sun.identity.saml2.protocol.LogoutRequest
-
Sets the value of the reason property.
- setReauthenticateOnOrAfter(Date) - Method in class com.sun.identity.federation.message.FSAuthenticationStatement
-
Deprecated.
Sets re-authentication date for this authentication
statement.
- setRebuildIndexes(boolean) - Method in class org.forgerock.openam.upgrade.UpgradeServices
-
Indicate whether indexes should be rebuilt after the upgrade process has completed.
- setReceivedCallback_NoThread(Callback[]) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets the callbacks recieved and notify waiting thread.
- setRecipient(String) - Method in class com.sun.identity.saml.protocol.AbstractResponse
-
Set the Recipient attribute of the Response.
- setRecipient(String) - Method in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationDataImpl
-
Sets the URI specifying the entity or location to which an
attesting entity can present the assertion
- setRecipient(String) - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
-
Sets the URI specifying the entity or location to which an
attesting entity can present the assertion
- setRecipient(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationDataTypeImpl
-
- setRecipient(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectConfirmationDataType
-
Sets the value of the recipient property.
- setRecipient(String) - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptedKeyType
-
Sets the value of the recipient property.
- setRecipient(String) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedKeyTypeImpl
-
- setRecords(Vector<String>) - Method in class com.sun.identity.sm.model.AMRecord
-
- setRecoverable(Recoverable) - Method in class com.sun.identity.common.RecoverableTimerTask
-
Assigns the recoverable for the TimerTask.
- setRecoveryCodes(String[]) - Method in class org.forgerock.openam.core.rest.devices.DeviceSettings
-
Sets the remaining recovery codes for this device.
- setRecursive(boolean) - Method in class com.sun.identity.idm.IdSearchControl
-
- setRedirectBackServerCookie(String, String, HttpServletRequest, HttpServletResponse) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Sets the redirectBackUrlCookie to be set as OpenAM
server URL when redirecting to external web site during authentication
process.
- setRedirectBackUrlCookieName(String) - Method in class com.sun.identity.authentication.spi.RedirectCallback
-
Sets the redirectBackUrlCookie name to be set as the OpenAM
server URL when redirecting to external web site.
- setRedirectCallbackCookie(HttpServletRequest, HttpServletResponse, RedirectCallback, String) - Method in class com.sun.identity.authentication.share.RedirectCallbackHandler
-
Handles RedirectCallbacks by forwarding the response to the url in the callback.
- setRedirectData(Map) - Method in class com.sun.identity.authentication.spi.RedirectCallback
-
Sets the data to be redirected to redirect URL.
- setRedirectionDone(boolean) - Method in exception com.sun.identity.saml2.common.SAML2Exception
-
Sets redirection done flag.
- setRedirectionURIs(List<String>) - Method in class org.forgerock.openidconnect.Client
-
Sets the redirection uris of the OAuth2Client.
- setRedirectionURIs(List<String>) - Method in class org.forgerock.openidconnect.ClientBuilder
-
Sets the redirection uris of the OAuth2Client.
- setRedirectUri(String) - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Sets the redirect uri.
- setRedirectUri(String) - Method in class org.forgerock.oauth2.core.StatefulToken
-
Sets the redirect uri.
- setRedirectUrl(String) - Method in class com.sun.identity.authentication.spi.RedirectCallback
-
Sets the URL to be redirected to.
- setRef(String) - Method in class com.sun.identity.liberty.ws.common.Status
-
Sets reference attribute.
- setRef(String) - Method in class com.sun.identity.liberty.ws.soapbinding.UsageDirectiveHeader
-
Sets value of ref attribute.
- setReference(Reference) - Method in class com.sun.identity.wss.security.SecurityTokenReference
-
Sets the Reference
- setReferenceDigest(ReferenceDigestType) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceTokenTypeImpl
-
- setReferenceDigest(ReferenceDigestType) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.ReferenceTokenType
-
Sets the value of the referenceDigest property.
- setReferenceId(Object) - Method in class com.sun.identity.entitlement.xacml3.core.AttributesReference
-
Sets the value of the referenceId property.
- setReferenceList(ReferenceListType) - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptedKeyType
-
Sets the value of the referenceList property.
- setReferenceList(ReferenceListType) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedKeyTypeImpl
-
- setReferenceParameters(ReferenceParametersType) - Method in interface com.sun.identity.wsfederation.jaxb.wsaddr.EndpointReferenceType
-
Sets the value of the referenceParameters property.
- setReferenceParameters(ReferenceParametersType) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.EndpointReferenceTypeImpl
-
- setReferenceType(AttributeExtensibleURI) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceTokenTypeImpl
-
- setReferenceType(AttributeExtensibleURI) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.ReferenceTokenType
-
Sets the value of the referenceType property.
- setReferenceType(String) - Method in class com.sun.identity.wss.security.SecurityTokenReference
-
Sets the reference type.
- setReferenceType(String) - Method in class com.sun.identity.wss.security.X509TokenSpec
-
Sets the token reference type.
- setRefresh(Boolean) - Method in class com.sun.identity.idsvcs.AttributesRequest
-
- setRefreshConfig(String) - Method in class com.sun.identity.authentication.modules.windowsdesktopsso.WindowsDesktopSSOConfig
-
TODO-JAVADOC
- setRefreshConfig(String) - Method in class com.sun.identity.wss.security.KerberosConfiguration
-
Sets a boolean value to refresh the configuration.
- setRefreshTokenId(String) - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Sets the refresh token id.
- setRefreshTokenLifeTime(Long) - Method in class org.forgerock.openidconnect.Client
-
Sets the refresh token lifetime of the OAuth2Client.
- setRefreshTokenLifeTime(Long) - Method in class org.forgerock.openidconnect.ClientBuilder
-
Sets the Refresh token lifetime.
- setRefToMessageID(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
-
Deprecated.
Sets value of refToMessageID attribute of
CorrelationHeader.
- setRefToMessageID(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
-
Deprecated.
Sets value of refToMessageID attribute of
CorrelationHeader.
- setRefToMessageID(String) - Method in class com.sun.identity.liberty.ws.paos.PAOSResponse
-
Sets the value of the refToMessageID attribute.
- setRefToMessageID(String) - Method in class com.sun.identity.liberty.ws.soapbinding.CorrelationHeader
-
Sets value of refToMessageID attribute.
- setRegistrationMapInfo(String, HashMap) - Method in class com.sun.identity.federation.services.registration.FSRegistrationManager
-
Sets registration state info.
- setRegistrationURL() - Method in class com.sun.identity.federation.services.registration.FSNameRegistrationHandler
-
Invoked to set some commonly used URLs based on hosted provider.
- setRegistrationURL(BaseConfigType, String) - Method in class com.sun.identity.federation.services.registration.FSRegistrationInitiationServlet
-
Invoked to set some commonly used registration URLs based on hosted
provider.
- setRegistrationURL(BaseConfigType, String) - Method in class com.sun.identity.federation.services.registration.FSRegistrationRequestServlet
-
Invoked to set some commonly used registration URLs based on hosted
provider.
- setRegistrationURL(BaseConfigType, String) - Method in class com.sun.identity.federation.services.registration.FSRegistrationReturnServlet
-
Invoked to set some commonly used registration URLs based on hosted
provider.
- setRelation(int) - Method in class com.sun.identity.log.QueryElement
-
This method modifies/sets the relation between the field
name and value in this query element.
- setRelationshipType(String) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.RelatesToTypeImpl
-
- setRelationshipType(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsaddr.RelatesToType
-
Sets the value of the relationshipType property.
- setRelativeName(RDN) - Method in class com.iplanet.security.x509.IssuingDistributionPointExtension
-
Sets the relative distribution point name.
- setRelativeTo(RelativeToType) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.FilterPseudonymsType
-
Sets the value of the relativeTo property.
- setRelativeTo(RelativeToType) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FilterPseudonymsTypeImpl
-
- setRelativeTo(RelativeToType) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.PseudonymTypeImpl
-
- setRelativeTo(RelativeToType) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.PseudonymType
-
Sets the value of the relativeTo property.
- setRelayState(String) - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Set the value of RelayState attribute.
- setRelayState(String) - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
-
Deprecated.
Set the value of RelayState attribute.
- setRelayState(String) - Method in class com.sun.identity.federation.message.FSLogoutNotification
-
Deprecated.
Sets the value of RelayState attribute.
- setRelayState(String) - Method in class com.sun.identity.federation.message.FSLogoutResponse
-
Deprecated.
Set the value of RelayState attribute.
- setRelayState(String) - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
-
Deprecated.
Set the value of RelayState attribute.
- setRelayState(String) - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
-
Deprecated.
Set the value of RelayState attribute.
- setRelayState(String, String) - Method in class com.sun.identity.federation.services.FSSessionManager
-
Sets the RelayState value with the specified
request ID in the relayStateMap.
- setRelayState(String) - Method in class com.sun.identity.federation.services.logout.FSPreLogoutHandler
-
Sets the value of RelayState attribute.
- setRelayState(String) - Method in class com.sun.identity.federation.services.logout.FSSingleLogoutHandler
-
Sets the value of RelayState attribute.
- setRelayState(long) - Method in class com.sun.identity.monitoring.SsoServerIDFFSvcImpl
-
- setRelayState(long) - Method in interface com.sun.identity.plugin.monitoring.FedMonIDFFSvc
-
Set the ID-FF service's relay state indicator.
- setRelayState(long) - Method in class com.sun.identity.plugin.monitoring.impl.FedletMonIDFFSvcProvider
-
- setRelayState(long) - Method in class com.sun.identity.plugin.monitoring.impl.FedMonIDFFSvcProvider
-
- setRelayState(String) - Method in class org.forgerock.openam.saml2.IDPSSOFederateRequest
-
Sets the relay state.
- setRemoteDescriptor(ProviderDescriptorType) - Method in class com.sun.identity.federation.services.logout.FSPreLogoutHandler
-
Sets the Remote Descriptor.
- setRemoteDescriptor(ProviderDescriptorType) - Method in class com.sun.identity.federation.services.logout.FSSingleLogoutHandler
-
Sets the remote provider descriptor.
- setRemoteDescriptor(ProviderDescriptorType) - Method in class com.sun.identity.federation.services.registration.FSNameRegistrationHandler
-
Sets remote provider descriptor.
- setRemoteDescriptor(ProviderDescriptorType) - Method in class com.sun.identity.federation.services.termination.FSFedTerminationHandler
-
Sets state to the Federation Termination handler that is handling the
current federation termination.
- setRemoteEntityId(String) - Method in class com.sun.identity.federation.services.logout.FSPreLogoutHandler
-
Sets remote provider's entity id.
- setRemoteEntityId(String) - Method in class com.sun.identity.federation.services.registration.FSNameRegistrationHandler
-
Sets remote provider's entity ID.
- setRemoteEntityId(String) - Method in class com.sun.identity.federation.services.termination.FSFedTerminationHandler
-
Sets remote provider's entity ID.
- setRemoteLocale(String) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets remote locale passed by client
- setRemoteNameIdentifier(NameIdentifier) - Method in class com.sun.identity.federation.accountmgmt.FSAccountFedInfo
-
Deprecated.
Sets value in local field.
- setRemoteRequest(HttpServletRequest) - Method in class com.sun.identity.authentication.server.AuthXMLResponse
-
Sets the remote request on the XML response
- setRemoteResponse(HttpServletResponse) - Method in class com.sun.identity.authentication.server.AuthXMLResponse
-
Sets the remote response on the XML response
- setRemoveEntry(List) - Method in class com.sun.identity.liberty.ws.disco.Modify
-
Sets the value of the RemoveEntry property.
- setRemoveListenerRequest(RemoveListenerRequest) - Method in class com.sun.identity.policy.remote.PolicyRequest
-
Sets the RemoveListenerRequest of the Policy Service.
- setReplication() - Method in class com.sun.identity.config.wizard.Step3
-
- setReplicationLink - Variable in class com.sun.identity.config.wizard.Step3
-
- setReqdCallbacks(Callback[]) - Method in class com.sun.identity.authentication.server.AuthXMLResponse
-
Sets the callbacks sent by module.
- setReqSignature(boolean) - Method in class com.sun.identity.authentication.spi.X509CertificateCallback
-
Sets the required signature flag.
- setRequest(Request) - Method in class com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionQueryImpl
-
Sets the xacml-context:Request element of this object
- setRequest(Request) - Method in class com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionStatementImpl
-
Sets Request element of this object.
- setRequest(Request) - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery
-
Sets the xacml-context:Request element of this object
- setRequest(Request) - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionStatement
-
Sets Request element of this object
- setRequest(ServletRequest) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
Sets the request object being wrapped.
- setRequestAuthEnabled(boolean) - Method in interface com.sun.identity.liberty.ws.soapbinding.SOAPProviderConfig
-
Sets the request authentication enabled.
- setRequestAuthenticator(Authenticator) - Method in class org.forgerock.openam.radius.server.RadiusRequestContext
-
Sets the authenticator for the request associated with this context so that we can use it when crafting the
authenticator of the response.
- setRequestAuthnContext(Element) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
-
Deprecated.
Sets Element RequestAuthnContext.
- setRequestDefaults(RequestDefaults) - Method in class com.sun.identity.entitlement.xacml3.core.Request
-
Sets the value of the requestDefaults property.
- setRequestedAuthnContext(RequestedAuthnContext) - Method in interface com.sun.identity.saml2.protocol.AuthnQuery
-
Sets the RequestedAuthnContext object.
- setRequestedAuthnContext(RequestedAuthnContext) - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
-
Sets the RequestedAuthnContext.
- setRequestedAuthnContext(RequestedAuthnContext) - Method in class com.sun.identity.saml2.protocol.impl.AuthnQueryImpl
-
Sets the RequestedAuthnContext object.
- setRequestedAuthnContext(RequestedAuthnContext) - Method in class com.sun.identity.saml2.protocol.impl.AuthnRequestImpl
-
Sets the RequestedAuthnContext.
- setRequestedClaims(List) - Method in class com.sun.identity.wss.provider.STSConfig
-
Sets the list of requested claims
- setRequestedProofToken(RequestedProofToken) - Method in class com.sun.identity.wss.trust.RequestSecurityTokenResponse
-
Sets the requested proof token.
- setRequestedResourceName(String) - Method in class com.sun.identity.entitlement.Entitlement
-
Sets non normalised resource name.
- setRequestedResourceNames(Set<String>) - Method in class com.sun.identity.entitlement.Entitlement
-
Sets the non normalised resource names.
- setRequestedSecurityToken(Element) - Method in class com.sun.identity.wss.trust.RequestSecurityTokenResponse
-
Sets the requested security token.
- setRequestedServiceType(List) - Method in class com.sun.identity.liberty.ws.disco.Query
-
Sets the list of the requested service types.
- setRequestEncryptEnabled(boolean) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the request encrypt enable flag.
- setRequestEncryptEnabled(boolean) - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Sets the request encrypt enable flag.
- setRequestEncryptEnabled(boolean) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Sets the request encrypt enable flag.
- setRequestEncryptEnabled(boolean) - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Sets the request encrypt enable flag.
- setRequester(String) - Method in class com.iplanet.dpro.session.share.SessionRequest
-
Sets the requester.
- setRequesterIDs(List<RequesterID>) - Method in class com.sun.identity.saml2.protocol.impl.ScopingImpl
-
Sets the RequesterID Object.
- setRequesterIDs(List<RequesterID>) - Method in interface com.sun.identity.saml2.protocol.Scoping
-
Sets a list of RequesterID Objects.
- setRequestHeaderEncryptEnabled(boolean) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the request header encrypt enable flag.
- setRequestHeaderEncryptEnabled(boolean) - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Sets the request header encrypt enable flag.
- setRequestHeaderEncryptEnabled(boolean) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Sets the request header encrypt enable flag.
- setRequestHeaderEncryptEnabled(boolean) - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Sets the request header encrypt enable flag.
- setRequestHeaders(Map<String, String>) - Method in interface org.forgerock.openam.sts.HttpURLConnectionWrapper
-
- setRequestID(String) - Method in class com.iplanet.services.naming.share.NamingRequest
-
Sets the request ID.
- setRequestId(String) - Method in class com.sun.identity.policy.remote.PolicyRequest
-
Sets the request ID.
- setRequestId(String) - Method in class com.sun.identity.policy.remote.PolicyResponse
-
Sets the request ID.
- setRequestID(String) - Method in class com.sun.identity.saml.protocol.AbstractRequest
-
Set the RequestID of the Request.
- setRequestId(short) - Method in class org.forgerock.openam.radius.server.RadiusRequestContext
-
Sets the identifier of the request associated with this context.
- setRequestId(String) - Method in class org.forgerock.openam.saml2.audit.SAML2Auditor
-
- setRequestId(String) - Method in interface org.forgerock.openam.saml2.audit.SAML2EventLogger
-
/**
- setRequestInformation(String) - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Sets the requestinfo - moduleInstances.
- setRequestingPartyId(String) - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaAuditEntry
-
- setRequestingPartyId(String) - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaPendingRequest
-
- setRequestMethod(String) - Method in interface org.forgerock.openam.sts.HttpURLConnectionWrapper
-
- setRequestPayload(String) - Method in interface org.forgerock.openam.sts.HttpURLConnectionWrapper
-
- setRequestSecurityTokenResponses(List) - Method in class com.sun.identity.wss.trust.RequestSecurityTokenResponseCollection
-
Sets the list of RequestSecurityTokenResponses.
- setRequestSecurityTokenTemplate(RequestSecurityTokenTemplateType) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.IssuedTokenTypeImpl
-
- setRequestSecurityTokenTemplate(RequestSecurityTokenTemplateType) - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.IssuedTokenType
-
Sets the value of the requestSecurityTokenTemplate property.
- setRequestSetID(String) - Method in class com.iplanet.services.comm.share.ResponseSet
-
Sets the original RequestSet ID for this object.
- setRequestSignEnabled(boolean) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the request sign enable flag.
- setRequestSignEnabled(boolean) - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Sets the request sign enable flag.
- setRequestSignEnabled(boolean) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Sets the request sign enable flag.
- setRequestSignEnabled(boolean) - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Sets the request sign enable flag.
- setRequestType(int) - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Sets the request type.
- setRequestType(String) - Method in class com.sun.identity.wss.trust.RequestSecurityToken
-
Sets the request type.
- setRequestType(String) - Method in class com.sun.identity.wss.trust.RequestSecurityTokenResponse
-
Sets the request type.
- setRequestVersion(String) - Method in class com.iplanet.services.naming.share.NamingRequest
-
Sets the request version.
- setRequestVersion(String) - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Sets the request version.
- setRequire(List) - Method in class com.sun.identity.authentication.service.PagePropertiesCallback
-
Deprecated.
Sets list of require
- setRequire(List) - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
-
Sets the list of authentication module display attributes which are
required to be entered by the end user.
- setRequiredAttributeSet(AttrSet) - Method in class com.iplanet.ums.CreationTemplate
-
Sets the required attributes.
- setRequiredScopes(Set<String>) - Method in class org.forgerock.openam.entitlement.conditions.environment.OAuth2ScopeCondition
-
- setResetMessage(String) - Method in class com.sun.identity.password.ui.PWResetSuccessViewBean
-
Sets password reset success message
- setResource(String) - Method in interface com.sun.identity.saml2.assertion.AuthzDecisionStatement
-
Sets the Resource of the statement.
- setResource(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthzDecisionStatementType
-
Sets the value of the resource property.
- setResource(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthzDecisionStatementTypeImpl
-
- setResourceAttributes(Set<ResourceAttribute>) - Method in class com.sun.identity.entitlement.Privilege
-
Sets resource attributes.
- setResourceAttributes(Set<ResourceAttribute>) - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonPolicy
-
Sets the resource attribute providers to use when evaluating this policy.
- setResourceBundle(ResourceBundle) - Static method in class com.sun.identity.saml.common.SAMLUtilsCommon
-
Sets the ResourceBundle of the service.
- setResourceComparator(Class) - Method in class com.sun.identity.entitlement.Application
-
Sets resource comparator.
- setResourceComparator(String) - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- setResourceContent(Element) - Method in class com.sun.identity.xacml.context.impl.ResourceImpl
-
Sets the ResourceContent of this Resource
- setResourceContent(Element) - Method in interface com.sun.identity.xacml.context.Resource
-
Sets the resource content of this object
- setResourceContent(String) - Method in interface com.sun.identity.xacml.context.ResourceContent
-
Sets the resource content of this object
- setResourceEnvIPConditionValue(Set<String>) - Method in class org.forgerock.openam.entitlement.conditions.environment.ResourceEnvIPCondition
-
- setResourceID(String) - Method in class com.sun.identity.liberty.ws.disco.DiscoveryClient
-
Sets the resource ID to be accessed.
- setResourceID(EncryptedResourceID) - Method in class com.sun.identity.liberty.ws.disco.DiscoveryClient
-
Sets the encrypted resource ID to be accessed.
- setResourceID(ResourceID) - Method in class com.sun.identity.liberty.ws.disco.Modify
-
Sets resource ID for the discovery resource to be modified.
- setResourceID(ResourceID) - Method in class com.sun.identity.liberty.ws.disco.Query
-
Sets the resource ID of the discovery resource to be queried
- setResourceID(String) - Method in class com.sun.identity.liberty.ws.disco.ResourceID
-
Sets resource id.
- setResourceID(ResourceID) - Method in class com.sun.identity.liberty.ws.disco.ResourceOffering
-
Sets resource ID.
- setResourceID(String) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
-
Sets the resource ID to be accessed
- setResourceID(EncryptedResourceID) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
-
Sets the encrypted resource ID to be accessed
- setResourceID(String) - Method in class com.sun.identity.liberty.ws.dst.DSTModify
-
Sets the resource ID
- setResourceID(String) - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
-
Sets resource ID for the DST query.
- setResourceID(String) - Method in class com.sun.identity.liberty.ws.security.ResourceAccessStatement
-
Sets the ResourceID for this
ResourceAccessStatement object.
- setResourceID(ResourceID) - Method in class com.sun.identity.liberty.ws.security.ResourceAccessStatement
-
Sets the ResourceID for this
ResourceAccessStatement object.
- setResourceId(String) - Method in class com.sun.identity.xacml.context.impl.ResultImpl
-
Sets resourceId of this object
- setResourceId(String) - Method in interface com.sun.identity.xacml.context.Result
-
Sets the Resourceids of this object
- setResourceKey(String) - Method in class com.sun.identity.authentication.UI.taglib.DSAMEResBundleTag
-
- setResourceName(String) - Method in class com.sun.identity.entitlement.Entitlement
-
Sets resource name.
- setResourceName(String) - Method in class com.sun.identity.policy.remote.ResourceResultRequest
-
Sets the resource name of the request.
- setResourceName(String) - Method in class com.sun.identity.sm.AttributeSchema
-
Sets the CREST representation name for the attribute.
- setResourceName(String) - Method in class com.sun.identity.sm.ServiceSchema
-
Sets the CREST resource name for the service schema.
- setResourceName(String) - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Sets the service's resource name for CREST representation.
- setResourceNames(Set<String>) - Method in class com.sun.identity.entitlement.Entitlement
-
Sets resource names.
- setResourceNames(Set<String>) - Method in class com.sun.identity.policy.Rule
-
Deprecated.
Sets the resource names for which the rule has been created.
- setResourceOffering(ResourceOffering) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
-
Deprecated.
Sets Element ResourceOffering.
- setResourceOffering(ResourceOffering) - Method in class com.sun.identity.liberty.ws.disco.InsertEntry
-
Sets the resource offering to be inserted.
- setResourceOffering(List) - Method in class com.sun.identity.liberty.ws.disco.QueryResponse
-
Sets ResourceOffering to return.
- setResourceOfferingAndCredentials(SASLResponse, Message, String) - Static method in class com.sun.identity.liberty.ws.authnsvc.AuthnSvcUtils
-
Sets resource offering and credentials to the SASL response based on
provided sso token.
- setResourceOwnerId(String) - Method in class org.forgerock.oauth2.core.DeviceCode
-
Sets the Resource Owner ID parameter.
- setResourceOwnerId(String) - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Sets the resource owner's id.
- setResourceOwnerId(String) - Method in class org.forgerock.oauth2.core.StatefulToken
-
Sets the resource owner's id.
- setResourceOwnerId(String) - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
-
- setResourceOwnerId(String) - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaAuditEntry
-
- setResourceOwnerId(String) - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaPendingRequest
-
- setResourceResultRequest(ResourceResultRequest) - Method in class com.sun.identity.policy.remote.PolicyRequest
-
Sets the resource result request object.
- setResourceResults(Set) - Method in class com.sun.identity.policy.remote.PolicyResponse
-
Sets the set of the sub resource results.
- setResources(List) - Method in class com.sun.identity.xacml.context.impl.RequestImpl
-
Sets the one to many Resource elements of this object
- setResources(List) - Method in interface com.sun.identity.xacml.context.Request
-
Sets the one to many Resource elements of this object
- setResources(Set<String>) - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlement
-
Sets the included and excluded resource names on the entitlement.
- setResources(Map<String, Set<String>>) - Method in class org.forgerock.openam.entitlement.rest.wrappers.ReferralWrapper
-
- setResourceScope(String) - Method in class com.sun.identity.policy.remote.ResourceResultRequest
-
Sets the resource scope of the request.
- setResourceServerClientId(String) - Method in class org.forgerock.openam.uma.PermissionTicket
-
- setResourceServerClientId(String) - Method in class org.forgerock.openam.uma.RequestingPartyToken
-
- setResourceSetId(String) - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaAuditEntry
-
- setResourceSetId(String) - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaPendingRequest
-
- setResourceSetId(String) - Method in class org.forgerock.openam.uma.Permission
-
- setResourceSetId(String) - Method in class org.forgerock.openam.uma.PermissionTicket
-
- setResourceSetName(String) - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaAuditEntry
-
- setResourceSetName(String) - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaPendingRequest
-
- setResourceTypeUuid(String) - Method in class com.sun.identity.entitlement.Privilege
-
Sets the resource type uuid that this policy makes reference to.
- setResourceTypeUuid(String) - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonPolicy
-
Sets the associated resource type uuid.
- setResourceTypeUuids(Set<String>) - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- setResponse(Response) - Method in class com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionStatementImpl
-
Sets Response element of this object
- setResponse(Response) - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionStatement
-
Sets Response element of this object
- setResponse(ServletResponse) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletResponse
-
Sets the response being wrapped.
- setResponseAttributes(Map<String, Set<String>>) - Method in class com.sun.identity.entitlement.ConditionDecision.Builder
-
Sets the response attributes.
- setResponseAttributes(Map) - Method in class com.sun.identity.policy.PolicyDecision
-
Deprecated.
Sets response attributes associated with this policy decision
- setResponseAttributes(Set) - Method in class com.sun.identity.policy.remote.ResourceResultRequest
-
Sets the response attributes.
- setResponseCode(int) - Method in class com.sun.identity.install.tools.util.RESTEndpoint.RESTResponse
-
set the response code of the endpoint
- setResponseConsumerURL(String) - Method in class com.sun.identity.liberty.ws.paos.PAOSRequest
-
Sets the value of the responseConsumerURL attribute.
- setResponseDecisions(Map) - Method in class com.sun.identity.policy.PolicyDecision
-
Deprecated.
Sets response decisions associated with this policy decision
- setResponseDecisions(Map) - Method in class com.sun.identity.policy.ResourceResults
-
Sets response decisions at the top level PolicyDecision in
each contained ResourceResult
- setResponseEncryptEnabled(boolean) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the response encrypt enable flag.
- setResponseEncryptEnabled(boolean) - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Sets the response encrypt enable flag.
- setResponseEncryptEnabled(boolean) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Sets the response encrypt enable flag.
- setResponseEncryptEnabled(boolean) - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Sets the response encrypt enable flag.
- setResponseID(String) - Method in class com.sun.identity.saml.protocol.AbstractResponse
-
Set the ResponseID of the Response.
- setResponseInfo(ResponseInfo) - Method in class org.forgerock.openam.authentication.modules.saml2.SAML2ResponseData
-
Sets the responseInfo value.
- setResponseLocation(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.EndpointType
-
Sets the value of the responseLocation property.
- setResponseLocation(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EndpointTypeImpl
-
- setResponseOptions(ArrayList) - Method in class com.sun.identity.install.tools.configurator.BaseOptions
-
- setResponsePacket(Packet) - Method in class org.forgerock.openam.radius.server.RadiusResponse
-
Set the response packet to be sent the the requester.
- setResponseSignEnabled(boolean) - Method in interface com.sun.identity.liberty.ws.soapbinding.SOAPProviderConfig
-
Sets the response signing enabled.
- setResponseSignEnabled(boolean) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the response sign enable flag.
- setResponseSignEnabled(boolean) - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Sets the response sign enable flag.
- setResponseSignEnabled(boolean) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Sets the response sign enable flag.
- setResponseSignEnabled(boolean) - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Sets the response sign enable flag.
- setResponseTo(String) - Method in class com.sun.identity.federation.message.FSLogoutResponse
-
Deprecated.
Sets the value of InResponseTo attribute.
- setResponseTypes(List<String>) - Method in class org.forgerock.openidconnect.Client
-
Sets the response types of the OAuth2Client.
- setResponseTypes(List<String>) - Method in class org.forgerock.openidconnect.ClientBuilder
-
Sets the response types of the OAuth2Client.
- setRestriction(TokenRestriction) - Method in class com.iplanet.dpro.session.Session
-
Sets a token restriction on this session.
- setRestriction(TokenRestriction) - Method in class org.forgerock.openam.sso.providers.stateless.StatelessSession
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_ResponseStruct
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_ResponseStruct_SOAPBuilder
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_ResponseStruct
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_ResponseStruct_SOAPBuilder
-
- setResult(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_doesEntryExists_ResponseStruct
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_ResponseStruct
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_ResponseStruct_SOAPBuilder
-
- setResult(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_ResponseStruct
-
- setResult(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_ResponseStruct_SOAPBuilder
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_ResponseStruct
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_ResponseStruct_SOAPBuilder
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_ResponseStruct
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_ResponseStruct_SOAPBuilder
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_ResponseStruct
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_ResponseStruct_SOAPBuilder
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_ResponseStruct
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_ResponseStruct_SOAPBuilder
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_ResponseStruct
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_ResponseStruct_SOAPBuilder
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_ResponseStruct
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_ResponseStruct_SOAPBuilder
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_ResponseStruct
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_ResponseStruct_SOAPBuilder
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_ResponseStruct
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_ResponseStruct_SOAPBuilder
-
- setResult(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesForSchema_ResponseStruct
-
- setResult(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesForSchema_ResponseStruct_SOAPBuilder
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_ResponseStruct
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_ResponseStruct_SOAPBuilder
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_ResponseStruct
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_ResponseStruct_SOAPBuilder
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getCreationTemplateName_ResponseStruct
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getCreationTemplateName_ResponseStruct_SOAPBuilder
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_ResponseStruct
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_ResponseStruct_SOAPBuilder
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDeletedObjectFilter_ResponseStruct
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDeletedObjectFilter_ResponseStruct_SOAPBuilder
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_ResponseStruct
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_ResponseStruct_SOAPBuilder
-
- setResult(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_ResponseStruct
-
- setResult(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_ResponseStruct_SOAPBuilder
-
- setResult(LinkedList) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_ResponseStruct
-
- setResult(LinkedList) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_ResponseStruct_SOAPBuilder
-
- setResult(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_ResponseStruct
-
- setResult(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_ResponseStruct_SOAPBuilder
-
- setResult(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_ResponseStruct
-
- setResult(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_ResponseStruct_SOAPBuilder
-
- setResult(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_ResponseStruct
-
- setResult(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_ResponseStruct_SOAPBuilder
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getNamingAttr_ResponseStruct
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getNamingAttr_ResponseStruct_SOAPBuilder
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectClassFromDS_ResponseStruct
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectClassFromDS_ResponseStruct_SOAPBuilder
-
- setResult(int) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectType_ResponseStruct
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_ResponseStruct
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_ResponseStruct_SOAPBuilder
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_ResponseStruct
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_ResponseStruct_SOAPBuilder
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgSearchFilter_ResponseStruct
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgSearchFilter_ResponseStruct_SOAPBuilder
-
- setResult(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_ResponseStruct
-
- setResult(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_ResponseStruct_SOAPBuilder
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSearchFilterFromTemplate_ResponseStruct
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSearchFilterFromTemplate_ResponseStruct_SOAPBuilder
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_ResponseStruct
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_ResponseStruct_SOAPBuilder
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_ResponseStruct
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_ResponseStruct_SOAPBuilder
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_ResponseStruct
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_ResponseStruct_SOAPBuilder
-
- setResult(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_ResponseStruct
-
- setResult(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_ResponseStruct_SOAPBuilder
-
- setResult(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_ResponseStruct
-
- setResult(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_ResponseStruct_SOAPBuilder
-
- setResult(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getTopLevelContainers_ResponseStruct
-
- setResult(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getTopLevelContainers_ResponseStruct_SOAPBuilder
-
- setResult(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_ResponseStruct
-
- setResult(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isAncestorOrgDeleted_ResponseStruct
-
- setResult(boolean) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_ResponseStruct
-
- setResult(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_objectsChanged_idrepo_ResponseStruct
-
- setResult(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_objectsChanged_idrepo_ResponseStruct_SOAPBuilder
-
- setResult(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_objectsChanged_ResponseStruct
-
- setResult(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_objectsChanged_ResponseStruct_SOAPBuilder
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_idrepo_ResponseStruct
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_idrepo_ResponseStruct_SOAPBuilder
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_ResponseStruct
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_ResponseStruct_SOAPBuilder
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_ResponseStruct
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_ResponseStruct_SOAPBuilder
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_ResponseStruct
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_ResponseStruct_SOAPBuilder
-
- setResult(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_ResponseStruct
-
- setResult(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_ResponseStruct_SOAPBuilder
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_ResponseStruct
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_ResponseStruct_SOAPBuilder
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_ResponseStruct
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_ResponseStruct_SOAPBuilder
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_ResponseStruct
-
- setResult(Map) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_ResponseStruct_SOAPBuilder
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_ResponseStruct
-
- setResult(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_ResponseStruct_SOAPBuilder
-
- setResult(Set) - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_ResponseStruct
-
- setResult(Set) - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_ResponseStruct_SOAPBuilder
-
- setResult(Map) - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_ResponseStruct
-
- setResult(Map) - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_ResponseStruct_SOAPBuilder
-
- setResult(Set) - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_ResponseStruct
-
- setResult(Set) - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_ResponseStruct_SOAPBuilder
-
- setResult(String) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_ResponseStruct
-
- setResult(String) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_ResponseStruct_SOAPBuilder
-
- setResult(String) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_ResponseStruct
-
- setResult(String) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_ResponseStruct_SOAPBuilder
-
- setResult(String) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_ResponseStruct
-
- setResult(String) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_ResponseStruct_SOAPBuilder
-
- setResult(boolean) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_isUserExists_ResponseStruct
-
- setResult(String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_ResponseStruct
-
- setResult(String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_ResponseStruct_SOAPBuilder
-
- setResult(String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_ResponseStruct
-
- setResult(String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_ResponseStruct_SOAPBuilder
-
- setResult(String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getX509CertificateToken_ResponseStruct
-
- setResult(String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getX509CertificateToken_ResponseStruct_SOAPBuilder
-
- setResult(String) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_ResponseStruct
-
- setResult(String) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_ResponseStruct_SOAPBuilder
-
- setResult(String) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion_ResponseStruct
-
- setResult(String) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion_ResponseStruct_SOAPBuilder
-
- setResult(String) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_ResponseStruct
-
- setResult(String) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_ResponseStruct_SOAPBuilder
-
- setResult(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_ResponseStruct
-
- setResult(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_ResponseStruct_SOAPBuilder
-
- setResult(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion_ResponseStruct
-
- setResult(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion_ResponseStruct_SOAPBuilder
-
- setResult(Set) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_ResponseStruct
-
- setResult(Set) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_ResponseStruct_SOAPBuilder
-
- setResult(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_ResponseStruct
-
- setResult(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_ResponseStruct_SOAPBuilder
-
- setResult(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_ResponseStruct
-
- setResult(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_ResponseStruct_SOAPBuilder
-
- setResult(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_ResponseStruct
-
- setResult(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_ResponseStruct_SOAPBuilder
-
- setResult(Set) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertions_ResponseStruct
-
- setResult(Set) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertions_ResponseStruct_SOAPBuilder
-
- setResult(boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_ResponseStruct
-
- setResult(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_getAMSdkBaseDN_ResponseStruct
-
- setResult(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_getAMSdkBaseDN_ResponseStruct_SOAPBuilder
-
- setResult(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_getRootSuffix_ResponseStruct
-
- setResult(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_getRootSuffix_ResponseStruct_SOAPBuilder
-
- setResult(Set) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_objectsChanged_ResponseStruct
-
- setResult(Set) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_objectsChanged_ResponseStruct_SOAPBuilder
-
- setResult(Map) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_ResponseStruct
-
- setResult(Map) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_ResponseStruct_SOAPBuilder
-
- setResult(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_registerNotificationURL_ResponseStruct
-
- setResult(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_registerNotificationURL_ResponseStruct_SOAPBuilder
-
- setResult(Set) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_ResponseStruct
-
- setResult(Set) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_ResponseStruct_SOAPBuilder
-
- setResult(Set) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_ResponseStruct
-
- setResult(Set) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_ResponseStruct_SOAPBuilder
-
- setResult(Set) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_ResponseStruct
-
- setResult(Set) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_ResponseStruct_SOAPBuilder
-
- setResult(Set) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_ResponseStruct
-
- setResult(Set) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_ResponseStruct_SOAPBuilder
-
- setResult(Set) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_ResponseStruct
-
- setResult(Set) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_ResponseStruct_SOAPBuilder
-
- setResult(Set) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_ResponseStruct
-
- setResult(Set) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_ResponseStruct_SOAPBuilder
-
- setResult(Set) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_ResponseStruct
-
- setResult(Set) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_ResponseStruct_SOAPBuilder
-
- setResult(boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_ResponseStruct
-
- setResult(String) - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryResourceOffering_ResponseStruct
-
- setResult(String) - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryResourceOffering_ResponseStruct_SOAPBuilder
-
- setResult(String) - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryServiceCredential_ResponseStruct
-
- setResult(String) - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryServiceCredential_ResponseStruct_SOAPBuilder
-
- setResult(AuthenticationAuditEventBuilder.Status) - Method in class org.forgerock.openam.audit.model.AuthenticationAuditEntry
-
Set the result.
- setResults(List) - Method in class com.sun.identity.xacml.context.impl.ResponseImpl
-
Sets the Results of this object
- setResults(List) - Method in interface com.sun.identity.xacml.context.Response
-
Sets the Results of this object
- setResultStatusMap() - Method in class com.sun.identity.install.tools.configurator.TaskInteraction
-
- setReturnAttributes(Set) - Method in class com.iplanet.am.sdk.AMSearchControl
-
Deprecated.
Set the return attribute names, if attributes of the entries need to be
obtained as part of the search.
- setReturnAttributes(Set) - Method in class com.sun.identity.idm.IdSearchControl
-
Set the return attribute names, if attributes of the entries need to be
obtained as part of the search.
- setReturnContext(boolean) - Method in class com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionQueryImpl
-
Sets the boolean value for this XML attribute
- setReturnContext(boolean) - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery
-
Sets the boolean value for this XML attribute
- setReturnPolicyIdList(boolean) - Method in class com.sun.identity.entitlement.xacml3.core.Request
-
Sets the value of the returnPolicyIdList property.
- setReturnUserDN(String) - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
TODO-JAVADOC
- setRevision(String) - Method in class com.sun.identity.policy.remote.PolicyService
-
Sets the service revision number for the Policy Service.
- setRevisionNumber(int) - Method in class com.sun.identity.sm.ServiceSchemaManager
-
iPlanet_PUBLIC-METHOD Sets the revision number for the service schema.
- setRightBrace(String) - Method in class com.sun.identity.tools.objects.MapFormat
-
Sets string used as right brace
- setRoleList(ListWrapper) - Method in class com.sun.identity.idsvcs.IdentityDetails
-
- setRoles(Collection) - Method in class com.iplanet.services.ldap.aci.ACI
-
Sets the collection of roles to which the ACI applies
- setRoles(String[]) - Method in class com.sun.identity.idsvcs.UserDetails
-
- setRoles(Subject, String) - Static method in class com.sun.identity.wss.security.WSSUtils
-
Sets the memberships for a given user into the JAAS Subject.
- setRoleType(int) - Method in interface com.iplanet.am.sdk.AMRole
-
Deprecated.
Sets the type of the role.
- setRootResourceRouter(ResourceRouter) - Method in class org.forgerock.openam.rest.RestHttpRouteProvider
-
- setRootServiceRouter(ServiceRouter) - Method in class org.forgerock.openam.rest.RestHttpRouteProvider
-
- setRootSuffix() - Method in class com.sun.identity.config.wizard.Step4
-
- setRootSuffixLink - Variable in class com.sun.identity.config.wizard.Step4
-
- setRouter(ResourceRouter) - Method in class org.forgerock.openam.sts.rest.service.RestSTSServiceHttpRouteProvider
-
- setRouters(ResourceRouter) - Method in class org.forgerock.openam.oauth2.rest.OAuth2RestHttpRouteProvider
-
- setRouters(ResourceRouter) - Method in class org.forgerock.openam.sts.publish.service.STSPublishServiceHttpRouteProvider
-
- setRouters(ResourceRouter) - Method in class org.forgerock.openam.sts.tokengeneration.service.TokenGenerationServiceHttpRouteProvider
-
- setRuleCombiningAlgId(String) - Method in class com.sun.identity.entitlement.xacml3.core.Policy
-
Sets the value of the ruleCombiningAlgId property.
- setRuleId(String) - Method in class com.sun.identity.entitlement.xacml3.core.Rule
-
Sets the value of the ruleId property.
- setRuleIdRef(String) - Method in class com.sun.identity.entitlement.xacml3.core.RuleCombinerParameters
-
Sets the value of the ruleIdRef property.
- setRunInfo(InstallRunInfo) - Method in class com.sun.identity.install.tools.configurator.Driver
-
- setRunnable(Runnable) - Method in class com.sun.identity.common.RunnableTimerTask
-
Assigns the runnable interface to this RunnableTimerTask
- setSAML1EndPointOperational(String) - Method in class com.sun.identity.monitoring.SsoServerSAML1SvcImpl
-
- setSAML2ReaderServiceURL(String) - Method in class com.sun.identity.cot.CircleOfTrustDescriptor
-
Sets reader service URL for SMALv2 protocol.
- setSAML2WriterServiceURL(String) - Method in class com.sun.identity.cot.CircleOfTrustDescriptor
-
Sets writer service URL for SAML2 protocol.
- setSAMLAttributeMapping(Set) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the list of SAML attribute mappings.
- setSAMLAttributeMapping(Set) - Method in class com.sun.identity.wss.provider.STSConfig
-
Sets the list of SAML attribute mappings.
- setSAMLAttributeMapping(Set) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Sets the list of SAML attribute mappings.
- setSAMLAttributeNamespace(String) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets SAML attribute namespace.
- setSAMLAttributeNamespace(String) - Method in class com.sun.identity.wss.provider.STSConfig
-
Sets SAML attribute namespace.
- setSAMLAttributeNamespace(String) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Sets SAML attribute namespace.
- setSAMLRequestElement(Element) - Method in class com.sun.identity.federation.services.fednsso.FSSSOBrowserArtifactProfileHandler
-
Sets SAML request element.
- setSandbox(GroovyValueFilter) - Method in class org.forgerock.openam.scripting.factories.GroovyEngineFactory
-
Sets the Groovy value filter to use for sandboxing scripts.
- setSaveIndex(Class) - Method in class com.sun.identity.entitlement.Application
-
Sets save index.
- setSaveIndex(Class) - Method in class com.sun.identity.entitlement.ApplicationType
-
Set save index generator.
- setSaveIndex(String) - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- setScope(Set<String>) - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Sets the scope.
- setScope(Set<String>) - Method in class org.forgerock.oauth2.core.StatefulRefreshToken
-
Sets the scope.
- setScope(Set<String>) - Method in class org.forgerock.oauth2.core.StatefulToken
-
Sets the scope.
- setScope(SearchScope) - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
Sets the search scope using an integer.
- setScopes(Set<String>) - Method in class org.forgerock.openam.uma.Permission
-
- setScopes(Set<String>) - Method in class org.forgerock.openam.uma.PermissionTicket
-
- setScoping(FSScoping) - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Sets the FSScoping object.
- setScoping(Scoping) - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
-
Sets the Scoping object.
- setScoping(Scoping) - Method in class com.sun.identity.saml2.protocol.impl.AuthnRequestImpl
-
Sets the Scoping object.
- setScript(String) - Method in class org.forgerock.openam.scripting.service.ScriptConfiguration.Builder
-
Set the script for the ScriptConfiguration.
- setScriptId(String) - Method in class org.forgerock.openam.entitlement.conditions.environment.ScriptCondition
-
Sets the script Id.
- setScriptName(String) - Method in class org.forgerock.openam.scripting.ScriptError
-
Set the name of the script in which the error occurred.
- setSearchable(String) - Method in class com.sun.identity.sm.AttributeSchema
-
Sets the attribute isSearchable, if value is set to true
,
or false.
- setSearchBase(Guid) - Method in class com.iplanet.ums.DynamicGroup
-
Sets the search base used to evaluate this dynamic group.
- setSearchBase(Guid) - Method in interface com.iplanet.ums.IDynamicMembership
-
Sets the search base used to evaluate this dynamic group.
- setSearchFilter(String) - Method in class com.iplanet.ums.AssignableDynamicGroup
-
Sets the search filter used to evaluate this dynamic group.
- setSearchFilter(String) - Method in class com.iplanet.ums.DynamicGroup
-
Sets the search filter used to evaluate this dynamic group.
- setSearchFilter(String) - Method in interface com.iplanet.ums.IDynamicMembership
-
Sets the search filter used to evaluate this dynamic group.
- setSearchFilter(String) - Method in class com.iplanet.ums.SearchTemplate
-
Sets the filter expression used to search for objects of this type, for
example, "objectclass=inetorgperson" or
"(&(objectclass=inetorgperson)(ou=accounting))"
- setSearchFilter(String, String) - Static method in class com.sun.identity.security.cert.AMCertStore
-
Return value of certificate subject DN
- setSearchFilter(String) - Method in class com.sun.identity.security.cert.AMLDAPCertStoreParameters
-
Set search filter for ldap search
- setSearchIndex(Class) - Method in class com.sun.identity.entitlement.Application
-
Sets search index generator.
- setSearchIndex(Class) - Method in class com.sun.identity.entitlement.ApplicationType
-
Set search index generator.
- setSearchIndex(String) - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- setSearchModifiers(IdSearchOpModifier, Map) - Method in class com.sun.identity.idm.IdSearchControl
-
Set the options for modifying the basic search filter in each plugin.
- setSearchScope(int) - Method in class com.iplanet.am.sdk.AMSearchControl
-
Deprecated.
Sets the search scope in AMSearchControl.
- setSearchScope(int) - Method in class com.iplanet.ums.DynamicGroup
-
Sets the search scope used to evaluate this dynamic group.
- setSearchScope(int) - Method in interface com.iplanet.ums.IDynamicMembership
-
Sets the search scope used to evaluate this dynamic group.
- setSearchScope(int) - Method in class com.iplanet.ums.SearchControl
-
Sets the search scope in SearchControl.
- setSecondaryKey(String) - Method in class org.forgerock.openam.session.model.AMRootEntity
-
- setSecondQuery(Q2) - Method in class org.forgerock.openam.oauth2.rest.AggregateQuery
-
- setSecret(String) - Method in class com.iplanet.dpro.session.share.SessionInfo
-
- setSecret(byte[]) - Method in class com.sun.identity.wss.trust.BinarySecret
-
Sets the secret
- setSecret(String) - Method in class org.forgerock.openam.radius.server.config.ClientConfig
-
Set the shared secret used by both client and server for encryption and decryption and signing of the packets.
- setSecret(byte[]) - Method in class org.forgerock.openam.services.push.dispatch.SignedJwtVerificationPredicate
-
Sets the secret for this predicate.
- setSecret(byte[]) - Method in class org.forgerock.openam.services.push.utils.HS256Helper
-
Sets the secret.
- setSecretKeyEntry(String, String) - Method in class org.forgerock.openam.utils.AMKeyProvider
-
Store a secret (typically a password) in the keystore
The secret is protected with the same password as the keystore itself.
- setSectorIdentifierUri(String) - Method in class org.forgerock.openidconnect.ClientBuilder
-
Sets the sector identifier uri.
- setSectorIdUri(String) - Method in class org.forgerock.openidconnect.Client
-
Sets the sector id uri.
- setSecure(boolean) - Method in class com.sun.identity.security.cert.AMLDAPCertStoreParameters
-
Set ldap port is secure
- setSecure(boolean) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteCookie
-
Sets the secure flag of the cookie updating the underlying cookie
representation if present.
- setSecurityAssertion(SecurityAssertion) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
-
Sets the Security Assertion.
- setSecurityContext(SecurityContext) - Method in class com.sun.identity.wss.security.handler.SecureSOAPMessage
-
- setSecurityMech(String) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
-
Sets the security mechanism.
- setSecurityMechanism(SecurityMechanism) - Method in class com.sun.identity.wss.security.handler.SecureSOAPMessage
-
Sets the security mechanism for securing the soap message.
- setSecurityMechanisms(List) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the list of security mechanisms.
- setSecurityMechanisms(List) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Sets the list of security mechanisms.
- setSecurityMechanisms(List) - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Sets the list of security mechanisms.
- setSecurityMechIDs(List) - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
-
Sets a list of value of SecurityMechID element.
- setSecurityMechs(List) - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Sets the list of security mechanisms that the trust authority supports.
- setSecurityPolicyValidatedTokenConfiguration(Set<TokenValidationConfig>) - Method in class org.forgerock.openam.sts.soap.config.user.SoapSTSInstanceConfig.SoapSTSInstanceConfigBuilderBase
-
- setSecurityProfileType(int) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Sets security profile type.
- setSecurityQuestions(Map<String, Map<String, String>>) - Method in class org.forgerock.openam.selfservice.KbaResource.KbaBuilder
-
Set the security questions.
- setSecurityToken(SecurityToken) - Method in class com.sun.identity.wss.security.handler.SecureSOAPMessage
-
Sets the security token for securing the soap message.
- setSecurityTokenReference(SecurityTokenReferenceType) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenKeyInfoTypeImpl
-
- setSecurityTokenReference(SecurityTokenReferenceType) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.TokenKeyInfoType
-
Sets the value of the securityTokenReference property.
- setSeed(byte[]) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.DSAKeyValueType
-
Sets the value of the seed property.
- setSeed(byte[]) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- setSeed(byte[]) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.DSAKeyValueType
-
Sets the value of the seed property.
- setSeed(byte[]) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- setSelect(String) - Method in class com.sun.identity.liberty.ws.dst.DSTModification
-
Sets select element
- setSenderIdentity(NameIdentifier) - Method in class com.sun.identity.wss.security.AssertionTokenSpec
-
Sets the sender identity
- setSenderIdentity(String) - Method in class com.sun.identity.wss.security.handler.SecureSOAPMessage
-
- setSenderIdentity(NameID) - Method in class com.sun.identity.wss.security.SAML2TokenSpec
-
Sets the sender identity
- setSendWasCalled(boolean) - Method in class org.forgerock.openam.radius.server.RadiusRequestContext
-
Marks this context as having already sent a response to its associated request object or not based upon the
passed-in boolean value.
- setSeparator(String) - Method in class com.sun.identity.install.tools.configurator.SingleLineOptions
-
- setSerializedInternalSessionBlob(byte[]) - Method in class org.forgerock.openam.session.model.AMRootEntity
-
- setSerialNo(AttributeExtensibleURI) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceTokenTypeImpl
-
- setSerialNo(AttributeExtensibleURI) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.ReferenceTokenType
-
Sets the value of the serialNo property.
- SetServerConfigXML - Class in com.sun.identity.cli.serverconfig
-
Set server configuration XML.
- SetServerConfigXML() - Constructor for class com.sun.identity.cli.serverconfig.SetServerConfigXML
-
- setServerConfigXML(SSOToken, String, String) - Static method in class com.sun.identity.common.configuration.ServerConfiguration
-
Sets server configuration XML.
- setServerCookie(Cookie, HttpServletRequest, HttpServletResponse) - Static method in class com.sun.identity.authentication.client.AuthClientUtils
-
Sets server cookie to HttpServletResponse object
- setServerID(String) - Method in class com.iplanet.dpro.session.SessionID
-
Sets the server info by making a naming request by passing
its id which is in session id and parses it.
- setServerInstance(SSOToken, String, Map) - Static method in class com.sun.identity.common.configuration.ServerConfiguration
-
Sets configuration to a server instance.
- setServerInstanceName(String) - Static method in class com.iplanet.am.util.SystemProperties
-
Sets the server instance name of which properties are retrieved
to initialized this object.
- setServerLocatorHandler(InstallRunInfo) - Method in class com.sun.identity.install.tools.configurator.Driver
-
- setServerMechanism(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
-
Deprecated.
Sets value of mechanism attribute.
- setServerSite(SSOToken, String, String) - Static method in class com.sun.identity.common.configuration.ServerConfiguration
-
Sets site name of which server belongs to.
- setService(String) - Method in class com.sun.identity.liberty.ws.paos.PAOSRequest
-
Sets the value of the service attribute.
- setService(String) - Method in class org.forgerock.openam.session.model.AMRootEntity
-
- setServiceAttributes(String, Map) - Method in class com.sun.identity.idm.IdRepoListener
-
Stores service's dynamic attributes within the IdRepo plugin
configuration.
- setServiceConfigValues(IHttpServletRequest) - Static method in class com.sun.identity.setup.ServicesDefaultValues
-
This method validates the form fields and populates the
map with valid values.
- setServiceHierarchy(String) - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Sets the service's hierarchy
- setServiceInstance(ServiceInstance) - Method in class com.sun.identity.liberty.ws.disco.ResourceOffering
-
Sets service instance.
- setServiceInstanceUpdateHeader(ServiceInstanceUpdateHeader) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Sets the ServiceInstanceUpdateHeader.
- setServiceInstanceUpdateHeader(ServiceInstanceUpdateHeader) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
Sets ServiceInstanceUpdateHeader.
- setServiceName(String) - Method in class com.sun.identity.delegation.DelegationPermission
-
Sets the service name in the permission
- setServiceName(String) - Method in class com.sun.identity.policy.remote.PolicyChangeNotification
-
Sets the service name to which this notification is sent.
- setServiceName(String) - Method in class com.sun.identity.policy.remote.PolicyListenerRequest
-
Sets the service name on which this listener listens
- setServiceName(String) - Method in class com.sun.identity.policy.remote.RemoveListenerRequest
-
Sets the service name on which this listener listens.
- setServiceName(String) - Method in class com.sun.identity.policy.remote.ResourceResultRequest
-
Sets the service name of the request.
- setServiceNameRef(QName) - Method in class com.sun.identity.liberty.ws.disco.Description
-
Sets WSDL service name reference.
- setServicePrincipal(String) - Method in class com.sun.identity.wss.security.KerberosTokenSpec
-
- setServiceRevision(String, String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Sets the service revision number.
- SetServiceRevisionNumber - Class in com.sun.identity.cli.schema
-
Set service schema's revision number.
- SetServiceRevisionNumber() - Constructor for class com.sun.identity.cli.schema.SetServiceRevisionNumber
-
- SetServiceSchemaI18nKey - Class in com.sun.identity.cli.schema
-
Sets service schema i18n key.
- SetServiceSchemaI18nKey() - Constructor for class com.sun.identity.cli.schema.SetServiceSchemaI18nKey
-
- SetServiceSchemaPropertiesViewBeanURL - Class in com.sun.identity.cli.schema
-
Sets service schema properties view bean URL.
- SetServiceSchemaPropertiesViewBeanURL() - Constructor for class com.sun.identity.cli.schema.SetServiceSchemaPropertiesViewBeanURL
-
- setServiceStatus(String, String) - Method in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Set the status of the service for this entity (User/Organization
/Group/Organizational Unit).
- setServiceType(String) - Method in class com.sun.identity.liberty.ws.disco.RequestedService
-
Sets service type.
- setServiceType(String) - Method in class com.sun.identity.liberty.ws.disco.ServiceInstance
-
Sets service type.
- setServiceType(String) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the service type.
- setServiceTypeName(String) - Method in class com.sun.identity.policy.PolicyDecisionCacheListener
-
Sets the service name on which this listener listens
- setServletContext(ServletContext) - Method in class com.sun.identity.authentication.service.AuthD
-
Sets the Servlet Context.
- setSession(InternalSession) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets the internal session for the request.
- setSession(Object) - Method in class com.sun.identity.saml2.profile.IDPSession
-
Sets the session object.
- setSession(String) - Method in class org.forgerock.oauth2.core.OAuth2Request
-
Sets the user's session for this request.
- setSession(Object) - Method in class org.forgerock.openam.saml2.IDPSSOFederateRequest
-
Sets the current session.
- setSessionContext(SessionContext) - Method in class com.sun.identity.liberty.ws.security.ResourceAccessStatement
-
Sets the SessionContext for this
ResourceAccessStatement object.
- setSessionEventUrls(Set<String>) - Method in class com.iplanet.dpro.session.share.SessionInfo
-
- setSessionHandle(String) - Method in class com.iplanet.dpro.session.service.InternalSession
-
Used during session deserialization.
- setSessionID(String) - Method in class com.iplanet.dpro.session.share.SessionInfo
-
- setSessionID(String) - Method in class com.iplanet.services.comm.share.Request
-
Sets the session ID of the request.
- setSessionId(String) - Method in class com.iplanet.services.naming.share.NamingRequest
-
Sets the session ID.
- setSessionId(String) - Method in class org.forgerock.openam.sts.soap.OpenAMSessionTokenCallback
-
- setSessionIndex(String) - Method in class com.sun.identity.federation.message.FSAuthenticationStatement
-
Deprecated.
Sets the SessionIndex attribute.
- setSessionIndex(String) - Method in class com.sun.identity.federation.message.FSLogoutNotification
-
Deprecated.
Sets value of SessionIndex attribute.
- setSessionIndex(String) - Method in class com.sun.identity.federation.services.FSSession
-
Sets session index.
- setSessionIndex(String) - Method in interface com.sun.identity.saml2.assertion.AuthnStatement
-
Sets the value of the SessionIndex attribute.
- setSessionIndex(String) - Method in class com.sun.identity.saml2.assertion.impl.AuthnStatementImpl
-
Sets the value of the SessionIndex attribute.
- setSessionIndex(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthnStatementType
-
Sets the value of the sessionIndex property.
- setSessionIndex(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementTypeImpl
-
- setSessionIndex(String) - Method in class com.sun.identity.saml2.profile.ResponseInfo
-
Sets SessionIndex.
- setSessionIndex(String) - Method in interface com.sun.identity.saml2.protocol.AuthnQuery
-
Sets the value of SessionIndex attribute.
- setSessionIndex(String) - Method in class com.sun.identity.saml2.protocol.impl.AuthnQueryImpl
-
Sets the value of SessionIndex attribute.
- setSessionIndex(List) - Method in class com.sun.identity.saml2.protocol.impl.LogoutRequestImpl
-
Sets the value of the SessionIndex property.
- setSessionIndex(List) - Method in interface com.sun.identity.saml2.protocol.LogoutRequest
-
Sets the value of the SessionIndex property.
- setSessionIndex(String) - Method in class org.forgerock.openam.authentication.modules.saml2.SAML2ResponseData
-
Sets the sessionIndex value.
- setSessionInfo(List<SessionInfo>) - Method in class com.iplanet.dpro.session.share.SessionResponse
-
Sets the SessionInfo.
- setSessionList(String, List) - Method in class com.sun.identity.federation.services.FSSessionManager
-
Sets session list.
- setSessionNotOnOrAfter(Date) - Method in interface com.sun.identity.saml2.assertion.AuthnStatement
-
Sets the value of the SessionNotOnOrAfter attribute.
- setSessionNotOnOrAfter(Date) - Method in class com.sun.identity.saml2.assertion.impl.AuthnStatementImpl
-
Sets the value of the SessionNotOnOrAfter attribute.
- setSessionNotOnOrAfter(Calendar) - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthnStatementType
-
Sets the value of the sessionNotOnOrAfter property.
- setSessionNotOnOrAfter(Calendar) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementTypeImpl
-
- setSessionServiceDependencies(SessionService, SessionServiceConfig, InternalSessionEventBroker, SessionUtilsWrapper, SessionConstraint, Debug) - Method in class com.iplanet.dpro.session.service.InternalSession
-
The SessionService is not restored during deserialisation.
- setSessionsForGivenUUID(Map) - Method in class com.iplanet.dpro.session.share.SessionResponse
-
Sets the Sessions.
- setSessionSubject(SessionSubject) - Method in class com.sun.identity.liberty.ws.security.SessionContext
-
Sets the SessionSubject object.
- setSessionTrackingId(String) - Method in class org.forgerock.openam.saml2.audit.SAML2Auditor
-
- setSessionTrackingId(String) - Method in interface org.forgerock.openam.saml2.audit.SAML2EventLogger
-
- setSessionType(String) - Method in class com.iplanet.dpro.session.share.SessionInfo
-
- setSessionUpgrade(boolean) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets session upgrade.
- setSet_13(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- setSet_13(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct_SOAPBuilder
-
- setSet_2(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_RequestStruct
-
- setSet_2(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_RequestStruct_SOAPBuilder
-
- setSet_2(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_RequestStruct
-
- setSet_2(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_RequestStruct_SOAPBuilder
-
- setSet_2(Set) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion_RequestStruct
-
- setSet_2(Set) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion_RequestStruct_SOAPBuilder
-
- setSet_2(Set) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_RequestStruct
-
- setSet_2(Set) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_RequestStruct_SOAPBuilder
-
- setSet_3(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_RequestStruct
-
- setSet_3(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_RequestStruct_SOAPBuilder
-
- setSet_3(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_RequestStruct
-
- setSet_3(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_RequestStruct_SOAPBuilder
-
- setSet_3(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_RequestStruct
-
- setSet_3(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_RequestStruct_SOAPBuilder
-
- setSet_3(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_RequestStruct
-
- setSet_3(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_RequestStruct_SOAPBuilder
-
- setSet_3(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_RequestStruct
-
- setSet_3(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_RequestStruct_SOAPBuilder
-
- setSet_3(Set) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_RequestStruct
-
- setSet_3(Set) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_RequestStruct_SOAPBuilder
-
- setSet_4(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct
-
- setSet_4(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct_SOAPBuilder
-
- setSet_4(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct
-
- setSet_4(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setSet_4(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct
-
- setSet_4(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct_SOAPBuilder
-
- setSet_4(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct
-
- setSet_4(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setSet_5(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct
-
- setSet_5(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setSet_5(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct
-
- setSet_5(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setSet_5(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct
-
- setSet_5(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct_SOAPBuilder
-
- setSet_6(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- setSet_6(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct_SOAPBuilder
-
- setSet_8(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct
-
- setSet_8(Set) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct_SOAPBuilder
-
- setSet_8(Set) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct
-
- setSet_8(Set) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct_SOAPBuilder
-
- setSet_8(Set) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct
-
- setSet_8(Set) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct_SOAPBuilder
-
- SetSetupProgress - Class in com.sun.identity.setup
-
- SetSetupProgress() - Constructor for class com.sun.identity.setup.SetSetupProgress
-
- setSharedSecret(String) - Method in class org.forgerock.openam.core.rest.devices.oath.OathDeviceSettings
-
Set the secret value which is shared between the OATH device and an authenticating module.
- setSharedSecret(String) - Method in class org.forgerock.openam.core.rest.devices.push.PushDeviceSettings
-
Set the secret value which is shared between the Push device and an authenticating module.
- setSharedState(Map) - Method in class com.sun.identity.authentication.service.LoginState
-
- setSharedStateEnabled(boolean) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Updates shared state for the module
- setShowUsernameEnabled(boolean) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig.ForgottenUsernameBuilder
-
Sets whether show username is enabled.
- setSibling(TreeNode) - Method in class org.forgerock.openam.entitlement.utils.indextree.treenodes.BasicTreeNode
-
- setSibling(TreeNode) - Method in class org.forgerock.openam.entitlement.utils.indextree.treenodes.RootNode
-
The root node can not have a sibling node.
- setSibling(TreeNode) - Method in interface org.forgerock.openam.entitlement.utils.indextree.treenodes.TreeNode
-
Sets the sibling tree node.
- setSignature(Element) - Method in class com.sun.identity.federation.message.FSAssertion
-
Deprecated.
Sets the Element's signature.
- setSignature(Element) - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Sets the Signature of the Element passed.
- setSignature(Element) - Method in class com.sun.identity.federation.message.FSAuthnResponse
-
Deprecated.
Sets the Element signature.
- setSignature(Element) - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
-
Deprecated.
Sets the Element signature.
- setSignature(Element) - Method in class com.sun.identity.federation.message.FSLogoutNotification
-
Deprecated.
Sets the Element signature.
- setSignature(Element) - Method in class com.sun.identity.federation.message.FSLogoutResponse
-
Deprecated.
Sets the Signature.
- setSignature(Element) - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
-
Deprecated.
Sets the Signature.
- setSignature(Element) - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
-
Deprecated.
Sets the Signature.
- setSignature(Element) - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Sets the signature for the Request
- setSignature(Element) - Method in class com.sun.identity.saml.protocol.AbstractRequest
-
Set the signature for the Request
- setSignature(Element) - Method in class com.sun.identity.saml.protocol.AbstractResponse
-
Set the signature for the Response.
- setSignature(Element) - Method in class com.sun.identity.saml.protocol.Request
-
Set the signature for the Response.
- setSignature(Element) - Method in class com.sun.identity.saml.protocol.Response
-
Set the signature for the Response.
- setSignature(SignatureType) - Method in interface com.sun.identity.saml2.jaxb.assertion.AssertionType
-
Sets the value of the signature property.
- setSignature(SignatureType) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionTypeImpl
-
- setSignature(SignatureType) - Method in interface com.sun.identity.saml2.jaxb.entityconfig.EntityConfigType
-
Sets the value of the signature property.
- setSignature(SignatureType) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.EntityConfigTypeImpl
-
- setSignature(SignatureType) - Method in interface com.sun.identity.saml2.jaxb.metadata.AffiliationDescriptorType
-
Sets the value of the signature property.
- setSignature(SignatureType) - Method in interface com.sun.identity.saml2.jaxb.metadata.EntitiesDescriptorType
-
Sets the value of the signature property.
- setSignature(SignatureType) - Method in interface com.sun.identity.saml2.jaxb.metadata.EntityDescriptorType
-
Sets the value of the signature property.
- setSignature(SignatureType) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorTypeImpl
-
- setSignature(SignatureType) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntitiesDescriptorTypeImpl
-
- setSignature(SignatureType) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl
-
- setSignature(SignatureType) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl
-
- setSignature(SignatureType) - Method in interface com.sun.identity.saml2.jaxb.metadata.RoleDescriptorType
-
Sets the value of the signature property.
- setSignature(SignatureType) - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.FederationConfigType
-
Sets the value of the signature property.
- setSignature(SignatureType) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.FederationConfigTypeImpl
-
- setSignatureMethod(SignatureMethodType) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignedInfoTypeImpl
-
- setSignatureMethod(SignatureMethodType) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignedInfoType
-
Sets the value of the signatureMethod property.
- setSignatureMethod(SignatureMethodType) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignedInfoTypeImpl
-
- setSignatureMethod(SignatureMethodType) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignedInfoType
-
Sets the value of the signatureMethod property.
- setSignatureValue(SignatureValueType) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureTypeImpl
-
- setSignatureValue(SignatureValueType) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignatureType
-
Sets the value of the signatureValue property.
- setSignatureValue(SignatureValueType) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureTypeImpl
-
- setSignatureValue(SignatureValueType) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignatureType
-
Sets the value of the signatureValue property.
- setSignedElements(List) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the signed elements
- setSignedElements(List) - Method in class com.sun.identity.wss.provider.STSConfig
-
Sets the signed elements
- setSignedElements(List) - Method in class com.sun.identity.wss.security.handler.SecureSOAPMessage
-
- setSignedElements(List) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Sets the signed elements
- setSignedElements(List) - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Sets the signed elements
- setSignedInfo(SignedInfoType) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureTypeImpl
-
- setSignedInfo(SignedInfoType) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignatureType
-
Sets the value of the signedInfo property.
- setSignedInfo(SignedInfoType) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureTypeImpl
-
- setSignedInfo(SignedInfoType) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignatureType
-
Sets the value of the signedInfo property.
- setSignFlag(boolean) - Method in class com.sun.identity.liberty.ws.soapbinding.ConsentHeader
-
Sets the value of the signFlag.
- setSignFlag(boolean) - Method in class com.sun.identity.liberty.ws.soapbinding.ProcessingContextHeader
-
Sets the sign flag.
- setSignFlag(boolean) - Method in class com.sun.identity.liberty.ws.soapbinding.ProviderHeader
-
Sets the sign flag.
- setSignFlag(boolean) - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
-
Sets the sign flag.
- setSignFlag(boolean) - Method in class com.sun.identity.liberty.ws.soapbinding.UsageDirectiveHeader
-
Sets the sign flag.
- setSigningAlias(String) - Method in class com.sun.identity.wss.security.AssertionTokenSpec
-
Sets the signing cert alias.
- setSigningAlias(String) - Method in class com.sun.identity.wss.security.SAML2TokenSpec
-
Sets the signing cert alias.
- setSigningCertAlias(String) - Method in class com.sun.identity.wss.security.handler.SecurityContext
-
Sets the signing certificate alias.
- setSigningKey(Key) - Method in class com.sun.identity.wss.security.handler.SecurityContext
-
Sets the signing key
- setSigningRef(String) - Method in class com.sun.identity.wss.security.handler.SecurityContext
-
Sets the signing reference type.
- setSigningRefType(String) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the signing reference type.
- setSigningRefType(String) - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Sets the signing reference type.
- setSigningRefType(String) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Set signing reference type.
- setSigningRefType(String) - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Set signing reference type.
- setSignOutBasis(SignOutBasisType) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutTypeImpl
-
- setSignOutBasis(SignOutBasisType) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.SignOutType
-
Sets the value of the signOutBasis property.
- setSingleLogoutProtocol(String) - Method in class com.sun.identity.federation.services.logout.FSSingleLogoutHandler
-
Sets the single logout protocol to be used.
- setSingleUse(boolean) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestPseudonymTypeImpl
-
- setSingleUse(boolean) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.RequestPseudonymType
-
Sets the value of the singleUse property.
- SetSiteFailoverURLs - Class in com.sun.identity.cli.serverconfig
-
Set secondary URLs of a site.
- SetSiteFailoverURLs() - Constructor for class com.sun.identity.cli.serverconfig.SetSiteFailoverURLs
-
- setSiteID(SSOToken, String, String) - Static method in class com.sun.identity.common.configuration.SiteConfiguration
-
Sets the ID of a site.
- SetSiteID - Class in org.forgerock.openam.cli.serverconfig
-
CLI hook for settings the ID of a site
- SetSiteID() - Constructor for class org.forgerock.openam.cli.serverconfig.SetSiteID
-
- SetSitePrimaryURL - Class in com.sun.identity.cli.serverconfig
-
Set primary URL of a site.
- SetSitePrimaryURL() - Constructor for class com.sun.identity.cli.serverconfig.SetSitePrimaryURL
-
- setSitePrimaryURL(SSOToken, String, String) - Static method in class com.sun.identity.common.configuration.SiteConfiguration
-
Sets the primary URL of a site.
- setSiteSecondaryURLs(SSOToken, String, Collection) - Static method in class com.sun.identity.common.configuration.SiteConfiguration
-
Sets the secondary URLs of a site.
- setSizeLimit(int) - Method in class org.forgerock.openam.cts.api.filter.TokenFilter
-
- setSmsRequestHandlerFactory(SmsRequestHandlerFactory) - Method in class org.forgerock.openam.core.rest.SmsRestRouteProvider
-
- setSmsServerPropertiesResourceFactory(SmsServerPropertiesResourceFactory) - Method in class org.forgerock.openam.core.rest.SmsRestRouteProvider
-
- setSoapAction(String) - Method in class com.sun.identity.liberty.ws.disco.Description
-
Sets SOAP action.
- setSOAPAction(String) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
-
Sets SOAP Action such as query or modify
- setSoapAction(String) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.ProblemActionTypeImpl
-
- setSoapAction(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsaddr.ProblemActionType
-
Sets the value of the soapAction property.
- setSOAPBodies(List) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Sets a list of SOAP bodies.
- setSOAPBody(Element) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Sets a SOAP body.
- setSOAPEndPoint(String) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
-
Sets the SOAP Endpoint.
- setSOAPFault(SOAPFault) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Sets the SOAPFault.
- setSOAPMessage(SOAPMessage) - Method in class com.sun.identity.federation.services.fednsso.FSSSOBrowserArtifactProfileHandler
-
Sets SOAP message.
- setSOAPMessage(SOAPMessage) - Method in class com.sun.identity.wss.security.handler.SecureSOAPMessage
-
Sets the secured SOAP message.
- setSortingField(String) - Method in class com.sun.identity.log.LogQuery
-
Set the field name on which records to be sorted.
- setSortKeys(String[]) - Method in class com.iplanet.am.sdk.AMSearchControl
-
Deprecated.
Set sort order based on attribute names.
- setSortKeys(String[]) - Method in class com.iplanet.ums.SearchControl
-
Set sort order based on attribute names.
- setSortKeys(SortKey[]) - Method in class com.iplanet.ums.SearchControl
-
Set sort order based on SortKey
- setSPDescriptor(SPDescriptorType) - Method in class com.sun.identity.federation.services.fednsso.FSSSOAndFedHandler
-
Sets remote SP provider descriptor.
- setSpEntityID(String) - Method in class org.forgerock.openam.saml2.IDPSSOFederateRequest
-
Sets the current SP Entity ID.
- setSPNameQualifier(String) - Method in interface com.sun.identity.saml2.assertion.BaseIDAbstract
-
Sets the SP name qualifier
- setSPNameQualifier(String) - Method in class com.sun.identity.saml2.assertion.impl.BaseIDAbstractImpl
-
Sets the SP name qualifier
- setSPNameQualifier(String) - Method in class com.sun.identity.saml2.assertion.impl.NameIDTypeImpl
-
Sets the SP name qualifier
- setSPNameQualifier(String) - Method in interface com.sun.identity.saml2.assertion.NameIDType
-
Sets the SP name qualifier
- setSPNameQualifier(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.BaseIDAbstractType
-
Sets the value of the spNameQualifier property.
- setSPNameQualifier(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.BaseIDAbstractTypeImpl
-
- setSPNameQualifier(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.NameIDTypeImpl
-
- setSPNameQualifier(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.NameIDType
-
Sets the value of the spNameQualifier property.
- setSPNameQualifier(String) - Method in class com.sun.identity.saml2.protocol.impl.NameIDPolicyImpl
-
Sets the value of SPNameQualifier attribute.
- setSPNameQualifier(String) - Method in interface com.sun.identity.saml2.protocol.NameIDPolicy
-
Sets the value of SPNameQualifier attribute.
- setSPProvidedID(String) - Method in class com.sun.identity.saml2.assertion.impl.NameIDTypeImpl
-
Sets the SP provided ID
- setSPProvidedID(String) - Method in interface com.sun.identity.saml2.assertion.NameIDType
-
Sets the SP provided ID
- setSPProvidedID(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.NameIDTypeImpl
-
- setSPProvidedID(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.NameIDType
-
Sets the value of the spProvidedID property.
- setSPProvidedNameIdentifier(SPProvidedNameIdentifier) - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
-
Deprecated.
Sets the Service Provider's NameIdentifier.
- setSSL() - Method in class com.sun.identity.config.wizard.Step4
-
- setSSLLink - Variable in class com.sun.identity.config.wizard.Step4
-
- setSsoServerLoggingBufferSize(long) - Method in class com.sun.identity.monitoring.SsoServerLoggingSvcImpl
-
Setter for the "LoggingBufferSize" variable.
- setSsoServerLoggingBufferTime(long) - Method in class com.sun.identity.monitoring.SsoServerLoggingSvcImpl
-
Setter for the "LoggingBufferTime" variable.
- setSsoServerLoggingLocation(String) - Method in class com.sun.identity.monitoring.SsoServerLoggingSvcImpl
-
Setter for the "LoggingLocation" variable.
- setSsoServerLoggingLoggers(Integer) - Method in class com.sun.identity.monitoring.SsoServerLoggingSvcImpl
-
Setter for the "LoggingLoggers" variable.
- setSsoServerLoggingMaxLogSize(long) - Method in class com.sun.identity.monitoring.SsoServerLoggingSvcImpl
-
Setter for the "LoggingMaxLogSize" variable.
- setSsoServerLoggingNumberHistoryFiles(long) - Method in class com.sun.identity.monitoring.SsoServerLoggingSvcImpl
-
Setter for the "LoggingNumberHistoryFiles" variable.
- setSsoServerLoggingRecsRejected(long) - Method in class com.sun.identity.monitoring.SsoServerLoggingSvcImpl
-
Setter for the "LoggingRecsRejected" variable.
- setSsoServerLoggingSecure(String) - Method in class com.sun.identity.monitoring.SsoServerLoggingSvcImpl
-
Setter for the "LoggingSecure" variable.
- setSsoServerLoggingTimeBuffering(String) - Method in class com.sun.identity.monitoring.SsoServerLoggingSvcImpl
-
Setter for the "LoggingTimeBuffering" variable.
- setSsoServerLoggingType(String) - Method in class com.sun.identity.monitoring.SsoServerLoggingSvcImpl
-
Setter for the "LoggingType" variable.
- setSsoToken(SSOToken) - Method in class com.iplanet.services.comm.server.PLLAuditor
-
Provide SSOToken of originating client in order to lookup session trackingId and realm.
- setSSOToken() - Method in class com.sun.identity.authentication.server.AuthXMLResponse
-
Sets SSOToken
- setSSOToken(Object) - Static method in class com.sun.identity.wss.security.handler.ThreadLocalService
-
- setSSOTokenId(Object) - Method in class org.forgerock.openam.saml2.audit.SAML2Auditor
-
- setSSOTokenId(Object) - Method in interface org.forgerock.openam.saml2.audit.SAML2EventLogger
-
- setStagingDir(String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Sets the location of the staging directory.
- setStartDate(String) - Method in class org.forgerock.openam.entitlement.conditions.environment.SimpleTimeCondition
-
- setStartDay(String) - Method in class org.forgerock.openam.entitlement.conditions.environment.SimpleTimeCondition
-
- setStartFromLastFlag(boolean) - Method in class com.sun.identity.install.tools.configurator.Driver.ExecutionStatus
-
- setStartLoc(String) - Method in class com.sun.identity.security.cert.AMLDAPCertStoreParameters
-
Set ldap search start loc
- setStartRange(String) - Method in class com.sun.identity.sm.AttributeSchema
-
Sets the start range attribute.
- setStartTime(String) - Method in class org.forgerock.openam.entitlement.conditions.environment.SimpleTimeCondition
-
- setState(SessionState) - Method in class com.iplanet.dpro.session.service.InternalSession
-
- setState(SessionState) - Method in class com.iplanet.dpro.session.Session
-
- setState(String) - Method in class com.iplanet.dpro.session.share.SessionInfo
-
- setState(String) - Method in class com.sun.identity.entitlement.AnyUserSubject
-
Deprecated.
- setState(String) - Method in class com.sun.identity.entitlement.AttributeLookupCondition
-
Sets state of the object
- setState(String) - Method in class com.sun.identity.entitlement.AttributeSubject
-
Sets state of the object
- setState(String) - Method in interface com.sun.identity.entitlement.EntitlementCondition
-
Sets state of this object from a JSON string.
- setState(JSONObject) - Method in class com.sun.identity.entitlement.EntitlementConditionAdaptor
-
- setState(String) - Method in interface com.sun.identity.entitlement.EntitlementSubject
-
Sets state of this object from a JSON string.
- setState(String) - Method in class com.sun.identity.entitlement.EntitlementSubjectImpl
-
Deprecated.
Sets state of the object
- setState(String) - Method in class com.sun.identity.entitlement.JwtClaimSubject
-
- setState(String) - Method in class com.sun.identity.entitlement.LogicalCondition
-
Sets state of the object
- setState(String) - Method in class com.sun.identity.entitlement.LogicalSubject
-
Sets state of the object
- setState(String) - Method in class com.sun.identity.entitlement.NoSubject
-
- setState(String) - Method in class com.sun.identity.entitlement.NotCondition
-
Sets state of the object
- setState(String) - Method in class com.sun.identity.entitlement.NotSubject
-
Sets state of the object
- setState(String) - Method in class com.sun.identity.entitlement.NumericAttributeCondition
-
- setState(String) - Method in class com.sun.identity.entitlement.opensso.PolicyCondition
-
Sets the state of this condition.
- setState(String) - Method in class com.sun.identity.entitlement.opensso.PolicyResponseProvider
-
Given a JSON state representation, updates the class appropriately
- setState(String) - Method in class com.sun.identity.entitlement.opensso.PolicySubject
-
Sets states
- setState(String) - Method in interface com.sun.identity.entitlement.ResourceAttribute
-
Sets state of this object from a JSON string.
- setState(String) - Method in class com.sun.identity.entitlement.StaticAttributes
-
Sets the state of the object.
- setState(String) - Method in class com.sun.identity.entitlement.StringAttributeCondition
-
- setState(String) - Method in class com.sun.identity.entitlement.UserAttributes
-
Sets the state of the object.
- setState(String) - Method in class org.forgerock.openam.entitlement.CachingEntitlementCondition
-
Sets state of this object from a JSON string.
- setState(String) - Method in class org.forgerock.openam.entitlement.conditions.environment.AMIdentityMembershipCondition
-
Sets state of this object from a JSON string.
- setState(String) - Method in class org.forgerock.openam.entitlement.conditions.environment.AuthenticateToRealmCondition
-
Sets state of this object from a JSON string.
- setState(String) - Method in class org.forgerock.openam.entitlement.conditions.environment.AuthenticateToServiceCondition
-
Sets state of this object from a JSON string.
- setState(String) - Method in class org.forgerock.openam.entitlement.conditions.environment.AuthLevelCondition
-
Sets state of this object from a JSON string.
- setState(String) - Method in class org.forgerock.openam.entitlement.conditions.environment.AuthSchemeCondition
-
Sets state of this object from a JSON string.
- setState(String) - Method in class org.forgerock.openam.entitlement.conditions.environment.LDAPFilterCondition
-
Sets state of this object from a JSON string.
- setState(String) - Method in class org.forgerock.openam.entitlement.conditions.environment.OAuth2ScopeCondition
-
Sets state of this object from a JSON string.
- setState(String) - Method in class org.forgerock.openam.entitlement.conditions.environment.ResourceEnvIPCondition
-
- setState(String) - Method in class org.forgerock.openam.entitlement.conditions.environment.ScriptCondition
-
- setState(String) - Method in class org.forgerock.openam.entitlement.conditions.environment.SessionCondition
-
Sets state of this object from a JSON string.
- setState(String) - Method in class org.forgerock.openam.entitlement.conditions.environment.SessionPropertyCondition
-
Sets state of this object from a JSON string.
- setState(String) - Method in class org.forgerock.openam.entitlement.conditions.environment.SimpleTimeCondition
-
Sets state of this object from a JSON string.
- setState(String) - Method in class org.forgerock.openam.entitlement.conditions.subject.AuthenticatedUsers
-
Sets state of this object from a JSON string.
- setState(String) - Method in class org.forgerock.openam.entitlement.conditions.subject.IdentitySubject
-
Sets state of this object from a JSON string.
- setState(ModuleState) - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
Sets a screen state for retrieval by a client.
- setState(int) - Method in class org.forgerock.openam.session.model.AMRootEntity
-
- setStateAccess(PersistentStateAccess) - Method in class com.sun.identity.install.tools.configurator.InstallState
-
- setStatements(List<Object>) - Method in interface com.sun.identity.saml2.assertion.Assertion
-
Sets the statements of the assertion
- setStatements(List<Object>) - Method in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
Sets the statements of the assertion
- setStats(int) - Method in class com.sun.identity.shared.stats.Stats
-
Sets the stats capabilities based on the values of the
statsType argument.
- setStats(String) - Method in class com.sun.identity.shared.stats.Stats
-
Sets the stats capabilities based on the values of the
statsType argument.
- setStatus(int) - Method in class com.iplanet.dpro.session.share.SessionResponse
-
Sets the status.
- setStatus(int) - Method in class com.sun.identity.authentication.service.LoginStatus
-
Sets Login Status.
- setStatus(String) - Method in class com.sun.identity.authentication.spi.RedirectCallback
-
Sets the status as the result of redirection,
either "SUCCESS" or "FAILED".
- setStatus(Status) - Method in class com.sun.identity.entitlement.xacml3.core.Result
-
Sets the value of the status property.
- setStatus(String) - Method in class com.sun.identity.federation.message.FSLogoutResponse
-
Deprecated.
Sets the Logout Status.
- setStatus(Status) - Method in class com.sun.identity.federation.message.FSLogoutResponse
-
Deprecated.
Sets the Logout Status.
- setStatus(Status) - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
-
Deprecated.
Sets the Response Status.
- setStatus(String) - Method in class com.sun.identity.federation.services.logout.FSLogoutStatus
-
Sets logout status.
- setStatus(Status) - Method in class com.sun.identity.liberty.ws.disco.ModifyResponse
-
Sets modify response status.
- setStatus(Status) - Method in class com.sun.identity.liberty.ws.disco.QueryResponse
-
Sets the Status of the query response.
- setStatus(Status) - Method in class com.sun.identity.liberty.ws.dst.DSTModifyResponse
-
Sets response status
- setStatus(Status) - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
-
Sets status for the query response
- setStatus(Status) - Method in class com.sun.identity.saml.protocol.Response
-
Set the Status of the Response.
- setStatus(Status) - Method in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
Sets the value of the status property.
- setStatus(Status) - Method in interface com.sun.identity.saml2.protocol.StatusResponse
-
Sets the value of the status property.
- setStatus(Status) - Method in class com.sun.identity.xacml.context.impl.ResultImpl
-
Sets the Status of this object
- setStatus(Status) - Method in interface com.sun.identity.xacml.context.Result
-
Sets the Status of this object
- setStatus(int) - Method in class org.forgerock.openam.audit.servlet.AuditableHttpServletResponse
-
- setStatus(int, String) - Method in class org.forgerock.openam.audit.servlet.AuditableHttpServletResponse
-
- setStatus(int) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletResponse
-
The default behavior of this method is to call setStatus(int sc)
on the wrapped response object.
- setStatus(int, String) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteHttpServletResponse
-
The default behavior of this method is to call setStatus(int sc, String sm)
on the wrapped response object.
- setStatusCode(StatusCode) - Method in class com.sun.identity.entitlement.xacml3.core.Status
-
Sets the value of the statusCode property.
- setStatusCode(StatusCode) - Method in class com.sun.identity.entitlement.xacml3.core.StatusCode
-
Sets the value of the statusCode property.
- setStatusCode(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
-
Deprecated.
Sets value of attribute 'code' of Element 'Status'.
- setStatusCode(QName) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
Sets value of code attribute of Status element.
- setStatusCode(StatusCode) - Method in class com.sun.identity.saml.protocol.StatusCode
-
Sets the sub StatusCode.
- setStatusCode(StatusCode) - Method in class com.sun.identity.saml2.protocol.impl.StatusCodeImpl
-
Sets the value of the statusCode property.
- setStatusCode(StatusCode) - Method in class com.sun.identity.saml2.protocol.impl.StatusImpl
-
Sets the value of the statusCode property.
- setStatusCode(StatusCode) - Method in interface com.sun.identity.saml2.protocol.Status
-
Sets the value of the statusCode property.
- setStatusCode(StatusCode) - Method in interface com.sun.identity.saml2.protocol.StatusCode
-
Sets the value of the statusCode property.
- setStatusCode(StatusCode) - Method in class com.sun.identity.xacml.context.impl.StatusImpl
-
Sets the StatusCode of this object
- setStatusCode(StatusCode) - Method in interface com.sun.identity.xacml.context.Status
-
Sets the StatusCode of this object
- setStatusComment(String) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
Sets value of comment attribute of Status element.
- setStatusDetail(StatusDetail) - Method in class com.sun.identity.entitlement.xacml3.core.Status
-
Sets the value of the statusDetail property.
- setStatusDetail(StatusDetail) - Method in class com.sun.identity.saml2.protocol.impl.StatusImpl
-
Sets the value of the statusDetail property.
- setStatusDetail(StatusDetail) - Method in interface com.sun.identity.saml2.protocol.Status
-
Sets the value of the statusDetail property.
- setStatusDetail(StatusDetail) - Method in class com.sun.identity.xacml.context.impl.StatusImpl
-
Sets the StatusDetail of this object
- setStatusDetail(StatusDetail) - Method in interface com.sun.identity.xacml.context.Status
-
Sets the StatusDetail of this object
- setStatusFileName(String) - Method in class com.sun.identity.cli.CommandManager
-
Sets status file name.
- setStatusMessage(String) - Method in class com.sun.identity.entitlement.xacml3.core.Status
-
Sets the value of the statusMessage property.
- setStatusMessage(String) - Method in class com.sun.identity.saml2.protocol.impl.StatusImpl
-
Sets the value of the statusMessage property.
- setStatusMessage(String) - Method in interface com.sun.identity.saml2.protocol.Status
-
Sets the value of the statusMessage property.
- setStatusMessage(StatusMessage) - Method in class com.sun.identity.xacml.context.impl.StatusImpl
-
Sets the StatusMessage of this object
- setStatusMessage(StatusMessage) - Method in interface com.sun.identity.xacml.context.Status
-
Sets the StatusMessage of this object
- setStatusParameter(String) - Method in class com.sun.identity.authentication.spi.RedirectCallback
-
Sets the status parameter to be checked from HTTP Servlet Request object
at the result of redirection.
- setStatusRef(String) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
Sets value of ref attribute of Status element.
- setStoreInvalidAttemptsInDS(boolean) - Method in class com.sun.identity.common.ISAccountLockout
-
- setStoreSessionName(String) - Method in class com.sun.identity.config.wizard.LDAPStoreWizardPage
-
- setStoreType() - Method in class com.sun.identity.config.wizard.Step4
-
- setStoreTypeLink - Variable in class com.sun.identity.config.wizard.Step4
-
- setString(String, String) - Method in class com.sun.identity.sm.model.FAMRecord
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_deRegisterNotificationURL_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_deRegisterNotificationURL_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_deRegisterNotificationURL_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_deRegisterNotificationURL_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_doesEntryExists_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_doesEntryExists_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesForSchema_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesForSchema_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectType_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectType_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgSearchFilter_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgSearchFilter_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getTopLevelContainers_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getTopLevelContainers_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isAncestorOrgDeleted_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isAncestorOrgDeleted_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerService_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerService_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAdminRole_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAdminRole_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setGroupFilter_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setGroupFilter_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndDeleteObject_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndDeleteObject_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_RequestStruct
-
- setString_1(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.entity.EntityObjectIF_deleteEntity_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.entity.EntityObjectIF_deleteEntity_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_isUserExists_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_isUserExists_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_initialization_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_initialization_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertion_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertions_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertions_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_deRegisterNotificationURL_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_deRegisterNotificationURL_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_notifyObjectChanged_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_notifyObjectChanged_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_registerNotificationURL_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_registerNotificationURL_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_RequestStruct
-
- setString_1(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryResourceOffering_RequestStruct
-
- setString_1(String) - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryResourceOffering_RequestStruct_SOAPBuilder
-
- setString_1(String) - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryServiceCredential_RequestStruct
-
- setString_1(String) - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryServiceCredential_RequestStruct_SOAPBuilder
-
- setString_11(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- setString_11(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_doesEntryExists_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_doesEntryExists_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getNamingAttr_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getNamingAttr_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectType_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectType_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSearchFilterFromTemplate_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSearchFilterFromTemplate_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isAncestorOrgDeleted_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isAncestorOrgDeleted_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerService_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerService_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAdminRole_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAdminRole_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setGroupFilter_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setGroupFilter_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndDeleteObject_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndDeleteObject_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_RequestStruct
-
- setString_2(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_RequestStruct
-
- setString_2(String) - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.identity.entity.EntityObjectIF_deleteEntity_RequestStruct
-
- setString_2(String) - Method in class com.sun.identity.entity.EntityObjectIF_deleteEntity_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_RequestStruct
-
- setString_2(String) - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_RequestStruct
-
- setString_2(String) - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_RequestStruct
-
- setString_2(String) - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_RequestStruct
-
- setString_2(String) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_RequestStruct
-
- setString_2(String) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_RequestStruct
-
- setString_2(String) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_isUserExists_RequestStruct
-
- setString_2(String) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_isUserExists_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct
-
- setString_2(String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_RequestStruct
-
- setString_2(String) - Method in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_RequestStruct
-
- setString_2(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_RequestStruct
-
- setString_2(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_RequestStruct
-
- setString_2(String) - Method in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_RequestStruct
-
- setString_2(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_RequestStruct
-
- setString_2(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_RequestStruct
-
- setString_2(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_RequestStruct
-
- setString_2(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_RequestStruct
-
- setString_2(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct
-
- setString_2(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct
-
- setString_2(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct
-
- setString_2(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_RequestStruct
-
- setString_2(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct
-
- setString_2(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct
-
- setString_2(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct
-
- setString_2(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_RequestStruct
-
- setString_2(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryResourceOffering_RequestStruct
-
- setString_2(String) - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryResourceOffering_RequestStruct_SOAPBuilder
-
- setString_2(String) - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryServiceCredential_RequestStruct
-
- setString_2(String) - Method in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryServiceCredential_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSearchFilterFromTemplate_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSearchFilterFromTemplate_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerService_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerService_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setGroupFilter_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setGroupFilter_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_RequestStruct
-
- setString_3(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_RequestStruct
-
- setString_3(String) - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.sun.identity.entity.EntityObjectIF_deleteEntity_RequestStruct
-
- setString_3(String) - Method in class com.sun.identity.entity.EntityObjectIF_deleteEntity_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_RequestStruct
-
- setString_3(String) - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_RequestStruct
-
- setString_3(String) - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_RequestStruct
-
- setString_3(String) - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_RequestStruct
-
- setString_3(String) - Method in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct
-
- setString_3(String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_RequestStruct
-
- setString_3(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct
-
- setString_3(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct
-
- setString_3(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct
-
- setString_3(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_RequestStruct
-
- setString_3(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct
-
- setString_3(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct_SOAPBuilder
-
- setString_3(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct
-
- setString_3(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct_SOAPBuilder
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct_SOAPBuilder
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct_SOAPBuilder
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_RequestStruct
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_RequestStruct_SOAPBuilder
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct_SOAPBuilder
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_RequestStruct
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_RequestStruct_SOAPBuilder
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_RequestStruct
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_RequestStruct_SOAPBuilder
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_RequestStruct
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_RequestStruct_SOAPBuilder
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_RequestStruct
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_RequestStruct_SOAPBuilder
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_RequestStruct
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_RequestStruct_SOAPBuilder
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct_SOAPBuilder
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct_SOAPBuilder
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct_SOAPBuilder
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_RequestStruct
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_RequestStruct_SOAPBuilder
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_RequestStruct
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_RequestStruct_SOAPBuilder
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct_SOAPBuilder
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_RequestStruct
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_RequestStruct_SOAPBuilder
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct_SOAPBuilder
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct_SOAPBuilder
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_RequestStruct
-
- setString_4(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_RequestStruct_SOAPBuilder
-
- setString_4(String) - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_RequestStruct
-
- setString_4(String) - Method in class com.sun.identity.entity.EntityObjectIF_createEntity_RequestStruct_SOAPBuilder
-
- setString_4(String) - Method in class com.sun.identity.entity.EntityObjectIF_deleteEntity_RequestStruct
-
- setString_4(String) - Method in class com.sun.identity.entity.EntityObjectIF_deleteEntity_RequestStruct_SOAPBuilder
-
- setString_4(String) - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_RequestStruct
-
- setString_4(String) - Method in class com.sun.identity.entity.EntityObjectIF_getEntity_RequestStruct_SOAPBuilder
-
- setString_4(String) - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_RequestStruct
-
- setString_4(String) - Method in class com.sun.identity.entity.EntityObjectIF_getEntityNames_RequestStruct_SOAPBuilder
-
- setString_4(String) - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_RequestStruct
-
- setString_4(String) - Method in class com.sun.identity.entity.EntityObjectIF_modifyEntity_RequestStruct_SOAPBuilder
-
- setString_4(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct
-
- setString_4(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct_SOAPBuilder
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct_SOAPBuilder
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct_SOAPBuilder
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_RequestStruct
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_RequestStruct_SOAPBuilder
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_RequestStruct
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_RequestStruct_SOAPBuilder
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_RequestStruct
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_RequestStruct_SOAPBuilder
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct_SOAPBuilder
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct_SOAPBuilder
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_RequestStruct
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_RequestStruct_SOAPBuilder
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct_SOAPBuilder
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct_SOAPBuilder
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_RequestStruct
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_RequestStruct_SOAPBuilder
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct_SOAPBuilder
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct_SOAPBuilder
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct
-
- setString_5(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct_SOAPBuilder
-
- setString_6(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct
-
- setString_6(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct_SOAPBuilder
-
- setString_6(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct
-
- setString_6(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct_SOAPBuilder
-
- setString_6(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct
-
- setString_6(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct_SOAPBuilder
-
- setString_6(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct
-
- setString_6(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setString_6(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct
-
- setString_6(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setString_6(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct
-
- setString_6(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct_SOAPBuilder
-
- setString_6(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct
-
- setString_6(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct_SOAPBuilder
-
- setString_6(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct
-
- setString_6(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setString_6(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct
-
- setString_6(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct_SOAPBuilder
-
- setString_6(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct
-
- setString_6(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setString_6(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct
-
- setString_6(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct_SOAPBuilder
-
- setString_6(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct
-
- setString_6(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setString_6(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct
-
- setString_6(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct_SOAPBuilder
-
- setString_6(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct
-
- setString_6(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct_SOAPBuilder
-
- setString_7(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct
-
- setString_7(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct_SOAPBuilder
-
- setString_7(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct
-
- setString_7(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct_SOAPBuilder
-
- setString_7(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct
-
- setString_7(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setString_7(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct
-
- setString_7(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setString_7(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct
-
- setString_7(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct_SOAPBuilder
-
- setString_7(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct
-
- setString_7(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct_SOAPBuilder
-
- setString_7(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct
-
- setString_7(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct_SOAPBuilder
-
- setString_7(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct
-
- setString_7(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct_SOAPBuilder
-
- setString_7(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct
-
- setString_7(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct_SOAPBuilder
-
- setString_7(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct
-
- setString_7(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct_SOAPBuilder
-
- setString_7(String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct
-
- setString_7(String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct_SOAPBuilder
-
- setString_7(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct
-
- setString_7(String) - Method in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct_SOAPBuilder
-
- setString_8(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct
-
- setString_8(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct_SOAPBuilder
-
- setString_8(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct
-
- setString_8(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct_SOAPBuilder
-
- setString_8(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- setString_8(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct_SOAPBuilder
-
- setString_8(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- setString_8(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct_SOAPBuilder
-
- setString_9(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct
-
- setString_9(String) - Method in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct_SOAPBuilder
-
- setStringAttribute(String, String) - Method in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Sets string type attribute value.
- setStringAttrs(HashMap) - Method in class com.sun.identity.sm.model.FAMRecord
-
- setStringProperty(String, String) - Method in class org.forgerock.oauth2.core.StatefulToken
-
Set a string property in the store.
- setSTSConfigName(String) - Method in class com.sun.identity.wss.provider.STSConfig
-
Sets STS configuration name.
- setStsInstanceId(String) - Method in class org.forgerock.openam.sts.service.invocation.TokenGenerationServiceInvocationState
-
- setSubConfigName(String) - Method in class com.sun.identity.delegation.DelegationPermission
-
Sets the subconfig name in the permission
- setSubject(Subject) - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Sets the subject.
- setSubject(Subject) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets the authenticated subject.
- setSubject(Set<SubjectImplementation>) - Method in class com.sun.identity.entitlement.ApplicationPrivilege
-
Sets entitlement subject.
- setSubject(EntitlementSubject) - Method in class com.sun.identity.entitlement.Privilege
-
Sets entitlement subject.
- setSubject(Token) - Method in class com.sun.identity.idsvcs.AttributesRequest
-
- setSubject(Token) - Method in class com.sun.identity.idsvcs.Log
-
- setSubject(Subject) - Method in class com.sun.identity.saml.assertion.SubjectStatement
-
Set the Subject for the SubjectStatement.
- setSubject(Subject) - Method in interface com.sun.identity.saml2.assertion.Assertion
-
Sets the subject of the assertion
- setSubject(Subject) - Method in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
Sets the subject of the assertion
- setSubject(SubjectType) - Method in interface com.sun.identity.saml2.jaxb.assertion.AssertionType
-
Sets the value of the subject property.
- setSubject(SubjectType) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionTypeImpl
-
- setSubject(Subject) - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
-
Sets the Subject object.
- setSubject(Subject) - Method in class com.sun.identity.saml2.protocol.impl.AuthnRequestImpl
-
Sets the Subject object.
- setSubject(Subject) - Method in class com.sun.identity.saml2.protocol.impl.SubjectQueryAbstractImpl
-
Sets the Subject object.
- setSubject(Subject) - Method in interface com.sun.identity.saml2.protocol.SubjectQueryAbstract
-
Sets the Subject object.
- setSubject(Object) - Static method in class com.sun.identity.wss.security.handler.ThreadLocalService
-
- setSubject(Subject) - Method in class org.forgerock.openam.authentication.modules.saml2.SAML2ResponseData
-
Sets the subject value.
- setSubject(EntitlementSubject) - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonPolicy
-
Sets the subject to use for this policy.
- setSubjectAttributesCollectorConfiguration(String, Map<String, Set<String>>) - Method in interface com.sun.identity.entitlement.EntitlementConfiguration
-
Sets subject attributes collector configuration.
- setSubjectAttributesCollectorConfiguration(String, Map<String, Set<String>>) - Method in class com.sun.identity.entitlement.opensso.EntitlementService
-
Sets subject attributes collector configuration.
- setSubjectCategory(URI) - Method in class com.sun.identity.xacml.context.impl.SubjectImpl
-
Sets the SubjectCategory of this object
- setSubjectCategory(URI) - Method in interface com.sun.identity.xacml.context.Subject
-
Sets the SubjectCategory of this object
- setSubjectCertAlias(String) - Method in class com.sun.identity.wss.security.AssertionTokenSpec
-
Sets the certificate alias of the subject.
- setSubjectCertAlias(String) - Method in class com.sun.identity.wss.security.SAML2TokenSpec
-
Sets the certificate alias of the subject.
- setSubjectConfirmation(SubjectConfirmation) - Method in class com.sun.identity.saml.assertion.Subject
-
Sets the subject confirmation to the subject
- setSubjectConfirmation(List) - Method in class com.sun.identity.saml2.assertion.impl.SubjectImpl
-
Sets a list of subject confirmations
- setSubjectConfirmation(List) - Method in interface com.sun.identity.saml2.assertion.Subject
-
Sets a list of subject confirmations
- setSubjectConfirmationData(Element) - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
-
Sets the SubjectConfirmationData
- setSubjectConfirmationData(String) - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
-
Sets the SubjectConfirmationData.
- setSubjectConfirmationData(SubjectConfirmationData) - Method in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationImpl
-
Sets the subject confirmation data
- setSubjectConfirmationData(SubjectConfirmationData) - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmation
-
Sets the subject confirmation data
- setSubjectConfirmationData(SubjectConfirmationDataType) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationTypeImpl
-
- setSubjectConfirmationData(SubjectConfirmationDataType) - Method in interface com.sun.identity.saml2.jaxb.assertion.SubjectConfirmationType
-
Sets the value of the subjectConfirmationData property.
- setSubjectLocality(SubjectLocality) - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
-
Sets the SubjectLocality for
AuthenticationStatement.
- setSubjectLocality(SubjectLocality) - Method in interface com.sun.identity.saml2.assertion.AuthnStatement
-
Sets the value of the SubjectLocality property.
- setSubjectLocality(SubjectLocality) - Method in class com.sun.identity.saml2.assertion.impl.AuthnStatementImpl
-
Sets the value of the SubjectLocality property.
- setSubjectLocality(SubjectLocalityType) - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthnStatementType
-
Sets the value of the subjectLocality property.
- setSubjectLocality(SubjectLocalityType) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementTypeImpl
-
- setSubjects(Set) - Method in class com.sun.identity.delegation.DelegationPrivilege
-
Sets the subject names in the privilege
- setSubjects(Set<String>) - Method in class com.sun.identity.entitlement.Application
-
Sets supported subject class names.
- setSubjects(List) - Method in class com.sun.identity.xacml.context.impl.RequestImpl
-
Sets the one to many Subject elements of this object
- setSubjects(List) - Method in interface com.sun.identity.xacml.context.Request
-
Sets the one to many Subject elements of this object
- setSubjects(Set<String>) - Method in class org.forgerock.openam.entitlement.rest.wrappers.ApplicationWrapper
-
- setSubjectTranslations(Map<Locale, String>) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
-
Sets the email subject translations.
- setSubjectTranslations(Map<Locale, String>) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig.ForgottenUsernameBuilder
-
Sets the email subject translations.
- setSubjectTranslations(Map<Locale, String>) - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig.UserRegistrationBuilder
-
Sets the email subject translations.
- setSubjectType(String) - Method in class org.forgerock.openidconnect.Client
-
Sets the subject type of the OAuth2Client.
- setSubjectType(String) - Method in class org.forgerock.openidconnect.ClientBuilder
-
Sets the subject type of the OAuth2Client.
- setSubjectValues(Set<String>) - Method in class org.forgerock.openam.entitlement.conditions.subject.IdentitySubject
-
- setSubmittedCallbacks(Callback[]) - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Sets the submitted callbacks.
- setSubSchema(SubSchemaModificationWrapper) - Method in class org.forgerock.openam.upgrade.SubSchemaModificationWrapper
-
Sets the new sub schema for this wrapper
- setSubscribable(boolean) - Method in interface com.iplanet.am.sdk.AMAssignableDynamicGroup
-
Deprecated.
Sets subscribe-ability of the assignable dynamic group.
- setSubscribable(boolean) - Method in interface com.iplanet.am.sdk.AMStaticGroup
-
Deprecated.
Sets subscribe-ability of the group.
- setSubStatus(Status) - Method in class com.sun.identity.liberty.ws.common.Status
-
Sets sub status.
- setSuccessLoginURL(String) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets success login URL.
- setSuccessModuleName(String) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets the module name of successful LoginModule.
- setSupportedAuthenticationMechanisms(Set) - Method in interface com.sun.identity.liberty.ws.soapbinding.SOAPProviderConfig
-
Sets the supported authentication mechanisms.
- setSupportedTokenTransforms(Collection<TokenTransformConfig>) - Method in class org.forgerock.openam.sts.rest.config.user.RestSTSInstanceConfig.RestSTSInstanceConfigBuilderBase
-
- setSupportedTypes(Set) - Method in interface com.iplanet.am.sdk.AMOrganizationalUnit
-
Deprecated.
Sets the list of supported types for this container.
- setSupportsX509Query(boolean) - Method in interface com.sun.identity.saml2.jaxb.metadata.AttributeServiceType
-
Sets the value of the supportsX509Query property.
- setSupportsX509Query(boolean) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeServiceTypeImpl
-
- setSupportsX509SelfQuery(boolean) - Method in interface com.sun.identity.saml2.jaxb.metadata.AttributeServiceType
-
Sets the value of the supportsX509SelfQuery property.
- setSupportsX509SelfQuery(boolean) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeServiceTypeImpl
-
- setSurName(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.ContactType
-
Sets the value of the surName property.
- setSurName(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.ContactTypeImpl
-
- setSyntax(String) - Method in class com.sun.identity.sm.AttributeSchema
-
Sets the Syntax attribute.
- setTail(TaskRunnable) - Method in class com.sun.identity.common.HeadTaskRunnable
-
Sets the task which is the tail of the list.
- setTarget(String) - Method in class com.iplanet.services.ldap.aci.ACI
-
Sets the target of the ACI
- setTarget(String) - Method in class com.sun.identity.authentication.UI.taglib.DSAMEHrefTag
-
- setTarget(Target) - Method in class com.sun.identity.entitlement.xacml3.core.Policy
-
Sets the value of the target property.
- setTarget(Target) - Method in class com.sun.identity.entitlement.xacml3.core.PolicySet
-
Sets the value of the target property.
- setTarget(Target) - Method in class com.sun.identity.entitlement.xacml3.core.Rule
-
Sets the value of the target property.
- setTarget(String) - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertyType
-
Sets the value of the target property.
- setTarget(String) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyTypeImpl
-
- setTarget(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertyTypeImpl
-
- setTarget(String) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignaturePropertyType
-
Sets the value of the target property.
- setTarget(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertyTypeImpl
-
- setTarget(String) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignaturePropertyType
-
Sets the value of the target property.
- setTargetAttrFilters(String) - Method in class com.iplanet.services.ldap.aci.ACI
-
Sets the target attr filters that controls value based access control
- setTargetAttributes(QualifiedCollection) - Method in class com.iplanet.services.ldap.aci.ACI
-
Sets the QualifiedCollection of targetAttributes that apply to the ACI
- setTargetFilter(String) - Method in class com.iplanet.services.ldap.aci.ACI
-
Sets the target filter of the ACI
- setTerminate(boolean) - Method in class com.sun.identity.saml2.protocol.impl.ManageNameIDRequestImpl
-
Set this request as terminating request.
- setTerminate(boolean) - Method in interface com.sun.identity.saml2.protocol.ManageNameIDRequest
-
Set this request as terminating request.
- setTerminateSession(boolean) - Method in class org.forgerock.openam.entitlement.conditions.environment.SessionCondition
-
- setTerminationURL() - Method in class com.sun.identity.federation.services.termination.FSFedTerminationHandler
-
Invoked to set some commonly used URLs based on hosted provider.
- setTerminationURL(BaseConfigType, String) - Method in class com.sun.identity.federation.services.termination.FSTerminationInitiationServlet
-
Invoked to set some commonly used registration URLs based on hosted
provider.
- setTerminationURL(BaseConfigType, String) - Method in class com.sun.identity.federation.services.termination.FSTerminationRequestServlet
-
Invoked to set some commonly used termination URLs based on hosted
provider.
- setTextMode(boolean) - Static method in class com.sun.identity.setup.SetupProgress
-
Sets text mode.
- setTextMode(boolean) - Static method in class org.forgerock.openam.upgrade.UpgradeProgress
-
Sets text mode.
- setThrowExceptionIfKeyWasNotFound(boolean) - Method in class com.sun.identity.tools.objects.MapFormat
-
Specify whether formatter will throw exception if object for key was not found.
- setTicketCacheDir(String) - Method in class com.sun.identity.wss.security.KerberosConfiguration
-
Sets kerberos ticket cache dir.
- setTicketCacheDir(String) - Method in class com.sun.identity.wss.security.KerberosTokenSpec
-
- setTilePrefix(String) - Method in class com.sun.identity.authentication.UI.taglib.DSAMEFormTag
-
- setTimedOutTime(long) - Method in class com.iplanet.dpro.session.service.InternalSession
-
Sets session timeout time (in millis).
- setTimeIdle(long) - Method in class com.iplanet.dpro.session.share.SessionInfo
-
- setTimeLeft(long) - Method in class com.iplanet.dpro.session.share.SessionInfo
-
- setTimeLimit(Duration) - Method in class org.forgerock.openam.cts.api.filter.TokenFilter
-
- setTimeOut(int) - Method in class com.iplanet.am.sdk.AMSearchControl
-
Deprecated.
Sets the maximum number of milliseconds to wait for any operation for the
search.
- setTimeOut(int) - Method in class com.iplanet.ums.SearchControl
-
Sets the maximum number of milliseconds to wait for any operation for the
search.
- setTimeOut(int) - Method in class com.sun.identity.idm.IdSearchControl
-
Sets the maximum number of milliseconds to wait for any operation for the
search.
- setTimesOfDay(Collection) - Method in class com.iplanet.services.ldap.aci.ACI
-
Sets the times of the day at which this ACI applies
- setTimeStamp(Date) - Method in class com.sun.identity.liberty.ws.dst.DSTModifyResponse
-
Sets time stamp
- setTimeStamp(Date) - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
-
Sets time stamp
- setTimeToLive(long) - Method in class com.sun.identity.entitlement.ConditionDecision.Builder
-
Sets the time to live.
- setTimeToLive(long) - Method in class com.sun.identity.policy.ActionDecision
-
Deprecated.
Sets the GMT time in milliseconds since epoch when this object is to
be treated as expired.
- setTimeToLive(long) - Method in class com.sun.identity.policy.ConditionDecision
-
Deprecated.
Sets timeToLive associated with this object
- setTimeToServiceRequestInMilliSeconds(long) - Method in class org.forgerock.openam.radius.server.RadiusResponse
-
Set the time to service the request for which the response is being made.
- setTitle(String) - Method in class com.sun.identity.authentication.UI.taglib.DSAMEHrefTag
-
- SetToJsonBytesConverter - Class in org.forgerock.openam.tokens
-
A custom converter that converted Sets to byte arrays.
- SetToJsonBytesConverter(ObjectMapper) - Constructor for class org.forgerock.openam.tokens.SetToJsonBytesConverter
-
Constructs a new SetToJsonBytesConverter instance.
- setToken(Token) - Method in class com.sun.identity.idsvcs.UserDetails
-
- setToken(Class<T>, T) - Method in class org.forgerock.oauth2.core.OAuth2Request
-
Set a Token that is in play for this request.
- setTokenConversionType(String) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the type of the token that needs to be converted to.
- setTokenEndpointAuthMethod(String) - Method in class org.forgerock.openidconnect.Client
-
Sets the token endpoint auth method.
- setTokenEndpointAuthMethod(String) - Method in class org.forgerock.openidconnect.ClientBuilder
-
Sets the token endpoint auth method value.
- setTokenExpiry(long) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
-
Sets the token expiry time.
- setTokenExpiry(long) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig.ForgottenUsernameBuilder
-
Sets the token expiry time.
- setTokenExpiry(long) - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig.UserRegistrationBuilder
-
Sets the token expiry time.
- setTokenName(String) - Static method in class com.sun.identity.log.handlers.SecureFileHandler
-
Sets the token name to be used to initialize the SecureLogHelper object.
- setTokenName(String) - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Sets the token name.
- setTokenName(String) - Method in class org.forgerock.oauth2.core.StatefulToken
-
Sets the token name.
- setTokenString(String) - Method in class com.sun.identity.install.tools.util.xml.Token
-
Allows the specialized tokens to manipulate the token string as needed.
- setTokenType(String) - Method in class com.sun.identity.wss.sts.config.FAMTrustSPMetadata
-
- setTokenType(String) - Method in class com.sun.identity.wss.sts.STSClientConfiguration
-
- setTokenType(String) - Method in class com.sun.identity.wss.trust.RequestSecurityToken
-
Sets the token type.
- setTokenType(String) - Method in class com.sun.identity.wss.trust.RequestSecurityTokenResponse
-
Sets the token type.
- setTokenType(String) - Method in class org.forgerock.oauth2.core.StatefulAccessToken
-
Sets the token type.
- setTokenType(String) - Method in class org.forgerock.oauth2.core.StatefulToken
-
Sets the token type.
- setTotalArtifacts(int) - Method in class com.sun.identity.saml.SAMLStatsAccessor
-
Sets property totalArtifacts.
- setTotalAssertions(int) - Method in class com.sun.identity.saml.SAMLStatsAccessor
-
Sets property totalAssertions.
- setTracer(Tracer) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- setTracer(Tracer) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- setTrackingCookie(boolean) - Method in class com.sun.identity.authentication.spi.RedirectCallback
-
Whether the XUI should execute this immediately, or expect we'll be returned from it --
necessary to be set if this redirect is expected to be returned from.
- setTrackingId(String) - Method in class com.iplanet.services.comm.server.PLLAuditor
-
- setTransforms(List) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.PasswordTransforms
-
Deprecated.
Sets a list of child 'Transforms' Elements.
- setTransforms(TransformsType) - Method in interface com.sun.identity.saml2.jaxb.xmlenc.CipherReferenceType
-
Sets the value of the transforms property.
- setTransforms(TransformsType) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherReferenceTypeImpl
-
- setTransforms(TransformsType) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- setTransforms(TransformsType) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RetrievalMethodTypeImpl
-
- setTransforms(TransformsType) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.ReferenceType
-
Sets the value of the transforms property.
- setTransforms(TransformsType) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.RetrievalMethodType
-
Sets the value of the transforms property.
- setTransforms(TransformsType) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- setTransforms(TransformsType) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RetrievalMethodTypeImpl
-
- setTransforms(TransformsType) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.ReferenceType
-
Sets the value of the transforms property.
- setTransforms(TransformsType) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.RetrievalMethodType
-
Sets the value of the transforms property.
- setTrigger(Triggerable) - Method in class com.sun.identity.common.HeadTaskRunnable
-
Sets the Triggerable interface which will be run when the linked-list is
empty.
- setTrim(String) - Method in class com.sun.identity.authentication.UI.taglib.DSAMEHrefTag
-
- setTruncationOffset(int) - Method in class org.forgerock.openam.core.rest.devices.oath.OathDeviceSettings
-
Set the truncation offset for this device.
- setTrustAll(boolean) - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
Enabled trust all server certificates
- setTrustAuthorityConfig(TrustAuthorityConfig) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the trusted authority configurations.
- setTrustedProviders(Set) - Method in class com.sun.identity.cot.CircleOfTrustDescriptor
-
Sets trusted providers of a circle of trust.
- setTrustVersion(String) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.RequestSecurityTokenTemplateTypeImpl
-
- setTrustVersion(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.RequestSecurityTokenTemplateType
-
Sets the value of the trustVersion property.
- setTTL(long) - Method in class com.sun.identity.entitlement.Entitlement
-
Sets this entitlements TTL
- setType(SessionType) - Method in class com.iplanet.dpro.session.service.InternalSession
-
Set the type of Internal Session.
- setType(String) - Method in class com.sun.identity.config.wizard.LDAPStoreWizardPage
-
- setType(String) - Method in class com.sun.identity.idsvcs.IdentityDetails
-
- setType(String) - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptedType
-
Sets the value of the type property.
- setType(String) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedTypeImpl
-
- setType(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- setType(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RetrievalMethodTypeImpl
-
- setType(String) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.ReferenceType
-
Sets the value of the type property.
- setType(String) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.RetrievalMethodType
-
Sets the value of the type property.
- setType(String) - Method in class com.sun.identity.sm.AttributeSchema
-
Sets the type.
- setType(String) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.PasswordStringImpl
-
- setType(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsse.PasswordString
-
Sets the value of the type property.
- setType(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- setType(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RetrievalMethodTypeImpl
-
- setType(String) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.ReferenceType
-
Sets the value of the type property.
- setType(String) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.RetrievalMethodType
-
Sets the value of the type property.
- setType(String) - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Sets the trust authority type.
- setType(String) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
- setType(String) - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
- setType(String) - Method in class org.forgerock.openam.sm.datalayer.impl.uma.UmaAuditEntry
-
- setTypeTitle(String) - Method in class com.sun.identity.config.wizard.LDAPStoreWizardPage
-
- setUIType(String) - Method in class com.sun.identity.sm.AttributeSchema
-
Sets the UIType attribute.
- setUMEmbedded - Variable in class com.sun.identity.config.wizard.Step4
-
- setUMEmbedded() - Method in class com.sun.identity.config.wizard.Step4
-
- setUniversalId(String) - Method in class org.forgerock.openam.radius.server.RadiusResponse
-
Set the Universal ID of the principal of the AuthContext.
- setup(Map, ServletContext) - Static method in class com.sun.identity.setup.EmbeddedOpenDS
-
Sets up embedded OpenDJ during initial installation :
lays out the filesystem directory structure needed by OpenDJ
sets up port numbers for ldap and replication
invokes EmbeddedUtils to start the embedded server.
- SETUP_PROPERTIES_FILE - Static variable in interface com.sun.identity.tools.bundles.SetupConstants
-
- setupComplete() - Method in class com.iplanet.dpro.session.service.SessionMaxStatsSetupListener
-
- setupComplete() - Method in class com.sun.identity.entitlement.opensso.SubRealmObserver
-
- setupComplete() - Method in interface com.sun.identity.setup.SetupListener
-
Called once setup is complete to indicate to the implementor that it is safe to add listeners to the SMS.
- setupComplete() - Method in interface org.forgerock.openam.audit.configuration.AuditServiceConfigurationProvider
-
This will be called once system startup is complete.
- setupComplete() - Method in class org.forgerock.openam.audit.configuration.AuditServiceConfigurationProviderImpl
-
- setupComplete() - Method in class org.forgerock.openam.audit.configuration.AuditSetupListener
-
- setupComplete() - Method in class org.forgerock.openam.entitlement.service.DefaultUrlResourceTypeGenerator
-
- setupComplete() - Method in class org.forgerock.openam.entitlement.SetupInternalNotificationSubscriptions
-
- setupComplete() - Method in class org.forgerock.openam.http.HttpStartupTrigger
-
- setupComplete() - Method in class org.forgerock.openam.notifications.integration.NotificationsShutdown
-
- setupComplete() - Method in class org.forgerock.openam.plugin.configuration.FedletAuditServiceConfigurationProviderImpl
-
- setupComplete() - Method in class org.forgerock.openam.radius.server.RadiusServiceManager
-
- setupComplete() - Method in class org.forgerock.openam.scripting.ScriptingSetupListener
-
- setupComplete() - Method in class org.forgerock.openam.services.push.PushNotificationServiceSetupListener
-
Generates a new thread once the setup is completed which
executes the task at hand - checking over each realm and calling
init on its Push Notification Service.
- setupComplete() - Method in class org.forgerock.openam.session.service.access.persistence.watchers.SessionModificationWatcher
-
- setupComplete() - Method in class org.forgerock.openam.sts.publish.rest.RestSTSSetupListener
-
Republish any existing rest-sts instances obtained from the SMS, and register a ServiceListener to respond when
new rest-sts instances are written to the SMS.
- SetupConstants - Interface in com.sun.identity.setup
-
This defines the constants used in setup package.
- SetupConstants - Interface in com.sun.identity.tools.bundles
-
- setupEnv() - Static method in class com.sun.identity.log.LogManagerUtil
-
Sets up the log configuration reader class or file in the
environment, so that our LogManager's custom configuration
will be read.
- SetUpgradeProgress - Class in org.forgerock.openam.upgrade
-
- SetUpgradeProgress() - Constructor for class org.forgerock.openam.upgrade.SetUpgradeProgress
-
- SetupInternalNotificationSubscriptions - Class in org.forgerock.openam.entitlement
-
Responsible for subscribing to internal policy set notifications.
- SetupInternalNotificationSubscriptions() - Constructor for class org.forgerock.openam.entitlement.SetupInternalNotificationSubscriptions
-
- SetupListener - Interface in com.sun.identity.setup
-
Implementors of this interface will be notified when setup is complete.
- setupModule(Module.SetupContext) - Method in class org.forgerock.openam.entitlement.rest.model.json.JsonEntitlementConditionModule
-
- setupOpenDS(Map) - Static method in class com.sun.identity.setup.EmbeddedOpenDS
-
Runs the OpenDJ setup command to create our instance
- SetupProgress - Class in com.sun.identity.setup
-
- SetupProgress() - Constructor for class com.sun.identity.setup.SetupProgress
-
- setupReplication(Map) - Static method in class com.sun.identity.setup.EmbeddedOpenDS
-
- setupReplicationEnable(Map) - Static method in class com.sun.identity.setup.EmbeddedOpenDS
-
Setups replication between two OpenDJ sms and user stores
- setupReplicationInitialize(Map) - Static method in class com.sun.identity.setup.EmbeddedOpenDS
-
Syncs replication data between two OpenDJ sms and user stores
- SetupUtils - Class in com.sun.identity.tools.bundles
-
- SetupWriter - Class in com.sun.identity.config
-
java.io.Writer implementation to allow a thread to dump messages
in a http response writer owned by another thread.
- SetupWriter(Writer) - Constructor for class com.sun.identity.config.SetupWriter
-
- setURI(String) - Method in class com.sun.identity.federation.message.common.EntityName
-
Deprecated.
Sets the URI.
- setUri(String) - Method in class com.sun.identity.liberty.ws.soapbinding.ConsentHeader
-
Sets value of uri attribute.
- setURI(String) - Method in interface com.sun.identity.saml2.jaxb.xmlenc.CipherReferenceType
-
Sets the value of the uri property.
- setURI(String) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.CipherReferenceTypeImpl
-
- setURI(String) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.ReferenceTypeImpl
-
- setURI(String) - Method in interface com.sun.identity.saml2.jaxb.xmlenc.ReferenceType
-
Sets the value of the uri property.
- setURI(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- setURI(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.RetrievalMethodTypeImpl
-
- setURI(String) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.ReferenceType
-
Sets the value of the uri property.
- setURI(String) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.RetrievalMethodType
-
Sets the value of the uri property.
- setURI(String) - Method in class com.sun.identity.sm.ServiceInstance
-
Sets the URI for the service instance.
- setUri(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.ClaimType
-
Sets the value of the uri property.
- setUri(String) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ClaimTypeImpl
-
- setUri(String) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuerNameTypeImpl
-
- setUri(String) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenTypeImpl
-
- setUri(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.IssuerNameType
-
Sets the value of the uri property.
- setUri(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.TokenType
-
Sets the value of the uri property.
- setURI(String) - Method in class com.sun.identity.wsfederation.jaxb.wspolicy.impl.PolicyReferenceTypeImpl
-
- setURI(String) - Method in interface com.sun.identity.wsfederation.jaxb.wspolicy.PolicyReferenceType
-
Sets the value of the uri property.
- setURI(String) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.ReferenceTypeImpl
-
- setURI(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsse.ReferenceType
-
Sets the value of the uri property.
- setURI(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.ReferenceTypeImpl
-
- setURI(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.RetrievalMethodTypeImpl
-
- setURI(String) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.ReferenceType
-
Sets the value of the uri property.
- setURI(String) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.RetrievalMethodType
-
Sets the value of the uri property.
- setURI(String) - Method in class com.sun.identity.wss.security.Reference
-
Sets the URI to the Reference.
- setUri(String) - Method in interface org.forgerock.http.client.request.HttpClientRequest
-
Set the URI that the request targets.
- setUri(String) - Method in class org.forgerock.http.client.request.SimpleHttpClientRequest
-
Set the URI that the request targets.
- setURIParams(String) - Method in class com.sun.identity.security.cert.AMLDAPCertStoreParameters
-
Set URI params for CRL search
- setUrl(Guid, Filter, SearchScope) - Method in class com.iplanet.ums.DynamicGroup
-
Creates a new search definition; the change is not persistent until
save() is called.
- setUrl(LDAPUrl) - Method in class com.iplanet.ums.DynamicGroup
-
Sets the native LDAP URL used to evaluate this dynamic group.
- setUrl(String) - Method in class com.sun.identity.common.ServerOrSiteEntry
-
- setURL(String) - Method in class com.sun.identity.jaxrpc.SOAPClient
-
Deprecated.
- setURL(String) - Method in class com.sun.identity.shared.jaxrpc.SOAPClient
-
- setUsageDirectiveHeaders(List) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Sets a list of UsageDirectiveHeader.
- setUsageDirectiveHeaders(List) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
Sets a list of UsageDirectiveHeader.
- setUse(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.KeyDescriptorTypeImpl
-
- setUse(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.KeyDescriptorType
-
Sets the value of the use property.
- setUseBindingForAuth(boolean) - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
- setUsedConnections(int) - Method in class com.sun.identity.monitoring.SsoServerConnPoolSvcImpl
-
- setUser(String) - Method in class com.sun.identity.security.cert.AMLDAPCertStoreParameters
-
Set ldap user for bind
- setUserAttributes(Map) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Sets a Map of attribute value pairs to be used when the authentication
service is configured to dynamically create a user.
- setUserAttributes(String, Map) - Static method in class com.sun.identity.liberty.ws.idpp.common.IDPPUtils
-
Stores the user attribute values in the data store.
- setUserAttributes(Set) - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
Sets attributes names to be use in the search for the
user prior to authenticating with the bind.
- setUserAttrs(Collection) - Method in class com.iplanet.services.ldap.aci.ACI
-
Set the user attributes.
- setUserAttrs(String[]) - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
Sets the return attributes for ldap search.
- setUserCreateNotificationList() - Method in class com.iplanet.am.sdk.ldap.EmailNotificationHelper
-
- setUserCreationAttributes(Map) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets a Map of attribute value pairs to be used when the authentication
service is configured to dynamically create a user.
- setUserDeleteNotificationList() - Method in class com.iplanet.am.sdk.ldap.EmailNotificationHelper
-
- setUserDiscoEntries(DataStoreProvider, String, String, Collection) - Static method in class com.sun.identity.liberty.ws.disco.plugins.DiscoEntryHandlerImplUtils
-
- setUserDN(FSNameRegistrationRequest) - Method in class com.sun.identity.federation.services.registration.FSNameRegistrationHandler
-
Determines the user based on the registration request received from
a remote provider.
- setUserDN(String) - Method in class com.sun.identity.liberty.ws.idpp.container.IDPPBaseContainer
-
Sets user DN
- setUserDN(String) - Method in interface com.sun.identity.liberty.ws.idpp.plugin.IDPPContainer
-
Sets the UserDN for the container that needs to be built by using
this user attributes.
- setUserDN(String) - Method in interface com.sun.identity.password.ui.model.PWResetModel
-
Sets the user distinguished name.
- setUserDN(String) - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Set the user distinguished name.
- setUserDNAttrs(Collection) - Method in class com.iplanet.services.ldap.aci.ACI
-
Set the user DN attributes
- setUserId(String) - Method in class com.iplanet.services.comm.server.PLLAuditor
-
- setUserID(String) - Method in class com.sun.identity.federation.services.FSSession
-
Sets user ID.
- setUserID(String) - Method in class com.sun.identity.federation.services.registration.FSNameRegistrationHandler
-
Sets the UserDN.
- setUserID(String) - Method in class com.sun.identity.federation.services.termination.FSFedTerminationHandler
-
Sets the UserID.
- setUserID(FSFederationTerminationNotification) - Method in class com.sun.identity.federation.services.termination.FSFedTerminationHandler
-
Finds the user based on the termination request received from a remote
provider.
- setUserId(String) - Method in class org.forgerock.openam.cts.api.tokens.Token
-
- setUserId(String) - Method in class org.forgerock.openam.saml2.audit.SAML2Auditor
-
- setUserId(String) - Method in interface org.forgerock.openam.saml2.audit.SAML2EventLogger
-
- setUserIDSessionList(long) - Method in class com.sun.identity.monitoring.SsoServerIDFFSvcImpl
-
- setUserIDSessionList(long) - Method in interface com.sun.identity.plugin.monitoring.FedMonIDFFSvc
-
Set the ID-FF service's ID Session List counter.
- setUserIDSessionList(long) - Method in class com.sun.identity.plugin.monitoring.impl.FedletMonIDFFSvcProvider
-
- setUserIDSessionList(long) - Method in class com.sun.identity.plugin.monitoring.impl.FedMonIDFFSvcProvider
-
- setUserLocale(Locale) - Method in class com.sun.identity.common.ISLocaleContext
-
Set the current locale level to USER_LOCALE and sets the
value if current locale level is greater than USER_LOCALE,
this setting will be ignored.
- setUserLocale(String) - Method in class com.sun.identity.common.ISLocaleContext
-
Set the current locale level to USER_LOCALE and sets the
value the locale value is separated by underscore character
ex:en_US.
- setUserLocale(String) - Method in interface com.sun.identity.password.ui.model.PWResetModel
-
Sets the user locale.
- setUserLocale(String) - Method in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Sets the user locale.
- setUserModifyNotificationList() - Method in class com.iplanet.am.sdk.ldap.EmailNotificationHelper
-
- setUserName(String) - Method in class com.sun.identity.authentication.service.LoginState
-
Sets userDN - called by AMLoginContext.
- setUsername(String) - Method in class com.sun.identity.config.pojos.LDAPStore
-
- setUsername(AttributedString) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.UsernameTokenTypeImpl
-
- setUsername(AttributedString) - Method in interface com.sun.identity.wsfederation.jaxb.wsse.UsernameTokenType
-
Sets the value of the username property.
- setUserName(String) - Method in class com.sun.identity.wss.security.UserNameToken
-
Sets the user name in the username token.
- setUserName(String) - Method in class com.sun.identity.wss.security.UserNameTokenSpec
-
Sets the username
- setUserNamingAttribute(String) - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
TODO-JAVADOC
- setUserPrincipal(Principal) - Method in class com.sun.identity.rest.HttpServletRequestWrapperEx
-
- setUserProviderInfo(String, String, String, String, String) - Method in class com.sun.identity.federation.services.logout.FSReturnSessionManager
-
Sets the provider info where logout was initiated
for a user.
- setUserRegistrationDestination(RegistrationDestination) - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig.UserRegistrationBuilder
-
Sets the user registration destination.
- setUsers(Collection) - Method in class com.iplanet.services.ldap.aci.ACI
-
Sets the collection of users to whom the ACI apllies
- setUsers(List) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the user credentials list.
- setUsers(List) - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Sets the user credentials list.
- setUsers(List) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Sets the user credentials list.
- setUsers(List) - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Sets the user credentials list.
- setUserSearchAttribute(Set<String>) - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
TODO-JAVADOC
- setUserSessionProperty(String, String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Sets a property in the user session.
- setUserSessionProperty(String, String) - Method in interface org.forgerock.openam.authentication.modules.common.AMLoginModuleBinder
-
Sets a property in the user session.
- setUserSessionProperty(String, String) - Method in class org.forgerock.openam.authentication.modules.common.AuthLoginModule
-
Sets a property in the user session.
- setUserSkipOath(AMIdentity, int) - Method in class org.forgerock.openam.core.rest.devices.services.oath.AuthenticatorOathService
-
Sets the user's ability to skip an Authenticator OATH module (or any module configured to look at the
supplied attrName for its skippable value).
- setUserSSOToken(String) - Method in class com.sun.identity.policy.remote.ResourceResultRequest
-
Sets the user's single sign-on token.
- setUserToken(String) - Method in class com.sun.identity.common.AccountLockoutInfo
-
Sets the user token.
- setUseStartTLS(boolean) - Method in class org.forgerock.openam.ldap.LDAPAuthUtils
-
Sets whether the startTLS extended operation should be used to establish connection to LDAP server(s).
- setUUID(String) - Method in class com.iplanet.dpro.session.share.SessionRequest
-
Sets the universal unique identifier.
- setUUID(String) - Method in class org.forgerock.openam.core.rest.devices.DeviceSettings
-
Sets the UUID for this device.
- setUUID(String) - Method in class org.forgerock.openam.entitlement.ResourceType.Builder
-
Set the universally unique identifier for this resource type.
- setUUID(String) - Method in class org.forgerock.openam.entitlement.rest.wrappers.JsonResourceType
-
- setValidateKerberosSignature(boolean) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets a boolean flag to enable or disable validate kerberos signature.
- setValidateKerberosSignature(boolean) - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Sets a boolean flag to enable or disable validate kerberos signature.
- setValidateKerberosSignature(boolean) - Method in class com.sun.identity.wss.sts.config.STSRemoteConfig
-
Sets a boolean flag to enable or disable validate kerberos signature.
- setValidating(boolean) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallerImpl
-
- setValidating(boolean) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallerImpl
-
- SetValidator - Class in com.iplanet.ums.validation
-
Validates if given value is in the set.
- SetValidator() - Constructor for class com.iplanet.ums.validation.SetValidator
-
- setValidator(String) - Method in class com.sun.identity.sm.AttributeSchema
-
Sets the Validator attribute
- setValidQueryAttributes(Set<String>) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
-
Sets the valid set of query attributes.
- setValidQueryAttributes(Set<String>) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig.ForgottenUsernameBuilder
-
Sets the set of valid query attributes.
- setValidRealm(String) - Method in interface com.sun.identity.password.ui.model.PWResetUserValidationModel
-
Sets the valid realm flag.
- setValidRealm(String) - Method in class com.sun.identity.password.ui.model.PWResetUserValidationModelImpl
-
Sets the valid realm flag.
- setValidSessionNoUpgrade(boolean) - Method in class com.sun.identity.authentication.server.AuthXMLRequest
-
Sets the attribute for valid session
and no session upgrade in request.
- setValidSessionNoUpgrade(boolean) - Method in class com.sun.identity.authentication.server.AuthXMLResponse
-
Sets the attribute for valid session
and no session upgrade in request.
- setValidUntil(Calendar) - Method in interface com.sun.identity.saml2.jaxb.metadata.AffiliationDescriptorType
-
Sets the value of the validUntil property.
- setValidUntil(Calendar) - Method in interface com.sun.identity.saml2.jaxb.metadata.EntitiesDescriptorType
-
Sets the value of the validUntil property.
- setValidUntil(Calendar) - Method in interface com.sun.identity.saml2.jaxb.metadata.EntityDescriptorType
-
Sets the value of the validUntil property.
- setValidUntil(Calendar) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorTypeImpl
-
- setValidUntil(Calendar) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntitiesDescriptorTypeImpl
-
- setValidUntil(Calendar) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl
-
- setValidUntil(Calendar) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl
-
- setValidUntil(Calendar) - Method in interface com.sun.identity.saml2.jaxb.metadata.RoleDescriptorType
-
Sets the value of the validUntil property.
- setValue(String) - Method in class com.iplanet.services.ldap.Attr
-
Set value of an attribute
- setValue(byte[]) - Method in class com.iplanet.services.ldap.Attr
-
Set value of an attribute
- setValue(String) - Method in class com.sun.identity.authentication.callbacks.HiddenValueCallback
-
Set the value on the HiddenValueCallback.
- setValue(String) - Method in class com.sun.identity.authentication.callbacks.NameValueOutputCallback
-
- setValue(String) - Method in class com.sun.identity.entitlement.AttributeLookupCondition
-
Set matching value.
- setValue(String) - Method in class com.sun.identity.entitlement.AttributeSubject
-
Sets attribute value.
- setValue(float) - Method in class com.sun.identity.entitlement.NumericAttributeCondition
-
- setValue(String) - Method in class com.sun.identity.entitlement.StringAttributeCondition
-
- setValue(String) - Method in class com.sun.identity.entitlement.xacml3.core.IdReference
-
Sets the value of the value property.
- setValue(String) - Method in class com.sun.identity.entitlement.xacml3.core.StatusCode
-
Sets the value of the value property.
- setValue(String) - Method in class com.sun.identity.entitlement.xacml3.core.Version
-
Sets the value of the value property.
- setValue(String) - Method in class com.sun.identity.entitlement.xacml3.core.VersionMatch
-
Sets the value of the value property.
- setValue(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.Parameter
-
Deprecated.
Sets value of 'Parameter' element.
- setValue(String) - Method in interface com.sun.identity.saml2.assertion.Action
-
Sets the value of this Action.
- setValue(String) - Method in interface com.sun.identity.saml2.assertion.AssertionIDRef
-
Sets the value of this AssertionIDRef.
- setValue(String) - Method in class com.sun.identity.saml2.assertion.impl.ActionImpl
-
Sets the value of the value property.
- setValue(String) - Method in class com.sun.identity.saml2.assertion.impl.AssertionIDRefImpl
-
Sets the value of this AssertionIDRef.
- setValue(String) - Method in class com.sun.identity.saml2.assertion.impl.NameIDTypeImpl
-
Sets the string-valued identifier
- setValue(String) - Method in interface com.sun.identity.saml2.assertion.NameIDType
-
Sets the string-valued identifier
- setValue(boolean) - Method in class com.sun.identity.saml2.common.NewBoolean
-
- setValue(String) - Method in interface com.sun.identity.saml2.ecp.ECPRelayState
-
Sets the value of the RelayState.
- setValue(String) - Method in class com.sun.identity.saml2.ecp.impl.ECPRelayStateImpl
-
Sets the value of the RelayState.
- setValue(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.ActionType
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.AssertionIDRefElement
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.AssertionURIRefElement
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.AudienceElement
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthenticatingAuthorityElement
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthnContextClassRefElement
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.AuthnContextDeclRefElement
-
Sets the value of the value property.
- setValue(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.ActionTypeImpl
-
- setValue(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionIDRefElementImpl
-
- setValue(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionURIRefElementImpl
-
- setValue(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AudienceElementImpl
-
- setValue(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthenticatingAuthorityElementImpl
-
- setValue(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextClassRefElementImpl
-
- setValue(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextDeclRefElementImpl
-
- setValue(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.NameIDTypeImpl
-
- setValue(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.NameIDType
-
Sets the value of the value property.
- setValue(String) - Method in class com.sun.identity.saml2.jaxb.entityconfig.impl.ValueElementImpl
-
- setValue(String) - Method in interface com.sun.identity.saml2.jaxb.entityconfig.ValueElement
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.AdditionalMetadataLocationType
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.AffiliateMemberElement
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.AttributeProfileElement
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.CompanyElement
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.EmailAddressElement
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.GivenNameElement
-
Sets the value of the value property.
- setValue(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AdditionalMetadataLocationTypeImpl
-
- setValue(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AffiliateMemberElementImpl
-
- setValue(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.AttributeProfileElementImpl
-
- setValue(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.CompanyElementImpl
-
- setValue(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.EmailAddressElementImpl
-
- setValue(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.GivenNameElementImpl
-
- setValue(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.LocalizedNameTypeImpl
-
- setValue(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.LocalizedURITypeImpl
-
- setValue(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.NameIDFormatElementImpl
-
- setValue(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SurNameElementImpl
-
- setValue(String) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.TelephoneNumberElementImpl
-
- setValue(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.LocalizedNameType
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.LocalizedURIType
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.NameIDFormatElement
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.SurNameElement
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.saml2.jaxb.metadata.TelephoneNumberElement
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.saml2.jaxb.metadataextquery.ActionNamespaceElement
-
Sets the value of the value property.
- setValue(String) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.ActionNamespaceElementImpl
-
- setValue(byte[]) - Method in interface com.sun.identity.saml2.jaxb.xmlenc.AgreementMethodType.KANonce
-
Sets the value of the value property.
- setValue(BigInteger) - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize
-
Sets the value of the value property.
- setValue(byte[]) - Method in interface com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.OAEPparams
-
Sets the value of the value property.
- setValue(byte[]) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl.KANonceImpl
-
- setValue(BigInteger) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl.KeySizeImpl
-
- setValue(byte[]) - Method in class com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl.OAEPparamsImpl
-
- setValue(byte[]) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.DigestValueElement
-
Sets the value of the value property.
- setValue(byte[]) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DigestValueElementImpl
-
- setValue(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.KeyNameElementImpl
-
- setValue(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.MgmtDataElementImpl
-
- setValue(BigInteger) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureMethodTypeImpl.HMACOutputLengthImpl
-
- setValue(byte[]) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureValueTypeImpl
-
- setValue(byte[]) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.SPKIDataTypeImpl.SPKISexpImpl
-
- setValue(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.TransformTypeImpl.XPathImpl
-
- setValue(byte[]) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509CertificateImpl
-
- setValue(byte[]) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509CRLImpl
-
- setValue(byte[]) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509SKIImpl
-
- setValue(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509DataTypeImpl.X509SubjectNameImpl
-
- setValue(String) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.KeyNameElement
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.MgmtDataElement
-
Sets the value of the value property.
- setValue(BigInteger) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignatureMethodType.HMACOutputLength
-
Sets the value of the value property.
- setValue(byte[]) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SignatureValueType
-
Sets the value of the value property.
- setValue(byte[]) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.SPKIDataType.SPKISexp
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.TransformType.XPath
-
Sets the value of the value property.
- setValue(byte[]) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.X509DataType.X509Certificate
-
Sets the value of the value property.
- setValue(byte[]) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.X509DataType.X509CRL
-
Sets the value of the value property.
- setValue(byte[]) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.X509DataType.X509SKI
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.X509DataType.X509SubjectName
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.saml2.protocol.GetComplete
-
Sets the value of the GetComplete URI.
- setValue(String) - Method in class com.sun.identity.saml2.protocol.impl.GetCompleteImpl
-
Sets the value of the GetComplete URI.
- setValue(String) - Method in class com.sun.identity.saml2.protocol.impl.RequesterIDImpl
-
Sets the value of the RequesterID URI.
- setValue(String) - Method in class com.sun.identity.saml2.protocol.impl.StatusCodeImpl
-
Sets the status code value of the value property.
- setValue(String) - Method in interface com.sun.identity.saml2.protocol.RequesterID
-
Sets the value of the RequesterID URI.
- setValue(String) - Method in interface com.sun.identity.saml2.protocol.StatusCode
-
Sets the value of the value property.
- setValue(String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.ValueElementImpl
-
- setValue(String) - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.ValueElement
-
Sets the value of the value property.
- setValue(QName) - Method in interface com.sun.identity.wsfederation.jaxb.wsaddr.AttributedQNameType
-
Sets the value of the value property.
- setValue(BigInteger) - Method in interface com.sun.identity.wsfederation.jaxb.wsaddr.AttributedUnsignedLongType
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsaddr.AttributedURIType
-
Sets the value of the value property.
- setValue(QName) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.AttributedQNameTypeImpl
-
- setValue(BigInteger) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.AttributedUnsignedLongTypeImpl
-
- setValue(String) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.AttributedURITypeImpl
-
- setValue(String) - Method in class com.sun.identity.wsfederation.jaxb.wsaddr.impl.RelatesToTypeImpl
-
- setValue(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsaddr.RelatesToType
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.AttributeExtensibleString
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.AttributeExtensibleURI
-
Sets the value of the value property.
- setValue(boolean) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.AutomaticPseudonymsElement
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.DescriptionType
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType
-
Sets the value of the value property.
- setValue(long) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.Freshness
-
Sets the value of the value property.
- setValue(String) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AttributeExtensibleStringImpl
-
- setValue(String) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AttributeExtensibleURIImpl
-
- setValue(boolean) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.AutomaticPseudonymsElementImpl
-
- setValue(String) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.DescriptionTypeImpl
-
- setValue(String) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.DisplayNameTypeImpl
-
- setValue(long) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.FreshnessImpl
-
- setValue(String) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.RealmElementImpl
-
- setValue(byte[]) - Method in class com.sun.identity.wsfederation.jaxb.wsfederation.impl.ReferenceDigestTypeImpl
-
- setValue(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.RealmElement
-
Sets the value of the value property.
- setValue(byte[]) - Method in interface com.sun.identity.wsfederation.jaxb.wsfederation.ReferenceDigestType
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsse.AttributedString
-
Sets the value of the value property.
- setValue(String) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.AttributedStringImpl
-
- setValue(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsu.AttributedDateTime
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsu.AttributedURI
-
Sets the value of the value property.
- setValue(String) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.AttributedDateTimeImpl
-
- setValue(String) - Method in class com.sun.identity.wsfederation.jaxb.wsu.impl.AttributedURIImpl
-
- setValue(byte[]) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.DigestValueElement
-
Sets the value of the value property.
- setValue(byte[]) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DigestValueElementImpl
-
- setValue(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.KeyNameElementImpl
-
- setValue(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.MgmtDataElementImpl
-
- setValue(BigInteger) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureMethodTypeImpl.HMACOutputLengthImpl
-
- setValue(byte[]) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureValueTypeImpl
-
- setValue(byte[]) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SPKIDataTypeImpl.SPKISexpImpl
-
- setValue(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.TransformTypeImpl.XPathImpl
-
- setValue(byte[]) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509CertificateImpl
-
- setValue(byte[]) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509CRLImpl
-
- setValue(byte[]) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509SKIImpl
-
- setValue(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509DataTypeImpl.X509SubjectNameImpl
-
- setValue(String) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.KeyNameElement
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.MgmtDataElement
-
Sets the value of the value property.
- setValue(BigInteger) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignatureMethodType.HMACOutputLength
-
Sets the value of the value property.
- setValue(byte[]) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SignatureValueType
-
Sets the value of the value property.
- setValue(byte[]) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.SPKIDataType.SPKISexp
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.TransformType.XPath
-
Sets the value of the value property.
- setValue(byte[]) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.X509DataType.X509Certificate
-
Sets the value of the value property.
- setValue(byte[]) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.X509DataType.X509CRL
-
Sets the value of the value property.
- setValue(byte[]) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.X509DataType.X509SKI
-
Sets the value of the value property.
- setValue(String) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.X509DataType.X509SubjectName
-
Sets the value of the value property.
- setValue(String) - Method in class com.sun.identity.wss.security.KeyIdentifier
-
Sets the value in the key identifier.
- setValue(String) - Method in interface com.sun.identity.xacml.context.Decision
-
Sets the values of this object
- setValue(String) - Method in class com.sun.identity.xacml.context.impl.DecisionImpl
-
Sets the values of this object
- setValue(String) - Method in class com.sun.identity.xacml.context.impl.StatusCodeImpl
-
Sets the value of this object
- setValue(String) - Method in class com.sun.identity.xacml.context.impl.StatusMessageImpl
-
Sets the value of this object
- setValue(String) - Method in interface com.sun.identity.xacml.context.StatusCode
-
Sets the value of this object
- setValue(String) - Method in interface com.sun.identity.xacml.context.StatusMessage
-
Sets the value of this object
- setValue(String) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteCookie
-
Set the cookie to have a new value, updating the underlying cookie
representatio if present.
- setValueIndent() - Method in class com.sun.identity.install.tools.util.xml.XMLDocument
-
Sets a flag that is used by the document to indent value tokens when
adding child elements that have value.
- setValues(String[]) - Method in class com.sun.identity.idsvcs.Attribute
-
- setValues(Set) - Method in class com.sun.identity.policy.ActionDecision
-
Deprecated.
Sets the action values for the action.
- setValues(Set) - Method in interface com.sun.identity.policy.interfaces.Referral
-
Deprecated.
Sets the values of this referral
- setValues(Set) - Method in interface com.sun.identity.policy.interfaces.Subject
-
Deprecated.
Sets the names for the instance of the Subject
object.
- setValues(Set) - Method in class com.sun.identity.policy.plugins.AMIdentitySubject
-
Deprecated.
Sets the values identifying AMIdentity objects on which
membership would be checked
- setValues(Set) - Method in class com.sun.identity.policy.plugins.AuthenticatedAgents
-
This method does nothing for this subject as there are no values to set
for this subject.
- setValues(Set) - Method in class com.sun.identity.policy.plugins.AuthenticatedSharedAgents
-
This method does nothing for this subject as there are no values to set
for this subject.
- setValues(Set) - Method in class com.sun.identity.policy.plugins.AuthenticatedUsers
-
Deprecated.
This method does nothing for this subject as there are no values to set
for this subject.
- setValues(Set) - Method in class com.sun.identity.policy.plugins.DSAMERole
-
Sets the names for the instance of the Subject
object.
- setValues(Set) - Method in class com.sun.identity.policy.plugins.LDAPGroups
-
Sets the names for the instance of the LDAPGroups
object.
- setValues(Set) - Method in class com.sun.identity.policy.plugins.LDAPRoles
-
Sets the names for the instance of the LDAPRoles
object.
- setValues(Set) - Method in class com.sun.identity.policy.plugins.LDAPUsers
-
Sets the names for the instance of the LDAPUsers
object.
- setValues(Set) - Method in class com.sun.identity.policy.plugins.Organization
-
Sets the names for the instance of the Organization
object.
- setValues(Set) - Method in class com.sun.identity.policy.plugins.OrgReferral
-
Sets the values of this referral.
- setValues(Set) - Method in class com.sun.identity.policy.plugins.PrivilegeSubject
-
Set values.
- setValues(Set) - Method in class com.sun.identity.policy.plugins.WebServicesClients
-
Sets the selected web services clients for this subject.
- setValueType(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsse.BinarySecurityTokenType
-
Sets the value of the valueType property.
- setValueType(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsse.EmbeddedType
-
Sets the value of the valueType property.
- setValueType(String) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.BinarySecurityTokenTypeImpl
-
- setValueType(String) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.EmbeddedTypeImpl
-
- setValueType(String) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.KeyIdentifierTypeImpl
-
- setValueType(String) - Method in class com.sun.identity.wsfederation.jaxb.wsse.impl.ReferenceTypeImpl
-
- setValueType(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsse.KeyIdentifierType
-
Sets the value of the valueType property.
- setValueType(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsse.ReferenceType
-
Sets the value of the valueType property.
- setValueType(String) - Method in class com.sun.identity.wss.security.Reference
-
Sets the value type of the token.
- setVariableId(String) - Method in class com.sun.identity.entitlement.xacml3.core.VariableDefinition
-
Sets the value of the variableId property.
- setVariableId(String) - Method in class com.sun.identity.entitlement.xacml3.core.VariableReference
-
Sets the value of the variableId property.
- setVerificationCertAlias(String) - Method in class com.sun.identity.wss.security.handler.SecurityContext
-
Sets the signature certificate alias
- setVerificationKey(Key) - Method in class com.sun.identity.wss.security.handler.SecurityContext
-
Sets the signature verification key
- setVerifyingCertAlias(String) - Method in class com.sun.identity.liberty.ws.security.SecurityAssertion
-
Sets the value of the certificate alias.
- setVerPassword(AMPassword, Object) - Static method in class com.sun.identity.log.handlers.SecureFileHandler
-
Sets verifier password.
- setVersion(String) - Method in class com.iplanet.services.ldap.aci.ACI
-
Set the version number of the ACI.
- setVersion(String) - Method in class com.sun.identity.delegation.DelegationPermission
-
Sets the service version in the permission
- setVersion(VersionMatch) - Method in class com.sun.identity.entitlement.xacml3.core.IdReference
-
Sets the value of the version property.
- setVersion(Version) - Method in class com.sun.identity.entitlement.xacml3.core.Policy
-
Sets the value of the version property.
- setVersion(Version) - Method in class com.sun.identity.entitlement.xacml3.core.PolicySet
-
Sets the value of the version property.
- setVersion(String) - Method in class com.sun.identity.policy.remote.PolicyService
-
Sets the version for the Policy Service.
- setVersion(String) - Method in interface com.sun.identity.saml2.assertion.Assertion
-
Sets the version number of the assertion.
- setVersion(String) - Method in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
Sets the version number of the assertion.
- setVersion(String) - Method in interface com.sun.identity.saml2.jaxb.assertion.AssertionType
-
Sets the value of the version property.
- setVersion(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.AssertionTypeImpl
-
- setVersion(String) - Method in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
Sets the value of the Version attribute.
- setVersion(String) - Method in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
Sets the value of the version property.
- setVersion(String) - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
-
Sets the value of the Version attribute.
- setVersion(String) - Method in interface com.sun.identity.saml2.protocol.StatusResponse
-
Sets the value of the version property.
- setVersion(int) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteCookie
-
Set the version of the cookie, updating the underlying representation if
present.
- setVLVRange(int, int, int) - Method in class com.iplanet.am.sdk.AMSearchControl
-
Deprecated.
Set range for retrieving VLV data.
- setVLVRange(String, int, int) - Method in class com.iplanet.am.sdk.AMSearchControl
-
Deprecated.
Set range for retrieving VLV data.
- setVLVRange(int, int, int) - Method in class com.iplanet.ums.SearchControl
-
Set range for retrieving VLV data.
- setVLVRange(String, int, int) - Method in class com.iplanet.ums.SearchControl
-
Set range for retrieving VLV data.
- setWantAssertionsSigned(boolean) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.QueryDescriptorTypeImpl
-
- setWantAssertionsSigned(boolean) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorTypeImpl
-
- setWantAssertionsSigned(boolean) - Method in interface com.sun.identity.saml2.jaxb.metadata.QueryDescriptorType
-
Sets the value of the wantAssertionsSigned property.
- setWantAssertionsSigned(boolean) - Method in interface com.sun.identity.saml2.jaxb.metadata.SPSSODescriptorType
-
Sets the value of the wantAssertionsSigned property.
- setWantAssertionsSigned(boolean) - Method in class com.sun.identity.saml2.jaxb.metadataextquery.impl.QueryDescriptorTypeImpl
-
- setWantAssertionsSigned(boolean) - Method in interface com.sun.identity.saml2.jaxb.metadataextquery.QueryDescriptorType
-
Sets the value of the wantAssertionsSigned property.
- setWantAuthnRequestsSigned(boolean) - Method in interface com.sun.identity.saml2.jaxb.metadata.IDPSSODescriptorType
-
Sets the value of the wantAuthnRequestsSigned property.
- setWantAuthnRequestsSigned(boolean) - Method in class com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorTypeImpl
-
- setWarningCount(int) - Method in class com.sun.identity.common.AccountLockoutInfo
-
Sets the warning count, this is the number of allowed failed attempts
after which account deactivation warning message will be displayed to the
user.
- setWarningEnabled(boolean) - Method in class org.forgerock.openam.rest.VersionBehaviourConfigListener
-
Performs no action as configuration is used to determine if warnings
will be issued.
- setWriter(Writer) - Static method in class com.sun.identity.setup.SetupProgress
-
Sets setup writer.
- setWriter(Writer) - Static method in class org.forgerock.openam.upgrade.UpgradeProgress
-
Sets setup writer.
- setWsdlURI(String) - Method in class com.sun.identity.liberty.ws.disco.Description
-
Sets URI to WSDL resource containing the service description.
- setWSFVersion(String) - Method in class com.sun.identity.liberty.ws.common.wsse.BinarySecurityToken
-
Sets the web services version.
- setWSFVersion(String) - Method in class com.sun.identity.liberty.ws.disco.DiscoveryClient
-
Sets the web services version.
- setWSFVersion(String) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
-
Sets the web services version.
- setWSFVersion(String) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
-
Sets the web services version to the message.
- setWSPEndpoint(String) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the web services provider endpoint.
- setWSSProxyEndpoint(String) - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Sets the web services security proxy endpoint.
- setX509(String) - Method in class org.forgerock.openidconnect.ClientBuilder
-
Sets the X509 value.
- setX509IssuerName(String) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509IssuerSerialTypeImpl
-
- setX509IssuerName(String) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.X509IssuerSerialType
-
Sets the value of the x509IssuerName property.
- setX509IssuerName(String) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509IssuerSerialTypeImpl
-
- setX509IssuerName(String) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.X509IssuerSerialType
-
Sets the value of the x509IssuerName property.
- setX509IssuerSerial(X509Data) - Method in class com.sun.identity.wss.security.SecurityTokenReference
-
Sets the X509Data.
- setX509SerialNumber(BigInteger) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.X509IssuerSerialTypeImpl
-
- setX509SerialNumber(BigInteger) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.X509IssuerSerialType
-
Sets the value of the x509SerialNumber property.
- setX509SerialNumber(BigInteger) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.X509IssuerSerialTypeImpl
-
- setX509SerialNumber(BigInteger) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.X509IssuerSerialType
-
Sets the value of the x509SerialNumber property.
- setXPathVersion(String) - Method in class com.sun.identity.entitlement.xacml3.core.Defaults
-
Sets the value of the xPathVersion property.
- setXPathVersion(String) - Method in class com.sun.identity.entitlement.xacml3.core.RequestDefaults
-
Sets the value of the xPathVersion property.
- setXPathVersion(String) - Method in class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SerElementsTypeImpl
-
- setXPathVersion(String) - Method in interface com.sun.identity.wsfederation.jaxb.wsspolicy.SerElementsType
-
Sets the value of the xPathVersion property.
- setY(byte[]) - Method in interface com.sun.identity.saml2.jaxb.xmlsig.DSAKeyValueType
-
Sets the value of the y property.
- setY(byte[]) - Method in class com.sun.identity.saml2.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- setY(byte[]) - Method in interface com.sun.identity.wsfederation.jaxb.xmlsig.DSAKeyValueType
-
Sets the value of the y property.
- setY(byte[]) - Method in class com.sun.identity.wsfederation.jaxb.xmlsig.impl.DSAKeyValueTypeImpl
-
- SFailureAverage - Variable in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntry
-
Variable for storing the value of "SFailureAverage".
- SFailureCount - Variable in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntry
-
Variable for storing the value of "SFailureCount".
- SFailureMaximum - Variable in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntry
-
Variable for storing the value of "SFailureMaximum".
- SFailureMinimum - Variable in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntry
-
Variable for storing the value of "SFailureMinimum".
- SHA1 - Static variable in interface com.sun.identity.tools.manifest.ManifestConstants
-
- SHA1_WITH_DSA - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- SHA1_WITH_RSA - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- SHANDLE_SCHEME_PREFIX - Static variable in class com.iplanet.dpro.session.SessionID
-
- SHARED_STATE - Static variable in class org.forgerock.openam.authentication.modules.scripted.Scripted
-
- SHARED_STATE_BEHAVIOR_PATTERN - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- SHARED_STATE_ENABLED - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- SHARED_STATE_PASSWORD - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- SHARED_STATE_USERNAME - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- SharedGuiceModule - Class in org.forgerock.openam.shared.guice
-
Guice module for OpenAM shared bindings.
- SharedGuiceModule() - Constructor for class org.forgerock.openam.shared.guice.SharedGuiceModule
-
- SharedSecretProvider - Interface in org.forgerock.openam.authentication.modules.oath.plugins
-
Provided as an extension point to allow customised transformation of the OATH shared secret attribute.
- sharedState - Variable in class org.forgerock.openam.authentication.modules.scripted.Scripted
-
- sharedState - Variable in class org.openidentityplatform.openam.authentication.modules.QR
-
- sharedState - Variable in class org.openidentityplatform.openam.authentication.modules.recaptcha.ReCaptcha
-
- SharedSTSConstants - Class in org.forgerock.openam.shared.sts
-
Defines some constants shared between the openam-sts module and the sts ViewBean/Model in openam-console.
- SHORT_ARGUMENT_DEBUG - Static variable in interface com.sun.identity.cli.CLIConstants
-
Short name of debug argument/option.
- SHORT_ARGUMENT_HELP - Static variable in interface com.sun.identity.cli.CLIConstants
-
Short name of help argument/option.
- SHORT_ARGUMENT_INFORMATION - Static variable in interface com.sun.identity.cli.CLIConstants
-
Short name of information argument/option.
- SHORT_ARGUMENT_LOCALE - Static variable in interface com.sun.identity.cli.CLIConstants
-
Short name of locale argument/option.
- SHORT_ARGUMENT_NOLOG - Static variable in interface com.sun.identity.cli.CLIConstants
-
Short name of disable logging argument/option.
- SHORT_ARGUMENT_VERBOSE - Static variable in interface com.sun.identity.cli.CLIConstants
-
Short name of verbose argument/option.
- SHORT_ARGUMENT_VERSION - Static variable in interface com.sun.identity.cli.CLIConstants
-
Short name of version argument/option.
- shouldAudit(AuditConstants.ConfigOperation) - Method in class org.forgerock.openam.auditors.ConfigAuditor
-
Determines if a given event should be audited
- shouldAudit(AuditConstants.ConfigOperation) - Method in class org.forgerock.openam.auditors.RepoAuditor
-
Determines if a given event should be audited
- shouldAuthenticate(Subject, HttpServletRequest) - Method in class com.sun.identity.wss.security.handler.HTTPRequestHandler
-
Checks whether client should be authenticated or not.
- shouldAuthenticate(Subject, HttpServletRequest) - Method in interface com.sun.identity.wss.security.handler.HTTPRequestHandlerInterface
-
Checks whether client should be authenticated or not.
- shouldCopy(String) - Method in class org.forgerock.openam.authentication.service.DefaultSessionPropertyUpgrader
-
- shouldCopy(String) - Method in class org.forgerock.openam.authentication.service.SessionPropertyUpgrader
-
This method decides whether a given session property should be copied to
the new session.
- shouldIncludeMemberships() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Checks if the memberships should be included in the SAML attribute
mapping.
- shouldIncludeMemberships() - Method in class com.sun.identity.wss.provider.STSConfig
-
Checks if the memberships should be included in the SAML attribute
mapping.
- shouldIncludeMemberships() - Method in class com.sun.identity.wss.sts.config.FAMSTSConfiguration
-
Checks if the memberships should be included in the SAML attribute
mapping.
- shouldPersistNameIDFormat(String, String, String, String) - Method in class com.sun.identity.saml2.plugins.DefaultIDPAccountMapper
-
Tells whether the provided NameID-Format should be persisted in the user data store or not.
- shouldPersistNameIDFormat(String, String, String, String) - Method in class com.sun.identity.saml2.plugins.DefaultLibrarySPAccountMapper
-
- shouldPersistNameIDFormat(String, String, String, String) - Method in interface com.sun.identity.saml2.plugins.IDPAccountMapper
-
Tells whether the provided NameID-Format should be persisted in the user data store or not.
- shouldPersistNameIDFormat(String, String, String, String) - Method in interface com.sun.identity.saml2.plugins.SPAccountMapper
-
Tells whether the provided NameID-Format should be persisted in the user data store or not.
- shouldStoreOpsTokens() - Method in class org.forgerock.oauth2.core.AgentOAuth2ProviderSettings
-
- shouldStoreOpsTokens() - Method in interface org.forgerock.oauth2.core.OAuth2ProviderSettings
-
Whether to generate and store an ops token in CTS for this OIDC provider.
- shouldStoreOpsTokens() - Method in class org.forgerock.oauth2.core.RealmOAuth2ProviderSettings
-
- show(String) - Method in class org.forgerock.openam.license.ConsoleUser
-
Directly shows a non-localised (or already localised) message to the user.
- show(String) - Method in interface org.forgerock.openam.license.User
-
Directly shows a non-localised (or already localised) message to the user.
- ShowAgent - Class in com.sun.identity.cli.agentconfig
-
This command gets attribute values of an agent.
- ShowAgent() - Constructor for class com.sun.identity.cli.agentconfig.ShowAgent
-
- ShowAgentGroup - Class in com.sun.identity.cli.agentconfig
-
This command gets attribute values of an agent group.
- ShowAgentGroup() - Constructor for class com.sun.identity.cli.agentconfig.ShowAgentGroup
-
- ShowAgentTypes - Class in com.sun.identity.cli.agentconfig
-
This command shows the suppported agent types.
- ShowAgentTypes() - Constructor for class com.sun.identity.cli.agentconfig.ShowAgentTypes
-
- ShowApplication - Class in com.sun.identity.cli.entitlement
-
- ShowApplication(ApplicationServiceFactory) - Constructor for class com.sun.identity.cli.entitlement.ShowApplication
-
Create a new instance.
- ShowApplicationPrivilege - Class in com.sun.identity.cli.entitlement
-
- ShowApplicationPrivilege(ResourceTypeService, ApplicationServiceFactory) - Constructor for class com.sun.identity.cli.entitlement.ShowApplicationPrivilege
-
- ShowApplicationType - Class in org.forgerock.openam.cli.entitlement
-
Show the details of the named ApplicationType.
- ShowApplicationType() - Constructor for class org.forgerock.openam.cli.entitlement.ShowApplicationType
-
- ShowConfigurations - Class in com.sun.identity.cli.entitlement
-
- ShowConfigurations() - Constructor for class com.sun.identity.cli.entitlement.ShowConfigurations
-
- ShowDataStore - Class in com.sun.identity.cli.datastore
-
List the names of data store under a realm.
- ShowDataStore() - Constructor for class com.sun.identity.cli.datastore.ShowDataStore
-
- showErrorPage(HttpServletResponse, String, String, String) - Static method in class com.sun.identity.federation.services.util.FSServiceUtils
-
Displays error page.
- ShowSite - Class in com.sun.identity.cli.serverconfig
-
Show site profile.
- ShowSite() - Constructor for class com.sun.identity.cli.serverconfig.ShowSite
-
- ShowSiteMembers - Class in com.sun.identity.cli.serverconfig
-
Display the site members.
- ShowSiteMembers() - Constructor for class com.sun.identity.cli.serverconfig.ShowSiteMembers
-
- shutdown() - Method in class com.iplanet.am.util.ThreadPool
-
- shutdown() - Method in interface com.iplanet.dpro.session.service.cluster.ClusterMonitor
-
Signals that the ClusterMonitor instance should shutdown.
- shutdown() - Method in class com.iplanet.dpro.session.service.cluster.MultiServerClusterMonitor
-
Signals that this ClusterMonitor should be shutdown.
- shutdown() - Method in class com.iplanet.dpro.session.service.cluster.SingleServerClusterMonitor
-
No operation for this implementation.
- shutdown() - Method in class com.sun.identity.authentication.modules.radius.RADIUS
-
Shutdown the RADIUS connection.
- shutdown() - Method in class com.sun.identity.authentication.modules.securid.SecurID
-
- shutdown() - Method in interface com.sun.identity.common.ShutdownListener
-
The function to run when the system shutdown.
- shutdown() - Method in class com.sun.identity.common.ShutdownManager
-
Shuts down all the listeners in this ShutdownManager.
- shutdown() - Method in class com.sun.identity.common.TimerPool
-
Shuts down the TimerPool.
- shutdown() - Method in class com.sun.identity.entitlement.ThreadPool
-
Shuts down the ThreadPool.
- shutdown() - Method in class com.sun.identity.idm.IdRepo
-
This method is invoked just before the plugin is removed from the IdRepo
cache of plugins.
- shutdown() - Method in class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- shutdown() - Method in class com.sun.identity.idm.plugins.internal.SpecialRepo
-
- shutdown() - Method in class com.sun.identity.shared.stats.Stats
-
- shutdown() - Method in class com.sun.identity.sm.ldap.SMSEmbeddedLdapObject
-
- shutdown() - Method in class com.sun.identity.sm.ldap.SMSLdapObject
-
- shutdown() - Method in class com.sun.identity.sm.SMSObject
-
- shutdown() - Method in class org.forgerock.openam.audit.context.AuditRequestContextPropagatingExecutorService
- shutdown() - Method in interface org.forgerock.openam.entitlement.indextree.IndexChangeManager
-
Informs the manager to shutdown.
- shutdown() - Method in class org.forgerock.openam.entitlement.indextree.IndexChangeManagerImpl
-
Informs the manager to shutdown.
- shutdown() - Method in interface org.forgerock.openam.entitlement.indextree.IndexChangeMonitor
-
Informs the monitor to shutdown.
- shutdown() - Method in class org.forgerock.openam.entitlement.indextree.IndexChangeMonitorImpl
-
Informs the monitor to shutdown.
- shutdown() - Method in class org.forgerock.openam.entitlement.indextree.IndexTreeServiceImpl
- shutdown() - Method in class org.forgerock.openam.entitlement.utils.NullNotificationBroker
-
- shutdown() - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
This method is being invoked during OpenAM shutdown and also when the configuration changes and OpenAM needs to
reload the Data Store configuration.
- shutdown() - Method in class org.forgerock.openam.notifications.brokers.InMemoryNotificationBroker
-
- shutdown() - Method in class org.forgerock.openam.notifications.integration.brokers.CTSNotificationBroker
-
- shutdown() - Method in interface org.forgerock.openam.notifications.NotificationBroker
-
Initiates an orderly shutdown in which previously published
notifications are delivered, but no new notifications will be accepted.
- shutdown() - Method in interface org.forgerock.openam.radius.server.config.RadiusServer
-
Tells the service to shut down.
- shutdown() - Method in class org.forgerock.openam.radius.server.config.RadiusServerManager
-
- shutdown() - Method in class org.forgerock.openam.radius.server.RadiusServiceManager
-
- SHUTDOWN - Static variable in class org.forgerock.openam.session.model.AMRootEntity
-
Represents Session Persistence Shutdown Operation
- shutdown() - Method in class org.forgerock.openam.sm.datalayer.providers.DataLayerConnectionFactoryCache
-
Shuts down all established connection factories.
- shutdown() - Method in interface org.forgerock.openam.sts.soap.bootstrap.SoapSTSLifecycle
-
Shut down the soap-sts agent context.
- shutdown() - Method in class org.forgerock.openam.sts.soap.bootstrap.SoapSTSLifecycleImpl
-
- shutdown() - Method in class org.openidentityplatform.openam.cassandra.Repo
-
- shutdownCalled - Variable in class com.sun.identity.common.ShutdownManager
-
- shutdownCalled - Static variable in class com.sun.identity.idm.server.IdServicesImpl
-
- ShutdownListener - Interface in com.sun.identity.common
-
Any component which needs to be shutted down should implement this interface
and use the function to shut down the component.
- ShutdownManager - Class in com.sun.identity.common
-
ShutdownManager is a static instance which is used to trigger all the
ShutdownListener to call shutdown function.
- ShutdownMonitor - Class in org.forgerock.openam.utils
-
Responsible for monitoring the system Shutdown state and providing this signal to callers
that need to poll the shutdown state.
- ShutdownMonitor(ShutdownManager) - Constructor for class org.forgerock.openam.utils.ShutdownMonitor
-
Guice initialised constructor.
- shutdownNow() - Method in class org.forgerock.openam.audit.context.AuditRequestContextPropagatingExecutorService
- shutdownServer(String) - Static method in class com.sun.identity.setup.EmbeddedOpenDS
-
Gracefully shuts down the embedded OpenDJ instance.
- ShutdownServletContextListener - Class in com.sun.identity.common
-
The ShutdownServletContextListener class is used to trigger
ShutdownManager to shutdown everything when it is undeployed, or the web
container is terminated.
- ShutdownServletContextListener() - Constructor for class com.sun.identity.common.ShutdownServletContextListener
-
- sid2token - Static variable in class org.forgerock.openam.sm.datalayer.api.AbstractTask
-
- sidHash - Static variable in class com.iplanet.dpro.session.share.SessionEncodeURL
-
- SIG_ALG - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- SIG_PROVIDER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- sigHash - Static variable in class com.sun.identity.federation.key.KeyUtil
-
- sigHash - Static variable in class com.sun.identity.saml2.key.KeyUtil
-
- sigHash - Static variable in class com.sun.identity.wsfederation.key.KeyUtil
-
- sigManager - Variable in class com.sun.identity.liberty.ws.security.LibSecurityTokenProvider
-
- SigManager - Class in com.sun.identity.saml2.xmlsig
-
The SigManager class is used to determine
the default SigProvider concret class to use, and to provide
access to an instance of that class
- sign() - Method in class com.sun.identity.log.secure.LogSign
-
The actual sign method that creates the signature by taking the last
generated MAC and the last Signature in the log file and then using that
to create the next signature that is to be written to the file.
- sign(PrivateKey, X509Certificate) - Method in interface com.sun.identity.saml2.assertion.Assertion
-
Signs the Assertion.
- sign(PrivateKey, X509Certificate) - Method in class com.sun.identity.saml2.assertion.impl.AssertionImpl
-
Sign the Assertion.
- sign(String, PrivateKey) - Static method in class com.sun.identity.saml2.common.QuerySignatureUtil
-
Signs the query string.
- sign(String, EntityDescriptorElement) - Static method in class com.sun.identity.saml2.meta.SAML2MetaSecurityUtils
-
Signs the entity descriptor root element by the following rules:
Hosted Entity
If there is a signature already on the EntityDescriptor, removes it, then signs the EntityDescriptor.
- sign(PrivateKey, X509Certificate) - Method in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
Signs the Request.
- sign(PrivateKey, X509Certificate) - Method in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
Signs the StatusResponse
- sign(PrivateKey, X509Certificate) - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
-
Signs the Request.
- sign(PrivateKey, X509Certificate) - Method in interface com.sun.identity.saml2.protocol.StatusResponse
-
Signs the StatusResponse.
- sign(String, String, PrivateKey, X509Certificate) - Method in class com.sun.identity.saml2.xmlsig.FMSigProvider
-
Sign the xml document node whose identifying attribute value
is as supplied, using enveloped signatures and use exclusive xml
canonicalization.
- sign(String, String, PrivateKey, X509Certificate) - Method in interface com.sun.identity.saml2.xmlsig.SigProvider
-
Sign the xml document node whose identifying attribute value
is as supplied, using enveloped signatures and use exclusive xml
canonicalization.
- sign(FederationElement, SPSSOConfigElement, IDPSSOConfigElement) - Static method in class com.sun.identity.wsfederation.meta.WSFederationMetaSecurityUtils
-
Signs service provider descriptor under entity descriptor if an cert
alias is found in service provider config and identity provider
descriptor under entity descriptor if an cert alias is found in
identity provider config.
- sign(String) - Method in class com.sun.identity.wss.security.AssertionToken
-
Signs the Assertion Token.
- sign() - Method in class com.sun.identity.wss.security.handler.SecureSOAPMessage
-
Signs the SOAPMessage for the given security profile.
- sign(String) - Method in class com.sun.identity.wss.security.SAML2Token
-
Signs the SAML2 Token.
- SIGN_ASSERTION - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
SAML service attribute that specifies whether to sign an assertion
or not.
- SIGN_ASSERTION_DEFAULT - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Default is to not sign the assertion.
- SIGN_KEY_ELEMENT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- SIGN_KEY_ELEMENT_INT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- SIGN_REQUEST - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
SAML service attribute that specifies whether to sign a request or not.
- SIGN_REQUEST_DEFAULT - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Default is to not sign request.
- SIGN_REQUIRED - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- SIGN_RESPONSE - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
SAML service attribute that specifies whether to sign a response or not.
- SIGN_RESPONSE_DEFAULT - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Default is to not sign response.
- signAndReturnQueryString(String, String) - Static method in class com.sun.identity.federation.services.util.FSSignatureUtil
-
Signs a string using enveloped signatures.
- signAssertion(boolean) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
-
Sets whether the SAML2Config assertion should be signed.
- signAssertion() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
-
Gets whether the assertion should be signed.
- SIGNATURE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Signature
- signature - Variable in class com.sun.identity.saml.assertion.AssertionBase
-
- signature - Variable in class com.sun.identity.saml.protocol.AbstractRequest
-
- signature - Variable in class com.sun.identity.saml.protocol.AbstractResponse
-
- SIGNATURE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for Signature
- SIGNATURE - Static variable in class com.sun.identity.sm.AttributeSchema.Type
-
The SIGNATURE attribute type specifies that the
attribute is a signing attribute.
- SIGNATURE_FIELDNAME - Static variable in class com.sun.identity.log.LogConstants
-
Defines the LoggingService name.
- SIGNATURE_PROVIDER_IMPL_CLASS - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
- SIGNATURE_VALIDATION_FAILED - Static variable in class com.sun.identity.wss.logging.LogUtil
-
- SIGNATURE_VERIFICATION_FAILED - Static variable in class com.sun.identity.federation.common.LogUtil
-
Signature verification failed
- signatureAlgorithm(String) - Method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig.OIDCIdTokenConfigBuilder
-
- signatureAlgorithm(JwsAlgorithm) - Method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig.OIDCIdTokenConfigBuilder
-
- SignatureElement - Interface in com.sun.identity.saml2.jaxb.xmlsig
-
Java content class for Signature element declaration.
- SignatureElement - Interface in com.sun.identity.wsfederation.jaxb.xmlsig
-
Java content class for Signature element declaration.
- SignatureElementImpl - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SignatureElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureElementImpl
-
- SignatureElementImpl - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SignatureElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureElementImpl
-
- SignatureElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SignatureElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- signatureKeyAlias(String) - Method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig.OIDCIdTokenConfigBuilder
-
- signatureKeyAlias(String) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
-
Sets the signature key alias on the SAML2ConfigBuilder.
- signatureKeyAlias(String) - Method in class org.forgerock.openam.sts.soap.config.user.SoapSTSKeystoreConfig.SoapSTSKeystoreConfigBuilder
-
- signatureKeyAlias(String) - Method in class org.forgerock.openam.sts.soap.SoapSTSConsumerCallbackHandler.SoapSTSConsumerCallbackHandlerBuilder
-
- signatureKeyKeyPassword(String) - Method in class org.forgerock.openam.sts.soap.SoapSTSConsumerCallbackHandler.SoapSTSConsumerCallbackHandlerBuilder
-
- signatureKeyPassword(byte[]) - Method in class org.forgerock.openam.sts.config.user.OpenIdConnectTokenConfig.OIDCIdTokenConfigBuilder
-
- signatureKeyPassword(byte[]) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
-
Sets the signature key password on the SAML2ConfigBuilder.
- signatureKeyPassword(byte[]) - Method in class org.forgerock.openam.sts.soap.config.user.SoapSTSKeystoreConfig.SoapSTSKeystoreConfigBuilder
-
- SignatureMethodElement - Interface in com.sun.identity.saml2.jaxb.xmlsig
-
Java content class for SignatureMethod element declaration.
- SignatureMethodElement - Interface in com.sun.identity.wsfederation.jaxb.xmlsig
-
Java content class for SignatureMethod element declaration.
- SignatureMethodElementImpl - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SignatureMethodElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureMethodElementImpl
-
- SignatureMethodElementImpl - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SignatureMethodElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureMethodElementImpl
-
- SignatureMethodElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SignatureMethodElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SignatureMethodType - Interface in com.sun.identity.saml2.jaxb.xmlsig
-
Java content class for SignatureMethodType complex type.
- SignatureMethodType - Interface in com.sun.identity.wsfederation.jaxb.xmlsig
-
Java content class for SignatureMethodType complex type.
- SignatureMethodType.HMACOutputLength - Interface in com.sun.identity.saml2.jaxb.xmlsig
-
Java content class for HMACOutputLength element declaration.
- SignatureMethodType.HMACOutputLength - Interface in com.sun.identity.wsfederation.jaxb.xmlsig
-
Java content class for HMACOutputLength element declaration.
- SignatureMethodTypeImpl - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SignatureMethodTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureMethodTypeImpl
-
- SignatureMethodTypeImpl - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SignatureMethodTypeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureMethodTypeImpl
-
- SignatureMethodTypeImpl.HMACOutputLengthImpl - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SignatureMethodTypeImpl.HMACOutputLengthImpl - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SignatureMethodTypeImpl.HMACOutputLengthImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SignatureMethodTypeImpl.HMACOutputLengthImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SignatureMethodTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SignatureMethodTypeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SignaturePropertiesElement - Interface in com.sun.identity.saml2.jaxb.xmlsig
-
Java content class for SignatureProperties element declaration.
- SignaturePropertiesElement - Interface in com.sun.identity.wsfederation.jaxb.xmlsig
-
Java content class for SignatureProperties element declaration.
- SignaturePropertiesElementImpl - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SignaturePropertiesElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertiesElementImpl
-
- SignaturePropertiesElementImpl - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SignaturePropertiesElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertiesElementImpl
-
- SignaturePropertiesElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SignaturePropertiesElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SignaturePropertiesType - Interface in com.sun.identity.saml2.jaxb.xmlsig
-
Java content class for SignaturePropertiesType complex type.
- SignaturePropertiesType - Interface in com.sun.identity.wsfederation.jaxb.xmlsig
-
Java content class for SignaturePropertiesType complex type.
- SignaturePropertiesTypeImpl - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SignaturePropertiesTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertiesTypeImpl
-
- SignaturePropertiesTypeImpl - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SignaturePropertiesTypeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertiesTypeImpl
-
- SignaturePropertiesTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SignaturePropertiesTypeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SignaturePropertyElement - Interface in com.sun.identity.saml2.jaxb.xmlsig
-
Java content class for SignatureProperty element declaration.
- SignaturePropertyElement - Interface in com.sun.identity.wsfederation.jaxb.xmlsig
-
Java content class for SignatureProperty element declaration.
- SignaturePropertyElementImpl - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SignaturePropertyElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertyElementImpl
-
- SignaturePropertyElementImpl - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SignaturePropertyElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertyElementImpl
-
- SignaturePropertyElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SignaturePropertyElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SignaturePropertyType - Interface in com.sun.identity.saml2.jaxb.xmlsig
-
Java content class for SignaturePropertyType complex type.
- SignaturePropertyType - Interface in com.sun.identity.wsfederation.jaxb.xmlsig
-
Java content class for SignaturePropertyType complex type.
- SignaturePropertyTypeImpl - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SignaturePropertyTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.xmlsig.impl.SignaturePropertyTypeImpl
-
- SignaturePropertyTypeImpl - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SignaturePropertyTypeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignaturePropertyTypeImpl
-
- SignaturePropertyTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SignaturePropertyTypeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SignatureProvider - Interface in com.sun.identity.saml.xmlsig
-
This is an interface to be implemented to sign and verify XML signature.
- SignatureProviderSPI - Interface in com.sun.identity.federation.services.util
-
This is an interface to be implemented to sign and verify signature.
- signatureString - Variable in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
- signatureString - Variable in class com.sun.identity.federation.message.FSFederationTerminationNotification
-
Deprecated.
- signatureString - Variable in class com.sun.identity.federation.message.FSLogoutNotification
-
Deprecated.
- signatureString - Variable in class com.sun.identity.federation.message.FSLogoutResponse
-
Deprecated.
- signatureString - Variable in class com.sun.identity.federation.message.FSNameRegistrationRequest
-
Deprecated.
- signatureString - Variable in class com.sun.identity.federation.message.FSNameRegistrationResponse
-
Deprecated.
- signatureString - Variable in class com.sun.identity.saml.assertion.AssertionBase
-
- signatureString - Variable in class com.sun.identity.saml.protocol.Request
-
- signatureString - Variable in class com.sun.identity.saml.protocol.Response
-
- signatureString - Variable in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
- signatureString - Variable in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
- SignatureTokenElement - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
8=7.4 SymmetricBinding Assertion
Java content class for SignatureToken element declaration.
- SignatureTokenElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SignatureTokenElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignatureTokenElementImpl
-
- SignatureTokenElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SignatureType - Interface in com.sun.identity.saml2.jaxb.xmlsig
-
Java content class for SignatureType complex type.
- SignatureType - Interface in com.sun.identity.wsfederation.jaxb.xmlsig
-
Java content class for SignatureType complex type.
- SignatureTypeImpl - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SignatureTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureTypeImpl
-
- SignatureTypeImpl - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SignatureTypeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureTypeImpl
-
- SignatureTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SignatureTypeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SignatureValueElement - Interface in com.sun.identity.saml2.jaxb.xmlsig
-
Java content class for SignatureValue element declaration.
- SignatureValueElement - Interface in com.sun.identity.wsfederation.jaxb.xmlsig
-
Java content class for SignatureValue element declaration.
- SignatureValueElementImpl - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SignatureValueElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureValueElementImpl
-
- SignatureValueElementImpl - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SignatureValueElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureValueElementImpl
-
- SignatureValueElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SignatureValueElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SignatureValueType - Interface in com.sun.identity.saml2.jaxb.xmlsig
-
Java content class for SignatureValueType complex type.
- SignatureValueType - Interface in com.sun.identity.wsfederation.jaxb.xmlsig
-
Java content class for SignatureValueType complex type.
- SignatureValueTypeImpl - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SignatureValueTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureValueTypeImpl
-
- SignatureValueTypeImpl - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SignatureValueTypeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignatureValueTypeImpl
-
- SignatureValueTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SignatureValueTypeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- signAuthnRequest(String, AuthnRequest) - Static method in class com.sun.identity.saml2.profile.SPSSOFederate
-
Sign an authentication request.
- signBuffer(String, String) - Method in class com.sun.identity.federation.services.util.FSSignatureManager
-
Signs a String using enveloped signatures and default signature
algorithm.
- signBuffer(String, String, String) - Method in class com.sun.identity.federation.services.util.FSSignatureManager
-
Signs a string using enveloped signatures.
- signBuffer(String, String) - Method in class com.sun.identity.federation.services.util.FSSignatureProvider
-
Signs a String using enveloped signatures and default signature
algorithm.
- signBuffer(String, String, String) - Method in class com.sun.identity.federation.services.util.FSSignatureProvider
-
Signs a string using enveloped signatures.
- signBuffer(String, String) - Method in interface com.sun.identity.federation.services.util.SignatureProviderSPI
-
Signs a string using enveloped signatures and default signature
algorithm.
- signBuffer(String, String, String) - Method in interface com.sun.identity.federation.services.util.SignatureProviderSPI
-
Signs a string using enveloped signatures.
- signed - Variable in class com.sun.identity.saml.assertion.AssertionBase
-
- signed - Variable in class com.sun.identity.saml.protocol.AbstractRequest
-
- signed - Variable in class com.sun.identity.saml.protocol.AbstractResponse
-
- signed - Variable in class com.sun.identity.wsfederation.profile.SAML11RequestedSecurityToken
-
- signedElements - Variable in class com.sun.identity.wss.provider.ProviderConfig
-
- signedElements - Variable in class com.sun.identity.wss.provider.STSConfig
-
- SignedElementsElement - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
4.1.2 SignedElements Assertion
Java content class for SignedElements element declaration.
- SignedElementsElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SignedElementsElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedElementsElementImpl
-
- SignedElementsElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SignedEncryptedSupportingTokensElement - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
8.5 SignedEncryptedSupportingTokens Assertion
Java content class for SignedEncryptedSupportingTokens element declaration.
- SignedEncryptedSupportingTokensElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SignedEncryptedSupportingTokensElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedEncryptedSupportingTokensElementImpl
-
- SignedEncryptedSupportingTokensElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SignedEndorsingEncryptedSupportingTokensElement - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
8.7 SignedEndorsingEncryptedSupportingTokens Assertion
Java content class for SignedEndorsingEncryptedSupportingTokens element declaration.
- SignedEndorsingEncryptedSupportingTokensElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SignedEndorsingEncryptedSupportingTokensElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedEndorsingEncryptedSupportingTokensElementImpl
-
- SignedEndorsingEncryptedSupportingTokensElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SignedEndorsingSupportingTokensElement - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
8.4 SignedEndorsingSupportingTokens Assertion
Java content class for SignedEndorsingSupportingTokens element declaration.
- SignedEndorsingSupportingTokensElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SignedEndorsingSupportingTokensElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedEndorsingSupportingTokensElementImpl
-
- SignedEndorsingSupportingTokensElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SignedInfoElement - Interface in com.sun.identity.saml2.jaxb.xmlsig
-
Java content class for SignedInfo element declaration.
- SignedInfoElement - Interface in com.sun.identity.wsfederation.jaxb.xmlsig
-
Java content class for SignedInfo element declaration.
- SignedInfoElementImpl - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SignedInfoElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.xmlsig.impl.SignedInfoElementImpl
-
- SignedInfoElementImpl - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SignedInfoElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignedInfoElementImpl
-
- SignedInfoElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SignedInfoElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SignedInfoType - Interface in com.sun.identity.saml2.jaxb.xmlsig
-
Java content class for SignedInfoType complex type.
- SignedInfoType - Interface in com.sun.identity.wsfederation.jaxb.xmlsig
-
Java content class for SignedInfoType complex type.
- SignedInfoTypeImpl - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SignedInfoTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.xmlsig.impl.SignedInfoTypeImpl
-
- SignedInfoTypeImpl - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SignedInfoTypeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SignedInfoTypeImpl
-
- SignedInfoTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SignedInfoTypeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SignedJwtVerificationPredicate - Class in org.forgerock.openam.services.push.dispatch
-
Checks that the response to a message is appropriate for the
user from whom it claims to be sent, by validating that the JWT sent in is
signed by the appropriate user (their shared secret is retrieved from the user store).
- SignedJwtVerificationPredicate(byte[], String) - Constructor for class org.forgerock.openam.services.push.dispatch.SignedJwtVerificationPredicate
-
Create a new SNS Predicate, for use with the supplied secret and challenge.
- SignedJwtVerificationPredicate() - Constructor for class org.forgerock.openam.services.push.dispatch.SignedJwtVerificationPredicate
-
Default constructor for the SignedJwtVerificationPredicate, used for serialization purposes.
- SignedPartsElement - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
4.1.1 SignedParts Assertion
Java content class for SignedParts element declaration.
- SignedPartsElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SignedPartsElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedPartsElementImpl
-
- SignedPartsElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SignedSupportingTokensElement - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
8.2 SignedSupportingTokens Assertion
Java content class for SignedSupportingTokens element declaration.
- SignedSupportingTokensElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SignedSupportingTokensElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SignedSupportingTokensElementImpl
-
- SignedSupportingTokensElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- signedXMLString - Variable in class com.sun.identity.saml2.protocol.impl.RequestAbstractImpl
-
- signedXMLString - Variable in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
- Signer - Class in org.forgerock.openam.authentication.modules.oauth2.service.esia
-
- Signer(PrivateKey, X509CertificateHolder) - Constructor for class org.forgerock.openam.authentication.modules.oauth2.service.esia.Signer
-
- Signer() - Constructor for class org.forgerock.openam.authentication.modules.oauth2.service.esia.Signer
-
- Signer(String, String) - Constructor for class org.forgerock.openam.authentication.modules.oauth2.service.esia.Signer
-
- SIGNING - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Signing
- SIGNING_CERT_ALIAS - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Signing Certificate Alias
- SIGNING_CERT_ALIAS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
This is an attribute in entity config for the
signing certificate alias
- SIGNING_CERT_KEYPASS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
This is an attribute in entity config for the
signing certificate encrypted keypass
- signingRefType - Variable in class com.sun.identity.wss.provider.ProviderConfig
-
- signingRefType - Variable in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
- signMAC(byte[]) - Method in class com.sun.identity.log.secure.SecureLogHelper
-
Signs the given MAC and returns the signature
- signMAC(byte[]) - Method in class com.sun.identity.log.secure.SecureLogHelperJCEImpl
-
Signs the given MAC
- signMessage(Message) - Static method in class com.sun.identity.liberty.ws.security.SecurityUtils
-
- signMNIRequest(String, ManageNameIDRequest) - Static method in class com.sun.identity.saml2.profile.DoManageNameID
-
- SignOutBasisType - Interface in com.sun.identity.wsfederation.jaxb.wsfederation
-
Java content class for SignOutBasisType complex type.
- SignOutBasisTypeImpl - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- SignOutBasisTypeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutBasisTypeImpl
-
- SignOutBasisTypeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- SignOutElement - Interface in com.sun.identity.wsfederation.jaxb.wsfederation
-
Java content class for SignOut element declaration.
- SignOutElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- SignOutElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutElementImpl
-
- SignOutElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- SignOutType - Interface in com.sun.identity.wsfederation.jaxb.wsfederation
-
Java content class for SignOutType complex type.
- SignOutTypeImpl - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- SignOutTypeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutTypeImpl
-
- SignOutTypeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- signQueryString(String, String, String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
-
Sign Query string.
- signQueryString(String, String) - Static method in class com.sun.identity.saml2.profile.SPSSOFederate
-
Signs the query string.
- signRegistrationRequest(SOAPMessage, String, String) - Method in class com.sun.identity.federation.services.registration.FSNameRegistrationHandler
-
Signs the Name registration request before sending it to the IDP.
- signRequest(String, Map<String, String>, String) - Method in class org.forgerock.openam.authentication.modules.oauth2.profile.OdnoklassnikiProvider
-
- signResponse(SOAPMessage, String, String, BaseConfigType) - Method in class com.sun.identity.federation.services.FSSOAPReceiver
-
Signs SOAP Response before sending it to the provider.
- signResponse(Response, String, String, boolean) - Static method in class com.sun.identity.saml2.profile.AttributeQueryUtil
-
- signSAMLRequest(FSRequest) - Method in class com.sun.identity.federation.services.fednsso.FSBrowserArtifactConsumerHandler
-
- signSLORequest(LogoutRequest, String, String, String, String) - Static method in class com.sun.identity.saml2.profile.LogoutUtil
-
Sign LogoutRequest.
- signSLOResponse(LogoutResponse, String, String, String, String) - Static method in class com.sun.identity.saml2.profile.LogoutUtil
-
Sign LogoutResponse.
- signString(String) - Method in class org.forgerock.openam.authentication.modules.oauth2.service.esia.Signer
-
- signTerminationRequest(SOAPMessage, String, String) - Method in class com.sun.identity.federation.services.termination.FSFedTerminationHandler
-
Signs Federation termination request before sending it to the remote
provider.
- signWithBinarySecurityToken(Document, Certificate, String, List, String) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Sign part of the xml document referered by the supplied a list
of id attributes of nodes
- signWithBinarySecurityToken(Document, Certificate, String, List, String) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
-
Sign part of the XML document wth binary security token using
referred by the supplied a list of id attributes of nodes.
- signWithBinarySecurityToken(Document, Certificate, String, List, String) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
-
Sign part of the XML document wth binary security token using
referred by the supplied a list of id attributes of nodes.
- signWithBinarySecurityToken(Document, Certificate, String, List, String) - Method in class com.sun.identity.wss.xmlsig.WSSSignatureProvider
-
Sign part of the xml document referered by the supplied a list
of id attributes of nodes
- signWithKerberosToken(Document, Key, String, List) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
- signWithKerberosToken(Document, Key, String, List) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
-
Sign part of the XML document wth kerberos security token using
referred by the supplied a list of id attributes of nodes.
- signWithKerberosToken(Document, Key, String, List) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
-
- signWithKerberosToken(Document, Key, String, List) - Method in class com.sun.identity.wss.xmlsig.WSSSignatureProvider
-
Sign with Kerberos Token
- signWithSAMLToken(Document, Certificate, String, String, List) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Sign part of the xml document referered by the supplied a list
of id attributes of nodes
- signWithSAMLToken(Document, Key, boolean, Certificate, Certificate, String, String, List) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Sign part of the XML document referred by the supplied a list
of id attributes of nodes using SAML Token.
- signWithSAMLToken(Document, Certificate, String, String, List) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
-
Sign part of the XML document referred by the supplied a list
of id attributes of nodes
- signWithSAMLToken(Document, Key, boolean, Certificate, Certificate, String, String, List) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
-
Sign part of the XML document referred by the supplied a list
of id attributes of nodes using SAML Token.
- signWithSAMLToken(Document, Certificate, String, String, List) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
-
Sign part of the XML document referred by the supplied a list
of id attributes of nodes
- signWithSAMLToken(Document, Key, boolean, Certificate, Certificate, String, String, List) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
-
Sign part of the XML document referred by the supplied a list
of id attributes of nodes using SAML Token.
- signWithSAMLToken(Document, Certificate, String, String, List) - Method in class com.sun.identity.wss.xmlsig.WSSSignatureProvider
-
Sign part of the xml document referered by the supplied a list
of id attributes of nodes
- signWithSAMLToken(Document, Key, boolean, Certificate, Certificate, String, String, List) - Method in class com.sun.identity.wss.xmlsig.WSSSignatureProvider
-
Sign part of the XML document referred by the supplied a list
of id attributes of nodes using SAML Token.
- signWithUserNameToken(Document, Certificate, String, List) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Sign part of the xml document referered by the supplied a list
of id attributes of nodes
- signWithUserNameToken(Document, Certificate, String, List) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
-
Sign part of the XML document wth UserName security token using
referred by the supplied a list of id attributes of nodes.
- signWithUserNameToken(Document, Certificate, String, List) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
-
Sign part of the XML document wth UserName security token using
referred by the supplied a list of id attributes of nodes.
- signWithUserNameToken(Document, Certificate, String, List) - Method in class com.sun.identity.wss.xmlsig.WSSSignatureProvider
-
Sign part of the xml document referered by the supplied a list
of id attributes of nodes
- signWithWSSSAMLTokenProfile(Document, Certificate, String, String, List) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Sign part of the xml document referered by the supplied a list
of id attributes of nodes
- signWithWSSSAMLTokenProfile(Document, Certificate, String, String, List, String) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Sign part of the xml document referered by the supplied a list
of id attributes of nodes
- signWithWSSSAMLTokenProfile(Document, Certificate, String, String, List) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
-
Sign part of the XML document referred by the supplied a list
of id attributes of nodes
- signWithWSSSAMLTokenProfile(Document, Certificate, String, String, List, String) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
-
Sign part of the XML document referred by the supplied a list
of id attributes of nodes
- signWithWSSSAMLTokenProfile(Document, Certificate, String, String, List) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
-
Sign part of the XML document referred by the supplied a list
of id attributes of nodes
- signWithWSSSAMLTokenProfile(Document, Certificate, String, String, List, String) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
-
Sign part of the XML document referred by the supplied a list
of id attributes of nodes
- signWithWSSX509TokenProfile(Document, Certificate, String, List) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Sign part of the xml document referered by the supplied a list
of id attributes of nodes
- signWithWSSX509TokenProfile(Document, Certificate, String, List, String) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Sign part of the xml document referered by the supplied a list
of id attributes of nodes
- signWithWSSX509TokenProfile(Document, Certificate, String, List) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
-
Sign part of the XML document referred by the supplied a list
of id attributes of nodes
- signWithWSSX509TokenProfile(Document, Certificate, String, List, String) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
-
Sign part of the XML document referred by the supplied a list
of id attributes of nodes
- signWithWSSX509TokenProfile(Document, Certificate, String, List) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
-
Sign part of the XML document referred by the supplied a list
of id attributes of nodes
- signWithWSSX509TokenProfile(Document, Certificate, String, List, String) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
-
Sign part of the XML document referred by the supplied a list
of id attributes of nodes
- signXML(String) - Method in class com.sun.identity.federation.message.FSAssertion
-
Deprecated.
Signs the Assertion.
- signXML(String) - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Signs the Request.
- signXML() - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Unsupported Method.
- signXML(String) - Method in class com.sun.identity.federation.message.FSAuthnResponse
-
Deprecated.
Signs the Response.
- signXML() - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
-
Deprecated.
Unsupported operation.
- signXML(String) - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
-
Deprecated.
Signs the FSFederationTerminationNotification.
- signXML() - Method in class com.sun.identity.federation.message.FSLogoutNotification
-
Deprecated.
Unsupported operation.
- signXML(String) - Method in class com.sun.identity.federation.message.FSLogoutNotification
-
Deprecated.
Signs the FSLogoutNotification object.
- signXML() - Method in class com.sun.identity.federation.message.FSLogoutResponse
-
Deprecated.
Unsupported operation.
- signXML(String) - Method in class com.sun.identity.federation.message.FSLogoutResponse
-
Deprecated.
Signs the LogoutResponse.
- signXML() - Method in class com.sun.identity.federation.message.FSNameIdentifierMappingRequest
-
Deprecated.
Signs the XML document representing
NameIdentifierMappingRequest using the certificate
indicated by the property "com.sun.identity.saml.xmlsig.certalias"
in AMConfig.properties file.
- signXML(String) - Method in class com.sun.identity.federation.message.FSNameIdentifierMappingRequest
-
Deprecated.
Signs the XML document representing
NameIdentifierMappingRequest using the specified
certificate.
- signXML() - Method in class com.sun.identity.federation.message.FSNameIdentifierMappingResponse
-
Deprecated.
Signs the XML document representing
NameIdentifierMappingResponse using the certificate
indicated by the property "com.sun.identity.saml.xmlsig.certalias"
in AMConfig.properties file.
- signXML(String) - Method in class com.sun.identity.federation.message.FSNameIdentifierMappingResponse
-
Deprecated.
Signs the XML document representing
NameIdentifierMappingResponse using the specified
certificate.
- signXML() - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
-
Deprecated.
- signXML(String) - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
-
Deprecated.
Signs the FSNameRegistrationRequest object.
- signXML(String) - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
-
Deprecated.
Signs the Name Registration Response.
- signXML() - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
-
Deprecated.
Unsupported operation.
- signXML(String) - Method in class com.sun.identity.federation.message.FSResponse
-
Deprecated.
Signs the Response.
- signXML() - Method in class com.sun.identity.federation.message.FSResponse
-
Deprecated.
Unsupported operation.
- signXML() - Method in class com.sun.identity.saml.assertion.Assertion
-
Signs the Assertion.
- signXML(String) - Method in class com.sun.identity.saml.assertion.Assertion
-
Signs the Assertion.
- signXML() - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Signs the Assertion.
- signXML(String) - Method in class com.sun.identity.saml.assertion.AssertionBase
-
Signs the Assertion.
- signXML() - Method in class com.sun.identity.saml.protocol.AbstractRequest
-
An abstract method to sign the object.
- signXML() - Method in class com.sun.identity.saml.protocol.AbstractResponse
-
An abstract method that signs the object.
- signXML() - Method in class com.sun.identity.saml.protocol.Request
-
Method to sign the Request.
- signXML() - Method in class com.sun.identity.saml.protocol.Response
-
Method that signs the Response.
- signXML(Document, String) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Sign the xml document using enveloped signatures.
- signXML(Document, String, String) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Sign the xml document using enveloped signatures.
- signXML(String, String) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Sign the xml string using enveloped signatures.
- signXML(String, String, String) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Sign the xml string using enveloped signatures.
- signXML(Document, String, String, String) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Sign part of the xml document referered by the supplied id attribute
using enveloped signatures and use exclusive xml canonicalization.
- signXML(Document, String, String, String, String) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Sign part of the xml document referered by the supplied id attribute
using enveloped signatures and use exclusive xml canonicalization.
- signXML(Document, String, String, String, String, boolean) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Sign part of the xml document referered by the supplied id attribute
using enveloped signatures and use exclusive xml canonicalization.
- signXML(String, String, String, String, String, boolean) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Sign part of the xml document referered by the supplied id attribute
using enveloped signatures and use exclusive xml canonicalization.
- signXML(Document, String, String, String, String, boolean, String) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Sign part of the xml document referred by the supplied id attribute
using enveloped signatures and use exclusive xml canonicalization.
- signXML(String, String, String, String) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Sign the xml string using enveloped signatures.
- signXML(Document, String, String, List) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Sign part of the xml document referered by the supplied a list
of id attributes of nodes
- signXML(Document, String, String, String, List) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Sign part of the xml document referered by the supplied a list
of id attributes of nodes
- signXML(String, String, String, List) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Sign part of the xml document referered by the supplied a list
of id attributes of nodes
- signXML(Document, String) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
-
Sign the XML document using enveloped signatures.
- signXML(Document, String, String) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
-
Sign the XML document using enveloped signatures.
- signXML(String, String) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
-
Sign the XML string using enveloped signatures.
- signXML(String, String, String) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
-
Sign the XML string using enveloped signatures.
- signXML(Document, String, String, String) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
-
Sign part of the XML document referred by the supplied id attribute using
enveloped signatures and use exclusive XML canonicalization.
- signXML(Document, String, String, String, String) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
-
Sign part of the XML document referred by the supplied id attribute
using enveloped signatures and use exclusive XML canonicalization.
- signXML(Document, String, String, String, String, boolean) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
-
Sign part of the XML document referred by the supplied id attribute
using enveloped signatures and use exclusive XML canonicalization.
- signXML(String, String, String, String, String, boolean) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
-
Sign part of the XML document referred by the supplied id attribute
using enveloped signatures and use exclusive XML canonicalization.
- signXML(Document, String, String, String, String, boolean, String) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
-
Sign part of the XML document referred by the supplied id attribute
using enveloped signatures and use exclusive XML canonicalization.
- signXML(String, String, String, String) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
-
Sign part of the XML document referred by the supplied id attribute using
enveloped signatures and use exclusive XML canonicalization.
- signXML(Document, String, String, List) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
-
Sign part of the XML document referred by the supplied a list
of id attributes of nodes
- signXML(String, String, String, List) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
-
Sign part of the XML document referred by the supplied a list
of id attributes of nodes
- signXML(Document, String, String, String, List) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
-
Sign part of the XML document referred by the supplied a list
of id attributes of nodes
- signXML(Document, String) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
-
Sign the XML document using enveloped signatures.
- signXML(Document, String, String) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
-
Sign the XML document using enveloped signatures.
- signXML(String, String) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
-
Sign the XML string using enveloped signatures.
- signXML(String, String, String) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
-
Sign the XML string using enveloped signatures.
- signXML(Document, String, String, String) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
-
Sign part of the XML document referred by the supplied id attribute using
enveloped signatures and use exclusive XML canonicalization.
- signXML(Document, String, String, String, String) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
-
Sign part of the XML document referred by the supplied id attribute
using enveloped signatures and use exclusive XML canonicalization.
- signXML(Document, String, String, String, String, boolean) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
-
Sign part of the XML document referred by the supplied id attribute
using enveloped signatures and use exclusive XML canonicalization.
- signXML(String, String, String, String, String, boolean) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
-
Sign part of the XML document referred by the supplied id attribute
using enveloped signatures and use exclusive XML canonicalization.
- signXML(Document, String, String, String, String, boolean, String) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
-
Sign part of the XML document referred by the supplied id attribute
using enveloped signatures and use exclusive XML canonicalization.
- signXML(String, String, String, String) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
-
Sign the XML string using enveloped signatures.
- signXML(Document, String, String, List) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
-
Sign part of the XML document referred by the supplied a list
of id attributes of nodes
- signXML(String, String, String, List) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
-
Sign part of the XML document referred by the supplied a list
of id attributes of nodes
- signXML(Document, String, String, String, List) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
-
Sign part of the XML document referred by the supplied a list
of id attributes of nodes
- signXMLUsingKeyPass(Document, String, String, String, String, String, boolean, String) - Method in class com.sun.identity.saml.xmlsig.AMSignatureProvider
-
Sign part of the XML document referred by the supplied id attribute
using enveloped signatures and use exclusive XML canonicalization.
- signXMLUsingKeyPass(Document, String, String, String, String, String, boolean, String) - Method in interface com.sun.identity.saml.xmlsig.SignatureProvider
-
Sign part of the XML document referred by the supplied id attribute
using enveloped signatures and use exclusive XML canonicalization.
- signXMLUsingKeyPass(Document, String, String, String, String, String, boolean, String) - Method in class com.sun.identity.saml.xmlsig.XMLSignatureManager
-
Sign part of the XML document referred by the supplied id attribute
using enveloped signatures and use exclusive XML canonicalization.
- SigProvider - Interface in com.sun.identity.saml2.xmlsig
-
SigProvider is an interface for signing
and verifying XML documents
- SimpleHttpClientRequest - Class in org.forgerock.http.client.request
-
A basic implementation of
HttpClientRequest that a script can send over a
org.forgerock.http.client.HttpClient.
- SimpleHttpClientRequest() - Constructor for class org.forgerock.http.client.request.SimpleHttpClientRequest
-
- SimpleHttpClientResponse - Class in org.forgerock.http.client.response
-
- SimpleHttpClientResponse(Integer, String, Map<String, String>, String, Map<String, String>) - Constructor for class org.forgerock.http.client.response.SimpleHttpClientResponse
-
Creates a representation of an HTTP/1.1 response.
- SimpleIterator - Class in com.sun.identity.entitlement.util
-
- SimpleIterator() - Constructor for class com.sun.identity.entitlement.util.SimpleIterator
-
- SimpleOpenIdConnectTokenValidator - Class in org.forgerock.openam.sts.soap.token.validator
-
TokenValidator implementation for OpenIdConnect tokens issued by the sts.
- SimpleOpenIdConnectTokenValidator(TokenServiceConsumer, SoapSTSAccessTokenProvider, CTSTokenIdGenerator) - Constructor for class org.forgerock.openam.sts.soap.token.validator.SimpleOpenIdConnectTokenValidator
-
- SimplePrefixSet - Class in org.forgerock.openam.utils.collections
-
A prefix set that simply iterates through a list of prefix candidates and tests each in turn.
- SimplePrefixSet(Collection<String>) - Constructor for class org.forgerock.openam.utils.collections.SimplePrefixSet
-
Constructs the prefix set with the given collection of prefix strings to test.
- SimpleReferenceTree - Class in org.forgerock.openam.entitlement.utils.indextree
-
The core purpose of the tree is to identify all matching rules given a resource and it does this by the use of an
election approach that is iterative.
- SimpleReferenceTree() - Constructor for class org.forgerock.openam.entitlement.utils.indextree.SimpleReferenceTree
-
- SimpleReferenceTree(TreeNodeFactory) - Constructor for class org.forgerock.openam.entitlement.utils.indextree.SimpleReferenceTree
-
- SimpleSAML2TokenValidator - Class in org.forgerock.openam.sts.soap.token.validator
-
TokenValidator implementation for SAML2 tokens issued by the sts.
- SimpleSAML2TokenValidator(TokenServiceConsumer, SoapSTSAccessTokenProvider, CTSTokenIdGenerator, XMLUtilities) - Constructor for class org.forgerock.openam.sts.soap.token.validator.SimpleSAML2TokenValidator
-
- SimpleTaskExecutor - Class in org.forgerock.openam.sm.datalayer.impl
-
A simple TaskExecutor that simply executes a task.
- SimpleTaskExecutor(Debug, TokenStorageAdapter) - Constructor for class org.forgerock.openam.sm.datalayer.impl.SimpleTaskExecutor
-
- SimpleTaskExecutorFactory - Interface in org.forgerock.openam.sm.datalayer.impl
-
Creates SimpleTaskExecutor instances
- SimpleTimeCondition - Class in com.sun.identity.policy.plugins
-
- SimpleTimeCondition() - Constructor for class com.sun.identity.policy.plugins.SimpleTimeCondition
-
Deprecated.
No argument constructor
- SimpleTimeCondition - Class in org.forgerock.openam.entitlement.conditions.environment
-
- SimpleTimeCondition() - Constructor for class org.forgerock.openam.entitlement.conditions.environment.SimpleTimeCondition
-
Constructs a new SimpleTimeCondition instance.
- SimpleTokenValidatorBase - Class in org.forgerock.openam.sts.soap.token.validator
-
Base class for the TokenValidator instances plugged into the TokenValidateOperation.
- SimpleTokenValidatorBase(TokenServiceConsumer, SoapSTSAccessTokenProvider, CTSTokenIdGenerator) - Constructor for class org.forgerock.openam.sts.soap.token.validator.SimpleTokenValidatorBase
-
- since(long) - Method in class org.forgerock.openam.temper.TimeTravelTimeService
-
- SINGLE - Static variable in class com.sun.identity.sm.AttributeSchema.Type
-
The SINGLE attribute type specifies that the attribute
can have only a single value.
- SINGLE_CHOICE - Static variable in class com.sun.identity.policy.Syntax
-
Deprecated.
value is a single choice from a list
- SINGLE_CHOICE - Static variable in class com.sun.identity.sm.AttributeSchema.Type
-
The SINGLE_CHOICE attribute type specifies that the
attribute can have value defined by the getChoiceValues
method of AttributeSchema.
- SINGLE_LOGOUT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
property name used to store whether or not saml single logout in enabled.
- SINGLE_SIGNON_FAILED - Static variable in class com.sun.identity.federation.common.LogUtil
-
Single Signon failed
- SingleLineOptions - Class in com.sun.identity.install.tools.configurator
-
- SingleLineOptions() - Constructor for class com.sun.identity.install.tools.configurator.SingleLineOptions
-
- SingleLogoutHandler - Interface in com.sun.identity.multiprotocol
-
The interface SingleLogoutHandler is used to handle
Single Logout for a specific protocol.
- SingleLogoutManager - Class in com.sun.identity.multiprotocol
-
The SingleLogoutManager class provides methods to perform
single logout cross multiple federation protocols.
- SingleLogoutServiceElement - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for SingleLogoutService element declaration.
- SingleLogoutServiceElementImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- SingleLogoutServiceElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.SingleLogoutServiceElementImpl
-
- SingleLogoutServiceElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- SingleServerClusterMonitor - Class in com.iplanet.dpro.session.service.cluster
-
No-op implementation of ClusterMonitor to be used when session fail-over is not enabled.
- SingleServerClusterMonitor() - Constructor for class com.iplanet.dpro.session.service.cluster.SingleServerClusterMonitor
-
- SingleSignOnServiceElement - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for SingleSignOnService element declaration.
- SingleSignOnServiceElementImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- SingleSignOnServiceElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.SingleSignOnServiceElementImpl
-
- SingleSignOnServiceElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- SingleSignOutNotificationEndpointElement - Interface in com.sun.identity.wsfederation.jaxb.wsfederation
-
Java content class for SingleSignOutNotificationEndpoint element declaration.
- SingleSignOutNotificationEndpointElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- SingleSignOutNotificationEndpointElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SingleSignOutNotificationEndpointElementImpl
-
- SingleSignOutNotificationEndpointElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- SingleSignOutSubscriptionEndpointElement - Interface in com.sun.identity.wsfederation.jaxb.wsfederation
-
Java content class for SingleSignOutSubscriptionEndpoint element declaration.
- SingleSignOutSubscriptionEndpointElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- SingleSignOutSubscriptionEndpointElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsfederation.impl.SingleSignOutSubscriptionEndpointElementImpl
-
- SingleSignOutSubscriptionEndpointElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsfederation.impl
-
- SingleUninstallDriver - Class in com.sun.identity.install.tools.configurator
-
- SingleUninstallDriver() - Constructor for class com.sun.identity.install.tools.configurator.SingleUninstallDriver
-
- SingleValueMapper<K,V> - Class in org.forgerock.openam.utils
-
A utility collection which maintains mappings for any given value.
- SingleValueMapper() - Constructor for class org.forgerock.openam.utils.SingleValueMapper
-
- SingleWildcardNode - Class in org.forgerock.openam.entitlement.utils.indextree.treenodes
-
Wildcard tree node that will match any character except for '#' and '?'
- SingleWildcardNode() - Constructor for class org.forgerock.openam.entitlement.utils.indextree.treenodes.SingleWildcardNode
-
- sInstance - Variable in class com.sun.identity.security.ServerInstanceAction
-
- SITE_CERT_ALIAS - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
SAML service attribute that specifies site's certificate alias.
- SITE_ID - Static variable in class com.iplanet.dpro.session.LegacySessionIDExtensions
-
- SITE_ID - Static variable in interface com.sun.identity.cli.IArgument
-
Site ID.
- SITE_ID - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Site id
- SITE_ID - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
This site's ID.
- SITE_ID_ISSUER_NAME_LIST - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
SAML service attribute name for list of site ID and issuer names.
- SITE_ID_LIST - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
SAML service attribute that specifies list of saml site IDs.
- SITE_ID_LIST - Static variable in interface com.sun.identity.shared.Constants
-
Key name for site ID list in naming table.
- SITE_LIST - Static variable in interface com.sun.identity.shared.Constants
-
Key name for site list in naming table.
- SITE_NAME - Static variable in interface com.sun.identity.cli.IArgument
-
Site name.
- SITE_NAMES_LIST - Static variable in interface com.sun.identity.shared.Constants
-
Key name for site ID list in naming table.
- SITE_PROPERTIES - Static variable in interface com.sun.identity.setup.SetupConstants
-
Server properties file name.
- SITE_STATUS_CHECK_CLASS - Static variable in interface com.sun.identity.shared.Constants
-
Property string for Site Status Check Class name
- SITE_URL - Static variable in interface com.sun.identity.cli.IArgument
-
Site URL.
- siteAndServerInfo(SSOServerInfo) - Static method in class com.sun.identity.monitoring.Agent
-
Receives Site and Server configuration information from
WebtopNaming.
- SITEATTRIBUTEMAPPER - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
A SAML service attribute parameter that specifies the class with the
path where the siteAttributeMapper is located.
- SiteAttributeMapper - Interface in com.sun.identity.saml.plugins
-
- SITEATTRIBUTEMAPPERDEFAULT - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
- SiteAwareInteractionConfig - Class in com.sun.identity.liberty.ws.interaction
-
- SiteAwareInteractionConfig() - Constructor for class com.sun.identity.liberty.ws.interaction.SiteAwareInteractionConfig
-
- SiteConfiguration - Class in com.sun.identity.common.configuration
-
This manages site configuration information.
- SiteEntry(String, int, String, String, String, String) - Constructor for class com.sun.identity.saml.common.SAMLServiceManager.SiteEntry
-
Constructs SiteEntry object.
- SiteId - Variable in class com.sun.identity.monitoring.SsoServerSitesEntry
-
Variable for storing the value of "SiteId".
- SITEID - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Constant for site id.
- siteIdTable(Map<String, String>) - Method in class com.sun.identity.monitoring.SSOServerInfo.SSOServerInfoBuilder
-
- SiteIDValidator - Class in com.sun.identity.sm
-
The class ServerIDValidator is used to validate the correct
string format for the attribute iplanet-am-platform-server-list in
iPlanetAMPlatformService. e.g. proto://host.port|xx where xx is an unique
identifier and could any two bytes value
- SiteIDValidator() - Constructor for class com.sun.identity.sm.SiteIDValidator
-
- SiteMapId - Variable in class com.sun.identity.monitoring.SsoServerSiteMapEntry
-
Variable for storing the value of "SiteMapId".
- SiteMapIndex - Variable in class com.sun.identity.monitoring.SsoServerSiteMapEntry
-
Variable for storing the value of "SiteMapIndex".
- SiteMonitor(String[]) - Constructor for class com.iplanet.services.naming.WebtopNaming.SiteMonitor
-
Constructs a WebtopNaming$SiteMonitor object with the provided
site urls.
- SITEMONITOR_DISABLED - Static variable in interface com.sun.identity.shared.Constants
-
Configuration property to enable the site monitor in the naming service
- SiteName - Variable in class com.sun.identity.monitoring.SsoServerSitesEntry
-
Variable for storing the value of "SiteName".
- siteNames(Map<String, String>, Map<String, String>) - Static method in class com.sun.identity.monitoring.Agent
-
receive Set of site names
- sites - Variable in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.InterleaveDispatcher
-
Branches of an interleave.
- sites - Variable in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.InterleaveDispatcher
-
Branches of an interleave.
- SITES_RESOURCE - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to API Descriptor translations
- SitesResourceProvider - Class in org.forgerock.openam.core.rest.sms
-
A CREST collection resource provider that presents the global sites config in a coherent way.
- SitesResourceProvider(Debug) - Constructor for class org.forgerock.openam.core.rest.sms.SitesResourceProvider
-
- SiteState - Variable in class com.sun.identity.monitoring.SsoServerSitesEntry
-
Variable for storing the value of "SiteState".
- SiteStatusCheckThreadImpl - Class in com.iplanet.services.naming
-
The class implements SiteStatusCheck interface that provides
method that will be used by SiteMonitor to check each site is alive.
- SiteStatusCheckThreadImpl() - Constructor for class com.iplanet.services.naming.SiteStatusCheckThreadImpl
-
Constructs a SiteStatusCheckThreadImpl object based on the configured
parameter com.sun.identity.sitemonitor.SiteStatusCheck.class.
- size() - Method in class com.iplanet.am.util.Cache
-
Returns the number of keys in this Cache.
- size() - Method in class com.iplanet.services.ldap.Attr
-
Get the number of values of the attribute
- size() - Method in class com.iplanet.services.ldap.AttrSet
-
Get the number of attributes in the Attribute Set
- size() - Method in class com.iplanet.services.ldap.ModSet
-
Retrieves the number of LDAPModification
objects in this set.
- size() - Method in class com.sun.identity.common.PeriodicGroupMap
-
Returns the size of this map.
- size() - Method in class com.sun.identity.entitlement.opensso.Cache
-
Returns the number of keys in this Cache.
- size() - Method in class com.sun.identity.install.tools.configurator.OrderedPropertyStore
-
- size() - Method in class com.sun.identity.shared.datastruct.OrderedSet
-
Returns the number of elements in this set (its cardinality).
- size() - Method in class org.forgerock.openam.radius.common.AttributeSet
-
Indicates the number of attributes held in the container.
- size() - Method in class org.forgerock.openam.radius.server.spi.handlers.amhandler.ContextHolderCache
-
Returns the number of key-ContextHolder entries in the cache.
- size() - Method in class org.forgerock.openam.scripting.ChainedBindings
- size() - Method in class org.forgerock.openam.utils.JsonArray
-
Gets the size of this json array.
- SIZE_LIMIT_EXCEEDED - Static variable in class com.iplanet.am.sdk.AMSearchResults
-
Deprecated.
Code used to indicate that the search was unsuccessful as the size limit
exceeded during the search process.
- SIZE_LIMIT_EXCEEDED - Static variable in class com.sun.identity.common.SearchResults
-
Search was unsuccessful because the size limit is reached.
- SIZE_LIMIT_EXCEEDED - Static variable in class com.sun.identity.idm.IdSearchResults
-
Code used to indicate that the search was unsuccessful as the size limit
exceeded during the search process.
- SIZE_LIMIT_EXCEEDED - Static variable in class com.sun.identity.idm.RepoSearchResults
-
Code used to indicate that the search was unsuccessful as the size limit
exceeded during the search process.
- SIZE_LIMIT_EXCEEDED - Static variable in class com.sun.identity.policy.ValidValues
-
Deprecated.
Code used to indicate that the search was unsuccessful
as the size limit exceeded during the search process.
- sizeLimit - Variable in class org.forgerock.openam.sm.datalayer.api.query.QueryBuilder
-
- SizeLimitExceededException - Exception in com.iplanet.ums
-
This exception will be thrown when the size limit has been exceeded during
search operations.
- SizeLimitExceededException() - Constructor for exception com.iplanet.ums.SizeLimitExceededException
-
Default constructor
- SizeLimitExceededException(String) - Constructor for exception com.iplanet.ums.SizeLimitExceededException
-
Constructor with a message string.
- SizeLimitExceededException(String, Throwable) - Constructor for exception com.iplanet.ums.SizeLimitExceededException
-
Constructor with message string and an embedded exception.
- SKIP - Static variable in class org.forgerock.openam.core.rest.devices.TwoFADevicesResource
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerAuthModulesTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerFedCOTMemberTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerPolicy22AgentTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebAgentTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebGroupTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerRealmTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1CacheTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerSAML2SPTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerServerTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerSiteMapTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerSitesTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class org.forgerock.openam.monitoring.cts.CtsTokenOperationsTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class org.forgerock.openam.monitoring.cts.OperationTableMeta
-
- skipEntryVariable(SnmpOid, long, Object, int) - Method in class org.forgerock.openam.monitoring.cts.TokenTableMeta
-
- SkipIfInfo - Class in com.sun.identity.install.tools.configurator
-
- SkipIfInfo(String, ArrayList, boolean) - Constructor for class com.sun.identity.install.tools.configurator.SkipIfInfo
-
- SKIPPABLE - Static variable in class org.forgerock.openam.core.rest.devices.services.oath.AuthenticatorOathService
-
Value is set to allow skipping.
- skipped() - Method in class com.sun.identity.shared.test.tools.TestCase
-
Returns true if the testcase is skipped.
- skippedEntity(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.ContentHandlerAdaptor
-
- skippedEntity(String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- skippedEntity(String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.ContentHandlerAdaptor
-
- skippedEntity(String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerAuthModulesEntryMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerAuthSvcMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerConnPoolSvcMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsEntryMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerEntitlementSvcMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerFedCOTMemberEntryMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsEntryMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerFedCOTsMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesEntryMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerFedEntitiesMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerIDFFSvcMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerIdRepoSvcMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerInstanceMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerLoggingHdlrEntryMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerLoggingSvcMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerPolicy22AgentEntryMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyAgentsMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentEntryMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupEntryMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerPolicySvcMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebAgentEntryMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerPolicyWebGroupEntryMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerRealmEntryMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1CacheEntryMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1EndPointEntryMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1SvcMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsEntryMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerSAML2IDPEntryMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerSAML2SPEntryMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerSAML2SvcMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerServerEntryMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerSessSvcMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerSiteMapEntryMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerSitesEntryMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerSvcMgmtSvcMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerTopologyMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentEntryMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpEntryMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentEntryMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpEntryMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentEntryMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpEntryMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentEntryMeta
-
- skipVariable(long, Object, int) - Method in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpEntryMeta
-
- skipVariable(long, Object, int) - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionFailureRateMeta
-
- skipVariable(long, Object, int) - Method in class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRateMeta
-
- skipVariable(long, Object, int) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntryMeta
-
- skipVariable(long, Object, int) - Method in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsPerTokenTypeEntryMeta
-
- skipVariable(long, Object, int) - Method in class org.forgerock.openam.monitoring.cts.CtsMonitoringMeta
-
- skipVariable(long, Object, int) - Method in class org.forgerock.openam.monitoring.cts.CtsTokenOperationsEntryMeta
-
- skipVariable(long, Object, int) - Method in class org.forgerock.openam.monitoring.cts.OperationEntryMeta
-
- skipVariable(long, Object, int) - Method in class org.forgerock.openam.monitoring.cts.TokenEntryMeta
-
- skipVariable(long, Object, int) - Method in class org.forgerock.openam.monitoring.policy.PolicyEvaluationMeta
-
- skipVariable(long, Object, int) - Method in class org.forgerock.openam.monitoring.policy.SelfEvaluationMeta
-
- skipVariable(long, Object, int) - Method in class org.forgerock.openam.monitoring.policy.SelfTimingMeta
-
- skipVariable(long, Object, int) - Method in class org.forgerock.openam.monitoring.policy.SubtreeEvaluationMeta
-
- skipVariable(long, Object, int) - Method in class org.forgerock.openam.monitoring.policy.SubtreeTimingMeta
-
- skipVariable(long, Object, int) - Method in class org.forgerock.openam.monitoring.session.CtsSessionsMeta
-
- skipVariable(long, Object, int) - Method in class org.forgerock.openam.monitoring.session.InternalSessionsMeta
-
- skipVariable(long, Object, int) - Method in class org.forgerock.openam.monitoring.session.RemoteSessionsMeta
-
- skipVariable(long, Object, int) - Method in class org.forgerock.openam.monitoring.session.StatelessSessionsMeta
-
- SLASH - Static variable in class com.sun.identity.session.util.SessionUtils
-
The SLASH encoding scheme
- SLASH_SEPARATOR - Static variable in interface com.sun.identity.idm.IdConstants
-
- SLASH_SESS_DELIMITER - Static variable in class com.iplanet.dpro.session.share.SessionEncodeURL
-
- SLEEP_INTERVAL - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- SLIP - Static variable in class org.forgerock.openam.radius.common.packet.FramedProtocolAttribute
-
Framing value for specifying SLIP framing.
- SLO_NOT_FOUND - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- SLO_REQUEST_INVALID_SIGNATURE - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- SLO_RESPONSE_INVALID_SIGNATURE - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- SLO_RETURN_VALUE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Single logout return endpoint value
- SLO_SERVICE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
SingleLogout service.
- SLO_SUCCESSFUL - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- SLO_VALUE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Single logout endpoint value
- SlowestPolicyEvaluationTime - Variable in class org.forgerock.openam.monitoring.policy.PolicyEvaluation
-
Variable for storing the value of "SlowestPolicyEvaluationTime".
- SM_CONFIG_BASEDN - Static variable in interface com.sun.identity.setup.SetupConstants
-
Variable for default organization base suffix for service management
node.
- SM_CONFIG_BASEDN_RDNV - Static variable in interface com.sun.identity.setup.SetupConstants
-
Variable for default organization base suffix RDN's value part.
- SM_CONFIG_ROOT_SUFFIX - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for service management root suffix.
- SM_ROOT_SUFFIX_HAT - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for service management root suffix with carat
suffix.
- SM_ROOT_SUFFIX_HAT_SLASH - Static variable in interface com.sun.identity.setup.SetupConstants
-
Configuration Variable for service management root suffix with carat and escaped equal
suffix.
- SM_SMTP_PORT - Static variable in interface com.sun.identity.shared.Constants
-
Property string for SMTP port.
- SM_THREADPOOL_SIZE - Static variable in interface com.sun.identity.shared.Constants
-
Property string for sm and um notification thread pool size
- SMaximum - Variable in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntry
-
Variable for storing the value of "SMaximum".
- SMinimum - Variable in class org.forgerock.openam.monitoring.cts.CtsCRUDOperationsEntry
-
Variable for storing the value of "SMinimum".
- SMS_AD_DATASTORE - Static variable in interface com.sun.identity.setup.SetupConstants
-
Type of Data store used for storing the configuration files.
- SMS_ADD_SUB_CONFIG_FAILED - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_ADMIN_LIMIT_EXCEEDED - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_AGGREGATING_AGENTS_QUERY_HANDLER - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to API Descriptor translations
- SMS_ATTR_LIST_NEEDED - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_ATTR_NAME_NOT_FOUND - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_ATTR_OR_VAL_EXISTS - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_ATTR_SYNTAX_NOT_FOUND - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_ATTRIBUTES - Static variable in class com.sun.identity.sm.SMSEntry
-
- SMS_AUTHENTICATION_ERROR - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_CACHE_PROPERTY - Static variable in interface com.sun.identity.shared.Constants
-
property string for controlling SMS cache.
- SMS_CACHE_TTL - Static variable in interface com.sun.identity.shared.Constants
-
property string for controlling SMS cache expiry time, in minutes.
- SMS_CACHE_TTL_ENABLE - Static variable in interface com.sun.identity.shared.Constants
-
property string to enable SMS cache expiry time.
- SMS_CAN_NOT_CONSTRUCT_SERVICE_MANAGER - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_CANNOT_CREATE_INSTANCE - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_CANNOT_CREATE_PLACE_HOLDER_NODE - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_DS_DATASTORE - Static variable in interface com.sun.identity.setup.SetupConstants
-
Type of Data store used for storing the configuration files.
- SMS_EMBED_DATASTORE - Static variable in interface com.sun.identity.setup.SetupConstants
-
Type of Data store used for storing the configuration files.
- SMS_ENABLE_DB_NOTIFICATION - Static variable in interface com.sun.identity.shared.Constants
-
property string for enabling SMS datastore notification
- SMS_EVENT_NOTIFICATION_FAILED - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_failed_to_get_schema_manager - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_FF_DATASTORE - Static variable in interface com.sun.identity.setup.SetupConstants
-
Type of Data store used for storing the configuration files.
- SMS_INSUFFICIENT_ACCESS_RIGHTS - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_INVALID_ATTR_ENTRY - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_INVALID_ATTR_NAME - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_INVALID_CLASS_NAME - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_INVALID_CONFIG_NAME - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_INVALID_DN - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_INVALID_METHOD - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_INVALID_OP_VALUE - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_INVALID_PARAMETERS - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_INVALID_SEARCH_BASE - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_INVALID_SEARCH_ORDER_PARAMETER - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_INVALID_SEARCH_PATTERN - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_LDAP_NOT_SUPPORTED - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_LDAP_OPERATION_FAILED - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_LDAP_REFERRAL_EXCEPTION - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_LDAP_SERVER_BUSY - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_NO_ATTRIBUTE_IN_ENTRY - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_NO_SUCH_ATTRIBUTE - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_NO_SUCH_OBJECT - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_NODE_ALREADY_EXISTS - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_OC_NAME_NOT_FOUND - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_OPENDS_DATASTORE - Static variable in interface com.sun.identity.setup.SetupConstants
-
Type of Data store used for storing the configuration files.
- SMS_organization_already_exists_no_args - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_READONLY_OBJ - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_REALM_PROVIDER - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to API Descriptor translations
- SMS_REMOTE_DATASTORE - Static variable in interface com.sun.identity.setup.SetupConstants
-
Type of Data store used for storing the configuration files.
- SMS_RESOURCE_PROVIDER - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to API Descriptor translations
- SMS_SERVER_DOWN - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_SERVER_GROUP - Static variable in class com.sun.identity.sm.SMSEntry
-
- SMS_SERVER_INSTANCE_NOT_FOUND - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_SERVICE - Static variable in class com.sun.identity.shared.jaxrpc.JAXRPCHelper
-
- SMS_service_already_exists - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_service_already_exists_no_args - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_service_does_not_exist - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_SERVICE_NAME_NOT_FOUND - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_SERVICE_NODE_NOT_FOUND - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_services_node_does_not_exist - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_SMSSchema_exception_message - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_SMSSchema_invalid_input_stream - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_SMSSchema_invalid_xml_document - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_SMSSchema_no_schema_element - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_SMSSchema_no_service_element - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_SMSSchema_parser_error - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_SMSSchema_service_notfound - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_SUB_CONFIG_DOES_NOT_EXIST - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_TIME_LIMIT_EXCEEDED - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_UNEXPECTED_LDAP_EXCEPTION - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_UNKNOWN_EXCEPTION_OCCURRED - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_VALIDATOR_CANNOT_INSTANTIATE_CLASS - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_VALUE_DOES_NOT_EXIST - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_xml_invalid_doc_type - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SMS_XML_PARSER_EXCEPTION - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SmsAggregatingAgentsQueryHandler - Class in org.forgerock.openam.core.rest.sms
-
A handler for handling queries on the realm-config/agents resource.
- SmsAggregatingAgentsQueryHandler(ServiceSchema, Debug) - Constructor for class org.forgerock.openam.core.rest.sms.SmsAggregatingAgentsQueryHandler
-
Create an instance of the SmsAggregatingAgentsQueryHandler
- SmsAttribute - Class in org.forgerock.openam.entitlement.configuration
-
Represents an attribute managed by the SMS layer.
- SMSAuditFilter - Interface in org.forgerock.openam.auditors
-
An interface for creating filters that block specific config changes from being audited
- SMSAuditor - Class in org.forgerock.openam.auditors
-
Responsible for publishing audit config events for an SMS operation.
- SMSAuditor(Debug, AuditEventPublisher, AuditEventFactory, SSOToken, String, String, Map<String, Object>, Set<SMSAuditFilter>) - Constructor for class org.forgerock.openam.auditors.SMSAuditor
-
Creates the base for an SMSAuditor
- SMSAuthModule - Class in com.sun.identity.authentication.internal.server
-
AM's internal user's authentication module
- SMSAuthModule() - Constructor for class com.sun.identity.authentication.internal.server.SMSAuthModule
-
- SmsCollectionProvider - Class in org.forgerock.openam.core.rest.sms
-
A CREST collection provider for SMS schema config.
- SmsCollectionProviderFactory - Interface in org.forgerock.openam.core.rest.sms
-
- SMSConfigurationFactory - Class in org.forgerock.openam.sm
-
Resolves which ServerConfiguration to retrieve from the SMS configuration.
- SMSConfigurationFactory(ServerConfigurationFactory, Debug) - Constructor for class org.forgerock.openam.sm.SMSConfigurationFactory
-
- SMSConnectionModule - Class in org.forgerock.openam.sm
-
- SMSConnectionModule() - Constructor for class org.forgerock.openam.sm.SMSConnectionModule
-
- SmsConsoleServiceConfig - Class in org.forgerock.openam.core.rest.sms
-
Responsible for reading the amConsoleConfig.xml configuration file and
parsing relevant sections to expose to the service-exposing layers in the
SMS REST system.
- SmsConsoleServiceConfig() - Constructor for class org.forgerock.openam.core.rest.sms.SmsConsoleServiceConfig
-
Generates the singleton SmsConsoleServiceConfig by reading and parsing the
appropriate xml config file.
- SmsConsoleServiceNameFilter - Class in org.forgerock.openam.core.rest.sms
-
Filter for service names to be displayed via console interface.
- SmsConsoleServiceNameFilter(Debug, SmsConsoleServiceConfig, Set<String>, Set<SchemaType>, Set<String>, ServiceSchemaManagerFactory) - Constructor for class org.forgerock.openam.core.rest.sms.SmsConsoleServiceNameFilter
-
- SMSDataEntry - Class in com.sun.identity.sm
-
This class encapsulates a distinguished name and its attribute values.
- SMSDataEntry(String, Map) - Constructor for class com.sun.identity.sm.SMSDataEntry
-
Constructs an instance.
- SMSDataEntry(String) - Constructor for class com.sun.identity.sm.SMSDataEntry
-
- SMSDataLayerConfiguration - Class in org.forgerock.openam.sm
-
- SMSDataLayerConfiguration(String) - Constructor for class org.forgerock.openam.sm.SMSDataLayerConfiguration
-
- SMSEmbeddedLdapObject - Class in com.sun.identity.sm.ldap
-
This object represents an LDAP entry in the directory server.
- SMSEmbeddedLdapObject() - Constructor for class com.sun.identity.sm.ldap.SMSEmbeddedLdapObject
-
Public constructor for SMSEmbeddedLdapObject
- SMSEnhancedFlatFileObject - Class in com.sun.identity.sm.flatfile
-
This is an enhancement of SMSEnhancedFlatFileObject where
we modified the implementation to avoid hitting the file name length
limitation on Windows Operating System.
- SMSEnhancedFlatFileObject() - Constructor for class com.sun.identity.sm.flatfile.SMSEnhancedFlatFileObject
-
Constructor for SMSEnhancedFlatFileObject.
- smsEntries - Static variable in class com.sun.identity.sm.CachedSubEntries
-
- smsEntry - Variable in class com.sun.identity.sm.CachedSMSEntry
-
- smsEntry - Static variable in class com.sun.identity.sm.ServiceManager
-
- SMSEntry - Class in com.sun.identity.sm
-
This object represents a SMS entry in datastore, similar to UMS's equivalent
class called PersistentObject.
- SMSEntry(SSOToken, String) - Constructor for class com.sun.identity.sm.SMSEntry
-
Constructor for a persistent SMS object given an authenticated SSOToken
and DN.
- SMServiceListener - Class in com.sun.identity.delegation
-
Service Configuration listener class to clean the delegation polcies
when realms are removed.
- SMServlet - Class in com.sun.identity.sm
-
The SMServlet provides`simple http interface to obtain service
configuration
- SMServlet() - Constructor for class com.sun.identity.sm.SMServlet
-
- SMSEventListener - Interface in com.sun.identity.sm
-
Defines a listener that should be notified when an SMS event occurs to an object.
- SMSException - Exception in com.sun.identity.sm
-
The exception class whose instance is thrown if there is any error during the
operation of objects of the com.sun.identity.sms package.
- SMSException() - Constructor for exception com.sun.identity.sm.SMSException
-
Default constructor for SMSException
- SMSException(int, String) - Constructor for exception com.sun.identity.sm.SMSException
-
- SMSException(int, String, String) - Constructor for exception com.sun.identity.sm.SMSException
-
- SMSException(String) - Constructor for exception com.sun.identity.sm.SMSException
-
- SMSException(String, String) - Constructor for exception com.sun.identity.sm.SMSException
-
- SMSException(Throwable, String) - Constructor for exception com.sun.identity.sm.SMSException
-
Constructs an SMSException.
- SMSException(String, Throwable, String) - Constructor for exception com.sun.identity.sm.SMSException
-
Constructs an SMSException.
- SMSException(String, String, Throwable, String) - Constructor for exception com.sun.identity.sm.SMSException
-
Constructs an SMSException.
- SMSException(String, String, Object[]) - Constructor for exception com.sun.identity.sm.SMSException
-
This constructor is used to pass the localized error message At this
level, the locale of the caller is not known and it is not possible to
throw localized error message at this level.
- SMSException_SOAPSerializer - Class in com.sun.identity.sm
-
- SMSException_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.SMSException_SOAPSerializer
-
- SMSFlatFileObject - Class in com.sun.identity.sm.flatfile
-
This class represents a configuration object stored in a file.
- SMSFlatFileObject() - Constructor for class com.sun.identity.sm.flatfile.SMSFlatFileObject
-
Constructor for SMSFlatFileObject.
- SMSFlatFileObjectBase - Class in com.sun.identity.sm.flatfile
-
This is the base implementation of flat file data store object.
- SMSFlatFileObjectBase() - Constructor for class com.sun.identity.sm.flatfile.SMSFlatFileObjectBase
-
Constructor for SMSFlatFileObject.
- SMSFlatFileTreeNode - Class in com.sun.identity.sm.flatfile
-
This is a node in the directory tree that the
SMSEnhancedFlatFileObject class holds to track the
directory structure of the data.
- SMSFlatFileTreeNode(String) - Constructor for class com.sun.identity.sm.flatfile.SMSFlatFileTreeNode
-
Creates a new instance of SMSFlatFileTreeNode
- SMSGateway - Interface in com.sun.identity.authentication.modules.hotp
-
Defines the ability to send SMS (Short Message Service) and e-mail via a gateway implementation.
- SmsGlobalSingletonProvider - Class in org.forgerock.openam.core.rest.sms
-
A CREST singleton provider for SMS global schema config.
- SmsGlobalSingletonProviderFactory - Interface in org.forgerock.openam.core.rest.sms
-
- SMSJAXRPCObject - Class in com.sun.identity.sm.jaxrpc
-
- SMSJAXRPCObject() - Constructor for class com.sun.identity.sm.jaxrpc.SMSJAXRPCObject
-
- SMSJAXRPCObjectImpl - Class in com.sun.identity.sm.jaxrpc
-
- SMSJAXRPCObjectImpl() - Constructor for class com.sun.identity.sm.jaxrpc.SMSJAXRPCObjectImpl
-
- SmsJsonConverter - Class in org.forgerock.openam.core.rest.sms
-
A class to convert service configurations between XML and JSON
- SmsJsonConverter(ServiceSchema) - Constructor for class org.forgerock.openam.core.rest.sms.SmsJsonConverter
-
- SmsJsonSchema - Class in org.forgerock.openam.core.rest.sms
-
Constants for the REST SMS schema representations.
- SMSLdapObject - Class in com.sun.identity.sm.ldap
-
This object represents an LDAP entry in the directory server.
- SMSLdapObject() - Constructor for class com.sun.identity.sm.ldap.SMSLdapObject
-
Public constructor for SMSLdapObject
- SMSMigration - Class in com.sun.identity.cli
-
Migrates SMS data.
- SMSMigration() - Constructor for class com.sun.identity.cli.SMSMigration
-
- SMSMigration70 - Class in com.sun.identity.sm
-
- SMSMigration70() - Constructor for class com.sun.identity.sm.SMSMigration70
-
- SMSNotificationManager - Class in com.sun.identity.sm
-
Handles all the notification events for SMS.
- SMSObject - Class in com.sun.identity.sm
-
Abstract class that needs to be implemented to store configuration data in a
data store.
- SMSObject() - Constructor for class com.sun.identity.sm.SMSObject
-
- SMSObjectDB - Class in com.sun.identity.sm
-
Abstract class that needs to be implemented to get root suffix
configuration data from a datastore.
- SMSObjectDB() - Constructor for class com.sun.identity.sm.SMSObjectDB
-
- SMSObjectIF - Interface in com.sun.identity.sm.jaxrpc
-
JAX-RPC interface for SMSObject and Services
- SMSObjectIF_checkForLocal_RequestStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_checkForLocal_RequestStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_checkForLocal_RequestStruct
-
- SMSObjectIF_checkForLocal_RequestStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_checkForLocal_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_checkForLocal_RequestStruct_SOAPSerializer
-
- SMSObjectIF_checkForLocal_ResponseStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_checkForLocal_ResponseStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_checkForLocal_ResponseStruct
-
- SMSObjectIF_checkForLocal_ResponseStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_checkForLocal_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_checkForLocal_ResponseStruct_SOAPSerializer
-
- SMSObjectIF_create_Fault_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_create_Fault_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_Fault_SOAPBuilder
-
- SMSObjectIF_create_Fault_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_create_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_Fault_SOAPSerializer
-
- SMSObjectIF_create_RequestStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_create_RequestStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_RequestStruct
-
- SMSObjectIF_create_RequestStruct(String, String, Map) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_RequestStruct
-
- SMSObjectIF_create_RequestStruct_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_create_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_RequestStruct_SOAPBuilder
-
- SMSObjectIF_create_RequestStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_create_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_RequestStruct_SOAPSerializer
-
- SMSObjectIF_create_ResponseStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_create_ResponseStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_ResponseStruct
-
- SMSObjectIF_create_ResponseStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_create_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_ResponseStruct_SOAPSerializer
-
- SMSObjectIF_delete_Fault_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_delete_Fault_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_Fault_SOAPBuilder
-
- SMSObjectIF_delete_Fault_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_delete_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_Fault_SOAPSerializer
-
- SMSObjectIF_delete_RequestStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_delete_RequestStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_RequestStruct
-
- SMSObjectIF_delete_RequestStruct(String, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_RequestStruct
-
- SMSObjectIF_delete_RequestStruct_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_delete_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_RequestStruct_SOAPBuilder
-
- SMSObjectIF_delete_RequestStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_delete_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_RequestStruct_SOAPSerializer
-
- SMSObjectIF_delete_ResponseStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_delete_ResponseStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_ResponseStruct
-
- SMSObjectIF_delete_ResponseStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_delete_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_ResponseStruct_SOAPSerializer
-
- SMSObjectIF_deRegisterNotificationURL_RequestStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_deRegisterNotificationURL_RequestStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_deRegisterNotificationURL_RequestStruct
-
- SMSObjectIF_deRegisterNotificationURL_RequestStruct(String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_deRegisterNotificationURL_RequestStruct
-
- SMSObjectIF_deRegisterNotificationURL_RequestStruct_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_deRegisterNotificationURL_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_deRegisterNotificationURL_RequestStruct_SOAPBuilder
-
- SMSObjectIF_deRegisterNotificationURL_RequestStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_deRegisterNotificationURL_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_deRegisterNotificationURL_RequestStruct_SOAPSerializer
-
- SMSObjectIF_deRegisterNotificationURL_ResponseStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_deRegisterNotificationURL_ResponseStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_deRegisterNotificationURL_ResponseStruct
-
- SMSObjectIF_deRegisterNotificationURL_ResponseStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_deRegisterNotificationURL_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_deRegisterNotificationURL_ResponseStruct_SOAPSerializer
-
- SMSObjectIF_entryExists_Fault_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_entryExists_Fault_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_Fault_SOAPBuilder
-
- SMSObjectIF_entryExists_Fault_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_entryExists_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_Fault_SOAPSerializer
-
- SMSObjectIF_entryExists_RequestStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_entryExists_RequestStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_RequestStruct
-
- SMSObjectIF_entryExists_RequestStruct(String, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_RequestStruct
-
- SMSObjectIF_entryExists_RequestStruct_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_entryExists_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_RequestStruct_SOAPBuilder
-
- SMSObjectIF_entryExists_RequestStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_entryExists_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_RequestStruct_SOAPSerializer
-
- SMSObjectIF_entryExists_ResponseStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_entryExists_ResponseStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_ResponseStruct
-
- SMSObjectIF_entryExists_ResponseStruct(boolean) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_ResponseStruct
-
- SMSObjectIF_entryExists_ResponseStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_entryExists_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_ResponseStruct_SOAPSerializer
-
- SMSObjectIF_getAMSdkBaseDN_RequestStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_getAMSdkBaseDN_RequestStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_getAMSdkBaseDN_RequestStruct
-
- SMSObjectIF_getAMSdkBaseDN_RequestStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_getAMSdkBaseDN_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_getAMSdkBaseDN_RequestStruct_SOAPSerializer
-
- SMSObjectIF_getAMSdkBaseDN_ResponseStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_getAMSdkBaseDN_ResponseStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_getAMSdkBaseDN_ResponseStruct
-
- SMSObjectIF_getAMSdkBaseDN_ResponseStruct(String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_getAMSdkBaseDN_ResponseStruct
-
- SMSObjectIF_getAMSdkBaseDN_ResponseStruct_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_getAMSdkBaseDN_ResponseStruct_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_getAMSdkBaseDN_ResponseStruct_SOAPBuilder
-
- SMSObjectIF_getAMSdkBaseDN_ResponseStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_getAMSdkBaseDN_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_getAMSdkBaseDN_ResponseStruct_SOAPSerializer
-
- SMSObjectIF_getRootSuffix_RequestStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_getRootSuffix_RequestStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_getRootSuffix_RequestStruct
-
- SMSObjectIF_getRootSuffix_RequestStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_getRootSuffix_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_getRootSuffix_RequestStruct_SOAPSerializer
-
- SMSObjectIF_getRootSuffix_ResponseStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_getRootSuffix_ResponseStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_getRootSuffix_ResponseStruct
-
- SMSObjectIF_getRootSuffix_ResponseStruct(String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_getRootSuffix_ResponseStruct
-
- SMSObjectIF_getRootSuffix_ResponseStruct_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_getRootSuffix_ResponseStruct_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_getRootSuffix_ResponseStruct_SOAPBuilder
-
- SMSObjectIF_getRootSuffix_ResponseStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_getRootSuffix_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_getRootSuffix_ResponseStruct_SOAPSerializer
-
- SMSObjectIF_modify_Fault_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_modify_Fault_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_Fault_SOAPBuilder
-
- SMSObjectIF_modify_Fault_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_modify_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_Fault_SOAPSerializer
-
- SMSObjectIF_modify_RequestStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_modify_RequestStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_RequestStruct
-
- SMSObjectIF_modify_RequestStruct(String, String, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_RequestStruct
-
- SMSObjectIF_modify_RequestStruct_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_modify_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_RequestStruct_SOAPBuilder
-
- SMSObjectIF_modify_RequestStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_modify_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_RequestStruct_SOAPSerializer
-
- SMSObjectIF_modify_ResponseStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_modify_ResponseStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_ResponseStruct
-
- SMSObjectIF_modify_ResponseStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_modify_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_ResponseStruct_SOAPSerializer
-
- SMSObjectIF_notifyObjectChanged_RequestStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_notifyObjectChanged_RequestStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_notifyObjectChanged_RequestStruct
-
- SMSObjectIF_notifyObjectChanged_RequestStruct(String, int) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_notifyObjectChanged_RequestStruct
-
- SMSObjectIF_notifyObjectChanged_RequestStruct_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_notifyObjectChanged_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_notifyObjectChanged_RequestStruct_SOAPBuilder
-
- SMSObjectIF_notifyObjectChanged_RequestStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_notifyObjectChanged_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_notifyObjectChanged_RequestStruct_SOAPSerializer
-
- SMSObjectIF_notifyObjectChanged_ResponseStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_notifyObjectChanged_ResponseStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_notifyObjectChanged_ResponseStruct
-
- SMSObjectIF_notifyObjectChanged_ResponseStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_notifyObjectChanged_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_notifyObjectChanged_ResponseStruct_SOAPSerializer
-
- SMSObjectIF_objectsChanged_RequestStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_objectsChanged_RequestStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_objectsChanged_RequestStruct
-
- SMSObjectIF_objectsChanged_RequestStruct(int) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_objectsChanged_RequestStruct
-
- SMSObjectIF_objectsChanged_RequestStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_objectsChanged_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_objectsChanged_RequestStruct_SOAPSerializer
-
- SMSObjectIF_objectsChanged_ResponseStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_objectsChanged_ResponseStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_objectsChanged_ResponseStruct
-
- SMSObjectIF_objectsChanged_ResponseStruct(Set) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_objectsChanged_ResponseStruct
-
- SMSObjectIF_objectsChanged_ResponseStruct_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_objectsChanged_ResponseStruct_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_objectsChanged_ResponseStruct_SOAPBuilder
-
- SMSObjectIF_objectsChanged_ResponseStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_objectsChanged_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_objectsChanged_ResponseStruct_SOAPSerializer
-
- SMSObjectIF_read_Fault_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_read_Fault_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_Fault_SOAPBuilder
-
- SMSObjectIF_read_Fault_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_read_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_Fault_SOAPSerializer
-
- SMSObjectIF_read_RequestStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_read_RequestStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_RequestStruct
-
- SMSObjectIF_read_RequestStruct(String, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_RequestStruct
-
- SMSObjectIF_read_RequestStruct_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_read_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_RequestStruct_SOAPBuilder
-
- SMSObjectIF_read_RequestStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_read_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_RequestStruct_SOAPSerializer
-
- SMSObjectIF_read_ResponseStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_read_ResponseStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_ResponseStruct
-
- SMSObjectIF_read_ResponseStruct(Map) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_ResponseStruct
-
- SMSObjectIF_read_ResponseStruct_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_read_ResponseStruct_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_ResponseStruct_SOAPBuilder
-
- SMSObjectIF_read_ResponseStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_read_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_ResponseStruct_SOAPSerializer
-
- SMSObjectIF_registerNotificationURL_RequestStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_registerNotificationURL_RequestStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_registerNotificationURL_RequestStruct
-
- SMSObjectIF_registerNotificationURL_RequestStruct(String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_registerNotificationURL_RequestStruct
-
- SMSObjectIF_registerNotificationURL_RequestStruct_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_registerNotificationURL_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_registerNotificationURL_RequestStruct_SOAPBuilder
-
- SMSObjectIF_registerNotificationURL_RequestStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_registerNotificationURL_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_registerNotificationURL_RequestStruct_SOAPSerializer
-
- SMSObjectIF_registerNotificationURL_ResponseStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_registerNotificationURL_ResponseStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_registerNotificationURL_ResponseStruct
-
- SMSObjectIF_registerNotificationURL_ResponseStruct(String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_registerNotificationURL_ResponseStruct
-
- SMSObjectIF_registerNotificationURL_ResponseStruct_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_registerNotificationURL_ResponseStruct_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_registerNotificationURL_ResponseStruct_SOAPBuilder
-
- SMSObjectIF_registerNotificationURL_ResponseStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_registerNotificationURL_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_registerNotificationURL_ResponseStruct_SOAPSerializer
-
- SMSObjectIF_schemaSubEntries_Fault_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_schemaSubEntries_Fault_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_Fault_SOAPBuilder
-
- SMSObjectIF_schemaSubEntries_Fault_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_schemaSubEntries_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_Fault_SOAPSerializer
-
- SMSObjectIF_schemaSubEntries_RequestStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_schemaSubEntries_RequestStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct
-
- SMSObjectIF_schemaSubEntries_RequestStruct(String, String, String, String, int, boolean, boolean) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct
-
- SMSObjectIF_schemaSubEntries_RequestStruct_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_schemaSubEntries_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct_SOAPBuilder
-
- SMSObjectIF_schemaSubEntries_RequestStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_schemaSubEntries_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct_SOAPSerializer
-
- SMSObjectIF_schemaSubEntries_ResponseStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_schemaSubEntries_ResponseStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_ResponseStruct
-
- SMSObjectIF_schemaSubEntries_ResponseStruct(Set) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_ResponseStruct
-
- SMSObjectIF_schemaSubEntries_ResponseStruct_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_schemaSubEntries_ResponseStruct_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_ResponseStruct_SOAPBuilder
-
- SMSObjectIF_schemaSubEntries_ResponseStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_schemaSubEntries_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_ResponseStruct_SOAPSerializer
-
- SMSObjectIF_search2_Fault_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_search2_Fault_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_Fault_SOAPBuilder
-
- SMSObjectIF_search2_Fault_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_search2_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_Fault_SOAPSerializer
-
- SMSObjectIF_search2_RequestStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_search2_RequestStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct
-
- SMSObjectIF_search2_RequestStruct(String, String, String, int, int, boolean, boolean) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct
-
- SMSObjectIF_search2_RequestStruct_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_search2_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct_SOAPBuilder
-
- SMSObjectIF_search2_RequestStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_search2_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct_SOAPSerializer
-
- SMSObjectIF_search2_ResponseStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_search2_ResponseStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_ResponseStruct
-
- SMSObjectIF_search2_ResponseStruct(Set) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_ResponseStruct
-
- SMSObjectIF_search2_ResponseStruct_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_search2_ResponseStruct_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_ResponseStruct_SOAPBuilder
-
- SMSObjectIF_search2_ResponseStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_search2_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_ResponseStruct_SOAPSerializer
-
- SMSObjectIF_search3_Fault_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_search3_Fault_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_Fault_SOAPBuilder
-
- SMSObjectIF_search3_Fault_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_search3_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_Fault_SOAPSerializer
-
- SMSObjectIF_search3_RequestStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_search3_RequestStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct
-
- SMSObjectIF_search3_RequestStruct(String, String, String, int, int, boolean, boolean, Set) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct
-
- SMSObjectIF_search3_RequestStruct_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_search3_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct_SOAPBuilder
-
- SMSObjectIF_search3_RequestStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_search3_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct_SOAPSerializer
-
- SMSObjectIF_search3_ResponseStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_search3_ResponseStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_ResponseStruct
-
- SMSObjectIF_search3_ResponseStruct(Set) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_ResponseStruct
-
- SMSObjectIF_search3_ResponseStruct_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_search3_ResponseStruct_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_ResponseStruct_SOAPBuilder
-
- SMSObjectIF_search3_ResponseStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_search3_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_ResponseStruct_SOAPSerializer
-
- SMSObjectIF_search_Fault_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_search_Fault_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_Fault_SOAPBuilder
-
- SMSObjectIF_search_Fault_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_search_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_Fault_SOAPSerializer
-
- SMSObjectIF_search_RequestStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_search_RequestStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_RequestStruct
-
- SMSObjectIF_search_RequestStruct(String, String, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_RequestStruct
-
- SMSObjectIF_search_RequestStruct_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_search_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_RequestStruct_SOAPBuilder
-
- SMSObjectIF_search_RequestStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_search_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_RequestStruct_SOAPSerializer
-
- SMSObjectIF_search_ResponseStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_search_ResponseStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_ResponseStruct
-
- SMSObjectIF_search_ResponseStruct(Set) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_ResponseStruct
-
- SMSObjectIF_search_ResponseStruct_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_search_ResponseStruct_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_ResponseStruct_SOAPBuilder
-
- SMSObjectIF_search_ResponseStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_search_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_ResponseStruct_SOAPSerializer
-
- SMSObjectIF_searchOrganizationNames_Fault_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_searchOrganizationNames_Fault_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_Fault_SOAPBuilder
-
- SMSObjectIF_searchOrganizationNames_Fault_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_searchOrganizationNames_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_Fault_SOAPSerializer
-
- SMSObjectIF_searchOrganizationNames_RequestStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_searchOrganizationNames_RequestStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct
-
- SMSObjectIF_searchOrganizationNames_RequestStruct(String, String, int, boolean, boolean, String, String, Set) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct
-
- SMSObjectIF_searchOrganizationNames_RequestStruct_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_searchOrganizationNames_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct_SOAPBuilder
-
- SMSObjectIF_searchOrganizationNames_RequestStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_searchOrganizationNames_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct_SOAPSerializer
-
- SMSObjectIF_searchOrganizationNames_ResponseStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_searchOrganizationNames_ResponseStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_ResponseStruct
-
- SMSObjectIF_searchOrganizationNames_ResponseStruct(Set) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_ResponseStruct
-
- SMSObjectIF_searchOrganizationNames_ResponseStruct_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_searchOrganizationNames_ResponseStruct_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_ResponseStruct_SOAPBuilder
-
- SMSObjectIF_searchOrganizationNames_ResponseStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_searchOrganizationNames_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_ResponseStruct_SOAPSerializer
-
- SMSObjectIF_searchSubOrgNames_Fault_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_searchSubOrgNames_Fault_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_Fault_SOAPBuilder
-
- SMSObjectIF_searchSubOrgNames_Fault_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_searchSubOrgNames_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_Fault_SOAPSerializer
-
- SMSObjectIF_searchSubOrgNames_RequestStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_searchSubOrgNames_RequestStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct
-
- SMSObjectIF_searchSubOrgNames_RequestStruct(String, String, String, int, boolean, boolean, boolean) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct
-
- SMSObjectIF_searchSubOrgNames_RequestStruct_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_searchSubOrgNames_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct_SOAPBuilder
-
- SMSObjectIF_searchSubOrgNames_RequestStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_searchSubOrgNames_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct_SOAPSerializer
-
- SMSObjectIF_searchSubOrgNames_ResponseStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_searchSubOrgNames_ResponseStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_ResponseStruct
-
- SMSObjectIF_searchSubOrgNames_ResponseStruct(Set) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_ResponseStruct
-
- SMSObjectIF_searchSubOrgNames_ResponseStruct_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_searchSubOrgNames_ResponseStruct_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_ResponseStruct_SOAPBuilder
-
- SMSObjectIF_searchSubOrgNames_ResponseStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_searchSubOrgNames_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_ResponseStruct_SOAPSerializer
-
- SMSObjectIF_subEntries_Fault_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_subEntries_Fault_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_Fault_SOAPBuilder
-
- SMSObjectIF_subEntries_Fault_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_subEntries_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_Fault_SOAPSerializer
-
- SMSObjectIF_subEntries_RequestStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_subEntries_RequestStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct
-
- SMSObjectIF_subEntries_RequestStruct(String, String, String, int, boolean, boolean) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct
-
- SMSObjectIF_subEntries_RequestStruct_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_subEntries_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct_SOAPBuilder
-
- SMSObjectIF_subEntries_RequestStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_subEntries_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct_SOAPSerializer
-
- SMSObjectIF_subEntries_ResponseStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_subEntries_ResponseStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_ResponseStruct
-
- SMSObjectIF_subEntries_ResponseStruct(Set) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_ResponseStruct
-
- SMSObjectIF_subEntries_ResponseStruct_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_subEntries_ResponseStruct_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_ResponseStruct_SOAPBuilder
-
- SMSObjectIF_subEntries_ResponseStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_subEntries_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_ResponseStruct_SOAPSerializer
-
- SMSObjectIF_Tie - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_Tie() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_Tie
-
- SMSObjectIF_validateServiceAttributes_Fault_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_validateServiceAttributes_Fault_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_Fault_SOAPBuilder
-
- SMSObjectIF_validateServiceAttributes_Fault_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_validateServiceAttributes_Fault_SOAPSerializer(boolean, boolean) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_Fault_SOAPSerializer
-
- SMSObjectIF_validateServiceAttributes_RequestStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_validateServiceAttributes_RequestStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_RequestStruct
-
- SMSObjectIF_validateServiceAttributes_RequestStruct(String, String, Set) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_RequestStruct
-
- SMSObjectIF_validateServiceAttributes_RequestStruct_SOAPBuilder - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_validateServiceAttributes_RequestStruct_SOAPBuilder() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_RequestStruct_SOAPBuilder
-
- SMSObjectIF_validateServiceAttributes_RequestStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_validateServiceAttributes_RequestStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_RequestStruct_SOAPSerializer
-
- SMSObjectIF_validateServiceAttributes_ResponseStruct - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_validateServiceAttributes_ResponseStruct() - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_ResponseStruct
-
- SMSObjectIF_validateServiceAttributes_ResponseStruct(boolean) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_ResponseStruct
-
- SMSObjectIF_validateServiceAttributes_ResponseStruct_SOAPSerializer - Class in com.sun.identity.sm.jaxrpc
-
- SMSObjectIF_validateServiceAttributes_ResponseStruct_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_ResponseStruct_SOAPSerializer
-
- SMSObjectListener - Interface in com.sun.identity.sm
-
The purpose of this interface is to allow SMSObject implementors to return
changes about SMSObjects
- SMSPropertiesObserver - Class in com.sun.identity.sm
-
Listenes to changes to SystemProperties and reinitialized
configuration framework.
- SmsQueryFilterVisitor - Class in org.forgerock.openam.entitlement.configuration
-
Query filter visitor that understands attributes associated with the SMS layer.
- SmsQueryFilterVisitor() - Constructor for class org.forgerock.openam.entitlement.configuration.SmsQueryFilterVisitor
-
- SmsRealmProvider - Class in org.forgerock.openam.core.rest.sms
-
- SmsRealmProvider(SessionCache, CoreWrapper, RealmNormaliser) - Constructor for class org.forgerock.openam.core.rest.sms.SmsRealmProvider
-
- SMSRepositoryMig - Class in com.sun.identity.sm.util
-
Migrates a SMS in LDAP to flat file structure usable # by SMSFlatFileObject
class.
- SMSRepositoryMig() - Constructor for class com.sun.identity.sm.util.SMSRepositoryMig
-
- SmsRequestHandler - Class in org.forgerock.openam.core.rest.sms
-
A CREST routing request handler that creates collection and singleton resource providers for
the SMS configuration services.
- SmsRequestHandler(SchemaType, SmsCollectionProviderFactory, SmsSingletonProviderFactory, SmsGlobalSingletonProviderFactory, Debug, ExcludedServicesFactory, AuthenticationChainsFilter, RealmRoutingFactory, SessionCache, CoreWrapper, RealmNormaliser, Map<MatchingResourcePath, CrestAuthorizationModule>, CrestPrivilegeAuthzModule, SmsServiceHandlerFunction, PrivilegedAction<SSOToken>, ServicesRealmSmsHandler, SitesResourceProvider, ServersResourceProvider) - Constructor for class org.forgerock.openam.core.rest.sms.SmsRequestHandler
-
- SmsRequestHandlerFactory - Interface in org.forgerock.openam.core.rest.sms
-
- SmsResourceProvider - Class in org.forgerock.openam.core.rest.sms
-
A base class for resource providers for the REST SMS services - provides common utility methods for
navigating SMS schemas.
- SmsRestRouteProvider - Class in org.forgerock.openam.core.rest
-
- SmsRestRouteProvider() - Constructor for class org.forgerock.openam.core.rest.SmsRestRouteProvider
-
- SmsRouteTree - Class in org.forgerock.openam.core.rest.sms.tree
-
Represents a Router tree.
- SmsRouteTree.Route - Class in org.forgerock.openam.core.rest.sms.tree
-
A matching pair for an SmsRouteTree route that consists of the tree routed to, and the route matcher
that leads there.
- SmsRouteTreeBuilder - Class in org.forgerock.openam.core.rest.sms.tree
-
- SMSSchema - Class in com.sun.identity.sm
-
This class provides methods to obtain service schema and plugin schema from
XML documents.
- SMSSCHEMA_SERVICE_NOTFOUND - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SmsServerPropertiesResource - Class in org.forgerock.openam.core.rest.sms
-
A service to allow the modification of server properties
- SmsServerPropertiesResource(Properties, Debug, String, boolean) - Constructor for class org.forgerock.openam.core.rest.sms.SmsServerPropertiesResource
-
- SmsServerPropertiesResourceFactory - Interface in org.forgerock.openam.core.rest.sms
-
- SmsServiceHandlerFunction - Class in org.forgerock.openam.core.rest.sms
-
Responsible for answering the question of whether a service should be handled by the
SMS layer request handler, or whether it has its own specific request handler.
- SmsServiceHandlerFunction(Set<String>) - Constructor for class org.forgerock.openam.core.rest.sms.SmsServiceHandlerFunction
-
- SmsSingletonProvider - Class in org.forgerock.openam.core.rest.sms
-
A CREST singleton provider for SMS schema config.
- SmsSingletonProviderFactory - Interface in org.forgerock.openam.core.rest.sms
-
- SMSThreadPool - Class in com.sun.identity.sm
-
The class SMSThreadPool provides interfaces to manage
notfication thread pools shared by idm and sm.
- SMSThreadPool() - Constructor for class com.sun.identity.sm.SMSThreadPool
-
- SMSUtils - Class in com.sun.identity.sm
-
- SMSUtils() - Constructor for class com.sun.identity.sm.SMSUtils
-
- SMSUtils.ATTRIBUTE_SCHEMA_CHILD - Enum in com.sun.identity.sm
-
Define the children order of the attribute schema.
- SMTP_HOSTNAME - Static variable in class org.forgerock.openam.services.email.MailServerImpl
-
- SMTP_HOSTPORT - Static variable in class org.forgerock.openam.services.email.MailServerImpl
-
- SMTP_SSL_ENABLED - Static variable in class org.forgerock.openam.services.email.MailServerImpl
-
- SMTP_USERNAME - Static variable in class org.forgerock.openam.services.email.MailServerImpl
-
- SMTP_USERPASSWORD - Static variable in class org.forgerock.openam.services.email.MailServerImpl
-
- SN_ELEMENT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- SN_ELEMENT_INT - Static variable in class com.sun.identity.liberty.ws.idpp.common.IDPPConstants
-
- snmpPort(int) - Method in class com.sun.identity.monitoring.SSOServerMonConfig.SSOServerMonInfoBuilder
-
- SNS_MESSAGE_RESOURCE - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to API Descriptor translations
- SnsClientFactory - Class in org.forgerock.openam.services.push.sns.utils
-
Factory to generate new Amazon SNS clients for a supplied config.
- SnsClientFactory() - Constructor for class org.forgerock.openam.services.push.sns.utils.SnsClientFactory
-
- SnsHttpDelegate - Class in org.forgerock.openam.services.push.sns
-
Delegate for communicating with SNS over HTTP.
- SnsHttpDelegate(AmazonSNSClient, PushNotificationServiceConfig, SnsPushMessageConverter, String, MessageDispatcher) - Constructor for class org.forgerock.openam.services.push.sns.SnsHttpDelegate
-
Generates a new SNS HTTP Delegate, used to communicate over the Internet with
the SNS service.
- SnsHttpDelegateFactory - Class in org.forgerock.openam.services.push.sns
-
Produces SnsHttpDelegates matching the PushNotificationServiceFactory interface.
- SnsHttpDelegateFactory() - Constructor for class org.forgerock.openam.services.push.sns.SnsHttpDelegateFactory
-
Default constructor sets the debug for passing into produced delegates.
- SnsMessageResource - Class in org.forgerock.openam.services.push.sns
-
An endpoint, created and attached to the Router at the point of a new
SnsHttpDelegate being
configured to accept inbound messages from a remote device over SNS.
- SnsMessageResource(CTSPersistentStore, PushNotificationService, JSONSerialisation, Debug, JwtReconstruction) - Constructor for class org.forgerock.openam.services.push.sns.SnsMessageResource
-
Generate a new SnsMessageResource using the provided MessageDispatcher.
- SnsPushMessageConverter - Class in org.forgerock.openam.services.push.sns
-
Converts a basic message String into a format appropriate for passing into the SNS.
- SnsPushMessageConverter() - Constructor for class org.forgerock.openam.services.push.sns.SnsPushMessageConverter
-
- SnsPushResponseUpdater - Class in org.forgerock.openam.services.push.sns.utils
-
A utility class for SnsRegistrationPredicate to aid testing.
- SnsPushResponseUpdater(SnsClientFactory) - Constructor for class org.forgerock.openam.services.push.sns.utils.SnsPushResponseUpdater
-
Generates a new AmazonSNSPushResponseUpdater with the provided factory used to generate
AmazonSNSClients.
- SnsRegistrationPredicate - Class in org.forgerock.openam.services.push.sns
-
Acts to register (via communication with SNS) the device that is currently talking to the server
from the mobile app.
- SnsRegistrationPredicate(String) - Constructor for class org.forgerock.openam.services.push.sns.SnsRegistrationPredicate
-
Generate a new SnsRegistrationPredicate, which will use the supplied realm to read the config
to gather the information necessary to communicate with SNS.
- SnsRegistrationPredicate() - Constructor for class org.forgerock.openam.services.push.sns.SnsRegistrationPredicate
-
Default constructor for the SnsRegistrationPredicate, used for serialization and deserialization
purposes.
- SOAP - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
SOAP binding
- SOAP - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
String used to represent SOAP Binding.
- SOAP12_URI - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
SOAP 1.2 namespace URI.
- SOAP_ACTOR_NEXT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
SOAP actor.
- SOAP_END_POINT_VALUE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
SOAP endpoint value
- SOAP_ENV_DECLARE_STR - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
String used to declare SOAP envelope namespace.
- SOAP_ENV_NAMESPACE - Static variable in interface com.sun.identity.liberty.ws.paos.PAOSConstants
-
SOAP envelope namespace URI.
- SOAP_ENV_NAMESPACE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
SOAP envelope namespace URI.
- SOAP_ENV_PREFIX - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
SOAP prefix
- SOAP_ENV_PREFIX - Static variable in interface com.sun.identity.liberty.ws.paos.PAOSConstants
-
String used to declare SOAP envelope namespace prefix.
- SOAP_ENV_PREFIX - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
SOAP envelope prefix.
- SOAP_ENV_PREFIX - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
String used to declare SOAP envelope namespace prefix.
- SOAP_ERROR - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- SOAP_FAULT - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- SOAP_FAULT_ERROR - Static variable in class com.sun.identity.saml.common.LogUtils
-
Constants for log message SOAP_FAULT_ERROR.
- SOAP_MESSAGE_FACTORY_ERROR - Static variable in class com.sun.identity.saml.common.LogUtils
-
Constants for log message SOAP_MESSAGE_FACTORY_ERROR.
- SOAP_PUBLISH_SERVICE_URL_ELEMENT - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
The url element at which the soap publish service is exposed.
- SOAP_RECEIVER_URL - Static variable in class com.sun.identity.federation.common.LogUtil
-
SAML SOAP Receiver URL
- SOAP_RECEIVER_URL - Static variable in class com.sun.identity.saml.common.LogUtils
-
Constants for log message SOAP_RECEIVER_URL.
- SOAP_REQUEST_MESSAGE - Static variable in class com.sun.identity.saml.common.LogUtils
-
Constants for log message SOAP_REQUEST_MESSAGE.
- SOAP_STS_AGENT_PASSWORD_PROPERTY_KEY - Static variable in class org.forgerock.openam.sts.soap.config.SoapSTSModule
-
- SOAP_STS_AGENT_RETRY_INITIAL_INTERVAL_PROPERTY_KEY - Static variable in class org.forgerock.openam.sts.soap.config.SoapSTSModule
-
- SOAP_STS_AGENT_RETRY_MULTIPLIER_PROPERTY_KEY - Static variable in class org.forgerock.openam.sts.soap.config.SoapSTSModule
-
- SOAP_STS_AGENT_RETRY_NUMBER_PROPERTY_KEY - Static variable in class org.forgerock.openam.sts.soap.config.SoapSTSModule
-
- SOAP_STS_AGENT_USERNAME_PROPERTY_KEY - Static variable in class org.forgerock.openam.sts.soap.config.SoapSTSModule
-
- SOAP_STS_DEBUG_ID - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- SOAP_STS_INSTANCE_STATE_LISTENER - Static variable in class org.forgerock.openam.sts.tokengeneration.config.TokenGenerationModule
-
- SOAP_STS_PUBLISH_SERVICE_URI_ELEMENT - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- SOAP_STS_SERVICE_NAME - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- SOAP_STS_SERVICE_VERSION - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- SOAP_URI - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
SOAP envelope uri
- SOAP_URI - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
SOAP 1.1 namespace URI.
- SoapAMTokenValidator - Class in org.forgerock.openam.sts.soap.token.validator
-
Instances of this class will be deployed in a published soap-sts instance when the soap-sts instance is configured to
support delegated token relationships (ActAs/OnBehalfOf) and OpenAM token types are configured as one of the validated
delegated token types.
- SoapAMTokenValidator(ThreadLocalAMTokenCache, PrincipalFromSession, ValidationInvocationContext, boolean, Logger) - Constructor for class org.forgerock.openam.sts.soap.token.validator.SoapAMTokenValidator
-
- SOAPBindingConstants - Class in com.sun.identity.liberty.ws.soapbinding
-
This class contains all the constants used by the
Soapbinding classes.
- SOAPBindingConstants() - Constructor for class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
-
- SOAPBindingException - Exception in com.sun.identity.liberty.ws.soapbinding
-
The SOAPBindingException class represents a error while
processing SOAP request and response.
- SOAPBindingException() - Constructor for exception com.sun.identity.liberty.ws.soapbinding.SOAPBindingException
-
Default Constructor.
- SOAPBindingException(String) - Constructor for exception com.sun.identity.liberty.ws.soapbinding.SOAPBindingException
-
Constructor.
- SOAPBindingService - Class in com.sun.identity.liberty.ws.soapbinding
-
This class provides methods to retrieve SOAP configuration
from the data store.
- SOAPBindingService - Class in com.sun.identity.saml2.soapbinding
-
This class provides methods to retrieve SOAP configuration
from the data store.
- SoapCertificateTokenValidator - Class in org.forgerock.openam.sts.soap.token.validator.wss
-
This class extends the Apache WSS4j TokenValidator deployed by Apache CXF to validate x509 tokens presented as part
of consuming an STS instance protected by SecurityPolicy bindings specifying an x509 Certificate which serves to
identify the client (examples 2.2.2, and 2.2.4 of http://docs.oasis-open.org/ws-sx/security-policy/examples/ws-sp-usecases-examples.html)
In these cases, the presented x509Certificate[] must be validated with OpenAM so that an OpenAM session token can
be generated as the basis of the identity asserted in a generated token.
- SoapCertificateTokenValidator(AuthenticationHandler<X509Certificate[]>, ThreadLocalAMTokenCache, ValidationInvocationContext, boolean, Logger) - Constructor for class org.forgerock.openam.sts.soap.token.validator.wss.SoapCertificateTokenValidator
-
- SOAPClient - Class in com.sun.identity.jaxrpc
-
- SOAPClient() - Constructor for class com.sun.identity.jaxrpc.SOAPClient
-
Deprecated.
Constructor for applications that would like to dynamically set the SOAP
endponts using
setUrls(String[] urls) before
invoking either send() or
call().
- SOAPClient(String) - Constructor for class com.sun.identity.jaxrpc.SOAPClient
-
Deprecated.
Constructor for services that use JAXRPC as their communication protocol.
- SOAPClient(String[]) - Constructor for class com.sun.identity.jaxrpc.SOAPClient
-
Deprecated.
Constructor for applications that have the list of end point URLs.
- SOAPClient - Class in com.sun.identity.shared.jaxrpc
-
The class SOAPClient provides methods for SOAP and JAXRPC
client to send and receive messages.
- SOAPClient() - Constructor for class com.sun.identity.shared.jaxrpc.SOAPClient
-
Constructor for applications that would like to dynamically set the SOAP
endponts using
setUrls(String[] urls) before
invoking either send() or
call().
- SOAPClient(String) - Constructor for class com.sun.identity.shared.jaxrpc.SOAPClient
-
Constructor for services that use JAXRPC as their communication protocol.
- SOAPClient(String[]) - Constructor for class com.sun.identity.shared.jaxrpc.SOAPClient
-
Constructor for applications that have the list of end point URLs.
- SOAPClientException - Exception in com.sun.identity.jaxrpc
-
- SOAPClientException() - Constructor for exception com.sun.identity.jaxrpc.SOAPClientException
-
Deprecated.
Create SOAPClientException with no message.
- SOAPClientException(String) - Constructor for exception com.sun.identity.jaxrpc.SOAPClientException
-
Deprecated.
Create SOAPClientException with a message.
- SOAPClientException(String, String) - Constructor for exception com.sun.identity.jaxrpc.SOAPClientException
-
Deprecated.
Create SOAPClientException with a class name and message.
- SOAPClientException - Exception in com.sun.identity.shared.jaxrpc
-
An SOAPClientException is thrown when there are errors related
to JAXRPC and SOAP methods.
- SOAPClientException() - Constructor for exception com.sun.identity.shared.jaxrpc.SOAPClientException
-
Create SOAPClientException with no message.
- SOAPClientException(String) - Constructor for exception com.sun.identity.shared.jaxrpc.SOAPClientException
-
Create SOAPClientException with a message.
- SOAPClientException(String, String) - Constructor for exception com.sun.identity.shared.jaxrpc.SOAPClientException
-
Create SOAPClientException with a class name and message.
- SOAPCommunicator - Class in com.sun.identity.saml2.common
-
The SOAPCommunicator is a utility package to assist in SAML2 communication over SOAP.
- SoapDelegationConfig - Class in org.forgerock.openam.sts.soap.config.user
-
This class encapsulates the configuration pertaining to the OnBehalfOf and ActAs elements in the WS-Trust specification.
- soapDelegationConfig(SoapDelegationConfig) - Method in class org.forgerock.openam.sts.soap.config.user.SoapSTSInstanceConfig.SoapSTSInstanceConfigBuilderBase
-
- SoapDelegationConfig.SoapDelegationConfigBuilder - Class in org.forgerock.openam.sts.soap.config.user
-
- SoapDeploymentConfig - Class in org.forgerock.openam.sts.soap.config.user
-
This class represents the deployment configuration for an STS instance.
- SoapDeploymentConfig.SoapDeploymentConfigBuilder - Class in org.forgerock.openam.sts.soap.config.user
-
- SoapDeploymentConfigBuilder() - Constructor for class org.forgerock.openam.sts.soap.config.user.SoapDeploymentConfig.SoapDeploymentConfigBuilder
-
- SOAPEntry(String, String, String, String, String, String, String, PartnerAccountMapper, SiteAttributeMapper, PartnerSiteAttributeMapper, ConsumerSiteAttributeMapper, NameIdentifierMapper, AttributeMapper, ActionMapper, String, Set, String) - Constructor for class com.sun.identity.saml.common.SAMLServiceManager.SOAPEntry
-
Constructs a SOAPEntry.
- soapEP - Variable in class com.sun.identity.monitoring.SsoServerSAML1SvcImpl
-
- SOAPFault - Class in com.sun.identity.liberty.ws.soapbinding
-
The SOAPFault class represents a SOAP Fault element.
- SOAPFault(QName, String) - Constructor for class com.sun.identity.liberty.ws.soapbinding.SOAPFault
-
Constructor.
- SOAPFault(QName, String, String, SOAPFaultDetail) - Constructor for class com.sun.identity.liberty.ws.soapbinding.SOAPFault
-
Constructor.
- SOAPFaultDetail - Class in com.sun.identity.liberty.ws.soapbinding
-
The SOAPFaultDetail class represents the 'Detail' child element
of SOAP Fault element.
- SOAPFaultDetail(QName, String, String) - Constructor for class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
This constructor takes a status code, a status ref and a status comment.
- SOAPFaultDetail(List) - Constructor for class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
This constructor takes a list of children except Status element,
CorrelationHeader, ProviderHeader
ConsentHeader, UsageDirectiveHeader,
ProcessingContextHeader and
ServiceInstanceUpdateHeader.
- SOAPFaultException - Exception in com.sun.identity.liberty.ws.soapbinding
-
The SOAPFaultException class represents a SOAP Fault while
processing SOAP request.
- SOAPFaultException(Message) - Constructor for exception com.sun.identity.liberty.ws.soapbinding.SOAPFaultException
-
Constructor.
- SOAPMessageByLogoutRequestID - Static variable in class com.sun.identity.saml2.profile.IDPCache
-
Cache saves the SOAPMessage created by proxy IDP to the original SP
key : requestID (String)
value : SOAPMessage
- soapMessageToString(SOAPMessage) - Method in class com.sun.identity.saml2.common.SOAPCommunicator
-
Converts a SOAPMessage to a String.
- SOAPNormalization10Element - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
7.1 AlgorithmSuite Assertion
Java content class for SOAPNormalization10 element declaration.
- SOAPNormalization10ElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SOAPNormalization10ElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SOAPNormalization10ElementImpl
-
- SOAPNormalization10ElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SoapOpenIdConnectTokenAuthnContextMapper - Interface in org.forgerock.openam.sts.soap.token.provider.oidc
-
OpenIdConnect tokens can include an Authentication Context Class Reference (acr) claim which indicates how the subject
asserted by the OIDC token was authenticated.
- SoapOpenIdConnectTokenAuthnMethodsReferencesMapper - Interface in org.forgerock.openam.sts.soap.token.provider.oidc
-
An interface which allows soap-sts publishers to generate the amr claim for issued OpenIdConnect tokens on the basis
of the validated input token.
- SoapOpenIdConnectTokenProvider - Class in org.forgerock.openam.sts.soap.token.provider.oidc
-
Responsible for issuing OpenIdConnect tokens in the soap-sts context.
- SoapOpenIdConnectTokenProvider.SoapOpenIdConnectTokenProviderBuilder - Class in org.forgerock.openam.sts.soap.token.provider.oidc
-
- SOAPProviderConfig - Interface in com.sun.identity.liberty.ws.soapbinding
-
This interface is used to read the SOAP Provider configuration from
various configuration stores.
- SOAPRCVR - Static variable in class com.sun.identity.monitoring.SsoServerSAML1SvcImpl
-
- SOAPRCVR - Static variable in interface com.sun.identity.plugin.monitoring.FedMonSAML1Svc
-
- SOAPReceiver - Class in com.sun.identity.liberty.ws.soapbinding
-
The SOAPReceiver class defines a SOAP Receiver which supports
SOAP over HTTP binding.
- SOAPReceiver() - Constructor for class com.sun.identity.liberty.ws.soapbinding.SOAPReceiver
-
- SOAPRequestHandler - Class in com.sun.identity.wss.security.handler
-
This class SOAPRequestHandler is to process and secure the
in-bound or out-bound SOAPMessages of the web service clients
and web service providers.
- SOAPRequestHandler() - Constructor for class com.sun.identity.wss.security.handler.SOAPRequestHandler
-
- SOAPRequestHandlerInterface - Interface in com.sun.identity.wss.security.handler
-
SOAPRequestHandlerInterface provides the interfaces
to process and secure the in-bound or out-bound SOAPMessages
of the web service clients and web service providers.
- SoapSamlTokenProvider - Class in org.forgerock.openam.sts.soap.token.provider.saml2
-
The TokenProvider responsible for issuing SAML2 assertions by consuming the TokenGenerationService.
- SoapSamlTokenProvider.SoapSamlTokenProviderBuilder - Class in org.forgerock.openam.sts.soap.token.provider.saml2
-
- SoapSamlTokenProviderBuilder() - Constructor for class org.forgerock.openam.sts.soap.token.provider.saml2.SoapSamlTokenProvider.SoapSamlTokenProviderBuilder
-
- SoapSTSAccessTokenProvider - Interface in org.forgerock.openam.sts.soap.bootstrap
-
This interface encapsulates the concerns of obtaining a soap-sts access token, necessary to consume the sts-publish
service, and to consume the token generation service.
- soapSTSAccessTokenProvider(SoapSTSAccessTokenProvider) - Method in class org.forgerock.openam.sts.soap.token.provider.oidc.SoapOpenIdConnectTokenProvider.SoapOpenIdConnectTokenProviderBuilder
-
- soapSTSAccessTokenProvider(SoapSTSAccessTokenProvider) - Method in class org.forgerock.openam.sts.soap.token.provider.saml2.SoapSamlTokenProvider.SoapSamlTokenProviderBuilder
-
- SoapSTSAccessTokenProviderImpl - Class in org.forgerock.openam.sts.soap.bootstrap
-
- SoapSTSAgentConfigAccess - Interface in org.forgerock.openam.sts.soap.bootstrap
-
This interface defines the concerns of accessing the configuration state corresponding to the soap STS agent from
OpenAM
- SoapSTSAgentConfigAccessImpl - Class in org.forgerock.openam.sts.soap.bootstrap
-
- SoapSTSAgentCredentialsAccess - Interface in org.forgerock.openam.sts.soap.bootstrap
-
Defines the concerns of access to the soap-sts agent username and password, including any necessary decryption.
- SoapSTSAgentCredentialsAccessImpl - Class in org.forgerock.openam.sts.soap.bootstrap
-
- SoapSTSAuditEventPublisher - Class in org.forgerock.openam.sts.soap.audit
-
Responsible for sending locally created audit events to the OpenAM AuditService.
- SoapSTSCallbackHandler - Class in org.forgerock.openam.sts.soap
-
An instance of this class is set in the StaticSTSProperties passed to the cxf-runtime.
- SoapSTSCallbackHandler(SoapSTSKeystoreConfig, Logger) - Constructor for class org.forgerock.openam.sts.soap.SoapSTSCallbackHandler
-
- SoapSTSConsumer - Class in org.forgerock.openam.sts.soap
-
This class wraps the org.apache.cxf.ws.security.trust.STSClient to provide configuration state necessary to consume
published soap-sts instances.
- SoapSTSConsumer.SoapSTSConsumerBuilder - Class in org.forgerock.openam.sts.soap
-
- SoapSTSConsumerBuilder() - Constructor for class org.forgerock.openam.sts.soap.SoapSTSConsumer.SoapSTSConsumerBuilder
-
- SoapSTSConsumerCallbackHandler - Class in org.forgerock.openam.sts.soap
-
The CallbackHandler which supports all of the possible Callback types required by the SoapSTSConsumer.
- SoapSTSConsumerCallbackHandler.SoapSTSConsumerCallbackHandlerBuilder - Class in org.forgerock.openam.sts.soap
-
- SoapSTSConsumerCallbackHandlerBuilder() - Constructor for class org.forgerock.openam.sts.soap.SoapSTSConsumerCallbackHandler.SoapSTSConsumerCallbackHandlerBuilder
-
- SoapSTSConsumerException - Exception in org.forgerock.openam.sts.soap
-
Exception thrown by the SoapSTSConsumer
- SoapSTSConsumerException(String) - Constructor for exception org.forgerock.openam.sts.soap.SoapSTSConsumerException
-
- SoapSTSConsumerException(String, Throwable) - Constructor for exception org.forgerock.openam.sts.soap.SoapSTSConsumerException
-
- SoapSTSContextListener - Class in org.forgerock.openam.sts.soap.bootstrap
-
This class will shutdown the soap-sts state related to polling the sts-publish service in order to
expose soap-sts instances published on the OpenAM home server.
- SoapSTSContextListener() - Constructor for class org.forgerock.openam.sts.soap.bootstrap.SoapSTSContextListener
-
- SoapSTSInjectorHolder - Enum in org.forgerock.openam.sts.soap.config
-
Holds the Injector instance common to all Rest STS instances.
- SoapSTSInstanceConfig - Class in org.forgerock.openam.sts.soap.config.user
-
Class which encapsulates all of the user-provided config information necessary to create an instance of the
STS.
- SoapSTSInstanceConfig.SoapSTSInstanceConfigBuilder - Class in org.forgerock.openam.sts.soap.config.user
-
- SoapSTSInstanceConfig.SoapSTSInstanceConfigBuilderBase<T extends SoapSTSInstanceConfig.SoapSTSInstanceConfigBuilderBase<T>> - Class in org.forgerock.openam.sts.soap.config.user
-
- SoapSTSInstanceConfigBuilder() - Constructor for class org.forgerock.openam.sts.soap.config.user.SoapSTSInstanceConfig.SoapSTSInstanceConfigBuilder
-
- SoapSTSInstanceConfigMarshaller - Class in org.forgerock.openam.sts
-
- SoapSTSInstanceConfigMarshaller() - Constructor for class org.forgerock.openam.sts.SoapSTSInstanceConfigMarshaller
-
- SoapSTSInstanceConfigStore - Class in org.forgerock.openam.sts.publish.soap
-
- SoapSTSInstanceLifecycleManager - Interface in org.forgerock.openam.sts.soap.publish
-
This interface defines and encapsulates the concerns of consuming the cxf runtime to programmatically publish and
destroy soap sts instances.
- SoapSTSInstanceLifecycleManagerImpl - Class in org.forgerock.openam.sts.soap.publish
-
- SoapSTSInstanceLifecycleManagerImpl() - Constructor for class org.forgerock.openam.sts.soap.publish.SoapSTSInstanceLifecycleManagerImpl
-
- SoapSTSInstanceModule - Class in org.forgerock.openam.sts.soap.config
-
This is the base module for the STS operations.
- SoapSTSInstanceModule(SoapSTSInstanceConfig) - Constructor for class org.forgerock.openam.sts.soap.config.SoapSTSInstanceModule
-
- SoapSTSInstancePublisher - Interface in org.forgerock.openam.sts.publish.soap
-
Represents the concerns of publishing Soap STS instances, and retrieving these representations.
- SoapSTSInstancePublisher - Interface in org.forgerock.openam.sts.soap.publish
-
This interface is essentially a marker interface which allows Guice to inject a specific Runnable into the
SoapSTSLifecycleImpl.
- SoapSTSInstancePublisherImpl - Class in org.forgerock.openam.sts.publish.soap
-
- SoapSTSInstancePublisherImpl - Class in org.forgerock.openam.sts.soap.publish
-
- SoapSTSInstancePublisherImpl(SoapSTSInstanceLifecycleManager, PublishServiceConsumer, Logger, HealthCheck) - Constructor for class org.forgerock.openam.sts.soap.publish.SoapSTSInstancePublisherImpl
-
- SoapSTSInstanceState - Class in org.forgerock.openam.sts.tokengeneration.state
-
- SoapSTSInstanceStateFactoryImpl - Class in org.forgerock.openam.sts.tokengeneration.state
-
- SoapSTSInstanceStateProvider - Class in org.forgerock.openam.sts.tokengeneration.state
-
- SoapSTSInstanceStateServiceListener - Class in org.forgerock.openam.sts.tokengeneration.state
-
This class implements the ServiceListener interface and leverages the STSInstanceStateProvider interface to
invalidate cache entries in the RestSTSInstanceStateProvider when the organizational config of a rest sts instance
is updated.
- soapSTSKeystoreConfig(SoapSTSKeystoreConfig) - Method in class org.forgerock.openam.sts.soap.config.user.SoapSTSInstanceConfig.SoapSTSInstanceConfigBuilderBase
-
- SoapSTSKeystoreConfig - Class in org.forgerock.openam.sts.soap.config.user
-
The classes in this package define the objects which must be populated in order to create a fully-configured
STS instance.
- SoapSTSKeystoreConfig.SoapSTSKeystoreConfigBuilder - Class in org.forgerock.openam.sts.soap.config.user
-
- SoapSTSKeystoreConfigBuilder() - Constructor for class org.forgerock.openam.sts.soap.config.user.SoapSTSKeystoreConfig.SoapSTSKeystoreConfigBuilder
-
- SoapSTSLifecycle - Interface in org.forgerock.openam.sts.soap.bootstrap
-
This interface defines the concerns of starting and stopping the soap-sts context.
- SoapSTSLifecycleImpl - Class in org.forgerock.openam.sts.soap.bootstrap
-
- SoapSTSModule - Class in org.forgerock.openam.sts.soap.config
-
Defines the guice bindings needed by the soap-sts 'framework' - i.e. the elements need to exposed published soap-sts
instances as web-services.
- SoapSTSModule() - Constructor for class org.forgerock.openam.sts.soap.config.SoapSTSModule
-
- SoapTokenProviderBase - Class in org.forgerock.openam.sts.soap.token.provider
-
This class contains functionality common to both the OpenIdConnect and SAML2 TokenProvider implementations.
- SoapTokenProviderBase(SoapSTSAccessTokenProvider, XMLUtilities, Logger) - Constructor for class org.forgerock.openam.sts.soap.token.provider.SoapTokenProviderBase
-
- SoapTokenProviderBase.AuthenticationContextMapperState - Class in org.forgerock.openam.sts.soap.token.provider
-
- SOAPUrl - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
A SAML service attribute parameter that defines the URL that provides
the SAML service.
- SoapUsernameTokenAuthenticationRequestDispatcher - Class in org.forgerock.openam.sts.soap.token.validator.disp
-
This class is responsible for dispatching the credential state encapsulated in UsernameTokens to the
OpenAM REST authN context.
- SocialAuthenticationImplementation - Class in org.forgerock.openam.core.rest.server
-
A class to encapsulate a social authentication implementation.
- SocialAuthenticationImplementation() - Constructor for class org.forgerock.openam.core.rest.server.SocialAuthenticationImplementation
-
- socialImplementations - Variable in class org.forgerock.openam.core.rest.server.models.ServerInfo
-
- socketAddress - Variable in class org.forgerock.openam.log.handlers.syslog.SyslogPublisher
-
- SOFTWARE_PKI_AUTH_CTX_CLASS_REF - Static variable in class com.sun.identity.wss.security.WSSConstants
-
- SOLARIS - Static variable in interface com.sun.identity.setup.SetupConstants
-
Solaris operating system
- SOLARIS - Static variable in interface com.sun.identity.tools.bundles.SetupConstants
-
- sortedArray - Variable in class com.sun.identity.log.util.LogRecordSorter
-
Contains the 2D array in sorted order
- SortKey - Class in com.iplanet.ums
-
This class represents data structure for sort key.
- SortKey() - Constructor for class com.iplanet.ums.SortKey
-
- sortMapByValue(Map<K, V>) - Static method in class org.forgerock.openam.utils.CollectionUtils
-
Sort the given Map by comparing it's values.
- SOURCE_SITE_SOAP_ENTRY - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Constant which identifies source site.
- SOURCE_SITE_SOAP_ENTRY - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- SOURCEID - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
A SAML service attribute parameter.
- sourceID - Variable in class com.sun.identity.saml.protocol.AssertionArtifact
-
- SOURCEID_ENCODING - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Sourceid encoding
- SP - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
SP role
- SP - Static variable in class com.sun.identity.saml2.plugins.DefaultAccountMapper
-
- SP - Static variable in class com.sun.identity.saml2.plugins.DefaultAttributeMapper
-
- SP - Static variable in class com.sun.identity.wsfederation.plugins.DefaultAccountMapper
-
- SP - Static variable in class com.sun.identity.wsfederation.plugins.DefaultAttributeMapper
-
- SP_ACCOUNT_MAPPER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Service provider account mapper.
- SP_ADAPTER_CLASS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Service provider adapter implementation class
- SP_ADAPTER_ENV - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Environment (attribute/value pair) for Service provider adapter
implementation class.
- SP_ATTRIBUTE_MAP - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Service Provider Attribute Map
- SP_ATTRIBUTE_MAPPER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Service provider attribute mapper.
- SP_AUTH_CONTEXT_CLASS_REF_ATTR - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Service provider AuthnContext Class Reference and AuthLevel Mapping.
- SP_AUTHCONTEXT_CLASSREF_VALUE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Default Service provider AuthnContext Class Reference and
AuthLevel Mapping value.
- SP_AUTHCONTEXT_COMPARISON - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Service provider AuthnContext Comparison Parameter Name
- SP_AUTHCONTEXT_COMPARISON_TYPE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Service provider AuthnContext Comparison Type attribute name.
- SP_AUTHCONTEXT_COMPARISON_TYPE_VALUE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Default Service provider AuthnContext Comparison Type
attribute value.
- SP_AUTHCONTEXT_MAPPER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Service provider AuthnContext mapper.
- SP_AUTHNCONTEXT_MAPPING - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Service Provider AuthnContext Mapping
- SP_DEFAULT_RELAY_STATE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Service Provider's default relay state.
- SP_DO_NOT_WRITE_FEDERATION_INFO - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Flag to Indicate that we do not want to write the Federation info in the local User Data Store.
- SP_ENTITY_ID - Static variable in class org.forgerock.openam.saml2.SAMLBase
-
- SP_IDP - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Provider acts SP and IDP role
- SP_INVAL_ARTIFS_RCVD - Static variable in class com.sun.identity.monitoring.SsoServerSAML2SvcImpl
-
- SP_INVAL_ARTIFS_RCVD - Static variable in interface com.sun.identity.plugin.monitoring.FedMonSAML2Svc
-
- SP_METAALIAS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- SP_METADATA_ERROR - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- SP_NAME_QUALIFIER_ATTR - Static variable in class com.sun.identity.saml2.assertion.impl.BaseIDImpl
-
- SP_NAME_QUALIFIER_ATTR - Static variable in class com.sun.identity.saml2.assertion.impl.NameIDTypeImpl
-
- SP_PROVIDED_ID_ATTR - Static variable in class com.sun.identity.saml2.assertion.impl.NameIDTypeImpl
-
- SP_PROVIDER_SFX - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
SP provider suffix
- SP_ROLE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Service Provider Role
- SP_RQTS_SENT - Static variable in class com.sun.identity.monitoring.SsoServerSAML2SvcImpl
-
- SP_RQTS_SENT - Static variable in interface com.sun.identity.plugin.monitoring.FedMonSAML2Svc
-
- SP_SESSION_SYNC_ENABLED - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
SP Session Synchronize Enabled
- SP_SSO_FAILED - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- SP_VAL_ASSERTS_RCVD - Static variable in class com.sun.identity.monitoring.SsoServerSAML2SvcImpl
-
- SP_VAL_ASSERTS_RCVD - Static variable in interface com.sun.identity.plugin.monitoring.FedMonSAML2Svc
-
- SPAccountMapper - Interface in com.sun.identity.saml2.plugins
-
The interface SPAccountMapper is used to identify the local identities that maps the SAML
protocol objects such as Assertion, ManageNameIDRequest etc.
- SPAccountMapper - Interface in com.sun.identity.wsfederation.plugins
-
The class PartnerAccountMapper is an interface
that is implemented to map partner account to user account
in OpenAM.
- spAccountMapperCache - Static variable in class com.sun.identity.saml2.profile.SPCache
-
Cache saves the sp account mapper.
- spAccountMapperCache - Static variable in class com.sun.identity.wsfederation.profile.SPCache
-
Cache saves the sp account mapper.
- SPACE - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- SPACE - Static variable in class com.sun.identity.cli.FormatUtils
-
- SPACE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Space
- SPACE - Static variable in class com.sun.identity.install.tools.util.FileUtils
-
Field HASH *
- SPACE - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
String to identify a space charactor.
- SPACE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for space
- SPACE - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for space
- spAcsUrl(String) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
-
Sets the SP ACS url on the SAML2ConfigBuilder.
- SPACSUtils - Class in com.sun.identity.saml2.profile
-
This class is used by a service provider (SP) to process the response from
an identity provider for the SP's Assertion Consumer Service.
- spAdapterClassCache - Static variable in class com.sun.identity.saml2.profile.SPCache
-
Cache saves the sp adapter class instance.
- SPAttributeMapper - Interface in com.sun.identity.saml2.plugins
-
This interface SPAttributeMapper is used to map the
SAML Attributes to the local user attributes.
- SPAttributeMapper - Interface in com.sun.identity.wsfederation.plugins
-
This interface SPAttributeMapper is used to map the
SAML Attributes to the local user attributes.
- SPAuthnContextMapper - Interface in com.sun.identity.saml2.plugins
-
The interface SPAuthnContextMapper.java determines
the Authentication Context to be set in the Authentication Request
and the Auth Level of an Authentication Context.
- spawnChildFromEnterAttribute(Class, int, String, String, String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
- spawnChildFromEnterAttribute(Class, int, String, String, String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
- spawnChildFromEnterElement(Class, int, String, String, String, Attributes) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
- spawnChildFromEnterElement(Class, int, String, String, String, Attributes) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
- spawnChildFromLeaveAttribute(Class, int, String, String, String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
- spawnChildFromLeaveAttribute(Class, int, String, String, String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
- spawnChildFromLeaveElement(Class, int, String, String, String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
- spawnChildFromLeaveElement(Class, int, String, String, String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
- spawnChildFromText(Class, int, String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
- spawnChildFromText(Class, int, String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
- spawnHandlerFromEnterAttribute(UnmarshallingEventHandler, int, String, String, String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
- spawnHandlerFromEnterAttribute(UnmarshallingEventHandler, int, String, String, String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
- spawnHandlerFromEnterElement(UnmarshallingEventHandler, int, String, String, String, Attributes) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
- spawnHandlerFromEnterElement(UnmarshallingEventHandler, int, String, String, String, Attributes) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
- spawnHandlerFromFromText(UnmarshallingEventHandler, int, String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
- spawnHandlerFromFromText(UnmarshallingEventHandler, int, String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
- spawnHandlerFromLeaveAttribute(UnmarshallingEventHandler, int, String, String, String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
- spawnHandlerFromLeaveAttribute(UnmarshallingEventHandler, int, String, String, String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
- spawnHandlerFromLeaveElement(UnmarshallingEventHandler, int, String, String, String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
- spawnHandlerFromLeaveElement(UnmarshallingEventHandler, int, String, String, String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
- spawnHandlerFromText(UnmarshallingEventHandler, int, String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
- spawnHandlerFromText(UnmarshallingEventHandler, int, String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
- spawnWildcard(int, String, String, String, Attributes) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
- spawnWildcard(int, String, String, String, Attributes) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
- SPCache - Class in com.sun.identity.saml2.profile
-
This class provides the memory store for SAML request and response information on Service Provider side.
- SPCache - Class in com.sun.identity.wsfederation.profile
-
This class provides the memory store for
WS-Federation request and response information on Service Provider side.
- spConfig - Variable in class com.sun.identity.federation.services.fednsso.FSSSOAndFedHandler
-
- spDescriptor - Variable in class com.sun.identity.federation.services.fednsso.FSSSOAndFedHandler
-
- SPECIAL_PLUGIN - Static variable in interface com.sun.identity.idm.IdConstants
-
- SPECIAL_USERS_CONTAINER - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
Application special users container
- SpecialAndAdminUserOnlyAuthzModule - Class in org.forgerock.openam.rest.authz
-
This AuthzModule checks for the presence of the user corresponding to the token returned from
AccessController.doPrivileged(AdminTokenAction.getInstance()), or other special user, as evaluated by
AuthD#isSpecialUser.
- SpecialAndAdminUserOnlyAuthzModule(Config<SessionService>, SpecialUserIdentity, Debug) - Constructor for class org.forgerock.openam.rest.authz.SpecialAndAdminUserOnlyAuthzModule
-
- specialIdentities - Variable in class com.sun.identity.idm.server.IdServicesImpl
-
- specialIdentityNames - Variable in class com.sun.identity.idm.server.IdServicesImpl
-
- SpecialOrAdminOrAgentAuthzModule - Class in org.forgerock.openam.rest.authz
-
Authorization module that only grants access to agents (e.g. web agent, J2EE agent, SOAP STS).
- SpecialOrAdminOrAgentAuthzModule(SpecialUserIdentity, AgentIdentity, Config<SessionService>, Debug) - Constructor for class org.forgerock.openam.rest.authz.SpecialOrAdminOrAgentAuthzModule
-
- SpecialRepo - Class in com.sun.identity.idm.plugins.internal
-
- SpecialRepo() - Constructor for class com.sun.identity.idm.plugins.internal.SpecialRepo
-
- SpecialUserIdentity - Interface in org.forgerock.openam.forgerockrest.utils
-
Interface representing concerns of determining if token corresponds to the 'special' user.
- specialUserIdentity - Variable in class org.forgerock.openam.rest.authz.SpecialAndAdminUserOnlyAuthzModule
-
- SpecialUserIdentityImpl - Class in org.forgerock.openam.forgerockrest.utils
-
- SPECIFICATION_VERSION - Static variable in interface com.sun.identity.federation.cli.FedCLIConstants
-
Specification version e.g.
- SPECPService - Class in com.sun.identity.saml2.servlet
-
This class SPSingleLogoutServiceSOAP receives and processes
single logout request using SOAP binding on SP side.
- SPECPService() - Constructor for class com.sun.identity.saml2.servlet.SPECPService
-
- spEntityId - Variable in class com.sun.identity.federation.services.fednsso.FSSSOAndFedHandler
-
- SPENTITYID - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
- spEntityId(String) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
-
Sets the SP entity id on the SAML2ConfigBuilder.
- SPFedSession - Class in com.sun.identity.saml2.profile
-
This class provides the memory store for
SAML request and response information on Service Provider side.
- SPFedSession(String, String, NameIDInfo, String) - Constructor for class com.sun.identity.saml2.profile.SPFedSession
-
Constructs new SPFedSession object
- SPKIDataElement - Interface in com.sun.identity.saml2.jaxb.xmlsig
-
Java content class for SPKIData element declaration.
- SPKIDataElement - Interface in com.sun.identity.wsfederation.jaxb.xmlsig
-
Java content class for SPKIData element declaration.
- SPKIDataElementImpl - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SPKIDataElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.xmlsig.impl.SPKIDataElementImpl
-
- SPKIDataElementImpl - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SPKIDataElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SPKIDataElementImpl
-
- SPKIDataElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SPKIDataElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SPKIDataType - Interface in com.sun.identity.saml2.jaxb.xmlsig
-
Java content class for SPKIDataType complex type.
- SPKIDataType - Interface in com.sun.identity.wsfederation.jaxb.xmlsig
-
Java content class for SPKIDataType complex type.
- SPKIDataType.SPKISexp - Interface in com.sun.identity.saml2.jaxb.xmlsig
-
Java content class for SPKISexp element declaration.
- SPKIDataType.SPKISexp - Interface in com.sun.identity.wsfederation.jaxb.xmlsig
-
Java content class for SPKISexp element declaration.
- SPKIDataTypeImpl - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SPKIDataTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.xmlsig.impl.SPKIDataTypeImpl
-
- SPKIDataTypeImpl - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SPKIDataTypeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SPKIDataTypeImpl
-
- SPKIDataTypeImpl.SPKISexpImpl - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SPKIDataTypeImpl.SPKISexpImpl - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SPKIDataTypeImpl.SPKISexpImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SPKIDataTypeImpl.SPKISexpImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SPKIDataTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.xmlsig.impl
-
- SPKIDataTypeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.xmlsig.impl
-
- SPKISexpImpl() - Constructor for class com.sun.identity.saml2.jaxb.xmlsig.impl.SPKIDataTypeImpl.SPKISexpImpl
-
- SPKISexpImpl(byte[]) - Constructor for class com.sun.identity.saml2.jaxb.xmlsig.impl.SPKIDataTypeImpl.SPKISexpImpl
-
- SPKISexpImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SPKIDataTypeImpl.SPKISexpImpl
-
- SPKISexpImpl(byte[]) - Constructor for class com.sun.identity.wsfederation.jaxb.xmlsig.impl.SPKIDataTypeImpl.SPKISexpImpl
-
- split(String) - Method in class com.sun.identity.entitlement.ExactMatchResourceName
-
- split(String) - Method in class com.sun.identity.entitlement.RegExResourceName
-
- split(String) - Method in class com.sun.identity.policy.plugins.AuthenticatedSharedAgentsCondition
-
- split(String) - Method in class com.sun.identity.policy.plugins.SuffixResourceName
-
- split(String) - Method in class com.sun.identity.policy.ServiceType
-
Method to split a resource into the smallest possible
subresource units
- split(String, String) - Method in class org.forgerock.openam.oauth2.OAuth2Utils
-
- split(String) - Method in class org.forgerock.openam.shared.resourcename.BasePrefixResourceName
-
Splits the given resource name.
- split(String) - Method in interface org.forgerock.openam.shared.resourcename.BaseResourceName
-
Method to split a resource into the smallest necessary
sub resource units.
- split(String, Pattern) - Static method in class org.forgerock.openam.utils.StringUtils
-
Splits a string into a list of elements by a pattern.
- splitAttrSet(String, AttrSet) - Method in class com.iplanet.am.sdk.ldap.DCTreeServicesImpl
-
- splitHost(RelaxedURL) - Static method in class com.sun.identity.entitlement.util.ResourceNameSplitter
-
Returns a list of sub parts of host of a resource name.
- splitResourceName(String, String) - Method in class com.sun.identity.policy.ResourceManager
-
Returns the resource prefix (super-resource) and the rest of the
resource name (sub-resource)
- splitResponseType(String) - Static method in class org.forgerock.oauth2.core.Utils
-
Splits the specified String of response types into a Set of response types.
- splitScope(String) - Static method in class org.forgerock.oauth2.core.Utils
-
Splits the specified String of scopes into a Set of scopes.
- SplunkAuditEventHandlerFactory - Class in org.forgerock.openam.audit.events.handlers
-
This factory is responsible for creating an instance of the SplunkAuditEventHandler.
- SplunkAuditEventHandlerFactory() - Constructor for class org.forgerock.openam.audit.events.handlers.SplunkAuditEventHandlerFactory
-
- SPManageNameIDServiceSOAP - Class in com.sun.identity.saml2.servlet
-
This class SPManageNameIDServiceSOAP receives and processes
Manage NameID request using SOAP binding on SP side.
- SPManageNameIDServiceSOAP() - Constructor for class com.sun.identity.saml2.servlet.SPManageNameIDServiceSOAP
-
- SpnegoContextTokenElement - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
5.3.5 SpnegoContextToken Assertion
Java content class for SpnegoContextToken element declaration.
- SpnegoContextTokenElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SpnegoContextTokenElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SpnegoContextTokenElementImpl
-
- SpnegoContextTokenElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SpnegoContextTokenType - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
Java content class for SpnegoContextTokenType complex type.
- SpnegoContextTokenTypeImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SpnegoContextTokenTypeImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SpnegoContextTokenTypeImpl
-
- SpnegoContextTokenTypeImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SPProvidedNameIdentifier - Class in com.sun.identity.federation.message.common
-
- SPProvidedNameIdentifier(String, String, String) - Constructor for class com.sun.identity.federation.message.common.SPProvidedNameIdentifier
-
Deprecated.
Constructor creates SPProvidedNameIdentifier object.
- SPProvidedNameIdentifier(Element) - Constructor for class com.sun.identity.federation.message.common.SPProvidedNameIdentifier
-
Deprecated.
Constructor creates SPProvidedNameIdentifier object
from Document Element.
- SPProvidedNameIdentifier(String, String) - Constructor for class com.sun.identity.federation.message.common.SPProvidedNameIdentifier
-
Deprecated.
Constructor creates SPProvidedNameIdentifier object.
- SPSessionListener - Class in com.sun.identity.saml2.profile
-
The class SPSessionListener implements
SessionListener interface and is used for maintaining the
SP session cache.
- SPSessionListener(String, String) - Constructor for class com.sun.identity.saml2.profile.SPSessionListener
-
Constructor of SPSessionListener.
- spSessionPartnerBySessionID - Static variable in class com.sun.identity.saml2.profile.IDPCache
-
Cache saves the SAML2 Session Partner's providerID
key : sessionId (String)
value : SAML2 SessionPartner's provider id
- SPSingleLogout - Class in com.sun.identity.saml2.profile
-
This class reads the required data from HttpServletRequest and
initiates the LogoutRequest from SP to IDP.
- SPSingleLogoutServiceSOAP - Class in com.sun.identity.saml2.servlet
-
This class SPSingleLogoutServiceSOAP receives and processes
single logout request using SOAP binding on SP side.
- SPSingleLogoutServiceSOAP() - Constructor for class com.sun.identity.saml2.servlet.SPSingleLogoutServiceSOAP
-
- SPSSOConfigElement - Interface in com.sun.identity.saml2.jaxb.entityconfig
-
Java content class for SPSSOConfig element declaration.
- SPSSOConfigElement - Interface in com.sun.identity.wsfederation.jaxb.entityconfig
-
Java content class for SPSSOConfig element declaration.
- SPSSOConfigElementImpl - Class in com.sun.identity.saml2.jaxb.entityconfig.impl
-
- SPSSOConfigElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.entityconfig.impl.SPSSOConfigElementImpl
-
- SPSSOConfigElementImpl - Class in com.sun.identity.wsfederation.jaxb.entityconfig.impl
-
- SPSSOConfigElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.entityconfig.impl.SPSSOConfigElementImpl
-
- SPSSOConfigElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.entityconfig.impl
-
- SPSSOConfigElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.entityconfig.impl
-
- SPSSODescriptorElement - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for SPSSODescriptor element declaration.
- SPSSODescriptorElementImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- SPSSODescriptorElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorElementImpl
-
- SPSSODescriptorElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- SPSSODescriptorType - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for SPSSODescriptorType complex type.
- SPSSODescriptorTypeImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- SPSSODescriptorTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorTypeImpl
-
- SPSSODescriptorTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- SPSSOFederate - Class in com.sun.identity.saml2.profile
-
This class reads the query parameters and performs the required
processing logic for sending Authentication Request
from SP to IDP.
- SPSSOFederate() - Constructor for class com.sun.identity.saml2.profile.SPSSOFederate
-
- spTokenID - Variable in class com.sun.identity.saml2.profile.SPFedSession
-
SP side session ID.
- SQRBRACKET_CLOSE - Static variable in class com.sun.identity.install.tools.util.FileUtils
-
Field SQRBRACKET_CLOSE *
- SQRBRACKET_OPEN - Static variable in class com.sun.identity.install.tools.util.FileUtils
-
Field SQRBRACKET_OPEN *
- SRC_FILE_PATH - Static variable in interface com.sun.identity.tools.manifest.ManifestConstants
-
- srcFile - Variable in class com.sun.identity.tools.manifest.Manifest
-
- SSHA - Class in org.openidentityplatform.openam.cassandra
-
Hashes and verifies salted SHA-1 passwords, which are compliant with RFC
2307.
- SSHA256 - Class in org.openidentityplatform.openam.cassandra
-
Hashes and verifies salted SHA-1 passwords, which are compliant with RFC
2307.
- SSHA512_LDAP_USERPWD - Static variable in interface com.sun.identity.setup.SetupConstants
-
SSHA512 Encrypted directory Admin password.
- SSL - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
SSL
- SSL - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
A SAML authentication type that uses HTTPS protocol
- sslMode - Variable in class org.forgerock.openam.sm.datalayer.impl.ldap.ExternalLdapConfig
-
- SSLSocketFactoryManager - Class in com.sun.identity.protocol
-
Generate SSLContext can be used to create an SSL socket connection
to ssl enabled server.
- SSLSocketFactoryManager() - Constructor for class com.sun.identity.protocol.SSLSocketFactoryManager
-
- sslTrustHosts - Static variable in class com.sun.identity.protocol.https.AMHostnameVerifier
-
- SSLWITHBASICAUTH - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
SSL with basic authentication
- SSLWITHBASICAUTH - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
A SAML authentication type that uses HTTPS protocol and
username/password
- SSO_ACCESS - Static variable in class com.sun.identity.log.LogConstants
-
- SSO_FAILED - Static variable in interface com.sun.identity.federation.plugins.FederationSPAdapter
-
Deprecated.
Single Sign On failed.
- SSO_FAILED_ATTRIBUTE_MAPPING - Static variable in class com.sun.identity.saml2.plugins.SAML2ServiceProviderAdapter
-
Status code for Single Sign-On failure due attribute mapping error.
- SSO_FAILED_AUTH_ACCOUNT_EXPIRED - Static variable in interface com.sun.identity.federation.plugins.FederationSPAdapter
-
Deprecated.
Single Sign On failed because the user account is expired.
- SSO_FAILED_AUTH_ACCOUNT_EXPIRED - Static variable in class com.sun.identity.saml2.plugins.SAML2ServiceProviderAdapter
-
Status code for Single Sign-On failure due to expired user account.
- SSO_FAILED_AUTH_USER_INACTIVE - Static variable in interface com.sun.identity.federation.plugins.FederationSPAdapter
-
Deprecated.
Single Sign On failed because the user account is inactive.
- SSO_FAILED_AUTH_USER_INACTIVE - Static variable in class com.sun.identity.saml2.plugins.SAML2ServiceProviderAdapter
-
Status code for Single Sign-On failure due to inactive user account.
- SSO_FAILED_AUTH_USER_LOCKED - Static variable in interface com.sun.identity.federation.plugins.FederationSPAdapter
-
Deprecated.
Single Sign On failed because the user account is locked.
- SSO_FAILED_AUTH_USER_LOCKED - Static variable in class com.sun.identity.saml2.plugins.SAML2ServiceProviderAdapter
-
Status code for Single Sign-On failure due to locked user account.
- SSO_FAILED_AUTO_FED - Static variable in interface com.sun.identity.federation.plugins.FederationSPAdapter
-
Deprecated.
Single Sign On failed because it failed to find auto federation user.
- SSO_FAILED_FEDERATION_DOESNOT_EXIST - Static variable in interface com.sun.identity.federation.plugins.FederationSPAdapter
-
Deprecated.
Single Sign On failed because federation info does not exist at
SP side.
- SSO_FAILED_META_DATA_ERROR - Static variable in class com.sun.identity.saml2.plugins.SAML2ServiceProviderAdapter
-
Status code for Single Sign-On failure due to unable to retrieve
meta data.
- SSO_FAILED_NO_USER_MAPPING - Static variable in class com.sun.identity.saml2.plugins.SAML2ServiceProviderAdapter
-
Status code for Single Sign-On failure due to no user mapping.
- SSO_FAILED_SESSION_ERROR - Static variable in class com.sun.identity.saml2.plugins.SAML2ServiceProviderAdapter
-
Status code for Single Sign-On failure due to internal session error.
- SSO_FAILED_SESSION_GENERATION - Static variable in class com.sun.identity.saml2.plugins.SAML2ServiceProviderAdapter
-
Status code for Single Sign-On failure due to unable to generate
user session.
- SSO_FAILED_TOKEN_GENERATION - Static variable in interface com.sun.identity.federation.plugins.FederationSPAdapter
-
Deprecated.
Single Sign On failed because it failed to generate user token.
- SSO_FAILURE_REDIRECT_URL - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Single Sign-on failure redirection URL
- SSO_ILLEGALACCESS - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SSO_NOPROVIDERCLASS - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SSO_NOPROVIDERINSTANCE - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SSO_NOPROVIDERPROPERTY - Static variable in interface com.iplanet.ums.IUMSConstants
-
- SSO_NOT_FOUND - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- SSO_OR_FEDERATION_ERROR - Static variable in class org.forgerock.openam.saml2.SAMLBase
-
- SSO_PROF_BROWSER_ART - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Liberty browser artifact profile
- SSO_PROF_BROWSER_POST - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Liberty browser post profile
- SSO_PROF_LECP - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Liberty LECP profile
- SSO_PROF_WML_POST - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Liberty WML post profile
- SSO_SERVICE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Single Sign-On service.
- SSO_SUCCESSFUL - Static variable in class com.sun.identity.wsfederation.logging.LogUtil
-
- SSO_TOKEN - Static variable in interface com.sun.identity.shared.Constants
-
Key for SSOToken Object in envMap passed from SM
- SSO_TOKEN_DESTROY - Static variable in interface com.iplanet.sso.SSOTokenEvent
-
SSO Token destroy event.
- SSO_TOKEN_ID - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Custom
-
- SSO_TOKEN_IDLE_TIMEOUT - Static variable in interface com.iplanet.sso.SSOTokenEvent
-
SSO Token idle timeout event.
- SSO_TOKEN_MAX_TIMEOUT - Static variable in interface com.iplanet.sso.SSOTokenEvent
-
SSO Token maximum time out event.
- SSO_TOKEN_ORGANIZATION_PROPERTY_KEY - Static variable in class org.forgerock.openam.authentication.modules.persistentcookie.PersistentCookieModuleWrapper
-
- SSO_TOKEN_PROPERTY_CHANGED - Static variable in interface com.iplanet.sso.SSOTokenEvent
-
SSO Token property changed event.
- SSO_TOKEN_TYPE - Static variable in class com.sun.identity.wss.sts.STSConstants
-
- SSO_TOKEN_URL_EVENT_ADDED - Static variable in interface com.iplanet.sso.SSOTokenEvent
-
SSO Token url added event.
- SSO_URL - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Single signon service
- SSO_VALUE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Single signon endpoint value
- SSODescriptorType - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for SSODescriptorType complex type.
- SSODescriptorTypeImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- SSODescriptorTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.SSODescriptorTypeImpl
-
- SSODescriptorTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- SSOException - Exception in com.iplanet.sso
-
This SSOException is thrown when there are single sign on token
operation error.
- SSOException(String) - Constructor for exception com.iplanet.sso.SSOException
-
Constructs a SSOException with a detail message.
- SSOException(String, String, Object[]) - Constructor for exception com.iplanet.sso.SSOException
-
Constructs a SSOException with a detailed localizable error
message.
- SSOException(Throwable) - Constructor for exception com.iplanet.sso.SSOException
-
Constructs a SSOException with a specified throwable cause
and detailed message.
- SSOException_SOAPSerializer - Class in com.iplanet.sso
-
- SSOException_SOAPSerializer(QName, boolean, boolean, String) - Constructor for class com.iplanet.sso.SSOException_SOAPSerializer
-
- SSOKEY - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
sso keyword
- ssoListener - Static variable in class com.sun.identity.policy.PolicyEvaluator
-
Deprecated.
listener object to be used in cleaning up the
userNSRoleCache, subjectEvaluationCache , user role
cache in LDAPRoles and policyResultsCache
upon user token expiration.
- ssoListenerRegistry - Static variable in class com.sun.identity.policy.PolicyEvaluator
-
Deprecated.
- SSOPrincipal - Class in com.iplanet.sso.providers.dpro
-
This class SSOPrincipalrepresents
the entities such as a user or a
service.
- SSOPrincipal(String) - Constructor for class com.iplanet.sso.providers.dpro.SSOPrincipal
-
Creates a SSOPrincipal object
- SSOProvider - Interface in com.iplanet.sso
-
SSOProvider is the interface that the SSO providers or the
plug-ins need to implement.
- SSOProviderBundle - Class in com.iplanet.sso.providers.dpro
-
This class represents to get the locale-specific resource strings for the
sso classes.
- SSOProviderBundle() - Constructor for class com.iplanet.sso.providers.dpro.SSOProviderBundle
-
- SSOProviderImpl - Class in com.iplanet.sso.providers.dpro
-
This final class SSOProviderImpl implements
SSOProvider interface and provides implementation of the methods
to create , destroy , check the validity of a single sign on token.
- SSOProviderImpl() - Constructor for class com.iplanet.sso.providers.dpro.SSOProviderImpl
-
Constructs a instance of SSOProviderImpl
- SSOProviderPlugin - Interface in com.iplanet.sso
-
Extension interface for dynamically loaded SSOProvider plugins.
- SsoServerAuthModulesEntry - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerAuthModulesEntry" group.
- SsoServerAuthModulesEntry(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerAuthModulesEntry
-
Constructor for the "SsoServerAuthModulesEntry" group.
- SsoServerAuthModulesEntryImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerAuthModulesEntry" class.
- SsoServerAuthModulesEntryImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerAuthModulesEntryImpl
-
Constructor
- SsoServerAuthModulesEntryMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerAuthModulesEntry" MBean.
- SsoServerAuthModulesEntryMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerAuthModulesEntry" group.
- SsoServerAuthModulesEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerAuthModulesEntryMeta
-
Constructor for the metadata associated to "SsoServerAuthModulesEntry".
- SsoServerAuthModulesTable - Variable in class com.sun.identity.monitoring.SsoServerAuthSvc
-
Variable for storing the value of "SsoServerAuthModulesTable".
- SsoServerAuthModulesTableMeta - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerAuthModulesTable" group.
- SsoServerAuthModulesTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerAuthModulesTableMeta
-
Constructor for the table.
- SsoServerAuthSvc - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerAuthSvc" group.
- SsoServerAuthSvc(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerAuthSvc
-
Constructor for the "SsoServerAuthSvc" group.
- SsoServerAuthSvc(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerAuthSvc
-
Constructor for the "SsoServerAuthSvc" group.
- SsoServerAuthSvcImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerAuthSvc" class.
- SsoServerAuthSvcImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerAuthSvcImpl
-
Constructors
- SsoServerAuthSvcImpl(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerAuthSvcImpl
-
Constructor
- SsoServerAuthSvcMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerAuthSvc" MBean.
- SsoServerAuthSvcMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerAuthSvc" group.
- SsoServerAuthSvcMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerAuthSvcMeta
-
Constructor for the metadata associated to "SsoServerAuthSvc".
- SsoServerConfigStoreType - Variable in class com.sun.identity.monitoring.SsoServerInstance
-
Variable for storing the value of "SsoServerConfigStoreType".
- SsoServerConnPoolSvc - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerConnPoolSvc" group.
- SsoServerConnPoolSvc(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerConnPoolSvc
-
Constructor for the "SsoServerConnPoolSvc" group.
- SsoServerConnPoolSvc(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerConnPoolSvc
-
Constructor for the "SsoServerConnPoolSvc" group.
- SsoServerConnPoolSvcImpl - Class in com.sun.identity.monitoring
-
- SsoServerConnPoolSvcImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerConnPoolSvcImpl
-
Constructor
- SsoServerConnPoolSvcImpl(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerConnPoolSvcImpl
-
- SsoServerConnPoolSvcMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerConnPoolSvc" MBean.
- SsoServerConnPoolSvcMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerConnPoolSvc" group.
- SsoServerConnPoolSvcMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerConnPoolSvcMeta
-
Constructor for the metadata associated to "SsoServerConnPoolSvc".
- SsoServerEntitlementPolicyStatsEntry - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerEntitlementPolicyStatsEntry" group.
- SsoServerEntitlementPolicyStatsEntry(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsEntry
-
Constructor for the "SsoServerEntitlementPolicyStatsEntry" group.
- SsoServerEntitlementPolicyStatsEntryImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerEntitlementPolicyStatsEntry" class.
- SsoServerEntitlementPolicyStatsEntryImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsEntryImpl
-
Constructor
- SsoServerEntitlementPolicyStatsEntryMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerEntitlementPolicyStatsEntry" MBean.
- SsoServerEntitlementPolicyStatsEntryMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerEntitlementPolicyStatsEntry" group.
- SsoServerEntitlementPolicyStatsEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsEntryMeta
-
Constructor for the metadata associated to "SsoServerEntitlementPolicyStatsEntry".
- SsoServerEntitlementPolicyStatsTable - Variable in class com.sun.identity.monitoring.SsoServerEntitlementSvc
-
Variable for storing the value of "SsoServerEntitlementPolicyStatsTable".
- SsoServerEntitlementPolicyStatsTableMeta - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerEntitlementPolicyStatsTable" group.
- SsoServerEntitlementPolicyStatsTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsTableMeta
-
Constructor for the table.
- SsoServerEntitlementSvc - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerEntitlementSvc" group.
- SsoServerEntitlementSvc(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerEntitlementSvc
-
Constructor for the "SsoServerEntitlementSvc" group.
- SsoServerEntitlementSvc(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerEntitlementSvc
-
Constructor for the "SsoServerEntitlementSvc" group.
- SsoServerEntitlementSvcImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerEntitlementSvc" class.
- SsoServerEntitlementSvcImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerEntitlementSvcImpl
-
Constructor
- SsoServerEntitlementSvcImpl(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerEntitlementSvcImpl
-
- SsoServerEntitlementSvcMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerEntitlementSvc" MBean.
- SsoServerEntitlementSvcMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerEntitlementSvc" group.
- SsoServerEntitlementSvcMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerEntitlementSvcMeta
-
Constructor for the metadata associated to "SsoServerEntitlementSvc".
- SsoServerFedCOTMemberEntry - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerFedCOTMemberEntry" group.
- SsoServerFedCOTMemberEntry(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerFedCOTMemberEntry
-
Constructor for the "SsoServerFedCOTMemberEntry" group.
- SsoServerFedCOTMemberEntryImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerFedCOTMemberEntry" class.
- SsoServerFedCOTMemberEntryImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerFedCOTMemberEntryImpl
-
Constructor
- SsoServerFedCOTMemberEntryMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerFedCOTMemberEntry" MBean.
- SsoServerFedCOTMemberEntryMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerFedCOTMemberEntry" group.
- SsoServerFedCOTMemberEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerFedCOTMemberEntryMeta
-
Constructor for the metadata associated to "SsoServerFedCOTMemberEntry".
- SsoServerFedCOTMemberTable - Variable in class com.sun.identity.monitoring.SsoServerFedCOTs
-
Variable for storing the value of "SsoServerFedCOTMemberTable".
- SsoServerFedCOTMemberTableMeta - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerFedCOTMemberTable" group.
- SsoServerFedCOTMemberTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerFedCOTMemberTableMeta
-
Constructor for the table.
- SsoServerFedCOTs - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerFedCOTs" group.
- SsoServerFedCOTs(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerFedCOTs
-
Constructor for the "SsoServerFedCOTs" group.
- SsoServerFedCOTs(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerFedCOTs
-
Constructor for the "SsoServerFedCOTs" group.
- SsoServerFedCOTsEntry - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerFedCOTsEntry" group.
- SsoServerFedCOTsEntry(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerFedCOTsEntry
-
Constructor for the "SsoServerFedCOTsEntry" group.
- SsoServerFedCOTsEntryImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerFedCOTsEntry" class.
- SsoServerFedCOTsEntryImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerFedCOTsEntryImpl
-
Constructor
- SsoServerFedCOTsEntryMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerFedCOTsEntry" MBean.
- SsoServerFedCOTsEntryMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerFedCOTsEntry" group.
- SsoServerFedCOTsEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerFedCOTsEntryMeta
-
Constructor for the metadata associated to "SsoServerFedCOTsEntry".
- SsoServerFedCOTsImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerFedCOTs" class.
- SsoServerFedCOTsImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerFedCOTsImpl
-
Constructor
- SsoServerFedCOTsImpl(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerFedCOTsImpl
-
- SsoServerFedCOTsMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerFedCOTs" MBean.
- SsoServerFedCOTsMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerFedCOTs" group.
- SsoServerFedCOTsMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerFedCOTsMeta
-
Constructor for the metadata associated to "SsoServerFedCOTs".
- SsoServerFedCOTsTable - Variable in class com.sun.identity.monitoring.SsoServerFedCOTs
-
Variable for storing the value of "SsoServerFedCOTsTable".
- SsoServerFedCOTsTableMeta - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerFedCOTsTable" group.
- SsoServerFedCOTsTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerFedCOTsTableMeta
-
Constructor for the table.
- SsoServerFedEntities - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerFedEntities" group.
- SsoServerFedEntities(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerFedEntities
-
Constructor for the "SsoServerFedEntities" group.
- SsoServerFedEntities(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerFedEntities
-
Constructor for the "SsoServerFedEntities" group.
- SsoServerFedEntitiesEntry - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerFedEntitiesEntry" group.
- SsoServerFedEntitiesEntry(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerFedEntitiesEntry
-
Constructor for the "SsoServerFedEntitiesEntry" group.
- SsoServerFedEntitiesEntryImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerFedEntitiesEntry" class.
- SsoServerFedEntitiesEntryImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerFedEntitiesEntryImpl
-
Constructor
- SsoServerFedEntitiesEntryMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerFedEntitiesEntry" MBean.
- SsoServerFedEntitiesEntryMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerFedEntitiesEntry" group.
- SsoServerFedEntitiesEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerFedEntitiesEntryMeta
-
Constructor for the metadata associated to "SsoServerFedEntitiesEntry".
- SsoServerFedEntitiesImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerFedEntities" class.
- SsoServerFedEntitiesImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerFedEntitiesImpl
-
Constructor
- SsoServerFedEntitiesImpl(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerFedEntitiesImpl
-
- SsoServerFedEntitiesMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerFedEntities" MBean.
- SsoServerFedEntitiesMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerFedEntities" group.
- SsoServerFedEntitiesMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerFedEntitiesMeta
-
Constructor for the metadata associated to "SsoServerFedEntities".
- SsoServerFedEntitiesTable - Variable in class com.sun.identity.monitoring.SsoServerFedEntities
-
Variable for storing the value of "SsoServerFedEntitiesTable".
- SsoServerFedEntitiesTableMeta - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerFedEntitiesTable" group.
- SsoServerFedEntitiesTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerFedEntitiesTableMeta
-
Constructor for the table.
- SsoServerHostname - Variable in class com.sun.identity.monitoring.SsoServerInstance
-
Variable for storing the value of "SsoServerHostname".
- SsoServerId - Variable in class com.sun.identity.monitoring.SsoServerInstance
-
Variable for storing the value of "SsoServerId".
- SsoServerIDFFSvc - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerIDFFSvc" group.
- SsoServerIDFFSvc(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerIDFFSvc
-
Constructor for the "SsoServerIDFFSvc" group.
- SsoServerIDFFSvc(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerIDFFSvc
-
Constructor for the "SsoServerIDFFSvc" group.
- SsoServerIDFFSvcImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerIDFFSvc" class.
- SsoServerIDFFSvcImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerIDFFSvcImpl
-
Constructors
- SsoServerIDFFSvcImpl(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerIDFFSvcImpl
-
- SsoServerIDFFSvcMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerIDFFSvc" MBean.
- SsoServerIDFFSvcMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerIDFFSvc" group.
- SsoServerIDFFSvcMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerIDFFSvcMeta
-
Constructor for the metadata associated to "SsoServerIDFFSvc".
- SsoServerIdRepoSvc - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerIdRepoSvc" group.
- SsoServerIdRepoSvc(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerIdRepoSvc
-
Constructor for the "SsoServerIdRepoSvc" group.
- SsoServerIdRepoSvc(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerIdRepoSvc
-
Constructor for the "SsoServerIdRepoSvc" group.
- SsoServerIdRepoSvcImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerIdRepoSvc" class.
- SsoServerIdRepoSvcImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerIdRepoSvcImpl
-
Constructor
- SsoServerIdRepoSvcImpl(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerIdRepoSvcImpl
-
- SsoServerIdRepoSvcMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerIdRepoSvc" MBean.
- SsoServerIdRepoSvcMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerIdRepoSvc" group.
- SsoServerIdRepoSvcMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerIdRepoSvcMeta
-
Constructor for the metadata associated to "SsoServerIdRepoSvc".
- SSOServerInfo - Class in com.sun.identity.monitoring
-
- SSOServerInfo() - Constructor for class com.sun.identity.monitoring.SSOServerInfo
-
- SSOServerInfo.SSOServerInfoBuilder - Class in com.sun.identity.monitoring
-
- SSOServerInfoBuilder(String, String) - Constructor for class com.sun.identity.monitoring.SSOServerInfo.SSOServerInfoBuilder
-
- SsoServerInstance - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerInstance" group.
- SsoServerInstance(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerInstance
-
Constructor for the "SsoServerInstance" group.
- SsoServerInstance(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerInstance
-
Constructor for the "SsoServerInstance" group.
- SsoServerInstanceImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerInstance" class.
- SsoServerInstanceImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerInstanceImpl
-
Constructor
- SsoServerInstanceImpl(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerInstanceImpl
-
- SsoServerInstanceMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerInstance" MBean.
- SsoServerInstanceMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerInstance" group.
- SsoServerInstanceMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerInstanceMeta
-
Constructor for the metadata associated to "SsoServerInstance".
- SsoServerLoggingHdlrEntry - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerLoggingHdlrEntry" group.
- SsoServerLoggingHdlrEntry(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerLoggingHdlrEntry
-
Constructor for the "SsoServerLoggingHdlrEntry" group.
- SsoServerLoggingHdlrEntryImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerLoggingHdlrEntry" class.
- SsoServerLoggingHdlrEntryImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerLoggingHdlrEntryImpl
-
Constructor
- SsoServerLoggingHdlrEntryMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerLoggingHdlrEntry" MBean.
- SsoServerLoggingHdlrEntryMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerLoggingHdlrEntry" group.
- SsoServerLoggingHdlrEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerLoggingHdlrEntryMeta
-
Constructor for the metadata associated to "SsoServerLoggingHdlrEntry".
- SsoServerLoggingHdlrTable - Variable in class com.sun.identity.monitoring.SsoServerLoggingSvc
-
Variable for storing the value of "SsoServerLoggingHdlrTable".
- SsoServerLoggingHdlrTableMeta - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerLoggingHdlrTable" group.
- SsoServerLoggingHdlrTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerLoggingHdlrTableMeta
-
Constructor for the table.
- SsoServerLoggingSvc - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerLoggingSvc" group.
- SsoServerLoggingSvc(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerLoggingSvc
-
Constructor for the "SsoServerLoggingSvc" group.
- SsoServerLoggingSvc(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerLoggingSvc
-
Constructor for the "SsoServerLoggingSvc" group.
- SsoServerLoggingSvcImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerLoggingSvc" class.
- SsoServerLoggingSvcImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerLoggingSvcImpl
-
Constructor
- SsoServerLoggingSvcImpl(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerLoggingSvcImpl
-
- SsoServerLoggingSvcMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerLoggingSvc" MBean.
- SsoServerLoggingSvcMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerLoggingSvc" group.
- SsoServerLoggingSvcMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerLoggingSvcMeta
-
Constructor for the metadata associated to "SsoServerLoggingSvc".
- SsoServerMemberOfSite - Variable in class com.sun.identity.monitoring.SsoServerInstance
-
Variable for storing the value of "SsoServerMemberOfSite".
- SSOServerMonConfig - Class in com.sun.identity.monitoring
-
- SSOServerMonConfig.SSOServerMonInfoBuilder - Class in com.sun.identity.monitoring
-
- SSOServerMonInfoBuilder(boolean) - Constructor for class com.sun.identity.monitoring.SSOServerMonConfig.SSOServerMonInfoBuilder
-
- SsoServerPolicy22AgentEntry - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerPolicy22AgentEntry" group.
- SsoServerPolicy22AgentEntry(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerPolicy22AgentEntry
-
Constructor for the "SsoServerPolicy22AgentEntry" group.
- SsoServerPolicy22AgentEntryImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerPolicy22AgentEntry" class.
- SsoServerPolicy22AgentEntryImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerPolicy22AgentEntryImpl
-
Constructor for the "SsoServerPolicy22AgentEntry" group.
- SsoServerPolicy22AgentEntryMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerPolicy22AgentEntry" MBean.
- SsoServerPolicy22AgentEntryMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerPolicy22AgentEntry" group.
- SsoServerPolicy22AgentEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerPolicy22AgentEntryMeta
-
Constructor for the metadata associated to "SsoServerPolicy22AgentEntry".
- SsoServerPolicy22AgentTable - Variable in class com.sun.identity.monitoring.SsoServerPolicyAgents
-
Variable for storing the value of "SsoServerPolicy22AgentTable".
- SsoServerPolicy22AgentTableMeta - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerPolicy22AgentTable" group.
- SsoServerPolicy22AgentTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerPolicy22AgentTableMeta
-
Constructor for the table.
- SsoServerPolicyAgents - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerPolicyAgents" group.
- SsoServerPolicyAgents(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerPolicyAgents
-
Constructor for the "SsoServerPolicyAgents" group.
- SsoServerPolicyAgents(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerPolicyAgents
-
Constructor for the "SsoServerPolicyAgents" group.
- SsoServerPolicyAgentsImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerPolicyAgents" class.
- SsoServerPolicyAgentsImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerPolicyAgentsImpl
-
Constructor
- SsoServerPolicyAgentsImpl(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerPolicyAgentsImpl
-
- SsoServerPolicyAgentsMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerPolicyAgents" MBean.
- SsoServerPolicyAgentsMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerPolicyAgents" group.
- SsoServerPolicyAgentsMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerPolicyAgentsMeta
-
Constructor for the metadata associated to "SsoServerPolicyAgents".
- SsoServerPolicyJ2EEAgentEntry - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerPolicyJ2EEAgentEntry" group.
- SsoServerPolicyJ2EEAgentEntry(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentEntry
-
Constructor for the "SsoServerPolicyJ2EEAgentEntry" group.
- SsoServerPolicyJ2EEAgentEntryImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerPolicyJ2EEAgentEntry" class.
- SsoServerPolicyJ2EEAgentEntryImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentEntryImpl
-
Constructor
- SsoServerPolicyJ2EEAgentEntryMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerPolicyJ2EEAgentEntry" MBean.
- SsoServerPolicyJ2EEAgentEntryMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerPolicyJ2EEAgentEntry" group.
- SsoServerPolicyJ2EEAgentEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentEntryMeta
-
Constructor for the metadata associated to "SsoServerPolicyJ2EEAgentEntry".
- SsoServerPolicyJ2EEAgentTable - Variable in class com.sun.identity.monitoring.SsoServerPolicyAgents
-
Variable for storing the value of "SsoServerPolicyJ2EEAgentTable".
- SsoServerPolicyJ2EEAgentTableMeta - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerPolicyJ2EEAgentTable" group.
- SsoServerPolicyJ2EEAgentTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentTableMeta
-
Constructor for the table.
- SsoServerPolicyJ2EEGroupEntry - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerPolicyJ2EEGroupEntry" group.
- SsoServerPolicyJ2EEGroupEntry(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupEntry
-
Constructor for the "SsoServerPolicyJ2EEGroupEntry" group.
- SsoServerPolicyJ2EEGroupEntryImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerPolicyJ2EEGroupEntry" class.
- SsoServerPolicyJ2EEGroupEntryImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupEntryImpl
-
Constructor
- SsoServerPolicyJ2EEGroupEntryMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerPolicyJ2EEGroupEntry" MBean.
- SsoServerPolicyJ2EEGroupEntryMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerPolicyJ2EEGroupEntry" group.
- SsoServerPolicyJ2EEGroupEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupEntryMeta
-
Constructor for the metadata associated to "SsoServerPolicyJ2EEGroupEntry".
- SsoServerPolicyJ2EEGroupTable - Variable in class com.sun.identity.monitoring.SsoServerPolicyAgents
-
Variable for storing the value of "SsoServerPolicyJ2EEGroupTable".
- SsoServerPolicyJ2EEGroupTableMeta - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerPolicyJ2EEGroupTable" group.
- SsoServerPolicyJ2EEGroupTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupTableMeta
-
Constructor for the table.
- SsoServerPolicySvc - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerPolicySvc" group.
- SsoServerPolicySvc(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerPolicySvc
-
Constructor for the "SsoServerPolicySvc" group.
- SsoServerPolicySvc(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerPolicySvc
-
Constructor for the "SsoServerPolicySvc" group.
- SsoServerPolicySvcImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerPolicySvc" class.
- SsoServerPolicySvcImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerPolicySvcImpl
-
Constructor
- SsoServerPolicySvcImpl(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerPolicySvcImpl
-
- SsoServerPolicySvcMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerPolicySvc" MBean.
- SsoServerPolicySvcMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerPolicySvc" group.
- SsoServerPolicySvcMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerPolicySvcMeta
-
Constructor for the metadata associated to "SsoServerPolicySvc".
- SsoServerPolicyWebAgentEntry - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerPolicyWebAgentEntry" group.
- SsoServerPolicyWebAgentEntry(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerPolicyWebAgentEntry
-
Constructor for the "SsoServerPolicyWebAgentEntry" group.
- SsoServerPolicyWebAgentEntryImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerPolicyWebAgentEntry" class.
- SsoServerPolicyWebAgentEntryImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerPolicyWebAgentEntryImpl
-
Constructor
- SsoServerPolicyWebAgentEntryMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerPolicyWebAgentEntry" MBean.
- SsoServerPolicyWebAgentEntryMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerPolicyWebAgentEntry" group.
- SsoServerPolicyWebAgentEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerPolicyWebAgentEntryMeta
-
Constructor for the metadata associated to "SsoServerPolicyWebAgentEntry".
- SsoServerPolicyWebAgentTable - Variable in class com.sun.identity.monitoring.SsoServerPolicyAgents
-
Variable for storing the value of "SsoServerPolicyWebAgentTable".
- SsoServerPolicyWebAgentTableMeta - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerPolicyWebAgentTable" group.
- SsoServerPolicyWebAgentTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerPolicyWebAgentTableMeta
-
Constructor for the table.
- SsoServerPolicyWebGroupEntry - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerPolicyWebGroupEntry" group.
- SsoServerPolicyWebGroupEntry(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerPolicyWebGroupEntry
-
Constructor for the "SsoServerPolicyWebGroupEntry" group.
- SsoServerPolicyWebGroupEntryImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerPolicyWebGroupEntry" class.
- SsoServerPolicyWebGroupEntryImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerPolicyWebGroupEntryImpl
-
Constructor
- SsoServerPolicyWebGroupEntryMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerPolicyWebGroupEntry" MBean.
- SsoServerPolicyWebGroupEntryMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerPolicyWebGroupEntry" group.
- SsoServerPolicyWebGroupEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerPolicyWebGroupEntryMeta
-
Constructor for the metadata associated to "SsoServerPolicyWebGroupEntry".
- SsoServerPolicyWebGroupTable - Variable in class com.sun.identity.monitoring.SsoServerPolicyAgents
-
Variable for storing the value of "SsoServerPolicyWebGroupTable".
- SsoServerPolicyWebGroupTableMeta - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerPolicyWebGroupTable" group.
- SsoServerPolicyWebGroupTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerPolicyWebGroupTableMeta
-
Constructor for the table.
- SsoServerPort - Variable in class com.sun.identity.monitoring.SsoServerInstance
-
Variable for storing the value of "SsoServerPort".
- SsoServerRealmEntry - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerRealmEntry" group.
- SsoServerRealmEntry(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerRealmEntry
-
Constructor for the "SsoServerRealmEntry" group.
- SsoServerRealmEntryImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerRealmEntry" class.
- SsoServerRealmEntryImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerRealmEntryImpl
-
Constructor for the "SsoServerRealmEntry" group.
- SsoServerRealmEntryMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerRealmEntry" MBean.
- SsoServerRealmEntryMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerRealmEntry" group.
- SsoServerRealmEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerRealmEntryMeta
-
Constructor for the metadata associated to "SsoServerRealmEntry".
- SSOServerRealmFedInfo - Class in com.sun.identity.monitoring
-
- SSOServerRealmFedInfo() - Constructor for class com.sun.identity.monitoring.SSOServerRealmFedInfo
-
- SSOServerRealmFedInfo.SSOServerRealmFedInfoBuilder - Class in com.sun.identity.monitoring
-
- SSOServerRealmFedInfoBuilder(String) - Constructor for class com.sun.identity.monitoring.SSOServerRealmFedInfo.SSOServerRealmFedInfoBuilder
-
- SsoServerRealmIndex - Variable in class com.sun.identity.monitoring.SsoServerAuthModulesEntry
-
Variable for storing the value of "SsoServerRealmIndex".
- SsoServerRealmIndex - Variable in class com.sun.identity.monitoring.SsoServerEntitlementPolicyStatsEntry
-
Variable for storing the value of "SsoServerRealmIndex".
- SsoServerRealmIndex - Variable in class com.sun.identity.monitoring.SsoServerFedCOTMemberEntry
-
Variable for storing the value of "SsoServerRealmIndex".
- SsoServerRealmIndex - Variable in class com.sun.identity.monitoring.SsoServerFedCOTsEntry
-
Variable for storing the value of "SsoServerRealmIndex".
- SsoServerRealmIndex - Variable in class com.sun.identity.monitoring.SsoServerFedEntitiesEntry
-
Variable for storing the value of "SsoServerRealmIndex".
- SsoServerRealmIndex - Variable in class com.sun.identity.monitoring.SsoServerPolicy22AgentEntry
-
Variable for storing the value of "SsoServerRealmIndex".
- SsoServerRealmIndex - Variable in class com.sun.identity.monitoring.SsoServerPolicyJ2EEAgentEntry
-
Variable for storing the value of "SsoServerRealmIndex".
- SsoServerRealmIndex - Variable in class com.sun.identity.monitoring.SsoServerPolicyJ2EEGroupEntry
-
Variable for storing the value of "SsoServerRealmIndex".
- SsoServerRealmIndex - Variable in class com.sun.identity.monitoring.SsoServerPolicyWebAgentEntry
-
Variable for storing the value of "SsoServerRealmIndex".
- SsoServerRealmIndex - Variable in class com.sun.identity.monitoring.SsoServerPolicyWebGroupEntry
-
Variable for storing the value of "SsoServerRealmIndex".
- SsoServerRealmIndex - Variable in class com.sun.identity.monitoring.SsoServerRealmEntry
-
Variable for storing the value of "SsoServerRealmIndex".
- SsoServerRealmIndex - Variable in class com.sun.identity.monitoring.SsoServerSAML2IDPEntry
-
Variable for storing the value of "SsoServerRealmIndex".
- SsoServerRealmIndex - Variable in class com.sun.identity.monitoring.SsoServerSAML2SPEntry
-
Variable for storing the value of "SsoServerRealmIndex".
- SsoServerRealmIndex - Variable in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentEntry
-
Variable for storing the value of "SsoServerRealmIndex".
- SsoServerRealmIndex - Variable in class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpEntry
-
Variable for storing the value of "SsoServerRealmIndex".
- SsoServerRealmIndex - Variable in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentEntry
-
Variable for storing the value of "SsoServerRealmIndex".
- SsoServerRealmIndex - Variable in class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpEntry
-
Variable for storing the value of "SsoServerRealmIndex".
- SsoServerRealmIndex - Variable in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentEntry
-
Variable for storing the value of "SsoServerRealmIndex".
- SsoServerRealmIndex - Variable in class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpEntry
-
Variable for storing the value of "SsoServerRealmIndex".
- SsoServerRealmIndex - Variable in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentEntry
-
Variable for storing the value of "SsoServerRealmIndex".
- SsoServerRealmIndex - Variable in class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpEntry
-
Variable for storing the value of "SsoServerRealmIndex".
- SSOServerRealmInfo - Class in com.sun.identity.monitoring
-
- SSOServerRealmInfo() - Constructor for class com.sun.identity.monitoring.SSOServerRealmInfo
-
- SSOServerRealmInfo.SSOServerRealmInfoBuilder - Class in com.sun.identity.monitoring
-
- SSOServerRealmInfoBuilder(String) - Constructor for class com.sun.identity.monitoring.SSOServerRealmInfo.SSOServerRealmInfoBuilder
-
- SsoServerRealmName - Variable in class com.sun.identity.monitoring.SsoServerRealmEntry
-
Variable for storing the value of "SsoServerRealmName".
- SsoServerRealmTable - Variable in class com.sun.identity.monitoring.SsoServerInstance
-
Variable for storing the value of "SsoServerRealmTable".
- SsoServerRealmTableMeta - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerRealmTable" group.
- SsoServerRealmTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerRealmTableMeta
-
Constructor for the table.
- SsoServerSAML1CacheEntry - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerSAML1CacheEntry" group.
- SsoServerSAML1CacheEntry(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerSAML1CacheEntry
-
Constructor for the "SsoServerSAML1CacheEntry" group.
- SsoServerSAML1CacheEntryImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerSAML1CacheEntry" class.
- SsoServerSAML1CacheEntryImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerSAML1CacheEntryImpl
-
Constructor
- SsoServerSAML1CacheEntryMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerSAML1CacheEntry" MBean.
- SsoServerSAML1CacheEntryMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerSAML1CacheEntry" group.
- SsoServerSAML1CacheEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerSAML1CacheEntryMeta
-
Constructor for the metadata associated to "SsoServerSAML1CacheEntry".
- SsoServerSAML1CacheTable - Variable in class com.sun.identity.monitoring.SsoServerSAML1Svc
-
Variable for storing the value of "SsoServerSAML1CacheTable".
- SsoServerSAML1CacheTableMeta - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerSAML1CacheTable" group.
- SsoServerSAML1CacheTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerSAML1CacheTableMeta
-
Constructor for the table.
- SsoServerSAML1EndPointEntry - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerSAML1EndPointEntry" group.
- SsoServerSAML1EndPointEntry(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerSAML1EndPointEntry
-
Constructor for the "SsoServerSAML1EndPointEntry" group.
- SsoServerSAML1EndPointEntryImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerSAML1EndPointEntry" class.
- SsoServerSAML1EndPointEntryImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerSAML1EndPointEntryImpl
-
Constructor
- SsoServerSAML1EndPointEntryMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerSAML1EndPointEntry" MBean.
- SsoServerSAML1EndPointEntryMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerSAML1EndPointEntry" group.
- SsoServerSAML1EndPointEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerSAML1EndPointEntryMeta
-
Constructor for the metadata associated to "SsoServerSAML1EndPointEntry".
- SsoServerSAML1EndPointTable - Variable in class com.sun.identity.monitoring.SsoServerSAML1Svc
-
Variable for storing the value of "SsoServerSAML1EndPointTable".
- SsoServerSAML1EndPointTableMeta - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerSAML1EndPointTable" group.
- SsoServerSAML1EndPointTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerSAML1EndPointTableMeta
-
Constructor for the table.
- SsoServerSAML1Svc - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerSAML1Svc" group.
- SsoServerSAML1Svc(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerSAML1Svc
-
Constructor for the "SsoServerSAML1Svc" group.
- SsoServerSAML1Svc(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerSAML1Svc
-
Constructor for the "SsoServerSAML1Svc" group.
- SsoServerSAML1SvcImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerSAML1Svc" class.
- SsoServerSAML1SvcImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerSAML1SvcImpl
-
Constructor
- SsoServerSAML1SvcImpl(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerSAML1SvcImpl
-
- SsoServerSAML1SvcMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerSAML1Svc" MBean.
- SsoServerSAML1SvcMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerSAML1Svc" group.
- SsoServerSAML1SvcMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerSAML1SvcMeta
-
Constructor for the metadata associated to "SsoServerSAML1Svc".
- SsoServerSAML1TrustPrtnrsEntry - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerSAML1TrustPrtnrsEntry" group.
- SsoServerSAML1TrustPrtnrsEntry(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsEntry
-
Constructor for the "SsoServerSAML1TrustPrtnrsEntry" group.
- SsoServerSAML1TrustPrtnrsEntryImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerSAML1TrustPrtnrsEntry" class.
- SsoServerSAML1TrustPrtnrsEntryImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsEntryImpl
-
Constructor
- SsoServerSAML1TrustPrtnrsEntryMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerSAML1TrustPrtnrsEntry" MBean.
- SsoServerSAML1TrustPrtnrsEntryMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerSAML1TrustPrtnrsEntry" group.
- SsoServerSAML1TrustPrtnrsEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsEntryMeta
-
Constructor for the metadata associated to "SsoServerSAML1TrustPrtnrsEntry".
- SsoServerSAML1TrustPrtnrsTable - Variable in class com.sun.identity.monitoring.SsoServerSAML1Svc
-
Variable for storing the value of "SsoServerSAML1TrustPrtnrsTable".
- SsoServerSAML1TrustPrtnrsTableMeta - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerSAML1TrustPrtnrsTable" group.
- SsoServerSAML1TrustPrtnrsTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerSAML1TrustPrtnrsTableMeta
-
Constructor for the table.
- SsoServerSAML2IDPEntry - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerSAML2IDPEntry" group.
- SsoServerSAML2IDPEntry(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerSAML2IDPEntry
-
Constructor for the "SsoServerSAML2IDPEntry" group.
- SsoServerSAML2IDPEntryImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerSAML2IDPEntry" class.
- SsoServerSAML2IDPEntryImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerSAML2IDPEntryImpl
-
Constructor
- SsoServerSAML2IDPEntryMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerSAML2IDPEntry" MBean.
- SsoServerSAML2IDPEntryMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerSAML2IDPEntry" group.
- SsoServerSAML2IDPEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerSAML2IDPEntryMeta
-
Constructor for the metadata associated to "SsoServerSAML2IDPEntry".
- SsoServerSAML2IDPTable - Variable in class com.sun.identity.monitoring.SsoServerSAML2Svc
-
Variable for storing the value of "SsoServerSAML2IDPTable".
- SsoServerSAML2IDPTableMeta - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerSAML2IDPTable" group.
- SsoServerSAML2IDPTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerSAML2IDPTableMeta
-
Constructor for the table.
- SsoServerSAML2SPEntry - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerSAML2SPEntry" group.
- SsoServerSAML2SPEntry(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerSAML2SPEntry
-
Constructor for the "SsoServerSAML2SPEntry" group.
- SsoServerSAML2SPEntryImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerSAML2SPEntry" class.
- SsoServerSAML2SPEntryImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerSAML2SPEntryImpl
-
Constructor
- SsoServerSAML2SPEntryMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerSAML2SPEntry" MBean.
- SsoServerSAML2SPEntryMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerSAML2SPEntry" group.
- SsoServerSAML2SPEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerSAML2SPEntryMeta
-
Constructor for the metadata associated to "SsoServerSAML2SPEntry".
- SsoServerSAML2SPTable - Variable in class com.sun.identity.monitoring.SsoServerSAML2Svc
-
Variable for storing the value of "SsoServerSAML2SPTable".
- SsoServerSAML2SPTableMeta - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerSAML2SPTable" group.
- SsoServerSAML2SPTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerSAML2SPTableMeta
-
Constructor for the table.
- SsoServerSAML2Svc - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerSAML2Svc" group.
- SsoServerSAML2Svc(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerSAML2Svc
-
Constructor for the "SsoServerSAML2Svc" group.
- SsoServerSAML2Svc(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerSAML2Svc
-
Constructor for the "SsoServerSAML2Svc" group.
- SsoServerSAML2SvcImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerSAML2Svc" class.
- SsoServerSAML2SvcImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerSAML2SvcImpl
-
Constructor
- SsoServerSAML2SvcImpl(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerSAML2SvcImpl
-
- SsoServerSAML2SvcMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerSAML2Svc" MBean.
- SsoServerSAML2SvcMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerSAML2Svc" group.
- SsoServerSAML2SvcMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerSAML2SvcMeta
-
Constructor for the metadata associated to "SsoServerSAML2Svc".
- SsoServerServerEntry - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerServerEntry" group.
- SsoServerServerEntry(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerServerEntry
-
Constructor for the "SsoServerServerEntry" group.
- SsoServerServerEntryImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerServerEntry" class.
- SsoServerServerEntryImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerServerEntryImpl
-
Constructor
- SsoServerServerEntryMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerServerEntry" MBean.
- SsoServerServerEntryMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerServerEntry" group.
- SsoServerServerEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerServerEntryMeta
-
Constructor for the metadata associated to "SsoServerServerEntry".
- SsoServerServerTable - Variable in class com.sun.identity.monitoring.SsoServerTopology
-
Variable for storing the value of "SsoServerServerTable".
- SsoServerServerTableMeta - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerServerTable" group.
- SsoServerServerTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerServerTableMeta
-
Constructor for the table.
- SsoServerSessSvc - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerSessSvc" group.
- SsoServerSessSvc(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerSessSvc
-
Constructor for the "SsoServerSessSvc" group.
- SsoServerSessSvc(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerSessSvc
-
Constructor for the "SsoServerSessSvc" group.
- SsoServerSessSvcImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerSessSvc" class.
- SsoServerSessSvcImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerSessSvcImpl
-
Constructor
- SsoServerSessSvcImpl(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerSessSvcImpl
-
- SsoServerSessSvcMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerSessSvc" MBean.
- SsoServerSessSvcMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerSessSvc" group.
- SsoServerSessSvcMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerSessSvcMeta
-
Constructor for the metadata associated to "SsoServerSessSvc".
- SsoServerSiteMapEntry - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerSiteMapEntry" group.
- SsoServerSiteMapEntry(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerSiteMapEntry
-
Constructor for the "SsoServerSiteMapEntry" group.
- SsoServerSiteMapEntryImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerSiteMapEntry" class.
- SsoServerSiteMapEntryImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerSiteMapEntryImpl
-
Constructor for the "SsoServerSiteMapEntry" group.
- SsoServerSiteMapEntryMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerSiteMapEntry" MBean.
- SsoServerSiteMapEntryMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerSiteMapEntry" group.
- SsoServerSiteMapEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerSiteMapEntryMeta
-
Constructor for the metadata associated to "SsoServerSiteMapEntry".
- SsoServerSiteMapTable - Variable in class com.sun.identity.monitoring.SsoServerTopology
-
Variable for storing the value of "SsoServerSiteMapTable".
- SsoServerSiteMapTableMeta - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerSiteMapTable" group.
- SsoServerSiteMapTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerSiteMapTableMeta
-
Constructor for the table.
- SsoServerSitesEntry - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerSitesEntry" group.
- SsoServerSitesEntry(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerSitesEntry
-
Constructor for the "SsoServerSitesEntry" group.
- SsoServerSitesEntryImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerSitesEntry" class.
- SsoServerSitesEntryImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerSitesEntryImpl
-
Constructor
- SsoServerSitesEntryMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerSitesEntry" MBean.
- SsoServerSitesEntryMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerSitesEntry" group.
- SsoServerSitesEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerSitesEntryMeta
-
Constructor for the metadata associated to "SsoServerSitesEntry".
- SsoServerSitesTable - Variable in class com.sun.identity.monitoring.SsoServerTopology
-
Variable for storing the value of "SsoServerSitesTable".
- SsoServerSitesTableMeta - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerSitesTable" group.
- SsoServerSitesTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerSitesTableMeta
-
Constructor for the table.
- SsoServerStartDate - Variable in class com.sun.identity.monitoring.SsoServerInstance
-
Variable for storing the value of "SsoServerStartDate".
- SsoServerSvcMgmtSvc - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerSvcMgmtSvc" group.
- SsoServerSvcMgmtSvc(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerSvcMgmtSvc
-
Constructor for the "SsoServerSvcMgmtSvc" group.
- SsoServerSvcMgmtSvc(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerSvcMgmtSvc
-
Constructor for the "SsoServerSvcMgmtSvc" group.
- SsoServerSvcMgmtSvcImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerSvcMgmtSvc" class.
- SsoServerSvcMgmtSvcImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerSvcMgmtSvcImpl
-
Constructor
- SsoServerSvcMgmtSvcImpl(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerSvcMgmtSvcImpl
-
- SsoServerSvcMgmtSvcMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerSvcMgmtSvc" MBean.
- SsoServerSvcMgmtSvcMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerSvcMgmtSvc" group.
- SsoServerSvcMgmtSvcMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerSvcMgmtSvcMeta
-
Constructor for the metadata associated to "SsoServerSvcMgmtSvc".
- SsoServerTopology - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerTopology" group.
- SsoServerTopology(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerTopology
-
Constructor for the "SsoServerTopology" group.
- SsoServerTopology(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerTopology
-
Constructor for the "SsoServerTopology" group.
- SsoServerTopologyImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerTopology" class.
- SsoServerTopologyImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerTopologyImpl
-
Constructor
- SsoServerTopologyImpl(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerTopologyImpl
-
- SsoServerTopologyMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerTopology" MBean.
- SsoServerTopologyMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerTopology" group.
- SsoServerTopologyMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerTopologyMeta
-
Constructor for the metadata associated to "SsoServerTopology".
- SsoServerWSSAgents - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerWSSAgents" group.
- SsoServerWSSAgents(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgents
-
Constructor for the "SsoServerWSSAgents" group.
- SsoServerWSSAgents(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgents
-
Constructor for the "SsoServerWSSAgents" group.
- SsoServerWSSAgentsDSCAgentEntry - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerWSSAgentsDSCAgentEntry" group.
- SsoServerWSSAgentsDSCAgentEntry(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentEntry
-
Constructor for the "SsoServerWSSAgentsDSCAgentEntry" group.
- SsoServerWSSAgentsDSCAgentEntryImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerWSSAgentsDSCAgentEntry" class.
- SsoServerWSSAgentsDSCAgentEntryImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentEntryImpl
-
Constructor
- SsoServerWSSAgentsDSCAgentEntryMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerWSSAgentsDSCAgentEntry" MBean.
- SsoServerWSSAgentsDSCAgentEntryMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerWSSAgentsDSCAgentEntry" group.
- SsoServerWSSAgentsDSCAgentEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentEntryMeta
-
Constructor for the metadata associated to "SsoServerWSSAgentsDSCAgentEntry".
- SsoServerWSSAgentsDSCAgentTable - Variable in class com.sun.identity.monitoring.SsoServerWSSAgents
-
Variable for storing the value of "SsoServerWSSAgentsDSCAgentTable".
- SsoServerWSSAgentsDSCAgentTableMeta - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerWSSAgentsDSCAgentTable" group.
- SsoServerWSSAgentsDSCAgentTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgentTableMeta
-
Constructor for the table.
- SsoServerWSSAgentsDSCAgtGrpEntry - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerWSSAgentsDSCAgtGrpEntry" group.
- SsoServerWSSAgentsDSCAgtGrpEntry(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpEntry
-
Constructor for the "SsoServerWSSAgentsDSCAgtGrpEntry" group.
- SsoServerWSSAgentsDSCAgtGrpEntryImpl - Class in com.sun.identity.monitoring
-
Thise class extends the "SsoServerWSSAgentsDSCAgtGrpEntry" class.
- SsoServerWSSAgentsDSCAgtGrpEntryImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpEntryImpl
-
Constructor
- SsoServerWSSAgentsDSCAgtGrpEntryMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerWSSAgentsDSCAgtGrpEntry" MBean.
- SsoServerWSSAgentsDSCAgtGrpEntryMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerWSSAgentsDSCAgtGrpEntry" group.
- SsoServerWSSAgentsDSCAgtGrpEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpEntryMeta
-
Constructor for the metadata associated to "SsoServerWSSAgentsDSCAgtGrpEntry".
- SsoServerWSSAgentsDSCAgtGrpTable - Variable in class com.sun.identity.monitoring.SsoServerWSSAgents
-
Variable for storing the value of "SsoServerWSSAgentsDSCAgtGrpTable".
- SsoServerWSSAgentsDSCAgtGrpTableMeta - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerWSSAgentsDSCAgtGrpTable" group.
- SsoServerWSSAgentsDSCAgtGrpTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsDSCAgtGrpTableMeta
-
Constructor for the table.
- SsoServerWSSAgentsImpl - Class in com.sun.identity.monitoring
-
The class extends the "SsoServerWSSAgents" class.
- SsoServerWSSAgentsImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsImpl
-
Constructor
- SsoServerWSSAgentsImpl(SnmpMib, MBeanServer) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsImpl
-
- SsoServerWSSAgentsMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerWSSAgents" MBean.
- SsoServerWSSAgentsMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerWSSAgents" group.
- SsoServerWSSAgentsMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsMeta
-
Constructor for the metadata associated to "SsoServerWSSAgents".
- SsoServerWSSAgentsSTSAgentEntry - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerWSSAgentsSTSAgentEntry" group.
- SsoServerWSSAgentsSTSAgentEntry(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentEntry
-
Constructor for the "SsoServerWSSAgentsSTSAgentEntry" group.
- SsoServerWSSAgentsSTSAgentEntryImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerWSSAgentsSTSAgentEntry" class.
- SsoServerWSSAgentsSTSAgentEntryImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentEntryImpl
-
Constructor
- SsoServerWSSAgentsSTSAgentEntryMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerWSSAgentsSTSAgentEntry" MBean.
- SsoServerWSSAgentsSTSAgentEntryMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerWSSAgentsSTSAgentEntry" group.
- SsoServerWSSAgentsSTSAgentEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentEntryMeta
-
Constructor for the metadata associated to "SsoServerWSSAgentsSTSAgentEntry".
- SsoServerWSSAgentsSTSAgentTable - Variable in class com.sun.identity.monitoring.SsoServerWSSAgents
-
Variable for storing the value of "SsoServerWSSAgentsSTSAgentTable".
- SsoServerWSSAgentsSTSAgentTableMeta - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerWSSAgentsSTSAgentTable" group.
- SsoServerWSSAgentsSTSAgentTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgentTableMeta
-
Constructor for the table.
- SsoServerWSSAgentsSTSAgtGrpEntry - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerWSSAgentsSTSAgtGrpEntry" group.
- SsoServerWSSAgentsSTSAgtGrpEntry(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpEntry
-
Constructor for the "SsoServerWSSAgentsSTSAgtGrpEntry" group.
- SsoServerWSSAgentsSTSAgtGrpEntryImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerWSSAgentsSTSAgtGrpEntry" class.
- SsoServerWSSAgentsSTSAgtGrpEntryImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpEntryImpl
-
Constructor
- SsoServerWSSAgentsSTSAgtGrpEntryMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerWSSAgentsSTSAgtGrpEntry" MBean.
- SsoServerWSSAgentsSTSAgtGrpEntryMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerWSSAgentsSTSAgtGrpEntry" group.
- SsoServerWSSAgentsSTSAgtGrpEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpEntryMeta
-
Constructor for the metadata associated to "SsoServerWSSAgentsSTSAgtGrpEntry".
- SsoServerWSSAgentsSTSAgtGrpTable - Variable in class com.sun.identity.monitoring.SsoServerWSSAgents
-
Variable for storing the value of "SsoServerWSSAgentsSTSAgtGrpTable".
- SsoServerWSSAgentsSTSAgtGrpTableMeta - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerWSSAgentsSTSAgtGrpTable" group.
- SsoServerWSSAgentsSTSAgtGrpTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsSTSAgtGrpTableMeta
-
Constructor for the table.
- SsoServerWSSAgentsWSCAgentEntry - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerWSSAgentsWSCAgentEntry" group.
- SsoServerWSSAgentsWSCAgentEntry(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentEntry
-
Constructor for the "SsoServerWSSAgentsWSCAgentEntry" group.
- SsoServerWSSAgentsWSCAgentEntryImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerWSSAgentsWSCAgentEntry" class.
- SsoServerWSSAgentsWSCAgentEntryImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentEntryImpl
-
Constructor
- SsoServerWSSAgentsWSCAgentEntryMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerWSSAgentsWSCAgentEntry" MBean.
- SsoServerWSSAgentsWSCAgentEntryMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerWSSAgentsWSCAgentEntry" group.
- SsoServerWSSAgentsWSCAgentEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentEntryMeta
-
Constructor for the metadata associated to "SsoServerWSSAgentsWSCAgentEntry".
- SsoServerWSSAgentsWSCAgentTable - Variable in class com.sun.identity.monitoring.SsoServerWSSAgents
-
Variable for storing the value of "SsoServerWSSAgentsWSCAgentTable".
- SsoServerWSSAgentsWSCAgentTableMeta - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerWSSAgentsWSCAgentTable" group.
- SsoServerWSSAgentsWSCAgentTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgentTableMeta
-
Constructor for the table.
- SsoServerWSSAgentsWSCAgtGrpEntry - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerWSSAgentsWSCAgtGrpEntry" group.
- SsoServerWSSAgentsWSCAgtGrpEntry(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpEntry
-
Constructor for the "SsoServerWSSAgentsWSCAgtGrpEntry" group.
- SsoServerWSSAgentsWSCAgtGrpEntryImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerWSSAgentsWSCAgtGrpEntry" class.
- SsoServerWSSAgentsWSCAgtGrpEntryImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpEntryImpl
-
Constructor
- SsoServerWSSAgentsWSCAgtGrpEntryMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerWSSAgentsWSCAgtGrpEntry" MBean.
- SsoServerWSSAgentsWSCAgtGrpEntryMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerWSSAgentsWSCAgtGrpEntry" group.
- SsoServerWSSAgentsWSCAgtGrpEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpEntryMeta
-
Constructor for the metadata associated to "SsoServerWSSAgentsWSCAgtGrpEntry".
- SsoServerWSSAgentsWSCAgtGrpTable - Variable in class com.sun.identity.monitoring.SsoServerWSSAgents
-
Variable for storing the value of "SsoServerWSSAgentsWSCAgtGrpTable".
- SsoServerWSSAgentsWSCAgtGrpTableMeta - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerWSSAgentsWSCAgtGrpTable" group.
- SsoServerWSSAgentsWSCAgtGrpTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsWSCAgtGrpTableMeta
-
Constructor for the table.
- SsoServerWSSAgentsWSPAgentEntry - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerWSSAgentsWSPAgentEntry" group.
- SsoServerWSSAgentsWSPAgentEntry(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentEntry
-
Constructor for the "SsoServerWSSAgentsWSPAgentEntry" group.
- SsoServerWSSAgentsWSPAgentEntryImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerWSSAgentsWSPAgentEntry" class.
- SsoServerWSSAgentsWSPAgentEntryImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentEntryImpl
-
Constructor
- SsoServerWSSAgentsWSPAgentEntryMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerWSSAgentsWSPAgentEntry" MBean.
- SsoServerWSSAgentsWSPAgentEntryMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerWSSAgentsWSPAgentEntry" group.
- SsoServerWSSAgentsWSPAgentEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentEntryMeta
-
Constructor for the metadata associated to "SsoServerWSSAgentsWSPAgentEntry".
- SsoServerWSSAgentsWSPAgentTable - Variable in class com.sun.identity.monitoring.SsoServerWSSAgents
-
Variable for storing the value of "SsoServerWSSAgentsWSPAgentTable".
- SsoServerWSSAgentsWSPAgentTableMeta - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerWSSAgentsWSPAgentTable" group.
- SsoServerWSSAgentsWSPAgentTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgentTableMeta
-
Constructor for the table.
- SsoServerWSSAgentsWSPAgtGrpEntry - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerWSSAgentsWSPAgtGrpEntry" group.
- SsoServerWSSAgentsWSPAgtGrpEntry(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpEntry
-
Constructor for the "SsoServerWSSAgentsWSPAgtGrpEntry" group.
- SsoServerWSSAgentsWSPAgtGrpEntryImpl - Class in com.sun.identity.monitoring
-
This class extends the "SsoServerWSSAgentsWSPAgtGrpEntry" class.
- SsoServerWSSAgentsWSPAgtGrpEntryImpl(SnmpMib) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpEntryImpl
-
Constructor
- SsoServerWSSAgentsWSPAgtGrpEntryMBean - Interface in com.sun.identity.monitoring
-
This interface is used for representing the remote management interface for the "SsoServerWSSAgentsWSPAgtGrpEntry" MBean.
- SsoServerWSSAgentsWSPAgtGrpEntryMeta - Class in com.sun.identity.monitoring
-
The class is used for representing SNMP metadata for the "SsoServerWSSAgentsWSPAgtGrpEntry" group.
- SsoServerWSSAgentsWSPAgtGrpEntryMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpEntryMeta
-
Constructor for the metadata associated to "SsoServerWSSAgentsWSPAgtGrpEntry".
- SsoServerWSSAgentsWSPAgtGrpTable - Variable in class com.sun.identity.monitoring.SsoServerWSSAgents
-
Variable for storing the value of "SsoServerWSSAgentsWSPAgtGrpTable".
- SsoServerWSSAgentsWSPAgtGrpTableMeta - Class in com.sun.identity.monitoring
-
The class is used for implementing the "SsoServerWSSAgentsWSPAgtGrpTable" group.
- SsoServerWSSAgentsWSPAgtGrpTableMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class com.sun.identity.monitoring.SsoServerWSSAgentsWSPAgtGrpTableMeta
-
Constructor for the table.
- SSOSessionListener - Class in com.iplanet.sso.providers.dpro
-
This Class SOSessionListener implements
SessionListener interface.
- SSOSessionListener(SSOTokenListener) - Constructor for class com.iplanet.sso.providers.dpro.SSOSessionListener
-
- SSOToken - Interface in com.iplanet.sso
-
The SSOToken class represents a "single sign on"(SSO) token.
- ssoToken - Variable in class com.sun.identity.authentication.server.AuthContextLocal
-
Holds Single Sign on Token
- SSOTOKEN - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- ssoToken - Variable in class com.sun.identity.cli.AuthenticatedCommand
-
- ssoToken - Variable in class com.sun.identity.federation.services.fednsso.FSAssertionArtifactHandler
-
- ssoToken - Variable in class com.sun.identity.federation.services.fednsso.FSSSOAndFedHandler
-
- ssoToken - Variable in class com.sun.identity.federation.services.logout.FSPreLogoutHandler
-
- ssoToken - Variable in class com.sun.identity.federation.services.registration.FSNameRegistrationHandler
-
- ssoToken - Variable in class com.sun.identity.federation.services.termination.FSFedTerminationHandler
-
- ssoToken - Variable in class com.sun.identity.password.ui.model.PWResetModelImpl
-
SSO token object
- SSOTOKEN - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.JWTTokenParams
-
- ssoToken() - Static method in class org.forgerock.openam.rest.Routers
-
Creates a new authentication filter which allows for authentication
exceptions to be added for certain CREST operations.
- SSOTOKEN_COOKIE_NAME - Static variable in class org.forgerock.openam.rest.AuthnRequestUtils
-
- SSOTOKEN_LISTENERS_UNSUPPORTED - Static variable in class org.forgerock.openam.sso.providers.stateless.StatelessSession
-
- SSOTOKEN_SUBJECT_PREFIX - Static variable in class com.sun.identity.rest.RestServiceManager
-
- SSOTokenAuthN - Class in com.sun.identity.rest.spi
-
- SSOTokenAuthN() - Constructor for class com.sun.identity.rest.spi.SSOTokenAuthN
-
- SSOTokenAuthZ - Class in com.sun.identity.rest.spi
-
- SSOTokenAuthZ() - Constructor for class com.sun.identity.rest.spi.SSOTokenAuthZ
-
- SSOTokenAuthzModule - Class in org.forgerock.openam.rest.authz
-
- SSOTokenAuthzModule(Debug) - Constructor for class org.forgerock.openam.rest.authz.SSOTokenAuthzModule
-
- ssoTokenChanged(SSOTokenEvent) - Method in interface com.iplanet.sso.SSOTokenListener
-
Handles single sign on token status changed event.
- ssoTokenChanged(SSOTokenEvent) - Method in class com.sun.identity.policy.PolicySSOTokenListener
-
Callback for SSOTokenListener
Cleans up the policy decision cache, subject evaluation cache ,
user role cache of LDAPRoles and user nsRole attribute
values cache upon user's token expiration.
- SSOTokenContext - Class in org.forgerock.openam.rest.resource
-
CREST context that provides a convenience method for getting hold of the caller as an authenticated subject based
on the OpenAM SSO Token associated with the request.
- SSOTokenContext(Debug, SessionCache, Context, Supplier<SSOToken>) - Constructor for class org.forgerock.openam.rest.resource.SSOTokenContext
-
Construct a new SSOTokenContext using a supplier for the SSOToken instance.
- SSOTokenContext(Debug, SessionCache, Context) - Constructor for class org.forgerock.openam.rest.resource.SSOTokenContext
-
Construct a new SSOTokenContext from the parent, which is expected to contain a SecurityContext.
- SSOTokenContext.Factory - Interface in org.forgerock.openam.rest.resource
-
Guice factory for SSOTokenContext instances
- SSOTokenEvent - Interface in com.iplanet.sso
-
The SSOTokenEvent is an interface that represents an SSO token
event.The single sign on token event represents a change in
SSOToken.
- SSOTokenFactory - Class in org.forgerock.openam.rest
-
Responsible for generating SSOTokens.
- SSOTokenFactory(SSOTokenManager) - Constructor for class org.forgerock.openam.rest.SSOTokenFactory
-
Guice initialised constructor.
- SSOTokenFactory(SSOTokenManager, Debug) - Constructor for class org.forgerock.openam.rest.SSOTokenFactory
-
Testing Constructor with dependencies exposed.
- SSOTokenID - Interface in com.iplanet.sso
-
The SSOTokenID is an interface that is used to identify a single
sign on token object.
- SSOTokenIdentity - Interface in org.forgerock.openam.sts.tokengeneration
-
Interface to represent the concerns of validating an SSOToken and obtaining the corresponding principal name.
- SSOTokenIdentityImpl - Class in org.forgerock.openam.sts.tokengeneration
-
- SSOTokenIdentityImpl() - Constructor for class org.forgerock.openam.sts.tokengeneration.SSOTokenIdentityImpl
-
- SSOTokenIDImpl - Class in com.iplanet.sso.providers.dpro
-
This class SSOTokenIDImpl implements the interface
SSOTokenID and is used to
identify a SSOToken object.
- SSOTokenIDImpl(SessionID) - Constructor for class com.iplanet.sso.providers.dpro.SSOTokenIDImpl
-
Creates a SSOTokenIDImpl object
- SSOTokenListener - Interface in com.iplanet.sso
-
The SSOTokenListener interface needs to be implemented by the
applications to receive SSO token events.
- SSOTokenListenersUnsupportedException - Exception in com.iplanet.sso
-
- SSOTokenListenersUnsupportedException(String) - Constructor for exception com.iplanet.sso.SSOTokenListenersUnsupportedException
-
Constructs an SSOTokenListenersUnsupportedException with a detail message.
- SSOTokenManager - Class in com.iplanet.sso
-
SSOTokenManager is the final class that is the mediator between the SSO APIs
and SSO providers.
- SSOTokenMechanismHandler - Class in com.sun.identity.liberty.ws.authnsvc.mechanism
-
The SSOTokenMechanismHandler is a handler for 'SSOTOKEN'
mechanism.
- SSOTokenMechanismHandler() - Constructor for class com.sun.identity.liberty.ws.authnsvc.mechanism.SSOTokenMechanismHandler
-
- SSOTokenPrincipal - Class in com.sun.identity.authentication.service
-
This class represents the abstract notion of a SSOToken,
which can be used to represent any entity, such as an individual, a
corporation, and a login id.
- SSOTokenPrincipal(String) - Constructor for class com.sun.identity.authentication.service.SSOTokenPrincipal
-
Creates SSOTokenPrincipal object
- SSOTokenPrincipal - Class in com.sun.identity.rest
-
- SSOTokenPrincipal(SSOToken) - Constructor for class com.sun.identity.rest.SSOTokenPrincipal
-
- SSOTokenProvider - Class in com.sun.identity.log.spi
-
This class implements ITokenProvider interface and
representing SSO token provider.
- SSOTokenProvider() - Constructor for class com.sun.identity.log.spi.SSOTokenProvider
-
Construct the SSOTokenProvider
- ssoTokenString(String) - Method in class org.forgerock.openam.sts.service.invocation.TokenGenerationServiceInvocationState.TokenGenerationServiceInvocationStateBuilder
-
- ssoTokenToSubEntries - Variable in class com.sun.identity.sm.CachedSubEntries
-
- SSOVALUE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Default value of the sso
- STAC_LZS - Static variable in class org.forgerock.openam.radius.common.packet.FramedCompressionAttribute
-
This compression value indicates Stac-LZS compression.
- STALE_MSG - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
- STANDARD_STS_PORT_QNAME - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
The name of the sts service port in all of the standard wsdl definitions.
- STANDARD_STS_PORT_QNAME - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- STANDARD_STS_SERVICE_NAME - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- STANDARD_STS_SERVICE_QNAME - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
The name of the sts service in all of the standard wsdl definitions.
- StandardScriptEngineManager - Class in org.forgerock.openam.scripting
-
A singleton implementation of the
ScriptEngineManager, this is augmented to support
a publish/subscribe (observer) pattern for propagating configuration changes to individual language implementations
and other listeners.
- StandardScriptEngineManager() - Constructor for class org.forgerock.openam.scripting.StandardScriptEngineManager
-
Constructs and configures the engine manager.
- StandardScriptEngineManager.ConfigurationListener - Interface in org.forgerock.openam.scripting
-
Observer pattern interface for listening to changes in the script engine configuration.
- StandardScriptEvaluator - Class in org.forgerock.openam.scripting
-
Evaluates scripts using the standard JSR 223 script engine framework.
- StandardScriptEvaluator(StandardScriptEngineManager) - Constructor for class org.forgerock.openam.scripting.StandardScriptEvaluator
-
Constructs the script evaluator using the given JSR 223 script engine manager instance.
- StandardScriptValidator - Class in org.forgerock.openam.scripting
-
Validates scripts using the standard JSR 223 script engine framework.
- StandardScriptValidator(StandardScriptEngineManager) - Constructor for class org.forgerock.openam.scripting.StandardScriptValidator
-
Constructs the script validator using the given JSR 223 script engine manager instance.
- start() - Method in class com.sun.identity.entitlement.util.NetworkMonitor
-
- start(Future<?>) - Method in class org.forgerock.openam.authentication.callbacks.helpers.PollingWaitAssistant
-
Starts this callback helper, setting up the future to watch and the startTime as now.
- start() - Method in interface org.forgerock.openam.entitlement.indextree.IndexChangeMonitor
-
Start the listener to monitor for index changes.
- start() - Method in class org.forgerock.openam.entitlement.indextree.IndexChangeMonitorImpl
-
Start the listener to monitor for index changes.
- start() - Method in interface org.forgerock.openam.sm.datalayer.api.TaskExecutor
-
If the executor needs to do anything to start up it should be done here.
- start() - Method in class org.forgerock.openam.sm.datalayer.impl.PooledTaskExecutor
-
- start() - Method in class org.forgerock.openam.sm.datalayer.impl.SeriesTaskExecutor
-
Create TaskProcessor threads for all configured connections.
- start() - Method in class org.forgerock.openam.sm.datalayer.impl.SimpleTaskExecutor
-
- start() - Method in class org.forgerock.openam.utils.TimeDuration
-
Set Current Time as Start Time.
- START_ACTION - Static variable in class org.forgerock.openam.core.rest.record.RecordConstants
-
- START_DATE - Static variable in interface com.sun.identity.policy.interfaces.Condition
-
Deprecated.
Key that is used in a SimpleTimeCondition to define the
start of date range for which a policy applies.
- START_DATE - Static variable in class org.forgerock.openam.entitlement.conditions.environment.ConditionConstants
-
Key that is used in a SimpleTimeCondition to define the start of date range for which a policy
applies.
- START_DATE_AFTER_END_DATE - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- START_DAY - Static variable in interface com.sun.identity.policy.interfaces.Condition
-
Deprecated.
Key that is used in a SimpleTimeCondition to define the
start of day of week range for which a policy applies.
- START_DAY - Static variable in class org.forgerock.openam.entitlement.conditions.environment.ConditionConstants
-
Key that is used in a SimpleTimeCondition to define the start of day of week range for which a policy
applies.
- START_END_ELEMENT - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Start end element
- START_END_ELEMENT - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
String to identify "</".
- START_IP - Static variable in interface com.sun.identity.policy.interfaces.Condition
-
Deprecated.
Key used in IPCondition to define the start of IP
address range for which a policy applies.
- START_IP - Static variable in class org.forgerock.openam.entitlement.conditions.environment.ConditionConstants
-
Key used in IPCondition to define the start of IP address range for which a policy applies.
- START_LOG_CONFIG_NAME - Static variable in class com.sun.identity.log.LogConstants
-
logging start due to logging configuration change
- START_LOG_NEW_LOGGER_NAME - Static variable in class com.sun.identity.log.LogConstants
-
logging start due to container starting
- START_TAG - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Start Tag for XML String
- START_TIME - Static variable in interface com.sun.identity.policy.interfaces.Condition
-
Deprecated.
Key that is used in SimpleTimeCondition to define the
beginning of time range during which a policy applies.
- START_TIME - Static variable in class org.forgerock.openam.entitlement.conditions.environment.ConditionConstants
-
Key that is used in SimpleTimeCondition to define the beginning of time range during which a policy
applies.
- startAgent(SSOServerMonConfig) - Static method in class com.sun.identity.monitoring.Agent
-
This method starts up the monitoring agent from the
common/ConfigMonitoring module (load-on-startup or at the
end of AMSetupServlet/configuration).
- startAsync() - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
- startAsync(ServletRequest, ServletResponse) - Method in class org.forgerock.openam.authentication.service.protocol.RemoteServletRequest
-
- startAttribute(String, String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.MSVValidator
-
- startAttribute(String, String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXMarshaller
-
Starts marshalling of an attribute.
- startAttribute(String, String) - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer
-
Starts marshalling of an attribute.
- startAttribute(String, String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.MSVValidator
-
- startAttribute(String, String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXMarshaller
-
Starts marshalling of an attribute.
- startAttribute(String, String) - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.XMLSerializer
-
Starts marshalling of an attribute.
- startContinuousQuery(TokenFilter, ContinuousQueryListener) - Method in class org.forgerock.openam.cts.impl.LdapAdapter
-
- startContinuousQuery(TokenFilter, ContinuousQueryListener) - Method in interface org.forgerock.openam.sm.datalayer.api.TokenStorageAdapter
-
Performs a continuous query using the provided filter.
- startContinuousQuery(TokenFilter, ContinuousQueryListener) - Method in class org.openidentityplatform.openam.cassandra.TokenStorageAdapter
-
Performs a continuous query using the provided filter.
- startDate(String) - Method in class com.sun.identity.monitoring.SSOServerInfo.SSOServerInfoBuilder
-
- startDispatcher() - Method in class org.forgerock.openam.cts.impl.queue.TaskDispatcher
-
Start the dispatcher.
- startDocument() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.ContentHandlerAdaptor
-
- startDocument() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- startDocument() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.ContentHandlerAdaptor
-
- startDocument() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- startElement(String, String, String, Attributes) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.ContentHandlerAdaptor
-
- startElement(String, String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.MSVValidator
-
- startElement() - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.NamespaceContextImpl
-
Sets the current bindings aside and starts a new element context.
- startElement(String, String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXMarshaller
-
Starts marshalling of an element.
- startElement(String, String, String, Attributes) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- startElement(String, String, String, Attributes) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatingUnmarshaller
-
- startElement(String, String) - Method in interface com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer
-
Starts marshalling of an element.
- startElement(String, String, String, Attributes) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.ContentHandlerAdaptor
-
- startElement(String, String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.MSVValidator
-
- startElement() - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.NamespaceContextImpl
-
Sets the current bindings aside and starts a new element context.
- startElement(String, String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXMarshaller
-
Starts marshalling of an element.
- startElement(String, String, String, Attributes) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- startElement(String, String, String, Attributes) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.ValidatingUnmarshaller
-
- startElement(String, String) - Method in interface com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.XMLSerializer
-
Starts marshalling of an element.
- startingTab - Variable in class com.sun.identity.config.wizard.Wizard
-
- startListening() - Method in class org.forgerock.openam.radius.server.config.ConfigChangeListener
-
Method to allow creators of the ConfigChangeListener to have it start listening to config changes.
- startLogin() - Method in class com.sun.identity.authentication.internal.AuthContext
-
Method to start the login process.
- startLogVerifier() - Method in class com.sun.identity.log.secure.LogVerifier
-
Method that starts the log Verifier thread
- startPrefixMapping(String, String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.ContentHandlerAdaptor
-
- startPrefixMapping(String, String) - Method in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.SAXUnmarshallerHandlerImpl
-
- startPrefixMapping(String, String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.ContentHandlerAdaptor
-
- startPrefixMapping(String, String) - Method in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.SAXUnmarshallerHandlerImpl
-
- startQuery() - Method in class com.iplanet.services.ldap.event.LDAPv3PersistentSearch
-
Starts the persistent search connection against the directory.
- startQuery() - Method in interface org.forgerock.openam.cts.continuous.ContinuousQuery
-
Begins the continuous query on the datastore.
- StartRecord - Class in com.sun.identity.cli.record
-
Start recording OpenAM by calling the records REST endpoint.
- StartRecord() - Constructor for class com.sun.identity.cli.record.StartRecord
-
- startRecord() - Method in class org.forgerock.openam.core.rest.record.Record
-
Start recording
- startRecording(JsonValue) - Method in interface org.forgerock.openam.core.rest.record.DebugRecorder
-
Start recording
- startRecording(JsonValue) - Method in class org.forgerock.openam.core.rest.record.DefaultDebugRecorder
-
Start recording an issue
- startServer(String) - Static method in class com.sun.identity.setup.EmbeddedOpenDS
-
Starts the embedded OpenDJ instance.
- startServices() - Method in interface org.forgerock.openam.services.push.PushNotificationDelegate
-
Starts any required services for this delegate.
- startServices() - Method in class org.forgerock.openam.services.push.sns.SnsHttpDelegate
-
- startsWith(String, String) - Static method in class org.forgerock.openam.utils.StringUtils
-
Check if one string starts with another string.
- startTasks() - Method in class org.forgerock.openam.cts.worker.CTSWorkerManager
-
- startUp() - Method in interface org.forgerock.openam.radius.server.config.RadiusServer
-
Launches the Radius Server.
- startUp() - Method in class org.forgerock.openam.radius.server.config.RadiusServerManager
-
- startup() - Method in interface org.forgerock.openam.sts.soap.bootstrap.SoapSTSLifecycle
-
Start up the soap-sts agent context.
- startup() - Method in class org.forgerock.openam.sts.soap.bootstrap.SoapSTSLifecycleImpl
-
- Stat - Class in com.sun.identity.tools.diffs
-
CVS stat utility.
- STATE - Static variable in class com.sun.identity.policy.plugins.PrivilegeCondition
-
- state - Variable in class com.sun.identity.saml2.jaxb.assertion.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
Current state of this automaton.
- state - Variable in class com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.AbstractUnmarshallingEventHandlerImpl
-
Current state of this automaton.
- STATE - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.Params
-
Parameter usage location: authorization request, authorization.
- state(String) - Method in exception org.forgerock.openam.oauth2.OAuthProblemException
-
- STATE_VARIABLE_NAME - Static variable in class org.forgerock.openam.authentication.modules.scripted.Scripted
-
- StateAttribute - Class in org.forgerock.openam.radius.common
-
Class representing the structure of the State attribute as specified in section 5.24 of RFC 2865 and able to be
instantiated from the on-the-wire bytes.
- StateAttribute(String) - Constructor for class org.forgerock.openam.radius.common.StateAttribute
-
Creates an instance to contain the given string.
- StateAttribute(byte[]) - Constructor for class org.forgerock.openam.radius.common.StateAttribute
-
Creates a ReplyMessageAttribute from the on-the-wire octets.
- StateData - Class in com.sun.identity.install.tools.configurator
-
- StateData(String, boolean, boolean) - Constructor for class com.sun.identity.install.tools.configurator.StateData
-
- StatefulAccessToken - Class in org.forgerock.oauth2.core
-
Models a OAuth2 access token.
- StatefulAccessToken(JsonValue) - Constructor for class org.forgerock.oauth2.core.StatefulAccessToken
-
Constructs a new AccessToken backed with the data in the specified JsonValue.
- StatefulAccessToken(JsonValue, String, String) - Constructor for class org.forgerock.oauth2.core.StatefulAccessToken
-
Constructs a new AccessToken backed with the data in the specified JsonValue.
- StatefulAccessToken(String, String, String, String, String, Set<String>, long, RefreshToken, String, String, String, String, String, String, JsonValue) - Constructor for class org.forgerock.oauth2.core.StatefulAccessToken
-
Constructs a new AccessToken.
- StatefulAccessToken(String, String, String, String, String, Set<String>, long, RefreshToken, String, String, String, String, String, String, long, JsonValue) - Constructor for class org.forgerock.oauth2.core.StatefulAccessToken
-
Constructs a new AccessToken.
- StatefulRefreshToken - Class in org.forgerock.oauth2.core
-
Models a OAuth2 Refresh Token.
- StatefulRefreshToken(JsonValue) - Constructor for class org.forgerock.oauth2.core.StatefulRefreshToken
-
Constructs a new RefreshToken backed with the data in the specified JsonValue.
- StatefulRefreshToken(String, String, String, String, Set<String>, long, String, String, String, String, String, String, String, String) - Constructor for class org.forgerock.oauth2.core.StatefulRefreshToken
-
Constructs a new RefreshToken.
- StatefulRefreshToken(String, String, String, String, Set<String>, long, String, String, String, String, String, String, String, String, long) - Constructor for class org.forgerock.oauth2.core.StatefulRefreshToken
-
Constructs a new RefreshToken.
- StatefulToken - Class in org.forgerock.oauth2.core
-
- StatefulToken(Object) - Constructor for class org.forgerock.oauth2.core.StatefulToken
-
- StatefulTokenStore - Class in org.forgerock.openam.oauth2
-
Implementation of the OpenId Connect Token Store which the OpenId Connect Provider will implement.
- StatefulTokenStore(OAuthTokenStore, OAuth2ProviderSettingsFactory, OAuth2UrisFactory, OpenIdConnectClientRegistrationStore, RealmNormaliser, SSOTokenManager, CookieExtractor, OAuth2AuditLogger, Debug, SecureRandom, ClientAuthenticationFailureFactory, RecoveryCodeGenerator, OAuth2Utils) - Constructor for class org.forgerock.openam.oauth2.StatefulTokenStore
-
Constructs a new OpenAMTokenStore.
- stateless - Variable in class com.sun.identity.authentication.service.LoginState
-
- STATELESS_FORCE_FAILED - Static variable in class com.sun.identity.authentication.service.AMAuthErrorCode
-
Stateless ForceAuth failed
- STATELESS_JWT_CACHE_MAX_SIZE - Static variable in class org.forgerock.openam.session.stateless.StatelessConstants
-
System Property for Stateless JWT Cache sizing.
- STATELESS_TOKENS_ENABLED - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2ProviderService
-
- StatelessAccessToken - Class in org.forgerock.openam.oauth2
-
Models a stateless OpenAM OAuth2 access token.
- StatelessAccessToken(Jwt, String) - Constructor for class org.forgerock.openam.oauth2.StatelessAccessToken
-
Constructs a new StatelessAccessToken backed with the specified Jwt.
- StatelessAdminRestriction - Class in org.forgerock.openam.sso.providers.stateless
-
Centralised logic to coordinate the decision around Stateless Sessions.
- StatelessAdminRestriction(StatelessAdminRestriction.SuperUserDelegate, StatelessSessionManager) - Constructor for class org.forgerock.openam.sso.providers.stateless.StatelessAdminRestriction
-
- StatelessAdminRestriction.SuperUserDelegate - Interface in org.forgerock.openam.sso.providers.stateless
-
Responsible for answering the question of whether some token represents an administrator user.
- StatelessCheck<T> - Interface in org.forgerock.openam.oauth2
-
Interface for checking whether an OAuth2 token is stateless or not
- StatelessConfig - Class in org.forgerock.openam.session.stateless
-
Responsible for providing configuration to all parts of the Stateless Session code base.
- StatelessConfig(SystemPropertiesWrapper) - Constructor for class org.forgerock.openam.session.stateless.StatelessConfig
-
- StatelessConstants - Class in org.forgerock.openam.session.stateless
-
Represents all constants that are applicable to Stateless Sessions.
- StatelessConstants() - Constructor for class org.forgerock.openam.session.stateless.StatelessConstants
-
- StatelessJWTCache - Class in org.forgerock.openam.session.stateless.cache
-
Responsible for providing a caching layer for JWT/SessionInfo conversion.
- StatelessJWTCache(StatelessConfig, ServiceListeners) - Constructor for class org.forgerock.openam.session.stateless.cache.StatelessJWTCache
-
- StatelessOperations - Class in com.iplanet.dpro.session.operations.strategies
-
Handles client-side sessions.
- StatelessOperations(LocalOperations, StatelessSessionManager, Blacklist<Session>, SessionLogging, SessionAuditor, SessionChangeAuthorizer) - Constructor for class com.iplanet.dpro.session.operations.strategies.StatelessOperations
-
- StatelessRefreshToken - Class in org.forgerock.openam.oauth2
-
Models a stateless OpenAM OAuth2 refresh token.
- StatelessRefreshToken(Jwt, String) - Constructor for class org.forgerock.openam.oauth2.StatelessRefreshToken
-
Constructs a new StatelessRefreshToken backed with the specified Jwt.
- StatelessSession - Class in org.forgerock.openam.sso.providers.stateless
-
The StatelessSession class represents a stateless session.
- StatelessSession(SessionID, SessionInfo, StatelessSessionManager) - Constructor for class org.forgerock.openam.sso.providers.stateless.StatelessSession
-
Constructs the stateless session with the given ID, session state and session factory.
- StatelessSessionManager - Class in org.forgerock.openam.sso.providers.stateless
-
Responsible for creating StatelessSession and SessionInfo instances from JWT
tokens.
- StatelessSessionManager(StatelessJWTCache, SessionServerConfig, SessionServiceConfig) - Constructor for class org.forgerock.openam.sso.providers.stateless.StatelessSessionManager
-
Guice initialised constructor.
- StatelessSessions - Class in org.forgerock.openam.monitoring.session
-
The class is used for implementing the "StatelessSessions" group.
- StatelessSessions(SnmpMib) - Constructor for class org.forgerock.openam.monitoring.session.StatelessSessions
-
Constructor for the "StatelessSessions" group.
- StatelessSessions(SnmpMib, MBeanServer) - Constructor for class org.forgerock.openam.monitoring.session.StatelessSessions
-
Constructor for the "StatelessSessions" group.
- StatelessSessionSigningAlgorithmValidator - Class in org.forgerock.openam.sm.validation
-
Validates stateless session signature algorithm choice is consistent with
org.forgerock.openam.session.stateless.signing.allownone system property.
- StatelessSessionSigningAlgorithmValidator() - Constructor for class org.forgerock.openam.sm.validation.StatelessSessionSigningAlgorithmValidator
-
Default constructor.
- StatelessSessionsImpl - Class in org.forgerock.openam.monitoring.session
-
Monitoring for stateless sessions.
- StatelessSessionsImpl(SnmpMib, SessionMonitoringStore) - Constructor for class org.forgerock.openam.monitoring.session.StatelessSessionsImpl
-
- StatelessSessionsMBean - Interface in org.forgerock.openam.monitoring.session
-
This interface is used for representing the remote management interface for the "StatelessSessions" MBean.
- StatelessSessionsMeta - Class in org.forgerock.openam.monitoring.session
-
The class is used for representing SNMP metadata for the "StatelessSessions" group.
- StatelessSessionsMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class org.forgerock.openam.monitoring.session.StatelessSessionsMeta
-
Constructor for the metadata associated to "StatelessSessions".
- StatelessSSOProvider - Class in org.forgerock.openam.sso.providers.stateless
-
A provider for explicitly stateless SSO tokens.
- StatelessSSOProvider(StatelessSessionManager, Blacklist<Session>, StatelessAdminRestriction, Debug) - Constructor for class org.forgerock.openam.sso.providers.stateless.StatelessSSOProvider
-
Default constructor is required by interface.
- StatelessToken - Class in org.forgerock.openam.oauth2
-
- StatelessToken(Jwt, String) - Constructor for class org.forgerock.openam.oauth2.StatelessToken
-
- StatelessTokenCtsAdapter - Class in org.forgerock.openam.oauth2
-
Implementation of the TokenAdapter for the StatelessTokenMetadata objects.
- StatelessTokenCtsAdapter() - Constructor for class org.forgerock.openam.oauth2.StatelessTokenCtsAdapter
-
- StatelessTokenMetadata - Class in org.forgerock.openam.oauth2
-
Stateful representation of the stateless OAuth2 tokens.
- StatelessTokenMetadata(String, String, long, String, String, Set<String>, String, String, String) - Constructor for class org.forgerock.openam.oauth2.StatelessTokenMetadata
-
- StatelessTokenStore - Class in org.forgerock.openam.oauth2
-
Stateless implementation of the OAuth2 Token Store.
- StatelessTokenStore(StatefulTokenStore, JwtBuilderFactory, OAuth2ProviderSettingsFactory, Debug, OpenIdConnectClientRegistrationStore, RealmNormaliser, OAuth2UrisFactory, Blacklist<Blacklistable>, CTSPersistentStore, TokenAdapter<StatelessTokenMetadata>, OAuth2Utils) - Constructor for class org.forgerock.openam.oauth2.StatelessTokenStore
-
Constructs a new StatelessTokenStore.
- Statement - Class in com.sun.identity.saml.assertion
-
The Statement element is an extension point that allows
other assertion-based applications to reuse the SAML assertion framework.
- Statement() - Constructor for class com.sun.identity.saml.assertion.Statement
-
Default constructor of the statement
- Statement - Interface in com.sun.identity.saml2.assertion
-
The Statement element is an extension point that allows
other assertion-based applications to reuse the SAML assertion framework.
- STATEMENT - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- StatementAbstractType - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for StatementAbstractType complex type.
- StatementAbstractTypeImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- StatementAbstractTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.StatementAbstractTypeImpl
-
- StatementAbstractTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- StatementElement - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for Statement element declaration.
- StatementElementImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- StatementElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.StatementElementImpl
-
- StatementElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- StatementProvider - Interface in org.forgerock.openam.sts.tokengeneration.saml2
-
Defines the interface referenced by the SAML2TokenGeneration implementation to obtain the providers of the various
SAML2 assertion statements.
- StatementProviderImpl - Class in org.forgerock.openam.sts.tokengeneration.saml2
-
- STATIC_ATTRIBUTE - Static variable in class com.sun.identity.policy.plugins.IDRepoResponseProvider
-
- STATIC_GROUP - Static variable in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Represents a Static Group object type
- STATIC_GROUP_DN_ATTRIBUTE - Static variable in interface com.iplanet.am.sdk.AMConstants
-
Deprecated.
- STATIC_QUOTE - Static variable in class org.forgerock.openam.utils.AttributeUtils
-
Used when defining a static attribute, the attribute should be enclosed by this flag.
- StaticAttributes - Class in com.sun.identity.entitlement
-
Interface specification for entitlement ResourceAttribute
- StaticAttributes() - Constructor for class com.sun.identity.entitlement.StaticAttributes
-
Constructs an instance of StaticAttributes
- StaticDefaultValueFinder - Class in com.sun.identity.install.tools.configurator
-
- StaticDefaultValueFinder() - Constructor for class com.sun.identity.install.tools.configurator.StaticDefaultValueFinder
-
- StaticGroup - Class in com.iplanet.ums
-
Represents a static group entry.
- StaticGroup() - Constructor for class com.iplanet.ums.StaticGroup
-
Default constructor
- StaticGroup(CreationTemplate, AttrSet) - Constructor for class com.iplanet.ums.StaticGroup
-
Constructs a StaticGroup object in memory with
a given template.
- StaticLoggerBinder - Class in org.slf4j.impl
-
- Statistics - Class in com.sun.identity.sm.ldap
-
Statistics implementation used by the store to keep track of the number
and type of received requests.
- Stats - Class in com.sun.identity.shared.stats
-
Allows a uniform interface to statistics information in a uniform format.
- STATS_MASTER_TABLE - Static variable in class com.iplanet.dpro.session.service.SessionConstants
-
- STATS_MASTER_TABLE - Static variable in class org.forgerock.openam.session.SessionConstants
-
Session Master Stats table reference (for Guice injection)
- StatsData(long) - Constructor for class com.sun.identity.entitlement.util.NetworkMonitor.StatsData
-
- StatsListener - Interface in com.sun.identity.shared.stats
-
The StatsListener interface needs to be implemented by each
component in order to print the statistics.
- StatsRunner - Class in com.sun.identity.shared.stats
-
- StatsRunner() - Constructor for class com.sun.identity.shared.stats.StatsRunner
-
- STATUS - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- status - Variable in class com.sun.identity.entitlement.xacml3.core.Result
-
- Status - Class in com.sun.identity.entitlement.xacml3.core
-
Java class for StatusType complex type.
- Status() - Constructor for class com.sun.identity.entitlement.xacml3.core.Status
-
- STATUS - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Status
- STATUS - Static variable in class com.sun.identity.idm.plugins.files.FilesRepo
-
- Status - Class in com.sun.identity.liberty.ws.common
-
This class represents a common status object.
- Status() - Constructor for class com.sun.identity.liberty.ws.common.Status
-
Default constructor.
- Status(String, String) - Constructor for class com.sun.identity.liberty.ws.common.Status
-
Constructor.
- status - Variable in class com.sun.identity.saml.protocol.Response
-
- Status - Class in com.sun.identity.saml.protocol
-
This class represents the Status element.
- Status(Element) - Constructor for class com.sun.identity.saml.protocol.Status
-
This constructor is used to construct a Status from a DOM element.
- Status(StatusCode, String, Element) - Constructor for class com.sun.identity.saml.protocol.Status
-
Constructor.
- Status(StatusCode) - Constructor for class com.sun.identity.saml.protocol.Status
-
Constructs a Status object from a StatusCode.
- STATUS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for Status Element.
- STATUS - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- status - Variable in class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
- Status - Interface in com.sun.identity.saml2.protocol
-
This class represents the StatusType complex type in
SAML protocol schema.
- STATUS - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for Status element
- Status - Interface in com.sun.identity.xacml.context
-
The Status element is a container of
one or more Statuss issuded by authorization authority.
- STATUS_ABORT - Static variable in class com.sun.identity.install.tools.configurator.InteractionResultStatus
-
- STATUS_ABORT - Static variable in exception com.sun.identity.sm.SMSException
-
Status to abort operation
- STATUS_ACTION - Static variable in class org.forgerock.openam.core.rest.record.RecordConstants
-
- STATUS_ACTIVE - Static variable in class org.forgerock.openam.ldap.LDAPConstants
-
Status active.
- STATUS_ATTRIBUTE - Static variable in class com.sun.identity.sm.SMSUtils
-
- STATUS_BACK - Static variable in class com.sun.identity.install.tools.configurator.InteractionResultStatus
-
- STATUS_CODE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Parameter for status code.
- STATUS_CODE - Static variable in interface com.sun.identity.liberty.ws.disco.plugins.DiscoEntryHandler
-
Key used in method modifyDiscoEntries() return Map.
- STATUS_CODE - Static variable in class com.sun.identity.rest.ResourceBase
-
- STATUS_CODE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for StatusCode Element.
- STATUS_CODE - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- STATUS_CODE - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for StatusCode element
- STATUS_CODE_MISSING_ATTRIBUTE - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for status code: missing-attribute URI
- STATUS_CODE_OK - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for status code: ok URI
- STATUS_CODE_PROCESSING_ERROR - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for status code: processing-error URI
- STATUS_CODE_SUCCESS - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Status code for saml protocol success
- STATUS_CODE_SUCCESS - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Success status code.
- STATUS_CODE_SUCCESS_NO_PREFIX - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Status code for saml protocol success without prefix
- STATUS_CODE_SUCCESS_NO_PREFIX - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Success status code with no namespace prefix.
- STATUS_CODE_SYNTAX_ERROR - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for status code: syntax-error URI
- STATUS_CONFIG_PROBLEM - Static variable in exception com.sun.identity.sm.SMSException
-
If the root LDAP exception is INVALID_CREDENTIALS or
REFERRAL then this status is set
- STATUS_CONTINUE - Static variable in class com.sun.identity.install.tools.configurator.InteractionResultStatus
-
- STATUS_DETAIL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for StatusDetail Element.
- STATUS_DETAIL - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- STATUS_DETAIL - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for StatusDetail element
- STATUS_DIRECTIVE - Static variable in class com.sun.identity.liberty.ws.disco.common.DiscoConstants
-
Status code "Directive".
- STATUS_FAILED - Static variable in class com.sun.identity.install.tools.configurator.ValidationResultStatus
-
- STATUS_FAILED - Static variable in class com.sun.identity.liberty.ws.disco.common.DiscoConstants
-
Status code "Failed".
- STATUS_FORBIDDEN - Static variable in class com.sun.identity.liberty.ws.disco.common.DiscoConstants
-
Status code "Forbidden".
- STATUS_INACTIVE - Static variable in class org.forgerock.openam.ldap.LDAPConstants
-
Status inactive.
- STATUS_LDAP_OP_FAILED - Static variable in exception com.sun.identity.sm.SMSException
-
If root LDAP cause is an LDAP exception with one of the following error
codes then this status is set.
- STATUS_MESSAGE - Static variable in class com.sun.identity.rest.ResourceBase
-
- STATUS_MESSAGE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for StatusMessage Element.
- STATUS_MESSAGE - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- STATUS_MESSAGE - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for StatusMessage element
- STATUS_MESSAGE_CODES_SESSION_KEY - Static variable in class com.sun.identity.config.util.TemplatedPage
-
- STATUS_NO_PERMISSION - Static variable in exception com.sun.identity.sm.SMSException
-
If the root LDAP cause is INSUFFICIENT_ACCESS_RIGHTS
- STATUS_NONE - Static variable in exception com.sun.identity.sm.SMSException
-
No status code is set
- STATUS_NORESULTS - Static variable in class com.sun.identity.liberty.ws.disco.common.DiscoConstants
-
Status code "NoResults".
- STATUS_NOT_ALLOW - Static variable in exception com.sun.identity.sm.SMSException
-
the operation is not allowed.
- STATUS_OK - Static variable in class com.sun.identity.liberty.ws.disco.common.DiscoConstants
-
OK status code.
- STATUS_PARAM - Static variable in class com.sun.identity.multiprotocol.SingleLogoutManager
-
Constant for logout status parameter name
- STATUS_QUO_ANTE - Static variable in exception com.sun.identity.sm.SMSException
-
If root LDAP cause is LDAP_PARTIAL_RESULTS then this
status is set
- STATUS_REMOVEENTRY - Static variable in class com.sun.identity.liberty.ws.disco.common.DiscoConstants
-
Status code "RemoveEntry".
- STATUS_REPEATEDLY_FAILED - Static variable in exception com.sun.identity.sm.SMSException
-
Repeated retry to data store failed
- STATUS_RESPONSE - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- STATUS_RETRY - Static variable in exception com.sun.identity.sm.SMSException
-
Retry connection to data store
- STATUS_START_OVER - Static variable in class com.sun.identity.install.tools.configurator.InteractionResultStatus
-
- STATUS_SUCCESS - Static variable in class com.sun.identity.install.tools.configurator.ValidationResultStatus
-
- STATUS_UNKNOWN_EXCEPTION - Static variable in exception com.sun.identity.sm.SMSException
-
If root cause is other than any of those listed in other status codes
- STATUS_WARNING - Static variable in class com.sun.identity.install.tools.configurator.ValidationResultStatus
-
- statusAttributeMap - Static variable in class com.iplanet.am.sdk.AMCommonUtils
-
Deprecated.
- StatusChecker - Class in org.forgerock.openam.installer.utils
-
Runnable to check the HTTP status of a URI, with a server and path.
- StatusChecker(String, String) - Constructor for class org.forgerock.openam.installer.utils.StatusChecker
-
- statusCode - Variable in class com.sun.identity.entitlement.xacml3.core.Status
-
- StatusCode - Class in com.sun.identity.entitlement.xacml3.core
-
Java class for StatusCodeType complex type.
- StatusCode() - Constructor for class com.sun.identity.entitlement.xacml3.core.StatusCode
-
- statusCode - Variable in class com.sun.identity.entitlement.xacml3.core.StatusCode
-
- StatusCode - Class in com.sun.identity.saml.protocol
-
This class represents the StatusCode and
SubStatusCode element.
- StatusCode(Element) - Constructor for class com.sun.identity.saml.protocol.StatusCode
-
Constructs an instance of StatusCode from a DOM element.
- StatusCode(String, StatusCode) - Constructor for class com.sun.identity.saml.protocol.StatusCode
-
Construct a StatusCode object from a value String and a sub
StatusCode.
- StatusCode(String) - Constructor for class com.sun.identity.saml.protocol.StatusCode
-
Construct a StatusCode object from a value String.
- StatusCode - Interface in com.sun.identity.saml2.protocol
-
This class represents the StatusCodeType complex type in
SAML protocol schema.
- StatusCode - Interface in com.sun.identity.xacml.context
-
The StatusCode element is a container of
one or more StatusCodes issuded by authorization authority.
- StatusCodeImpl - Class in com.sun.identity.saml2.protocol.impl
-
This class defines methods for StatusCode element.
- StatusCodeImpl() - Constructor for class com.sun.identity.saml2.protocol.impl.StatusCodeImpl
-
Constructs the StatusCode Object.
- StatusCodeImpl(Element) - Constructor for class com.sun.identity.saml2.protocol.impl.StatusCodeImpl
-
Constructs the StatusCode Object.
- StatusCodeImpl(String) - Constructor for class com.sun.identity.saml2.protocol.impl.StatusCodeImpl
-
Constructs the StatusCode Object.
- StatusCodeImpl - Class in com.sun.identity.xacml.context.impl
-
The StatusCode element is a container of
one or more StatusCodes issuded by authorization authority.
- StatusCodeImpl() - Constructor for class com.sun.identity.xacml.context.impl.StatusCodeImpl
-
Constructs a StatusCode object
- StatusCodeImpl(String) - Constructor for class com.sun.identity.xacml.context.impl.StatusCodeImpl
-
Constructs a StatusCode object from an XML string
- StatusCodeImpl(Element) - Constructor for class com.sun.identity.xacml.context.impl.StatusCodeImpl
-
Constructs a StatusCode object from an XML DOM element
- statusDetail - Variable in class com.sun.identity.entitlement.xacml3.core.Status
-
- StatusDetail - Class in com.sun.identity.entitlement.xacml3.core
-
Java class for StatusDetailType complex type.
- StatusDetail() - Constructor for class com.sun.identity.entitlement.xacml3.core.StatusDetail
-
- StatusDetail - Interface in com.sun.identity.saml2.protocol
-
This class represents the StatusDetailType complex type in
SAML protocol schema.
- StatusDetail - Interface in com.sun.identity.xacml.context
-
The StatusCode element is a container of
one or more Statuss issuded by authorization authority.
- StatusDetailImpl - Class in com.sun.identity.saml2.protocol.impl
-
This class defines methods for adding StatusDetail elements.
- StatusDetailImpl() - Constructor for class com.sun.identity.saml2.protocol.impl.StatusDetailImpl
-
Constructs the StatusDetail Object.
- StatusDetailImpl(Element) - Constructor for class com.sun.identity.saml2.protocol.impl.StatusDetailImpl
-
Constructs the StatusDetail Object.
- StatusDetailImpl(String) - Constructor for class com.sun.identity.saml2.protocol.impl.StatusDetailImpl
-
Constructs the StatusDetail Object.
- StatusDetailImpl - Class in com.sun.identity.xacml.context.impl
-
The StatusCode element is a container of
one or more Statuss issuded by authorization authority.
- StatusDetailImpl() - Constructor for class com.sun.identity.xacml.context.impl.StatusDetailImpl
-
Constructs a StatusDetail object
- StatusDetailImpl(String) - Constructor for class com.sun.identity.xacml.context.impl.StatusDetailImpl
-
Constructs a StatusDetail object from an XML string
- StatusDetailImpl(Element) - Constructor for class com.sun.identity.xacml.context.impl.StatusDetailImpl
-
Constructs a StatusDetail object from an XML DOM element
- StatusImpl - Class in com.sun.identity.saml2.protocol.impl
-
This class defines methods for Status element.
- StatusImpl() - Constructor for class com.sun.identity.saml2.protocol.impl.StatusImpl
-
Constructs the Status Object.
- StatusImpl(Element) - Constructor for class com.sun.identity.saml2.protocol.impl.StatusImpl
-
Constructs the Status Object.
- StatusImpl(String) - Constructor for class com.sun.identity.saml2.protocol.impl.StatusImpl
-
Constructs the Status Object.
- StatusImpl - Class in com.sun.identity.xacml.context.impl
-
The Status element is a container of
one or more Statuss issuded by authorization authority.
- StatusImpl() - Constructor for class com.sun.identity.xacml.context.impl.StatusImpl
-
Constructs a Status object
- StatusImpl(String) - Constructor for class com.sun.identity.xacml.context.impl.StatusImpl
-
Constructs a Status object from an XML string
- StatusImpl(Element) - Constructor for class com.sun.identity.xacml.context.impl.StatusImpl
-
Constructs a Status object from an XML DOM element
- statusMessage - Variable in class com.sun.identity.entitlement.xacml3.core.Status
-
- StatusMessage - Interface in com.sun.identity.saml2.protocol
-
This class represents the StatusMessage element in
SAML protocol schema.
- StatusMessage - Interface in com.sun.identity.xacml.context
-
The StatusMessage element is a container of
one or more StatusMessages issuded by authorization authority.
- StatusMessageImpl - Class in com.sun.identity.saml2.protocol.impl
-
This class defines methods for adding StatusMessage element.
- StatusMessageImpl(String) - Constructor for class com.sun.identity.saml2.protocol.impl.StatusMessageImpl
-
Constructs the StatusMessage Object.
- StatusMessageImpl - Class in com.sun.identity.xacml.context.impl
-
The StatusMessage element is a container of
one or more StatusMessages issuded by authorization authority.
- StatusMessageImpl() - Constructor for class com.sun.identity.xacml.context.impl.StatusMessageImpl
-
Constructs a StatusMessage object
- StatusMessageImpl(String) - Constructor for class com.sun.identity.xacml.context.impl.StatusMessageImpl
-
Constructs a StatusMessage object from an XML string
- StatusMessageImpl(Element) - Constructor for class com.sun.identity.xacml.context.impl.StatusMessageImpl
-
Constructs a StatusMessage object from an XML DOM element
- statusMessages - Variable in class com.sun.identity.config.util.TemplatedPage
-
- StatusRecord - Class in com.sun.identity.cli.record
-
Get the current record Status by calling the records REST endpoint.
- StatusRecord() - Constructor for class com.sun.identity.cli.record.StatusRecord
-
- StatusResponse - Interface in com.sun.identity.saml2.protocol
-
This class represents the StatusResponseType complex type in
SAML protocol schema.
- StatusResponseImpl - Class in com.sun.identity.saml2.protocol.impl
-
This class defines methods for setting and retrieving attributes and
elements associated with a SAML response message used in SAML protocols.
- StatusResponseImpl() - Constructor for class com.sun.identity.saml2.protocol.impl.StatusResponseImpl
-
- StdDebugFile - Class in com.sun.identity.shared.debug.file.impl
-
Debug file dedicated to std out
- Step1 - Class in com.sun.identity.config.wizard
-
This is the first step in the advanced configuration flow.
- Step1() - Constructor for class com.sun.identity.config.wizard.Step1
-
- Step2 - Class in com.sun.identity.config.wizard
-
- Step2() - Constructor for class com.sun.identity.config.wizard.Step2
-
- Step3 - Class in com.sun.identity.config.wizard
-
Step 3 is for selecting the embedded or external configuration store
- Step3() - Constructor for class com.sun.identity.config.wizard.Step3
-
- Step4 - Class in com.sun.identity.config.wizard
-
Step 4 is the input of the remote user data store properties.
- Step4() - Constructor for class com.sun.identity.config.wizard.Step4
-
- Step5 - Class in com.sun.identity.config.wizard
-
Wizard Step # 5: Site Name, URL and Session HA Failover indicator.
- Step5() - Constructor for class com.sun.identity.config.wizard.Step5
-
- Step6 - Class in com.sun.identity.config.wizard
-
This is the first step in the advanced configuration flow.
- Step6() - Constructor for class com.sun.identity.config.wizard.Step6
-
- Step7 - Class in com.sun.identity.config.wizard
-
This is the summary page for the values entered during the configuration
process.
- Step7() - Constructor for class com.sun.identity.config.wizard.Step7
-
- stop() - Method in class org.forgerock.openam.utils.TimeDuration
-
Set Current Time as End Time.
- STOP_ACTION - Static variable in class org.forgerock.openam.core.rest.record.RecordConstants
-
- stopContinuousQuery(TokenFilter) - Method in interface org.forgerock.openam.cts.CTSPersistentStore
-
- stopContinuousQuery(TokenFilter) - Method in class org.forgerock.openam.cts.CTSPersistentStoreImpl
-
- stopContinuousQuery(TokenFilter) - Method in class org.forgerock.openam.cts.impl.CoreTokenAdapter
-
Removes a listener from a continuous query on the persistence layer.
- stopContinuousQuery(TokenFilter) - Method in class org.forgerock.openam.cts.impl.queue.TaskDispatcher
-
- stopContinuousQuery(TokenFilter) - Method in class org.forgerock.openam.rest.router.CTSPersistentStoreProxy
-
- stopIdleThreads() - Method in class com.iplanet.services.util.ThreadPool
-
Stops all the idle threads in the pool.
- stopLogVerifier() - Method in class com.sun.identity.log.secure.LogVerifier
-
Method to stop the log verifier thread if it is running
- stopPSearches() - Method in class com.iplanet.services.ldap.event.EventService
-
Removes listeners from running persistent searches and then stops their execution on the datastore.
- stopQuery() - Method in interface org.forgerock.openam.cts.continuous.ContinuousQuery
-
Ends the continuous query on the datastore, removing any outstanding listeners.
- stopQuery() - Method in class org.forgerock.openam.sm.datalayer.impl.ldap.CTSDJLDAPv3PersistentSearch
-
- StopRecord - Class in com.sun.identity.cli.record
-
Stop recording OpenAM by calling the records REST endpoint.
- StopRecord() - Constructor for class com.sun.identity.cli.record.StopRecord
-
- stopRecord() - Method in class org.forgerock.openam.core.rest.record.Record
-
Stop recording
- stopRecording() - Method in interface org.forgerock.openam.core.rest.record.DebugRecorder
-
Stop recording
- stopRecording() - Method in class org.forgerock.openam.core.rest.record.DefaultDebugRecorder
-
Stop recording the current issue.
- stopRMI() - Static method in class com.sun.identity.monitoring.Agent
-
- stopSearch() - Method in class com.iplanet.services.ldap.event.LDAPv3PersistentSearch
-
Stops the persistent search request, and terminates the LDAP connection.
- STORAGE_KEY - Static variable in class com.iplanet.dpro.session.LegacySessionIDExtensions
-
- store() - Method in interface com.iplanet.am.sdk.AMEntity
-
Deprecated.
Stores the change to directory server.
- store() - Method in class com.iplanet.am.sdk.AMEntityImpl
-
- store() - Method in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Stores the change to directory server.
- store(boolean) - Method in interface com.iplanet.am.sdk.AMObject
-
Deprecated.
Stores the change to directory server.
- store(SSOToken) - Method in interface com.iplanet.services.cdm.ClientTypesManager
-
Save changed to persistent store.
- store(SSOToken) - Method in class com.iplanet.services.cdm.DefaultClientTypesManager
-
- store - Variable in class com.sun.identity.config.wizard.LDAPStoreWizardPage
-
- store() - Method in class com.sun.identity.idm.AMIdentity
-
Stores the attributes of the object.
- store() - Method in class com.sun.identity.install.tools.util.xml.XMLDocument
-
Stores the in-memory XML data to the file system.
- store(SSOToken, String) - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Stores the policy object in a persistent data store
under the organization, sub-organization or a container
object, specified as a parameter.
- store() - Method in class com.sun.identity.saml.xmlsig.JKSKeyProvider
-
Store the keystore changes
- store() - Method in class com.sun.identity.wss.provider.plugins.AgentProvider
-
- store() - Method in class com.sun.identity.wss.provider.plugins.AM71AgentProvider
-
- store() - Method in class com.sun.identity.wss.provider.plugins.DiscoveryAgent
-
- store() - Method in class com.sun.identity.wss.provider.plugins.STSAgent
-
- store() - Method in class com.sun.identity.wss.provider.ProviderConfig
-
Stores the provider configuration.
- store() - Method in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
Saves the trust authority configuration.
- store() - Method in class org.forgerock.openam.authentication.modules.deviceprint.AMIdentityWrapper
-
Delegates to the store method on the AMIdentity instance.
- store(ServletContext) - Static method in class org.forgerock.openam.core.guice.ServletContextCache
-
- store() - Method in class org.forgerock.openam.scripting.api.ScriptedIdentity
-
Persists the current state of the user's attributes
- store(SSOToken) - Method in class org.forgerock.openam.services.cdm.BasicClientTypesManager
-
Save changed to persistent store.
- store() - Method in class org.forgerock.openam.utils.AMKeyProvider
-
Store the keystore changes.
- STORE_OPS_TOKENS - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2ProviderService
-
- STORE_PASS - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Specify keystore password file in config file
- STORE_SHARED_STATE_ENABLED - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- storeApplication(Application) - Method in interface com.sun.identity.entitlement.EntitlementConfiguration
-
Stores the application to data store.
- storeApplication(Application) - Method in class com.sun.identity.entitlement.opensso.EntitlementService
-
Stores the application to data store.
- storeApplicationType(ApplicationType) - Method in interface com.sun.identity.entitlement.EntitlementConfiguration
-
Stores the application type to data store.
- storeApplicationType(ApplicationType) - Method in class com.sun.identity.entitlement.opensso.EntitlementService
-
Stores the application type to data store.
- storeCookies - Static variable in class com.sun.identity.authentication.UI.AuthViewBeanBase
-
When HTTP request is made, we get authcontext and get current locale and
store it in fallbackLocale.
- storeDestroyTime(long, SessionMonitorType) - Method in class com.iplanet.dpro.session.monitoring.SessionMonitoringStore
-
Stores an entry in the destroyStore, offloading the work to another thread.
- StoredToken() - Constructor for class org.forgerock.openam.oauth2.OAuth2Constants.StoredToken
-
- StoreException - Exception in com.iplanet.dpro.session.exceptions
-
Encapsulates a problem in the store
- StoreException() - Constructor for exception com.iplanet.dpro.session.exceptions.StoreException
-
Constructs a new exception with null as its detail message.
- StoreException(String) - Constructor for exception com.iplanet.dpro.session.exceptions.StoreException
-
Constructs a new exception with the specified detail message.
- StoreException(Throwable) - Constructor for exception com.iplanet.dpro.session.exceptions.StoreException
-
Constructs a new exception with the specified cause.
- StoreException(String, Throwable) - Constructor for exception com.iplanet.dpro.session.exceptions.StoreException
-
Constructs a new exception with the specified detail message and cause.
- storeInCTS(String, Set<Predicate>, long) - Method in class org.forgerock.openam.authentication.modules.push.AbstractPushModule
-
Stores the message information in the CTS, to be used across the cluster.
- storeInProfilesMap(Client) - Method in class com.iplanet.services.cdm.DefaultClientTypesManager
-
Adds the client to its appropriate baseProfileMap & styleMap.
- storeLogoutTime(long, SessionMonitorType) - Method in class com.iplanet.dpro.session.monitoring.SessionMonitoringStore
-
Stores an entry in the logoutStore, offloading the work to another thread.
- StoreMode - Enum in org.forgerock.openam.sm.datalayer.api
-
Describe the three possible modes connection states the data store can operate in.
- storeParam - Variable in class com.sun.identity.security.cert.AMCertStore
-
- storeProperties(Properties) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
-
Writes the properties from existing AMConfig.properties.
- storeRefreshTime(long, SessionMonitorType) - Method in class com.iplanet.dpro.session.monitoring.SessionMonitoringStore
-
Stores an entry in the refreshStore, offloading the work to another thread.
- storeResourceBundle(SSOToken, String, String, Map) - Static method in class com.sun.identity.common.ISResourceBundle
-
Stores or creates the ResourceBundle in the directory.
- storeResourceType(Subject, String, ResourceType) - Method in interface org.forgerock.openam.entitlement.configuration.ResourceTypeConfiguration
-
Stores the resource type to the data store.
- storeResourceType(Subject, String, ResourceType) - Method in class org.forgerock.openam.entitlement.configuration.ResourceTypeConfigurationImpl
-
Stores the resource type to the data store.
- storeSetPropertyTime(long, SessionMonitorType) - Method in class com.iplanet.dpro.session.monitoring.SessionMonitoringStore
-
Stores an entry in the propertyStore, offloading the work to another thread.
- storeUsername(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Stores user name into shared state map.
- storeUsernamePasswd(String, String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Stores user name and password into shared state map.
- str - Variable in class com.sun.identity.log.service.InfoKey
-
Sting variable to keep parsing target data
- str - Variable in class com.sun.identity.log.service.InfoValue
-
Sting variable to keep parsing target data
- str - Variable in class com.sun.identity.log.service.Level
-
Sting variable to keep parsing target data
- str - Variable in class com.sun.identity.log.service.ParamValue
-
String variable to keep parsing target data
- str - Variable in class com.sun.identity.log.service.RecMsg
-
String variable to keep parsing target data
- str - Variable in class com.sun.identity.log.service.RecType
-
String variable to keep parsing target data
- STR_ACCEPT_LICENSE - Static variable in class com.sun.identity.install.tools.admin.AdminTool
-
- STR_AGENT_ADMIN_LOOKUP_KEY - Static variable in class com.sun.identity.install.tools.configurator.PasswordValidator
-
- STR_AGENT_ADMINISTRATOR_NAME - Static variable in class com.sun.identity.install.tools.configurator.CreateProfileTask
-
- STR_AGENT_ADMINISTRATOR_PASSWORD_FILE - Static variable in class com.sun.identity.install.tools.configurator.CreateProfileTask
-
- STR_AGENT_PASSWORD_FILE - Static variable in class com.sun.identity.install.tools.configurator.CreateProfileTask
-
- STR_AGENT_PROFILE_LOOKUP_KEY - Static variable in class com.sun.identity.install.tools.configurator.PasswordValidator
-
- STR_AGENT_PROFILE_NAME - Static variable in class com.sun.identity.install.tools.configurator.CreateProfileTask
-
- STR_AGENT_PROFILE_TYPE - Static variable in class com.sun.identity.install.tools.configurator.CreateProfileTask
-
- STR_AGENT_TYPE - Static variable in class com.sun.identity.install.tools.configurator.ValidateURL
-
- STR_AGENT_URL - Static variable in class com.sun.identity.install.tools.configurator.CreateProfileTask
-
- STR_AM_SERVER_URL - Static variable in class com.sun.identity.install.tools.configurator.CreateProfileTask
-
- STR_AUDIT_DIR_PREFIX_TAG - Static variable in interface com.sun.identity.install.tools.configurator.InstallConstants
-
Field STR_AUDIT_DIR_PREFIX_TAG
- STR_AUDIT_FILENAME_PREFIX - Static variable in class com.sun.identity.install.tools.configurator.AuditLogFileNameTask
-
- STR_AUDIT_FILENAME_SUFFIX - Static variable in class com.sun.identity.install.tools.configurator.AuditLogFileNameTask
-
- STR_AUDIT_LOG_EXT - Static variable in class com.sun.identity.install.tools.util.Audit
-
- STR_AUDIT_LOGS_DIR - Static variable in class com.sun.identity.install.tools.util.Audit
-
- STR_AUDIT_LOGS_DIR_NAME - Static variable in class com.sun.identity.install.tools.util.Audit
-
- STR_BACK_UP_FILE_LOOKUP_KEY - Static variable in class com.sun.identity.install.tools.configurator.BackupFileTask
-
- STR_BACK_UP_FILE_SUFFIX - Static variable in class com.sun.identity.install.tools.configurator.BackupFileTask
-
- STR_BEGIN_END_LINE_MARKER - Static variable in interface com.sun.identity.install.tools.configurator.InstallConstants
-
- STR_CLASS - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_CLASS_PREFIX - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_COMMA_DELIMITER - Static variable in class com.sun.identity.install.tools.configurator.SingleLineOptions
-
- STR_COMMON_INTERACTIONS - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_COMMON_TASKS - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_CONFIG_AGENT_CONFIG_FILE_PATH_TAG - Static variable in interface com.sun.identity.install.tools.configurator.InstallConstants
-
Field STR_CONFIG_AGENT_CONFIG_FILE_PATH_TAG
- STR_CONFIG_AGENT_MIGRATE_FILE_PATH_TAG - Static variable in interface com.sun.identity.install.tools.configurator.InstallConstants
-
Field STR_CONFIG_AGENT_MIGRATE_FILE_PATH_TAG
- STR_CONFIG_DIR_PREFIX_MIGRATE_TAG - Static variable in interface com.sun.identity.install.tools.configurator.InstallConstants
-
Field STR_CONFIG_DIR_MIGRATE_PREFIX_TAG
- STR_CONFIG_DIR_PREFIX_TAG - Static variable in interface com.sun.identity.install.tools.configurator.InstallConstants
-
Field STR_CONFIG_DIR_PREFIX_TAG
- STR_CONFIG_FILE_PATH_TAG - Static variable in interface com.sun.identity.install.tools.configurator.InstallConstants
-
Field STR_CONFIG_FILE_PATH_TAG
- STR_CREATE_AGENT_PROFILE_KEY - Static variable in interface com.sun.identity.install.tools.configurator.InstallConstants
-
Key to flag indicating if agent profile will be created
- STR_CREATE_AGENT_PROFILE_NAME - Static variable in interface com.sun.identity.install.tools.configurator.InstallConstants
-
- STR_CUSTOM - Static variable in interface com.sun.identity.install.tools.configurator.InstallConstants
-
Field STR_CUSTOM
- STR_CUSTOM_INSTALL - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_CUSTOM_INSTALL_OPTION - Static variable in class com.sun.identity.install.tools.admin.BaseToolsResolver
-
- STR_DATE_FORMAT - Static variable in class com.sun.identity.install.tools.util.LogHelper
-
- STR_DEBUG_DIR_PREFIX_TAG - Static variable in interface com.sun.identity.install.tools.configurator.InstallConstants
-
Field STR_DEBUG_DIR_PREFIX
- STR_DEBUG_FILENAME - Static variable in class com.sun.identity.install.tools.util.Debug
-
- STR_DEBUG_LEVEL_DEFAULT_VALUE - Static variable in class com.sun.identity.install.tools.configurator.CreateLayoutTask
-
- STR_DEBUG_LEVEL_TAG - Static variable in class com.sun.identity.install.tools.configurator.CreateLayoutTask
-
- STR_DEBUG_LOGS_DIR_NAME - Static variable in class com.sun.identity.install.tools.util.Debug
-
- STR_DEBUG_OPTION - Static variable in interface com.sun.identity.install.tools.launch.IAdminTool
-
- STR_DEFAULT_VALUE_FINDER - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_DISPLAY - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_ERROR - Static variable in class com.sun.identity.shared.debug.Debug
-
flags the state where error debugging is enabled.
- STR_ERROR - Static variable in interface com.sun.identity.shared.debug.IDebug
-
- STR_EXIT_ELEMENT - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_FALSE - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_FORWARD_SLASH_DELIMITER - Static variable in class com.sun.identity.install.tools.configurator.SingleLineOptions
-
- STR_GROUP - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_GROUP - Static variable in class com.sun.identity.install.tools.configurator.MultipleMigrateDriver
-
- STR_HELP_OPTION - Static variable in class com.sun.identity.install.tools.admin.AdminTool
-
- STR_HOME_DIR_LOCATOR - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_I18N_ELEMENT - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_IDENTITY_INVALID_CREDENTIALS - Static variable in class com.sun.identity.install.tools.configurator.PasswordValidator
-
- STR_IDENTITY_INVALID_PASSWORD - Static variable in class com.sun.identity.install.tools.configurator.PasswordValidator
-
- STR_IGNORE_CASE_KEY - Static variable in class com.sun.identity.install.tools.configurator.ChoiceValidator
-
- STR_IGNORECASE - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_IN_COLON - Static variable in interface com.sun.identity.install.tools.configurator.InteractionConstants
-
- STR_IN_DESCRIPTION_SUFFIX - Static variable in interface com.sun.identity.install.tools.configurator.InteractionConstants
-
Interaction element,field constants
- STR_IN_EMPTY_STRING - Static variable in interface com.sun.identity.install.tools.configurator.InteractionConstants
-
public static strings
- STR_IN_ERROR_SUFFIX - Static variable in interface com.sun.identity.install.tools.configurator.InteractionConstants
-
- STR_IN_HELP_SUFFIX - Static variable in interface com.sun.identity.install.tools.configurator.InteractionConstants
-
- STR_IN_INSTALL_INTER_TYPE - Static variable in interface com.sun.identity.install.tools.configurator.InteractionConstants
-
- STR_IN_MAX_DIGITS - Static variable in class com.sun.identity.install.tools.configurator.PasswordValidator
-
- STR_IN_MSG_OPTION_BACK - Static variable in interface com.sun.identity.install.tools.configurator.InteractionConstants
-
- STR_IN_MSG_OPTION_CLR_DEF - Static variable in interface com.sun.identity.install.tools.configurator.InteractionConstants
-
- STR_IN_MSG_OPTION_EXIT - Static variable in interface com.sun.identity.install.tools.configurator.InteractionConstants
-
- STR_IN_MSG_OPTION_HELP - Static variable in interface com.sun.identity.install.tools.configurator.InteractionConstants
-
- STR_IN_PROMPT_SUFFIX - Static variable in interface com.sun.identity.install.tools.configurator.InteractionConstants
-
- STR_IN_SUMMARY_DESCRIPTION_SUFFIX - Static variable in interface com.sun.identity.install.tools.configurator.InteractionConstants
-
- STR_IN_WARNING_SUFFIX - Static variable in interface com.sun.identity.install.tools.configurator.InteractionConstants
-
- STR_INSTALL - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_INSTALL - Static variable in interface com.sun.identity.install.tools.configurator.InstallConstants
-
Field STR_INSTALL
- STR_INSTALL_INTER - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_INSTALL_OPTION - Static variable in class com.sun.identity.install.tools.admin.BaseToolsResolver
-
- STR_INSTANCE_FINDER - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_INSTANCE_FINDER_INTERACTIONS - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_INSTANCE_INTERACTIONS - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_INSTANCE_NAME_MIGRATE_TAG - Static variable in interface com.sun.identity.install.tools.configurator.InstallConstants
-
Field STR_INSTANCE_NAME_MIGRATE_TAG
- STR_INSTANCE_TASKS - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_INTER_TYPE - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_INTERACTION - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_IS_GLOBAL_DATA_ID - Static variable in interface com.sun.identity.install.tools.configurator.InstallConstants
-
- STR_KEY - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_KEY_COMMENT_MARKER - Static variable in class com.sun.identity.install.tools.configurator.OrderedPropertyStore
-
- STR_KEY_VALUE_SEP - Static variable in class com.sun.identity.install.tools.configurator.OrderedPropertyStore
-
- STR_KEY_VALUE_SEP_AND_SPACE - Static variable in class com.sun.identity.install.tools.configurator.OrderedPropertyStore
-
- STR_LOCK_FILENAME - Static variable in class com.sun.identity.install.tools.admin.AdminTool
-
- STR_LOG_CONFIG_FILE_PATH - Static variable in interface com.sun.identity.install.tools.configurator.InstallConstants
-
Field STR_LOG_CONFIG_FILE_PATH
- STR_LOG_CONFIG_FILENAME - Static variable in interface com.sun.identity.install.tools.configurator.InstallConstants
-
Field STR_LOG_CONFIG_FILENAME
- STR_LOOKUP_KEY - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_MESSAGE - Static variable in class com.sun.identity.shared.debug.Debug
-
This state enables debugging of messages, warnings and errors.
- STR_MESSAGE - Static variable in interface com.sun.identity.shared.debug.IDebug
-
- STR_MIGRATE - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_MIGRATE - Static variable in interface com.sun.identity.install.tools.configurator.InstallConstants
-
Field STR_INSTALL
- STR_MIGRATE_FROM_PRODUCT_HOME - Static variable in class com.sun.identity.install.tools.configurator.MultipleMigrateDriver
-
- STR_MIGRATE_OPTION - Static variable in class com.sun.identity.install.tools.admin.BaseToolsResolver
-
- STR_NAME - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_OFF - Static variable in class com.sun.identity.shared.debug.Debug
-
flags the disabled debug state.
- STR_OFF - Static variable in interface com.sun.identity.shared.debug.IDebug
-
- STR_ON - Static variable in class com.sun.identity.shared.debug.Debug
-
flags the enables debug state for warnings, errors and messages.
- STR_ON - Static variable in interface com.sun.identity.shared.debug.IDebug
-
- STR_OPTIONS_END_DELIMITER - Static variable in class com.sun.identity.install.tools.configurator.SingleLineOptions
-
- STR_OPTIONS_START_DELIMITER - Static variable in class com.sun.identity.install.tools.configurator.SingleLineOptions
-
- STR_PACAKGE - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_PERSISTENT - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_PRODUCT_CONFIG_FILENAME_AGENT_BOOTSTRAP_KEY - Static variable in class com.sun.identity.install.tools.configurator.ConfigurePropertiesTask
-
- STR_PRODUCT_CONFIG_FILENAME_AGENT_BOOTSTRAP_TEMPLATE_KEY - Static variable in class com.sun.identity.install.tools.configurator.ConfigurePropertiesTask
-
- STR_PRODUCT_CONFIG_FILENAME_AGENT_CONFIG_KEY - Static variable in class com.sun.identity.install.tools.configurator.ConfigurePropertiesTask
-
- STR_PRODUCT_CONFIG_FILENAME_AGENT_CONFIG_TEMPLATE_KEY - Static variable in class com.sun.identity.install.tools.configurator.ConfigurePropertiesTask
-
- STR_PRODUCT_CONFIG_FILENAME_AGENT_MIGRATE_PROPERTIES_KEY - Static variable in class com.sun.identity.install.tools.configurator.ConfigurePropertiesTask
-
- STR_PRODUCT_HOSTNAME_LOOKUP_KEY - Static variable in class com.sun.identity.install.tools.configurator.AuditLogFileNameTask
-
- STR_PRODUCT_LOGFILE_NAME_OUTPUT_KEY - Static variable in class com.sun.identity.install.tools.configurator.AuditLogFileNameTask
-
- STR_PRODUCT_PORT_LOOKUP_KEY - Static variable in class com.sun.identity.install.tools.configurator.AuditLogFileNameTask
-
- STR_PROPERTY - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_PROVIDER_DEFAULT_VALUE - Static variable in class com.sun.identity.install.tools.util.EncryptionKeyGenerator
-
- STR_REQUIRED - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_SAVE_AGENT_INSTANCE_NAME_KEY - Static variable in interface com.sun.identity.install.tools.configurator.InstallConstants
-
Key to save new agent instance name on the remote server instance.
- STR_SAVE_REMOTE_AGENT_INSTALL_DIR_KEY - Static variable in interface com.sun.identity.install.tools.configurator.InstallConstants
-
Key to save agent install directory on a remote instance before migration
- STR_SAVE_RESPONSES - Static variable in class com.sun.identity.install.tools.handler.ConfigHandlerBase
-
- STR_SECURID_CONFIG_PATH - Variable in class com.sun.identity.authentication.modules.securid.SecurID
-
- STR_SHA_ALGO - Static variable in class com.sun.identity.install.tools.util.EncryptionKeyGenerator
-
- STR_SKIP_IF_ELEMENT - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_SPACE_DELIMITER - Static variable in class com.sun.identity.install.tools.configurator.SingleLineOptions
-
- STR_STATIC - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_STATUS_ABORT - Static variable in class com.sun.identity.install.tools.configurator.InteractionResultStatus
-
- STR_STATUS_BACK - Static variable in class com.sun.identity.install.tools.configurator.InteractionResultStatus
-
- STR_STATUS_CONTINUE - Static variable in class com.sun.identity.install.tools.configurator.InteractionResultStatus
-
- STR_STATUS_FAILED - Static variable in class com.sun.identity.install.tools.configurator.ValidationResultStatus
-
- STR_STATUS_START_OVER - Static variable in class com.sun.identity.install.tools.configurator.InteractionResultStatus
-
- STR_STATUS_SUCCESS - Static variable in class com.sun.identity.install.tools.configurator.ValidationResultStatus
-
- STR_STATUS_WARNING - Static variable in class com.sun.identity.install.tools.configurator.ValidationResultStatus
-
- STR_TASK - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_TEMP_FILE_SUFFIX - Static variable in class com.sun.identity.install.tools.util.FileEditor
-
- STR_TOOLSMSG_GROUP - Static variable in class com.sun.identity.install.tools.util.LocalizedMessage
-
- STR_TRANSFORM_URI - Static variable in class com.sun.identity.wss.security.STRTransform
-
- STR_TRUE - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_TYPE - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_UNINSTALL - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_UNINSTALL - Static variable in interface com.sun.identity.install.tools.configurator.InstallConstants
-
Field STR_UNINSTALL
- STR_UNINSTALL_ALL_OPTION - Static variable in class com.sun.identity.install.tools.admin.BaseToolsResolver
-
- STR_UNINSTALL_OPTION - Static variable in class com.sun.identity.install.tools.admin.BaseToolsResolver
-
- STR_USAGE_OPTION - Static variable in class com.sun.identity.install.tools.admin.AdminTool
-
- STR_USE_RESPONSES - Static variable in class com.sun.identity.install.tools.handler.ConfigHandlerBase
-
- STR_VA_DEF_URI_PATH - Static variable in class com.sun.identity.install.tools.configurator.NetworkValidator
-
- STR_VA_HTTP_PROTO - Static variable in class com.sun.identity.install.tools.configurator.NetworkValidator
-
- STR_VA_HTTPS_PROTO - Static variable in class com.sun.identity.install.tools.configurator.NetworkValidator
-
- STR_VAL_MATCH_PATTERN - Static variable in class com.sun.identity.install.tools.configurator.ChoiceValidator
-
- STR_VAL_MIN_DIGITS - Static variable in class com.sun.identity.install.tools.configurator.PasswordValidator
-
- STR_VAL_MIN_DIGITS - Static variable in class com.sun.identity.install.tools.configurator.StringValidator
-
- STR_VALIDATION - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_VALIDATIONS - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_VALUE - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_VALUE_NORMALIZER - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- STR_VERSION_FILE_NAME - Static variable in interface com.sun.identity.install.tools.configurator.InstallConstants
-
Field STR_VERSION_FILE_NAME
- STR_VERSION_OPTION - Static variable in class com.sun.identity.install.tools.admin.BaseToolsResolver
-
- STR_WARNING - Static variable in class com.sun.identity.shared.debug.Debug
-
flags the state where warning debugging is enabled, but message debugging
is disabled.
- STR_WARNING - Static variable in interface com.sun.identity.shared.debug.IDebug
-
- STR_WELCOME_ELEMENT - Static variable in class com.sun.identity.install.tools.configurator.ConfigurationLoader
-
- StreamSubstituter - Class in com.sun.identity.authentication.service
-
Copies a Reader to a Writer performing string substitution.
- StreamSubstituter() - Constructor for class com.sun.identity.authentication.service.StreamSubstituter
-
- streamToPolicySet(InputStream) - Static method in class com.sun.identity.entitlement.xacml3.XACMLPrivilegeUtils
-
- STRICT_SUBTREE_SCOPE - Static variable in class com.sun.identity.policy.ResourceResult
-
Deprecated.
Constant to indicate strict subtree level scope for
ResourceResult evaluation
- StrictElement - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
7.2 Layout Assertion
Java content class for Strict element declaration.
- StrictElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- StrictElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.StrictElementImpl
-
- StrictElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- STRING - Static variable in class com.sun.identity.sm.AttributeSchema.Syntax
-
The STRING attribute syntax specifies that the
attribute is of text type, i.e., can have any unicode characters.
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_deRegisterNotificationURL_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_deRegisterNotificationURL_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_doesEntryExists_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesForSchema_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectType_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgSearchFilter_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getTopLevelContainers_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isAncestorOrgDeleted_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerNotificationURL_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerService_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAdminRole_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setGroupFilter_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndDeleteObject_RequestStruct
-
- String_1 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_RequestStruct
-
- String_1 - Variable in class com.sun.identity.entity.EntityObjectIF_createEntity_RequestStruct
-
- String_1 - Variable in class com.sun.identity.entity.EntityObjectIF_deleteEntity_RequestStruct
-
- String_1 - Variable in class com.sun.identity.entity.EntityObjectIF_getEntity_RequestStruct
-
- String_1 - Variable in class com.sun.identity.entity.EntityObjectIF_getEntityNames_RequestStruct
-
- String_1 - Variable in class com.sun.identity.entity.EntityObjectIF_modifyEntity_RequestStruct
-
- String_1 - Variable in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_RequestStruct
-
- String_1 - Variable in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_RequestStruct
-
- String_1 - Variable in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_RequestStruct
-
- String_1 - Variable in class com.sun.identity.federation.services.FSAssertionManagerIF_isUserExists_RequestStruct
-
- String_1 - Variable in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthenticationToken_RequestStruct
-
- String_1 - Variable in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct
-
- String_1 - Variable in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_initialization_RequestStruct
-
- String_1 - Variable in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_setCertificate_RequestStruct
-
- String_1 - Variable in class com.sun.identity.saml.AssertionManagerIF_createAssertion2_RequestStruct
-
- String_1 - Variable in class com.sun.identity.saml.AssertionManagerIF_createAssertion_RequestStruct
-
- String_1 - Variable in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_RequestStruct
-
- String_1 - Variable in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_RequestStruct
-
- String_1 - Variable in class com.sun.identity.saml.AssertionManagerIF_getAssertion_RequestStruct
-
- String_1 - Variable in class com.sun.identity.saml.AssertionManagerIF_getAssertionArtifacts_RequestStruct
-
- String_1 - Variable in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_RequestStruct
-
- String_1 - Variable in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef_RequestStruct
-
- String_1 - Variable in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_RequestStruct
-
- String_1 - Variable in class com.sun.identity.saml.AssertionManagerIF_getAssertions_RequestStruct
-
- String_1 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_RequestStruct
-
- String_1 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_RequestStruct
-
- String_1 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_deRegisterNotificationURL_RequestStruct
-
- String_1 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_RequestStruct
-
- String_1 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_RequestStruct
-
- String_1 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_notifyObjectChanged_RequestStruct
-
- String_1 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_RequestStruct
-
- String_1 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_registerNotificationURL_RequestStruct
-
- String_1 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct
-
- String_1 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct
-
- String_1 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct
-
- String_1 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_RequestStruct
-
- String_1 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct
-
- String_1 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct
-
- String_1 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct
-
- String_1 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_RequestStruct
-
- String_1 - Variable in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryResourceOffering_RequestStruct
-
- String_1 - Variable in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryServiceCredential_RequestStruct
-
- String_11 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_doesEntryExists_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes3_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes4_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues1_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributesByteValues2_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getDCTreeAttributes_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getExternalAttributes_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getGroupFilterAndScope_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getNamingAttr_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getObjectType_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrganizationDN_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getOrgDNFromDomain_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getRegisteredServiceNames_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSearchFilterFromTemplate_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedTypes_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isAncestorOrgDeleted_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerService_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAdminRole_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeEntry_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setGroupFilter_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndDeleteObject_RequestStruct
-
- String_2 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_RequestStruct
-
- String_2 - Variable in class com.sun.identity.entity.EntityObjectIF_createEntity_RequestStruct
-
- String_2 - Variable in class com.sun.identity.entity.EntityObjectIF_deleteEntity_RequestStruct
-
- String_2 - Variable in class com.sun.identity.entity.EntityObjectIF_getEntity_RequestStruct
-
- String_2 - Variable in class com.sun.identity.entity.EntityObjectIF_getEntityNames_RequestStruct
-
- String_2 - Variable in class com.sun.identity.entity.EntityObjectIF_modifyEntity_RequestStruct
-
- String_2 - Variable in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_RequestStruct
-
- String_2 - Variable in class com.sun.identity.federation.services.FSAssertionManagerIF_getDestIdForArtifact_RequestStruct
-
- String_2 - Variable in class com.sun.identity.federation.services.FSAssertionManagerIF_getErrorStatus_RequestStruct
-
- String_2 - Variable in class com.sun.identity.federation.services.FSAssertionManagerIF_isUserExists_RequestStruct
-
- String_2 - Variable in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct
-
- String_2 - Variable in class com.sun.identity.saml.AssertionManagerIF_createAssertionArtifact_RequestStruct
-
- String_2 - Variable in class com.sun.identity.saml.AssertionManagerIF_getAssertion2_RequestStruct
-
- String_2 - Variable in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRef2_RequestStruct
-
- String_2 - Variable in class com.sun.identity.saml.AssertionManagerIF_getAssertionByIdRefToken_RequestStruct
-
- String_2 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_create_RequestStruct
-
- String_2 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_delete_RequestStruct
-
- String_2 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_entryExists_RequestStruct
-
- String_2 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_RequestStruct
-
- String_2 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_read_RequestStruct
-
- String_2 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct
-
- String_2 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct
-
- String_2 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct
-
- String_2 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_RequestStruct
-
- String_2 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct
-
- String_2 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct
-
- String_2 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct
-
- String_2 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_validateServiceAttributes_RequestStruct
-
- String_2 - Variable in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryResourceOffering_RequestStruct
-
- String_2 - Variable in class com.sun.liberty.jaxrpc.LibertyManagerIF_getDiscoveryServiceCredential_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSearchFilterFromTemplate_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSpecialIdentities_idrepo_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getSupportedOperations_idrepo_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_registerService_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_idrepo_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setGroupFilter_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_updateUserAttribute_RequestStruct
-
- String_3 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_verifyAndGetOrgDN_RequestStruct
-
- String_3 - Variable in class com.sun.identity.entity.EntityObjectIF_createEntity_RequestStruct
-
- String_3 - Variable in class com.sun.identity.entity.EntityObjectIF_deleteEntity_RequestStruct
-
- String_3 - Variable in class com.sun.identity.entity.EntityObjectIF_getEntity_RequestStruct
-
- String_3 - Variable in class com.sun.identity.entity.EntityObjectIF_getEntityNames_RequestStruct
-
- String_3 - Variable in class com.sun.identity.entity.EntityObjectIF_modifyEntity_RequestStruct
-
- String_3 - Variable in class com.sun.identity.federation.services.FSAssertionManagerIF_getAssertion_RequestStruct
-
- String_3 - Variable in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct
-
- String_3 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_modify_RequestStruct
-
- String_3 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct
-
- String_3 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search2_RequestStruct
-
- String_3 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search3_RequestStruct
-
- String_3 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_search_RequestStruct
-
- String_3 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchSubOrgNames_RequestStruct
-
- String_3 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_subEntries_RequestStruct
-
- String_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct
-
- String_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct
-
- String_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_RequestStruct
-
- String_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createAMTemplate_RequestStruct
-
- String_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_createEntry_RequestStruct
-
- String_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_RequestStruct
-
- String_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAMTemplateDN_RequestStruct
-
- String_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_RequestStruct
-
- String_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct
-
- String_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getFullyQualifiedNames_idrepo_RequestStruct
-
- String_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct
-
- String_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct
-
- String_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct
-
- String_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct
-
- String_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_RequestStruct
-
- String_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isExists_idrepo_RequestStruct
-
- String_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct
-
- String_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_renameEntry_RequestStruct
-
- String_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct
-
- String_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct
-
- String_4 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unRegisterService_RequestStruct
-
- String_4 - Variable in class com.sun.identity.entity.EntityObjectIF_createEntity_RequestStruct
-
- String_4 - Variable in class com.sun.identity.entity.EntityObjectIF_deleteEntity_RequestStruct
-
- String_4 - Variable in class com.sun.identity.entity.EntityObjectIF_getEntity_RequestStruct
-
- String_4 - Variable in class com.sun.identity.entity.EntityObjectIF_getEntityNames_RequestStruct
-
- String_4 - Variable in class com.sun.identity.entity.EntityObjectIF_modifyEntity_RequestStruct
-
- String_4 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_schemaSubEntries_RequestStruct
-
- String_5 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct
-
- String_5 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct
-
- String_5 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_RequestStruct
-
- String_5 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_create_idrepo_RequestStruct
-
- String_5 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_delete_idrepo_RequestStruct
-
- String_5 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct
-
- String_5 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct
-
- String_5 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes2_idrepo_RequestStruct
-
- String_5 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct
-
- String_5 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct
-
- String_5 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct
-
- String_5 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_isActive_idrepo_RequestStruct
-
- String_5 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct
-
- String_5 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct
-
- String_5 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct
-
- String_5 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setActiveStatus_idrepo_RequestStruct
-
- String_6 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct
-
- String_6 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAssignedServices_idrepo_RequestStruct
-
- String_6 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getAttributes1_idrepo_RequestStruct
-
- String_6 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryAttributes_idrepo_RequestStruct
-
- String_6 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct
-
- String_6 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMembers_idrepo_RequestStruct
-
- String_6 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getMemberships_idrepo_RequestStruct
-
- String_6 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct
-
- String_6 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct
-
- String_6 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_removeAttributes_idrepo_RequestStruct
-
- String_6 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct
-
- String_6 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct
-
- String_6 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct
-
- String_6 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct
-
- String_7 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct
-
- String_7 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_changePassword_idrepo_RequestStruct
-
- String_7 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getBinaryServiceAttributes_idrepo_RequestStruct
-
- String_7 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributes_idrepo_RequestStruct
-
- String_7 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_getServiceAttributesAscending_idrepo_RequestStruct
-
- String_7 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyMemberShip_idrepo_RequestStruct
-
- String_7 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct
-
- String_7 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes2_idrepo_RequestStruct
-
- String_7 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_setAttributes_idrepo_RequestStruct
-
- String_7 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_unassignService_idrepo_RequestStruct
-
- String_7 - Variable in class com.sun.identity.liberty.ws.security.SecurityTokenManagerIF_getSAMLAuthorizationToken_RequestStruct
-
- String_7 - Variable in class com.sun.identity.sm.jaxrpc.SMSObjectIF_searchOrganizationNames_RequestStruct
-
- String_8 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_assignService_idrepo_RequestStruct
-
- String_8 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_modifyService_idrepo_RequestStruct
-
- String_8 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search2_RequestStruct
-
- String_8 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search3_RequestStruct
-
- String_9 - Variable in class com.iplanet.am.sdk.remote.DirectoryManagerIF_search1_idrepo_RequestStruct
-
- STRING_FALSE - Static variable in class com.sun.identity.password.ui.model.PWResetUserValidationModelImpl
-
Name for string false value
- STRING_TRUE - Static variable in class com.sun.identity.password.ui.model.PWResetModelImpl
-
Name for string true value
- STRING_TRUE - Static variable in class com.sun.identity.password.ui.PWResetViewBeanBase
-
String constant for true
- stringArrayToSet(String[]) - Static method in class com.iplanet.am.sdk.AMCommonUtils
-
Deprecated.
Method to convert a String array to a set
- stringArrayToSet(String[]) - Static method in class com.iplanet.am.sdk.common.MiscUtils
-
Method to convert a String array to a set
- StringAttributeCondition - Class in com.sun.identity.entitlement
-
Condition for evaluating attribute value of string type.
- StringAttributeCondition() - Constructor for class com.sun.identity.entitlement.StringAttributeCondition
-
- StringOutputWriter - Class in com.sun.identity.cli
-
String Output Writer for CLI.
- StringOutputWriter() - Constructor for class com.sun.identity.cli.StringOutputWriter
-
- stringToBase64(String) - Static method in class com.sun.identity.federation.common.FSUtils
-
Converts a string to Base64 encoded string.
- StringToBoolean(String) - Static method in class com.sun.identity.liberty.ws.soapbinding.Utils
-
Converts a value of XML boolean type to Boolean object.
- StringToBoolean(String) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
-
Converts a value of XML boolean type to Boolean object.
- stringToByteArray(String) - Static method in class com.sun.identity.saml.common.SAMLUtils
-
Converts a string to a byte array.
- stringToByteArray(String) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
-
Converts String to Byte Array.
- stringToByteArray(String) - Static method in class com.sun.identity.saml2.profile.IDPSSOUtil
-
- stringToDate(String) - Static method in class com.sun.identity.common.DateUtils
-
Deprecated.
Returns date that is represented by a string.
- stringToDate(String) - Static method in class com.sun.identity.shared.DateUtils
-
Returns date that is represented by a string.
- stringToDeviceProfile(String) - Method in interface org.forgerock.openam.core.rest.devices.DeviceSerialisation
-
Converts a serialised string back into a JSON device profile.
- stringToDeviceProfile(String) - Method in class org.forgerock.openam.core.rest.devices.EncryptedJwtDeviceSerialisation
-
- stringToDeviceProfile(String) - Method in class org.forgerock.openam.core.rest.devices.JsonDeviceSerialisation
-
- stringToDocumentConversion(String) - Method in interface org.forgerock.openam.sts.XMLUtilities
-
- stringToDocumentConversion(String) - Method in class org.forgerock.openam.sts.XMLUtilitiesImpl
-
- stringToIp(String) - Method in class org.forgerock.openam.entitlement.conditions.environment.IPv4Condition
-
Factory method for constructing an IP value from its String representation.
- stringToIp(String) - Method in class org.forgerock.openam.entitlement.conditions.environment.IPv6Condition
-
Factory method for constructing an IP value from its String representation.
- stringToMap(String) - Static method in class org.forgerock.openam.authentication.modules.adaptive.Adaptive
-
- stringToObject(String) - Static method in class com.sun.identity.federation.accountmgmt.FSAccountUtils
-
Parses federation information string and put corresponding parts in
object fields.
- stringToSet(String) - Static method in class org.forgerock.oauth2.core.Utils
-
Splits the string on ' ' character and returns a Set<String> of the contents.
- StringUtils - Class in com.sun.identity.shared
-
This class provides string related helper methods.
- StringUtils - Class in org.forgerock.openam.utils
-
Utility class for handling Strings.
- StringValidator - Class in com.sun.identity.install.tools.configurator
-
- StringValidator() - Constructor for class com.sun.identity.install.tools.configurator.StringValidator
-
- stripObjectClass(Entry) - Static method in class org.forgerock.openam.cts.utils.LdapTokenAttributeConversion
-
Only strips out the ObjectClass if it is present.
- strReplaceAll(String, String, String) - Static method in class com.sun.identity.shared.StringUtils
-
Returns substituted string.
- STRTransform - Class in com.sun.identity.wss.security
-
This class STRTransform extends from TransformSpi
and will be used to transform the XMLSignatureInput as
required by the WS-Security specification.
- STRTransform() - Constructor for class com.sun.identity.wss.security.STRTransform
-
- STRTransform10Element - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
7.1 AlgorithmSuite Assertion
Java content class for STRTransform10 element declaration.
- STRTransform10ElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- STRTransform10ElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.STRTransform10ElementImpl
-
- STRTransform10ElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- STRUCTURE_TEMPLATE_ATTRSET_NULL - Static variable in interface com.iplanet.ums.IUMSConstants
-
- STS_CLIENT_USER_TOKEN_PLUGIN - Static variable in class com.sun.identity.wss.sts.STSConstants
-
- STS_ENDPOINT_PREFIX - Static variable in class com.sun.identity.wsfederation.common.WSFederationConstants
-
The URL prefix for WS-Fed STS requests.
- STS_ID_QUERY_ATTRIBUTE - Static variable in class org.forgerock.openam.sts.user.invocation.STSIssuedTokenState
-
- STS_INSTANCE_ID - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- STS_PUBLISH_INSTANCE_STATE - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
Used as the key to the JsonValue corresponding to a wrapped Map> or the output of
{Rest|Soap}STSInstanceConfig#toJson(), depending upon the invocation context.
- STS_PUBLISH_INSTANCE_STATE - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- STS_PUBLISH_INVOCATION_CONTEXT - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
The name of the json field in the json rest-sts publish invocation that references the field which allows the
marshalling logic in the {Rest|Soap}STSPublishServiceRequestHandler to distinguish between programmatic
invocations via the client stk classes, which will publish with state generated by calling toJson() on an
instance of the {Rest|Soap}STSInstanceConfig class, and the {Rest|Soap}SecurityTokenServiceViewBean, which
will publish with state harvested from the ViewBean property sheet, and will thus be in the format of
Map>.
- STS_PUBLISH_INVOCATION_CONTEXT - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- STS_PUBLISH_INVOCATION_CONTEXT_CLIENT_SDK - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- STS_PUBLISH_INVOCATION_CONTEXT_VIEW_BEAN - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
Used as the value for the STS_PUBLISH_INVOCATION_CONTEXT key for invocations to the rest sts publish service
issued by the RestSecurityTokenServiceViewBean.
- STS_PUBLISH_INVOCATION_CONTEXT_VIEW_BEAN - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- STS_SECURITY - Static variable in class com.sun.identity.wss.security.SecurityMechanism
-
Defines the security mechanism for the security token service profiles.
- STS_SECURITY_URI - Static variable in class com.sun.identity.wss.security.SecurityMechanism
-
This URI is mainly for the webservices clients need to
find the security token from the security token service.
- STS_TOKEN_PRINCIPAL_QUERY_ATTRIBUTE - Static variable in class org.forgerock.openam.sts.user.invocation.STSIssuedTokenState
-
- STS_TRUST_AUTHORITY - Static variable in class com.sun.identity.wss.provider.TrustAuthorityConfig
-
- STS_WEB_SERVICE_PROPERTIES - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- STSAgent - Class in com.sun.identity.wss.provider.plugins
-
- STSAgent() - Constructor for class com.sun.identity.wss.provider.plugins.STSAgent
-
Creates a new instance of STSAgent
- STSAgent(AMIdentity) - Constructor for class com.sun.identity.wss.provider.plugins.STSAgent
-
- STSBroker - Class in org.forgerock.openam.sts.soap
-
This class is the endpoint specified in web.xml as the recipient for all SOAP invocations targeting
STS instances.
- STSBroker() - Constructor for class org.forgerock.openam.sts.soap.STSBroker
-
- STSClientConfiguration - Class in com.sun.identity.wss.sts
-
This class implements WSIT STSIssuedTokenConfiguration to
give the appropriate run time configuration for the WSIT client to
obtain the security tokens from a trusted authority.
- STSClientConfiguration(String, String) - Constructor for class com.sun.identity.wss.sts.STSClientConfiguration
-
- STSClientConfiguration(String, String, String) - Constructor for class com.sun.identity.wss.sts.STSClientConfiguration
-
- STSClientConfiguration(String, String, String, String, String) - Constructor for class com.sun.identity.wss.sts.STSClientConfiguration
-
- STSClientUserToken - Class in com.sun.identity.wss.sts
-
This class implements ClientUserToken for on behalf of token that will be
used to pass end user OpenAM SSO Token to the STS service.
- STSClientUserToken() - Constructor for class com.sun.identity.wss.sts.STSClientUserToken
-
Creates a new instance of STSClientUserToken
- STSClientUserToken(Element) - Constructor for class com.sun.identity.wss.sts.STSClientUserToken
-
- STSConfig - Class in com.sun.identity.wss.provider
-
This abstract class STSConfig represents the
configuration of a Security Token Service client entity.
- STSConfig() - Constructor for class com.sun.identity.wss.provider.STSConfig
-
Creates a new instance of STSConfig
- stsConfigName - Variable in class com.sun.identity.wss.provider.STSConfig
-
- STSConstants - Class in com.sun.identity.wss.sts
-
This class defines the Constants related to Security Token
Service.
- STSConstants() - Constructor for class com.sun.identity.wss.sts.STSConstants
-
- STSContextListener - Class in com.sun.identity.wss.sts
-
- STSContextListener() - Constructor for class com.sun.identity.wss.sts.STSContextListener
-
Creates a new instance of STSContextListener
- STSCryptoProviderBase - Class in org.forgerock.openam.sts.tokengeneration
-
Base class which encapsulates keystore access to provide the crypto context for signing and encrypting SAML2 assertions
and OpenIdConnect tokens.
- STSCryptoProviderBase(String, byte[], String) - Constructor for class org.forgerock.openam.sts.tokengeneration.STSCryptoProviderBase
-
- STSEndpoint - Class in org.forgerock.openam.sts.soap
-
An instance of this class is created for each STS instance.
- STSEndpoint(IssueOperation, ValidateOperation, CancelOperation) - Constructor for class org.forgerock.openam.sts.soap.STSEndpoint
-
- stsId(String) - Method in class org.forgerock.openam.sts.user.invocation.STSIssuedTokenState.STSIssuedTokenStateBuilder
-
- STSInitializationException - Exception in org.forgerock.openam.sts
-
An instance of this exception is thrown for all errors encountered in the process of initializing and deploying an
STS instance.
- STSInitializationException(int, String) - Constructor for exception org.forgerock.openam.sts.STSInitializationException
-
- STSInitializationException(int, String, Throwable) - Constructor for exception org.forgerock.openam.sts.STSInitializationException
-
- STSInstanceConfig - Class in org.forgerock.openam.sts.config.user
-
Base class encapsulating STS configuration state common to both the REST and SOAP STS.
- STSInstanceConfig(STSInstanceConfig.STSInstanceConfigBuilderBase<?>) - Constructor for class org.forgerock.openam.sts.config.user.STSInstanceConfig
-
- STSInstanceConfig.STSInstanceConfigBuilder - Class in org.forgerock.openam.sts.config.user
-
- STSInstanceConfig.STSInstanceConfigBuilderBase<T extends STSInstanceConfig.STSInstanceConfigBuilderBase<T>> - Class in org.forgerock.openam.sts.config.user
-
- STSInstanceConfigBuilder() - Constructor for class org.forgerock.openam.sts.config.user.STSInstanceConfig.STSInstanceConfigBuilder
-
- STSInstanceConfigBuilderBase() - Constructor for class org.forgerock.openam.sts.config.user.STSInstanceConfig.STSInstanceConfigBuilderBase
-
- STSInstanceConfigStore<T extends STSInstanceConfig> - Interface in org.forgerock.openam.sts.publish
-
Interface defining the act of persisting, removing, or reading state corresponding to a published STS instance so that
this instance may be reconstituted following a server restart, and so that the single token-generation-service can
issue tokens with STS-instance-specific state (e.g.
- STSInstanceConfigStoreBase<T extends STSInstanceConfig> - Class in org.forgerock.openam.sts.publish.common
-
- STSInstanceConfigStoreBase(InstanceConfigMarshaller<T>, String, Logger) - Constructor for class org.forgerock.openam.sts.publish.common.STSInstanceConfigStoreBase
-
- stsInstanceId - Variable in class org.forgerock.openam.sts.rest.token.provider.RestTokenProviderBase
-
- stsInstanceId(String) - Method in class org.forgerock.openam.sts.service.invocation.TokenGenerationServiceInvocationState.TokenGenerationServiceInvocationStateBuilder
-
- stsInstanceId(String) - Method in class org.forgerock.openam.sts.soap.token.provider.oidc.SoapOpenIdConnectTokenProvider.SoapOpenIdConnectTokenProviderBuilder
-
- stsInstanceId(String) - Method in class org.forgerock.openam.sts.soap.token.provider.saml2.SoapSamlTokenProvider.SoapSamlTokenProviderBuilder
-
- STSInstancePublisherBaseImpl - Class in org.forgerock.openam.sts.publish.common
-
Encapsulates functionality common to the RestSTSInstancePublisherImpl and the SoapSTSInstancePublisherImpl
- STSInstancePublisherBaseImpl() - Constructor for class org.forgerock.openam.sts.publish.common.STSInstancePublisherBaseImpl
-
- STSInstanceState<T extends STSInstanceConfig> - Interface in org.forgerock.openam.sts.tokengeneration.state
-
Interface which defines all of the state which the token generation service must be able to obtain from the
state corresponding to a published STS instance.
- STSInstanceStateFactory<S extends STSInstanceState,T extends STSInstanceConfig> - Interface in org.forgerock.openam.sts.tokengeneration.state
-
Defines the concerns of producing the STSInstanceState corresponding to a given rest/soap sts instance.
- STSInstanceStateProvider<T extends STSInstanceState> - Interface in org.forgerock.openam.sts.tokengeneration.state
-
Defines concern related to obtaining the STSInstanceConfig state corresponding to the sts instance identifier.
- STSInstanceStateProviderBase<S extends STSInstanceConfig,T extends STSInstanceState> - Class in org.forgerock.openam.sts.tokengeneration.state
-
- STSInstanceStateServiceListenerBase<T extends STSInstanceState> - Class in org.forgerock.openam.sts.tokengeneration.state
-
This class implements the ServiceListener interface and leverages the STSInstanceStateProvider interface to
invalidate cache entries in the RestSTSInstanceStateProvider when the organizational config of a rest sts instance
is updated.
- stsInstanceWsdlUrl(String) - Method in class org.forgerock.openam.sts.soap.SoapSTSConsumer.SoapSTSConsumerBuilder
-
- STSIssuedTokenState - Class in org.forgerock.openam.sts.user.invocation
-
This class encapsulates state pertaining to a token issued by the STS.
- STSIssuedTokenState.STSIssuedTokenStateBuilder - Class in org.forgerock.openam.sts.user.invocation
-
- STSIssuedTokenStateBuilder() - Constructor for class org.forgerock.openam.sts.user.invocation.STSIssuedTokenState.STSIssuedTokenStateBuilder
-
- STSPrincipal - Class in org.forgerock.openam.sts
-
The responses from all successful token validations must include a Principal implementation associated with the
validated token.
- STSPrincipal(String) - Constructor for class org.forgerock.openam.sts.STSPrincipal
-
- stsPublicKeyAlias(String) - Method in class org.forgerock.openam.sts.soap.SoapSTSConsumer.SoapSTSConsumerBuilder
-
- STSPublishException - Exception in org.forgerock.openam.sts
-
Exception thrown for actions related to publishing, removing, or reading STS instances.
- STSPublishException(int, String) - Constructor for exception org.forgerock.openam.sts.STSPublishException
- STSPublishException(int, String, Throwable) - Constructor for exception org.forgerock.openam.sts.STSPublishException
- STSPublishInjectorHolder - Enum in org.forgerock.openam.sts.publish.config
-
- STSPublishModule - Class in org.forgerock.openam.sts.publish.config
-
- STSPublishModule() - Constructor for class org.forgerock.openam.sts.publish.config.STSPublishModule
-
- STSPublishServiceAuthzModule - Class in org.forgerock.openam.rest.authz
-
This is an authz module specific for the STS publish service.
- STSPublishServiceAuthzModule(Config<SessionService>, AgentIdentity, Debug) - Constructor for class org.forgerock.openam.rest.authz.STSPublishServiceAuthzModule
-
- STSPublishServiceHttpRouteProvider - Class in org.forgerock.openam.sts.publish.service
-
- STSPublishServiceHttpRouteProvider() - Constructor for class org.forgerock.openam.sts.publish.service.STSPublishServiceHttpRouteProvider
-
- STSRemoteConfig - Class in com.sun.identity.wss.sts.config
-
This class provides STS service configuration remotely so that the
authentication provider could use this configuration while validating
the requests to the STS Service.
- STSRemoteConfig() - Constructor for class com.sun.identity.wss.sts.config.STSRemoteConfig
-
- STSTokenGenerationServiceAuthzModule - Class in org.forgerock.openam.rest.authz
-
This CrestAuthorizationModule protects the token generation service.
- STSTokenGenerationServiceAuthzModule(Config<SessionService>, AgentIdentity, SpecialUserIdentity, Debug) - Constructor for class org.forgerock.openam.rest.authz.STSTokenGenerationServiceAuthzModule
-
- stsType(AMSTSConstants.STSType) - Method in class org.forgerock.openam.sts.service.invocation.TokenGenerationServiceInvocationState.TokenGenerationServiceInvocationStateBuilder
-
- STSUtils - Class in com.sun.identity.wss.sts
-
This class provides utility classes for STS Service and clients
- STSUtils() - Constructor for class com.sun.identity.wss.sts.STSUtils
-
- stylesheetjs - Static variable in class com.sun.identity.tools.logdoc.LogHtmlTemplate
-
stylesheet.js
- SUB - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.JWTTokenParams
-
- SUB_CONFIG - Static variable in class com.sun.identity.sm.SMSUtils
-
- SUB_CONFIGURATION_ID - Static variable in interface com.sun.identity.cli.IArgument
-
Type of sub configuration.
- SUB_CONFIGURATION_NAME - Static variable in interface com.sun.identity.cli.IArgument
-
Sub Configuration name argument.
- SUB_RESOURCE_MATCH - Static variable in class com.sun.identity.entitlement.ResourceMatch
-
The SUB_RESOURCE_MATCH specifies
the provided resource is a sub resource.
- SUB_RESOURCE_MATCH - Static variable in class com.sun.identity.policy.ResourceMatch
-
Deprecated.
The SUB_RESOURCE_MATCH specifies
the provided resource is a sub resource.
- SUB_RESOURCE_MATCH - Static variable in class com.sun.identity.shared.whitelist.ResourceMatch
-
The SUB_RESOURCE_MATCH specifies
the provided resource is a sub resource.
- SUB_SCHEMA - Static variable in class com.sun.identity.sm.SMSUtils
-
- SubCommand - Class in com.sun.identity.cli
-
This class contains definition of sub command.
- SubCommand(IDefinition, ResourceBundle, String, List, List, List, String, boolean, String) - Constructor for class com.sun.identity.cli.SubCommand
-
Creates a sub command object.
- SUBCOMMAND_IMPLEMENT_CLASS_CANNOT_INSTANTIATE - Static variable in interface com.sun.identity.cli.ExitCodes
-
Sub command implementation class cannot be instantiated.
- SUBCOMMAND_IMPLEMENT_CLASS_ILLEGAL_ACCESS - Static variable in interface com.sun.identity.cli.ExitCodes
-
Illegal access to sub command implementation class.
- SUBCOMMAND_IMPLEMENT_CLASS_NOTFOUND - Static variable in interface com.sun.identity.cli.ExitCodes
-
Sub command implementation class not found.
- SubCommandInfo - Annotation Type in com.sun.identity.cli.annotation
-
- SUBCONFIG_ACCESS_URL - Static variable in class com.sun.identity.common.configuration.ConfigurationBase
-
- SUBCONFIG_SEC_URLS - Static variable in class com.sun.identity.common.configuration.ConfigurationBase
-
- subEntries(SSOToken, String, String, int, boolean, boolean) - Method in class com.sun.identity.sm.flatfile.SMSFlatFileObjectBase
-
Returns a Set of sub-entry names that match the given filter.
- subEntries(SSOToken, String, String, int, boolean, boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSJAXRPCObject
-
Returns the sub-entries.
- subEntries(String, String, String, int, boolean, boolean) - Method in class com.sun.identity.sm.jaxrpc.SMSJAXRPCObjectImpl
-
Returns the sub-entries.
- subEntries(String, String, String, int, boolean, boolean) - Method in interface com.sun.identity.sm.jaxrpc.SMSObjectIF
-
- subEntries(SSOToken, String, String, int, boolean, boolean) - Method in class com.sun.identity.sm.ldap.SMSEmbeddedLdapObject
-
Returns the sub-entry names.
- subEntries(SSOToken, String, String, int, boolean, boolean) - Method in class com.sun.identity.sm.ldap.SMSLdapObject
-
Returns the sub-entry names.
- subEntries(SSOToken, String, String, int, boolean, boolean) - Method in class com.sun.identity.sm.SMSObject
-
Returns the sub-entries.
- subject - Variable in class com.sun.identity.authentication.server.AuthContextLocal
-
Holds subject
- SUBJECT - Static variable in class com.sun.identity.authentication.server.AuthContextLocal
-
authentication subject
- SUBJECT - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- subject - Variable in class com.sun.identity.idsvcs.AttributesRequest
-
- subject - Variable in class com.sun.identity.idsvcs.Log
-
- Subject - Interface in com.sun.identity.policy.interfaces
-
- Subject - Class in com.sun.identity.saml.assertion
-
The Subject element specifies one or more subjects.
- Subject() - Constructor for class com.sun.identity.saml.assertion.Subject
-
Default constructor
- Subject(NameIdentifier, SubjectConfirmation) - Constructor for class com.sun.identity.saml.assertion.Subject
-
Constructs a Subject object from a NameIdentifier
object and a SubjectConfirmation object.
- Subject(NameIdentifier) - Constructor for class com.sun.identity.saml.assertion.Subject
-
Constructs a Subject object from a NameIdentifier object.
- Subject(Element) - Constructor for class com.sun.identity.saml.assertion.Subject
-
Constructs a subject element from an existing XML block
which has already been built into a DOM.
- Subject(SubjectConfirmation) - Constructor for class com.sun.identity.saml.assertion.Subject
-
Constructs a Subject object from a SubjectConfirmation
object.
- SUBJECT - Static variable in class com.sun.identity.saml.common.SAMLConstants
-
Constant for subject.
- subject - Variable in class com.sun.identity.saml.protocol.SubjectQuery
-
- Subject - Interface in com.sun.identity.saml2.assertion
-
The Subject specifies the principal that is the subject
of all of the statements in the assertion.
- SUBJECT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Constant for Subject Element
- SUBJECT - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- subject - Variable in class com.sun.identity.saml2.protocol.impl.SubjectQueryAbstractImpl
-
- SUBJECT - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for Subject
- Subject - Interface in com.sun.identity.xacml.context
-
The Subject element specifies information about a
subject of the Request context by listing a
sequence of Attribute elements associated with the
subject.
- SUBJECT - Static variable in class org.forgerock.openam.services.email.MailServerImpl
-
- SUBJECT_ATTRIBUTES_RESOURCE_V1 - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to API Descriptor translations
- SUBJECT_BEGIN - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- SUBJECT_CATEGORY - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for SubjectCategory element
- SUBJECT_CATEGORY_ID - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for subject-category URI
- SUBJECT_CONFIRMATION - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- SUBJECT_CONFIRMATION - Static variable in class org.forgerock.openam.sts.user.invocation.SAML2TokenCreationState
-
- SUBJECT_CONFIRMATION_DATA - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- SUBJECT_CONFIRMATION_DATA_ELEMENT - Static variable in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationImpl
-
- SUBJECT_CONFIRMATION_ELEMENT - Static variable in class com.sun.identity.saml2.assertion.impl.SubjectConfirmationImpl
-
- SUBJECT_CONFIRMATION_ELEMENT - Static variable in class com.sun.identity.saml2.assertion.impl.SubjectImpl
-
- SUBJECT_CONFIRMATION_METHOD - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.SAML20
-
- SUBJECT_CONFIRMATION_METHOD_BEARER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Strings represent subject confirmation methods
- SUBJECT_CONFIRMATION_METHOD_HOLDER_OF_KEY - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Confirmation method for holder of key
- SUBJECT_CONFIRMATION_METHOD_SENDER_VOUCHES - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Confirmation method for sender vouches
- SUBJECT_DELIMITER - Static variable in class com.sun.identity.rest.RestServiceManager
-
- SUBJECT_ELEMENT - Static variable in class com.sun.identity.saml2.assertion.impl.SubjectImpl
-
- SUBJECT_END - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- SUBJECT_HEADER_NAME - Static variable in class com.sun.identity.rest.RestServiceManager
-
- SUBJECT_ID - Static variable in class com.sun.identity.entitlement.opensso.IndexCache
-
- SUBJECT_ID - Static variable in class com.sun.identity.xacml.common.XACMLConstants
-
Constant for subject-id URI
- SUBJECT_ISSUER - Static variable in interface com.sun.identity.entitlement.xacml3.XACMLConstants
-
- SUBJECT_KEY - Static variable in class org.forgerock.openam.uma.UmaConstants.UmaPolicy
-
- SUBJECT_LOCALITY - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
SubjectLocality
- SUBJECT_LOCALITY - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
-
- SUBJECT_REQUIRED - Static variable in exception com.sun.identity.entitlement.EntitlementException
-
- SUBJECT_TYPE - Static variable in exception com.sun.identity.policy.PolicyException
-
The constant variable specifies the exception is
with respect to Subject Type
- SUBJECT_TYPE - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2Client
-
- SUBJECT_TYPES_RESOURCE - Static variable in class org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants
-
Constant used as key to API Descriptor translations
- SUBJECT_TYPES_SUPPORTED - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2ProviderService
-
- SubjectAttributesCollector - Interface in com.sun.identity.entitlement
-
Interface class for obtaining attributes for users.
- SubjectAttributesManager - Class in com.sun.identity.entitlement
-
Manages multiple instances of SubjectAttributesCollector,
and to be called by Evaluator and
EntitlementSubject implementations to obtain users' attributes and
memberships.
- SubjectAttributesResourceV1 - Class in org.forgerock.openam.entitlement.rest
-
REST endpoint implementation to query the list of subject attributes appropriate to
users in a given realm (taken from the requesting user's realm context).
- SubjectAttributesResourceV1(Debug) - Constructor for class org.forgerock.openam.entitlement.rest.SubjectAttributesResourceV1
-
- SubjectAwareResource - Class in org.forgerock.openam.rest
-
Resource capable of determining a subject from a Context.
- SubjectAwareResource() - Constructor for class org.forgerock.openam.rest.SubjectAwareResource
-
- SubjectConfirmation - Class in com.sun.identity.saml.assertion
-
The SubjectConfirmation element specifies a subject by specifying
data that authenticates the subject.
- SubjectConfirmation(Element) - Constructor for class com.sun.identity.saml.assertion.SubjectConfirmation
-
Constructs a subject confirmation element from an existing
XML block.
- SubjectConfirmation(String) - Constructor for class com.sun.identity.saml.assertion.SubjectConfirmation
-
Constructor with a single confirmation method.
- SubjectConfirmation(Set) - Constructor for class com.sun.identity.saml.assertion.SubjectConfirmation
-
Constructor for multiple confirmation methods
- SubjectConfirmation(Set, Element, Element) - Constructor for class com.sun.identity.saml.assertion.SubjectConfirmation
-
Constructs an SubjectConfirmation instance.
- SubjectConfirmation - Interface in com.sun.identity.saml2.assertion
-
The SubjectConfirmation provides the means for a relying
party to verify the correspondence of the subject of the assertion
with the party with whom the relying party is communicating.
- subjectConfirmation(SAML2SubjectConfirmation) - Method in class org.forgerock.openam.sts.service.invocation.SAML2TokenGenerationState.SAML2TokenGenerationStateBuilder
-
- SubjectConfirmationData - Interface in com.sun.identity.saml2.assertion
-
The SubjectConfirmationData specifies additional data
that allows the subject to be confirmed or constrains the circumstances
under which the act of subject confirmation can take place.
- SubjectConfirmationDataElement - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for SubjectConfirmationData element declaration.
- SubjectConfirmationDataElementImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- SubjectConfirmationDataElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationDataElementImpl
-
- SubjectConfirmationDataElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- SubjectConfirmationDataImpl - Class in com.sun.identity.saml2.assertion.impl
-
The SubjectConfirmationData specifies additional data
that allows the subject to be confirmed or constrains the circumstances
under which the act of subject confirmation can take place.
- SubjectConfirmationDataImpl() - Constructor for class com.sun.identity.saml2.assertion.impl.SubjectConfirmationDataImpl
-
- SubjectConfirmationDataImpl(Element) - Constructor for class com.sun.identity.saml2.assertion.impl.SubjectConfirmationDataImpl
-
- SubjectConfirmationDataImpl(String) - Constructor for class com.sun.identity.saml2.assertion.impl.SubjectConfirmationDataImpl
-
- SubjectConfirmationDataType - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for SubjectConfirmationDataType complex type.
- SubjectConfirmationDataTypeImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- SubjectConfirmationDataTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationDataTypeImpl
-
- SubjectConfirmationDataTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- SubjectConfirmationElement - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for SubjectConfirmation element declaration.
- SubjectConfirmationElementImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- SubjectConfirmationElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationElementImpl
-
- SubjectConfirmationElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- SubjectConfirmationImpl - Class in com.sun.identity.saml2.assertion.impl
-
The SubjectConfirmation provides the means for a relying
party to verify the correspondence of the subject of the assertion
with the party with whom the relying party is communicating.
- SubjectConfirmationImpl() - Constructor for class com.sun.identity.saml2.assertion.impl.SubjectConfirmationImpl
-
Default constructor
- SubjectConfirmationImpl(String) - Constructor for class com.sun.identity.saml2.assertion.impl.SubjectConfirmationImpl
-
This constructor is used to build SubjectConfirmation
object from a XML string.
- SubjectConfirmationImpl(Element) - Constructor for class com.sun.identity.saml2.assertion.impl.SubjectConfirmationImpl
-
This constructor is used to build SubjectConfirmation
object from a block of existing XML that has already been built
into a DOM.
- SubjectConfirmationType - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for SubjectConfirmationType complex type.
- SubjectConfirmationTypeImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- SubjectConfirmationTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.SubjectConfirmationTypeImpl
-
- SubjectConfirmationTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- SubjectContext - Interface in org.forgerock.openam.rest.resource
-
CREST context interface for ServerContexts that allow retrieving an authenticated caller subject.
- SubjectDecision - Class in com.sun.identity.entitlement
-
Class to represent
EntitlementSubject evaluation match result and - if applicable - its advices.
- SubjectDecision(boolean, Map<String, Set<String>>) - Constructor for class com.sun.identity.entitlement.SubjectDecision
-
Constructs an instance of SubjectDecision.
- SubjectElement - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for Subject element declaration.
- SubjectElementImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- SubjectElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.SubjectElementImpl
-
- SubjectElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- subjectEvalCacheTTL - Static variable in class com.sun.identity.policy.SubjectEvaluationCache
-
- SubjectEvaluationCache - Class in com.sun.identity.policy
-
- SubjectEvaluationCache() - Constructor for class com.sun.identity.policy.SubjectEvaluationCache
-
- subjectEvaluationCache - Static variable in class com.sun.identity.policy.SubjectEvaluationCache
-
- SUBJECTID - Static variable in class com.sun.identity.idsvcs.rest.IdentityServicesHandler.SecurityParameter
-
- SubjectImpl - Class in com.sun.identity.saml2.assertion.impl
-
The Subject specifies the principal that is the subject
of all of the statements in the assertion.
- SubjectImpl() - Constructor for class com.sun.identity.saml2.assertion.impl.SubjectImpl
-
Default constructor
- SubjectImpl(String) - Constructor for class com.sun.identity.saml2.assertion.impl.SubjectImpl
-
This constructor is used to build Subject object
from a XML string.
- SubjectImpl(Element) - Constructor for class com.sun.identity.saml2.assertion.impl.SubjectImpl
-
This constructor is used to build Subject object
from a block of existing XML that has already been built into
a DOM.
- SubjectImpl - Class in com.sun.identity.xacml.context.impl
-
The Subject element specifies information about a
subject of the Request context by listing a
sequence of Attribute elements associated with the
subject.
- SubjectImpl() - Constructor for class com.sun.identity.xacml.context.impl.SubjectImpl
-
Default constructor
- SubjectImpl(String) - Constructor for class com.sun.identity.xacml.context.impl.SubjectImpl
-
This constructor is used to build Subject object from a
XML string.
- SubjectImpl(Element) - Constructor for class com.sun.identity.xacml.context.impl.SubjectImpl
-
This constructor is used to build Subject object from a
block of existing XML that has already been built into a DOM.
- SubjectImplementation - Interface in com.sun.identity.entitlement
-
Maker to indicate that the class is a actual entitlement subject
and not a logical operator.
- SubjectLocality - Class in com.sun.identity.saml.assertion
-
The SubjectLocality element specifies the DNS domain name
and IP address for the system entity that performed the authentication.
- SubjectLocality() - Constructor for class com.sun.identity.saml.assertion.SubjectLocality
-
Default Constructor
- SubjectLocality(Element) - Constructor for class com.sun.identity.saml.assertion.SubjectLocality
-
Constructs an instance of SubjectLocality from an existing
XML block.
- SubjectLocality(String, String) - Constructor for class com.sun.identity.saml.assertion.SubjectLocality
-
Constructs an instance of SubjectLocality.
- SubjectLocality - Interface in com.sun.identity.saml2.assertion
-
The SubjectLocality element specifies the DNS domain name
and IP address for the system entity that performed the authentication.
- SubjectLocalityElement - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for SubjectLocality element declaration.
- SubjectLocalityElementImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- SubjectLocalityElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityElementImpl
-
- SubjectLocalityElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- SubjectLocalityImpl - Class in com.sun.identity.saml2.assertion.impl
-
This class implements interface SubjectLocality.
- SubjectLocalityImpl() - Constructor for class com.sun.identity.saml2.assertion.impl.SubjectLocalityImpl
-
Class constructor.
- SubjectLocalityImpl(Element) - Constructor for class com.sun.identity.saml2.assertion.impl.SubjectLocalityImpl
-
Class constructor with SubjectLocality in
Element format.
- SubjectLocalityImpl(String) - Constructor for class com.sun.identity.saml2.assertion.impl.SubjectLocalityImpl
-
Class constructor with SubjectLocality in xml string format.
- SubjectLocalityType - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for SubjectLocalityType complex type.
- SubjectLocalityTypeImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- SubjectLocalityTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityTypeImpl
-
- SubjectLocalityTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- SubjectMapper - Interface in com.sun.identity.xacml.spi
-
This is an interface which provides an SPI to be able to map the
Subject in the XACML Request to an Object which
represents the "subject" in the Federation manager context.
- SubjectProvider - Interface in org.forgerock.openam.sts.tokengeneration.saml2.statements
-
Defines the concerns of providing the Subject to be included in the generated SAML2 assertion.
- SubjectQuery - Class in com.sun.identity.saml.protocol
-
This abstract class extends from another abstract class Query.
- SubjectQuery() - Constructor for class com.sun.identity.saml.protocol.SubjectQuery
-
Default constructor
- SubjectQueryAbstract - Interface in com.sun.identity.saml2.protocol
-
This class represents the SubjectQueryAbstractType complex type.
- SubjectQueryAbstractImpl - Class in com.sun.identity.saml2.protocol.impl
-
- SubjectQueryAbstractImpl() - Constructor for class com.sun.identity.saml2.protocol.impl.SubjectQueryAbstractImpl
-
- SubjectReferentialIntegrityPlugin - Class in com.sun.identity.policy.plugins
-
The class SubjectReferentialIntegrityPlugin provides
the implementation to preserve referential integrity
between the subjects in policies to the corresponding objects in local
directory.
- SubjectReferentialIntegrityPlugin() - Constructor for class com.sun.identity.policy.plugins.SubjectReferentialIntegrityPlugin
-
- SubjectResult - Class in com.sun.identity.entitlement
-
Class to represent the result of ESubject evaluation
- SubjectResult(boolean, String) - Constructor for class com.sun.identity.entitlement.SubjectResult
-
Constructor.
- Subjects - Class in com.sun.identity.policy
-
The class Subjects provides methods to maintain
a collection of Subject objects that can be
applied to a policy.
- Subjects() - Constructor for class com.sun.identity.policy.Subjects
-
Constructor used by the Policy object
to get a default instance of the Subjects
- Subjects(PolicyManager, Node) - Constructor for class com.sun.identity.policy.Subjects
-
Constructor used by Policy to obtain
an instance of Subjects from the
XML document
- Subjects(String, String) - Constructor for class com.sun.identity.policy.Subjects
-
Constructor to obtain an instance of Subjects
to hold collection of users represented as
Subject
- SUBJECTS_RESULT_TTL - Static variable in class com.sun.identity.policy.PolicyConfig
-
attribute to define value for Subjects result ttl
- SubjectStatement - Class in com.sun.identity.saml.assertion
-
The SubjectStatement element is an extension
point that allows other assertion-based applications to reuse the SAML
assertion framework.
- SubjectStatement() - Constructor for class com.sun.identity.saml.assertion.SubjectStatement
-
Default Constructor
- SubjectType - Interface in com.sun.identity.saml2.jaxb.assertion
-
Java content class for SubjectType complex type.
- SubjectTypeImpl - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- SubjectTypeImpl() - Constructor for class com.sun.identity.saml2.jaxb.assertion.impl.SubjectTypeImpl
-
- SubjectTypeImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.assertion.impl
-
- SubjectTypeManager - Class in com.sun.identity.policy
-
- SubjectTypeManager() - Constructor for class com.sun.identity.policy.SubjectTypeManager
-
Deprecated.
Constructs a SubjectTypeManager object
- SubjectTypeManager(PolicyManager) - Constructor for class com.sun.identity.policy.SubjectTypeManager
-
Deprecated.
Constructs a SubjectTypeManager object
- SubjectTypesResource - Class in org.forgerock.openam.entitlement.rest
-
- SubjectTypesResource(Debug, EntitlementRegistry) - Constructor for class org.forgerock.openam.entitlement.rest.SubjectTypesResource
-
Guiced constructor.
- SubjectTypeValidator - Class in org.forgerock.openidconnect
-
Checks that - since registering - the client's subject type is still valid
for requests to this provider, as providers have control over whether they
support these clients during operation via the interface.
- SubjectTypeValidator(OAuth2ProviderSettingsFactory, OpenIdConnectClientRegistrationStore, ClientAuthenticationFailureFactory) - Constructor for class org.forgerock.openidconnect.SubjectTypeValidator
-
- SubjectUtils - Class in com.sun.identity.entitlement.opensso
-
- submit(Runnable) - Method in class com.sun.identity.entitlement.EntitlementThreadPool
-
- submit(Runnable) - Method in interface com.sun.identity.entitlement.interfaces.IThreadPool
-
Submits a task to the thread pool.
- submit(Runnable) - Method in class com.sun.identity.entitlement.SequentialThreadPool
-
- submit(Callable<T>) - Method in class org.forgerock.openam.audit.context.AuditRequestContextPropagatingExecutorService
- submit(Runnable, T) - Method in class org.forgerock.openam.audit.context.AuditRequestContextPropagatingExecutorService
- submit(Runnable) - Method in class org.forgerock.openam.audit.context.AuditRequestContextPropagatingExecutorService
- SUBMIT_REQ - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- SUBMIT_REQS_BEGIN - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- SUBMIT_REQS_END - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- submitCallbackInfo() - Method in class com.sun.identity.authentication.service.AMLoginContext
-
CallbackHandler calls this to retrieve the submitted
credentials/callbacks waits till
authContext.getLoginState().setSubmittedCallback is set OR
LoginStatus is not AUTH_IN_PROGRESS.
- submitRequiredInfo(Callback[]) - Method in class com.sun.identity.authentication.service.AMLoginContext
-
Sets the submitted requirements, called by
AuthContext.submitRequirements
authContext.getLoginState().setSubmittedCallback is update.
- submitRequiredInformation(Callback[]) - Method in class com.sun.identity.authentication.internal.AuthContext
-
Submits the populated Callback
objects to the authentication plug-in modules.
- submitRequirements(Callback[]) - Method in class com.sun.identity.authentication.AuthContext
-
Submits the populated Callback objects to the
authentication plug-in modules.
- submitRequirements(Callback[], HttpServletRequest, HttpServletResponse) - Method in class com.sun.identity.authentication.AuthContext
-
- submitRequirements(Callback[]) - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Submit the populated Callback objects
to the authentication plug-in modules.
- SubmitRequirements - Static variable in class com.sun.identity.authentication.server.AuthXMLRequest
-
Constant of Authentication request for submit auth requirements
- submitRequirements(Callback[]) - Method in interface org.forgerock.openam.core.rest.authn.core.AuthenticationContext
-
Submit the populated Callback array to the authentication plug-in modules.
- submitRequirements(Callback[]) - Method in class org.forgerock.openam.core.rest.authn.core.wrappers.AuthContextLocalWrapper
-
Submit the populated Callback array to the authentication plug-in modules.
- submittedInformation - Variable in class com.sun.identity.authentication.internal.AuthContext
-
- submittedRequirements() - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
- SUBORG_CANNOT_OBTAIN - Static variable in class com.sun.identity.sm.ldap.SMSLdapObject
-
- SubOrgReferral - Class in com.sun.identity.policy.plugins
-
Class to facilitate policy referrals to sub
organizations sub realms
- SubOrgReferral() - Constructor for class com.sun.identity.policy.plugins.SubOrgReferral
-
No argument constructor
- SubRealmObserver - Class in com.sun.identity.entitlement.opensso
-
This observer will remove all referral and application privileges
that have reference to a deleted sub realm.
- SubRealmObserver() - Constructor for class com.sun.identity.entitlement.opensso.SubRealmObserver
-
- subResourceMatch - Variable in class org.forgerock.openam.shared.resourcename.BasePrefixResourceName
-
The object to return on a sub-resource match.
- SUBSCHEMA_NAME - Static variable in interface com.sun.identity.cli.IArgument
-
Sub Schema Name.
- SUBSCHEMA_SERVER - Static variable in class com.sun.identity.common.configuration.ConfigurationBase
-
- SUBSCHEMA_SITE - Static variable in class com.sun.identity.common.configuration.ConfigurationBase
-
- subSchemaChanged() - Method in class org.forgerock.openam.upgrade.SubSchemaModificationWrapper
-
Returns true if the sub schema either has a new sub schema or sub schema
- SubSchemaModificationWrapper - Class in org.forgerock.openam.upgrade
-
Wrapper class that contains the modifications within a subschema; currently
only new sub schema are supported.
- SubSchemaModificationWrapper() - Constructor for class org.forgerock.openam.upgrade.SubSchemaModificationWrapper
-
Creates a new sub schema modification wrapper
- subSchemaPath - Variable in class org.forgerock.openam.core.rest.sms.SmsResourceProvider
-
- subSchemasAdded - Variable in class org.forgerock.openam.upgrade.SubSchemaUpgradeWrapper
-
- SubSchemaUpgradeWrapper - Class in org.forgerock.openam.upgrade
-
This wrapper holds the set of modified (new) sub schemas, this class exists
as in future deleted sub schemas will be supported and this class will wrap
both add and deletes.
- SubSchemaUpgradeWrapper(SubSchemaModificationWrapper) - Constructor for class org.forgerock.openam.upgrade.SubSchemaUpgradeWrapper
-
Create a new sub schema wrapper around the new sub schemas
- SUBSCRIBABLE_ATTRIBUTE - Static variable in interface com.iplanet.am.sdk.AMConstants
-
Deprecated.
Subscribable attribute
- subscribe(Blacklist.Listener) - Method in interface org.forgerock.openam.blacklist.Blacklist
-
Subscribe for notifications when entries are blacklisted.
- subscribe(Blacklist.Listener) - Method in class org.forgerock.openam.blacklist.BloomFilterBlacklist
-
- subscribe(Blacklist.Listener) - Method in class org.forgerock.openam.blacklist.CachingBlacklist
-
- subscribe(Blacklist.Listener) - Method in class org.forgerock.openam.blacklist.ConfigurableSessionBlacklist
-
- subscribe(Blacklist.Listener) - Method in class org.forgerock.openam.blacklist.CTSBlacklist
-
- subscribe(Blacklist.Listener) - Method in class org.forgerock.openam.blacklist.NoOpBlacklist
-
- subscribe(Consumer) - Method in class org.forgerock.openam.entitlement.utils.NullNotificationBroker
-
- subscribe(Consumer) - Method in class org.forgerock.openam.notifications.brokers.InMemoryNotificationBroker
-
- subscribe(Consumer) - Method in class org.forgerock.openam.notifications.integration.brokers.CTSNotificationBroker
-
- subscribe(Consumer) - Method in interface org.forgerock.openam.notifications.NotificationBroker
-
Creates a new subscription that is initially not bound to any topics.
- Subscription - Interface in org.forgerock.openam.notifications
-
Represents a single consumer of events.
- substituteHeader(int, String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Use this method to replace the header text from the XML file with new
text.
- substituteInfoText(int, int, String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Allows you to set the info text for a specific callback.
- SUBTREE_SCOPE - Static variable in class com.sun.identity.policy.ResourceResult
-
Deprecated.
Constant to indicate subtree level scope for ResourceResult evaluation
- SubtreeEvaluation - Class in org.forgerock.openam.monitoring.policy
-
The class is used for implementing the "SubtreeEvaluation" group.
- SubtreeEvaluation(SnmpMib) - Constructor for class org.forgerock.openam.monitoring.policy.SubtreeEvaluation
-
Constructor for the "SubtreeEvaluation" group.
- SubtreeEvaluation(SnmpMib, MBeanServer) - Constructor for class org.forgerock.openam.monitoring.policy.SubtreeEvaluation
-
Constructor for the "SubtreeEvaluation" group.
- SubtreeEvaluationImpl - Class in org.forgerock.openam.monitoring.policy
-
- SubtreeEvaluationImpl(SnmpMib) - Constructor for class org.forgerock.openam.monitoring.policy.SubtreeEvaluationImpl
-
- SubtreeEvaluationMBean - Interface in org.forgerock.openam.monitoring.policy
-
This interface is used for representing the remote management interface for the "SubtreeEvaluation" MBean.
- SubtreeEvaluationMeta - Class in org.forgerock.openam.monitoring.policy
-
The class is used for representing SNMP metadata for the "SubtreeEvaluation" group.
- SubtreeEvaluationMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class org.forgerock.openam.monitoring.policy.SubtreeEvaluationMeta
-
Constructor for the metadata associated to "SubtreeEvaluation".
- SubtreeEvaluationsAverage - Variable in class org.forgerock.openam.monitoring.policy.SubtreeEvaluation
-
Variable for storing the value of "SubtreeEvaluationsAverage".
- SubtreeEvaluationsCumulative - Variable in class org.forgerock.openam.monitoring.policy.SubtreeEvaluation
-
Variable for storing the value of "SubtreeEvaluationsCumulative".
- SubtreeEvaluationsMaximum - Variable in class org.forgerock.openam.monitoring.policy.SubtreeEvaluation
-
Variable for storing the value of "SubtreeEvaluationsMaximum".
- SubtreeEvaluationsMinimum - Variable in class org.forgerock.openam.monitoring.policy.SubtreeEvaluation
-
Variable for storing the value of "SubtreeEvaluationsMinimum".
- SubtreeSlowestEvaluationTime - Variable in class org.forgerock.openam.monitoring.policy.SubtreeTiming
-
Variable for storing the value of "SubtreeSlowestEvaluationTime".
- SubtreeTiming - Class in org.forgerock.openam.monitoring.policy
-
The class is used for implementing the "SubtreeTiming" group.
- SubtreeTiming(SnmpMib) - Constructor for class org.forgerock.openam.monitoring.policy.SubtreeTiming
-
Constructor for the "SubtreeTiming" group.
- SubtreeTiming(SnmpMib, MBeanServer) - Constructor for class org.forgerock.openam.monitoring.policy.SubtreeTiming
-
Constructor for the "SubtreeTiming" group.
- SubtreeTimingAverage - Variable in class org.forgerock.openam.monitoring.policy.SubtreeTiming
-
Variable for storing the value of "SubtreeTimingAverage".
- SubtreeTimingImpl - Class in org.forgerock.openam.monitoring.policy
-
- SubtreeTimingImpl(SnmpMib) - Constructor for class org.forgerock.openam.monitoring.policy.SubtreeTimingImpl
-
- SubtreeTimingMBean - Interface in org.forgerock.openam.monitoring.policy
-
This interface is used for representing the remote management interface for the "SubtreeTiming" MBean.
- SubtreeTimingMeta - Class in org.forgerock.openam.monitoring.policy
-
The class is used for representing SNMP metadata for the "SubtreeTiming" group.
- SubtreeTimingMeta(SnmpMib, SnmpStandardObjectServer) - Constructor for class org.forgerock.openam.monitoring.policy.SubtreeTimingMeta
-
Constructor for the metadata associated to "SubtreeTiming".
- SUCCESS - Static variable in class com.iplanet.am.sdk.AMSearchResults
-
Deprecated.
Code used to indicate a successful search
- SUCCESS - Static variable in class com.sun.identity.authentication.AuthContext.Status
-
The SUCCESS indicates that the login process has
succeeded.
- SUCCESS - Static variable in class com.sun.identity.authentication.spi.RedirectCallback
-
The status as the result of redirection, as "SUCCESS".
- SUCCESS - Static variable in class com.sun.identity.common.SearchResults
-
Successful search.
- SUCCESS - Static variable in interface com.sun.identity.federation.plugins.FederationSPAdapter
-
Deprecated.
Federation or Single Sign on process succeed at SP side.
- SUCCESS - Static variable in class com.sun.identity.idm.IdSearchResults
-
Code used to indicate a successful search
- SUCCESS - Static variable in class com.sun.identity.idm.RepoSearchResults
-
Code used to indicate a successful search
- SUCCESS - Static variable in class com.sun.identity.policy.ValidValues
-
Deprecated.
Code used to indicate a successful search
- SUCCESS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
-
Strings represent primitive top-level StatusCode values
- SUCCESS - Static variable in class com.sun.identity.saml2.plugins.SAML2ServiceProviderAdapter
-
Status code for Single Sign-on success.
- SUCCESS_FED_SSO - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- SUCCESS_FED_TERMINATION - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- SUCCESS_NEW_NAMEID - Static variable in class com.sun.identity.saml2.logging.LogUtil
-
- SUCCESS_RETRIEVING_TOKEN_FROM_STS - Static variable in class com.sun.identity.wss.logging.LogUtil
-
- SUCCESS_SECURE_REQUEST - Static variable in class com.sun.identity.wss.logging.LogUtil
-
- SUCCESS_SECURE_RESPONSE - Static variable in class com.sun.identity.wss.logging.LogUtil
-
- SUCCESS_URL - Static variable in interface com.sun.identity.authentication.share.AuthXMLTags
-
- SUCCESS_URL - Static variable in interface com.sun.identity.authentication.util.ISAuthConstants
-
- SUCCESS_VALIDATE_REQUEST - Static variable in class com.sun.identity.wss.logging.LogUtil
-
- SUCCESS_VALIDATE_RESPONSE - Static variable in class com.sun.identity.wss.logging.LogUtil
-
- SUCCESS_VALUE - Static variable in class org.forgerock.openam.authentication.modules.scripted.Scripted
-
- SuccessAverage - Variable in class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRate
-
Variable for storing the value of "SuccessAverage".
- SuccessCumulative - Variable in class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRate
-
Variable for storing the value of "SuccessCumulative".
- SUCCESSFUL_REST_STS_PUBLISH_URL_ELEMENT - Static variable in class org.forgerock.openam.sts.AMSTSConstants
-
- successfulUserRegistrationDestination - Variable in class org.forgerock.openam.core.rest.server.models.ServerInfo
-
- SuccessMaximum - Variable in class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRate
-
Variable for storing the value of "SuccessMaximum".
- SuccessMinimum - Variable in class org.forgerock.openam.monitoring.cts.CtsConnectionSuccessRate
-
Variable for storing the value of "SuccessMinimum".
- SuffixResourceName - Class in com.sun.identity.policy.plugins
-
This is a plugin impelmentation of the ResourceName interface
it provides methods to do resource comparisons and resource
handling based on suffix based string match going right to left.
- SuffixResourceName() - Constructor for class com.sun.identity.policy.plugins.SuffixResourceName
-
empty no argument constructor.
- Suite - Class in com.sun.identity.shared.test.tools
-
This class is the suite object in the report generating tool setup.
- Suite(File) - Constructor for class com.sun.identity.shared.test.tools.Suite
-
Creates an instance of Suite.
- SumCTSSessions - Variable in class org.forgerock.openam.monitoring.session.CtsSessions
-
Variable for storing the value of "SumCTSSessions".
- SumInternalSessions - Variable in class org.forgerock.openam.monitoring.session.InternalSessions
-
Variable for storing the value of "SumInternalSessions".
- SumRemoteSessions - Variable in class org.forgerock.openam.monitoring.session.RemoteSessions
-
Variable for storing the value of "SumRemoteSessions".
- SumStatelessSessions - Variable in class org.forgerock.openam.monitoring.session.StatelessSessions
-
Variable for storing the value of "SumStatelessSessions".
- SUN_AM_ORIGINAL_REQUESTED_RESOURCE - Static variable in class com.sun.identity.policy.PolicyEvaluator
-
Deprecated.
Constant used for key to pass the requested resource name uncanonicalized
in the env map, so that Condition(s)/ResponseProvider(s) could use
the requested resource name, if necessary
- SUN_AM_REQUESTED_ACTIONS - Static variable in class com.sun.identity.policy.PolicyEvaluator
-
Deprecated.
Constant used for key to pass the requested actions names
in the env map, so that Condition(s)/ResponseProvider(s) could use
the requested actions names, if necessary
- SUN_AM_REQUESTED_RESOURCE - Static variable in class com.sun.identity.policy.PolicyEvaluator
-
Deprecated.
Constant used for key to pass the requested resource name canonicalized
in the env map, so that Condition(s)/ResponseProvider(s) could use
the requested resource name, if necessary
- SUN_INTERNAL_REALM_NAME - Static variable in class com.sun.identity.sm.SMSEntry
-
- SUN_INTERNAL_REALM_PREFIX - Static variable in class com.sun.identity.sm.SMSEntry
-
- SUN_INTERNAL_REALM_PREFIX2 - Static variable in class com.sun.identity.sm.SMSEntry
-
- SUN_KEY_VALUE - Static variable in class org.forgerock.openam.upgrade.steps.UpgradeEntitlementsStep
-
- SUN_OPENSSO_SERVER_MIB - Class in com.sun.identity.monitoring
-
The class is used for representing "SUN-OPENSSO-SERVER-MIB".
- SUN_OPENSSO_SERVER_MIB() - Constructor for class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIB
-
Default constructor.
- SUN_OPENSSO_SERVER_MIBImpl - Class in com.sun.identity.monitoring
-
The class is used for representing "SUN-OPENSSO-SERVER-MIB".
- SUN_OPENSSO_SERVER_MIBImpl() - Constructor for class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBImpl
-
Default constructor.
- SUN_OPENSSO_SERVER_MIBOidTable - Class in com.sun.identity.monitoring
-
The class contains metadata definitions for "SUN-OPENSSO-SERVER-MIB".
- SUN_OPENSSO_SERVER_MIBOidTable() - Constructor for class com.sun.identity.monitoring.SUN_OPENSSO_SERVER_MIBOidTable
-
Default constructor.
- SUN_SECURITY_PROVIDER_PKG - Static variable in interface com.sun.identity.shared.Constants
-
Property string for sun security provider package.
- SUN_XML_KEY_VALUE - Static variable in class org.forgerock.openam.upgrade.steps.UpgradeEntitlementsStep
-
- SUNORG_ALIAS - Static variable in class com.sun.identity.sm.OrganizationConfigManager
-
- SUNOS - Static variable in class com.sun.identity.install.tools.util.OSChecker
-
- SUNOS - Static variable in interface com.sun.identity.setup.SetupConstants
-
SunOS operating system
- SUNOS - Static variable in interface com.sun.identity.tools.bundles.SetupConstants
-
- SUPER_ADMIN_SUBJECT - Static variable in class org.forgerock.openam.entitlement.PolicyConstants
-
- SUPER_RESOURCE_MATCH - Static variable in class com.sun.identity.entitlement.ResourceMatch
-
The SUPER_RESOURCE_MATCH specifies
the provided resource is more specific than
this resource
- SUPER_RESOURCE_MATCH - Static variable in class com.sun.identity.policy.ResourceMatch
-
Deprecated.
The SUPER_RESOURCE_MATCH specifies
the provided resource is more specific than
this resource
- SUPER_RESOURCE_MATCH - Static variable in class com.sun.identity.shared.whitelist.ResourceMatch
-
The SUPER_RESOURCE_MATCH specifies
the provided resource is more specific than
this resource
- superAdminSubject - Static variable in class com.sun.identity.entitlement.PrivilegeManager
-
- superResourceMatch - Variable in class org.forgerock.openam.shared.resourcename.BasePrefixResourceName
-
The object to return on a super-resource match.
- SUPERSEDED - Static variable in class com.iplanet.security.x509.IssuingDistributionPointExtension
-
- SUPPORTED_CLAIMS - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2ProviderService
-
- SUPPORTED_OP - Static variable in interface com.sun.identity.idm.IdConstants
-
- SUPPORTED_RESTLET_CHALLENGE_SCHEMES - Static variable in class org.forgerock.oauth2.restlet.RestletConstants
-
A map of WWW-Authenticate challenge schemes to the name of the equivalent Restlet ChallengeScheme object.
- SUPPORTED_SCOPES - Static variable in class org.forgerock.openam.oauth2.OAuth2Constants.OAuth2ProviderService
-
- SUPPORTED_SSO_PROFILE - Static variable in interface com.sun.identity.federation.common.IFSConstants
-
Deprecated.
Service Provider's supported profiles for single sign on.
- SUPPORTED_TOKEN_TRANSFORMS - Static variable in class org.forgerock.openam.shared.sts.SharedSTSConstants
-
This field referenced in RestSTSInstanceConfig.SUPPORTED_TOKEN_TRANSFORMS.
- SUPPORTED_TOKEN_TRANSFORMS - Static variable in class org.forgerock.openam.sts.rest.config.user.RestSTSInstanceConfig
-
- SUPPORTED_TYPES - Static variable in interface com.sun.identity.idm.IdConstants
-
- supportedEntitiesBasedOnName - Static variable in class com.iplanet.am.sdk.AMCommonUtils
-
Deprecated.
- supportedEntitiesBasedOnType - Static variable in class com.iplanet.am.sdk.AMCommonUtils
-
Deprecated.
- supportedNames - Static variable in class com.iplanet.am.sdk.AMCommonUtils
-
Deprecated.
- SupportedScriptingLanguage - Enum in org.forgerock.openam.scripting
-
Standard scripting languages supported by OpenAM.
- supportedTypes - Static variable in class com.iplanet.am.sdk.AMCommonUtils
-
Deprecated.
- supportedTypes - Static variable in class com.sun.identity.idm.IdUtils
-
- SupportingTokensElement - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
8.1 SupportingTokens Assertion
Java content class for SupportingTokens element declaration.
- SupportingTokensElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SupportingTokensElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SupportingTokensElementImpl
-
- SupportingTokensElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- supportLocalProperties(String) - Static method in class com.sun.identity.common.configuration.AgentConfiguration
-
Returns true if an agent type support local properties.
- supportsAuthentication() - Method in class com.iplanet.am.sdk.AMSDKRepo
-
Returns true if the data store supports authentication of
identities.
- supportsAuthentication() - Method in class com.sun.identity.idm.IdRepo
-
Returns true if the data store supports authentication of
identities.
- supportsAuthentication() - Method in class com.sun.identity.idm.plugins.database.DatabaseRepo
-
- supportsAuthentication() - Method in class com.sun.identity.idm.plugins.files.FilesRepo
-
- supportsAuthentication() - Method in class com.sun.identity.idm.plugins.internal.AgentsRepo
-
- supportsAuthentication() - Method in class com.sun.identity.idm.plugins.internal.SpecialRepo
-
- supportsAuthentication() - Method in class org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo
-
Tells whether this identity repository supports authentication.
- supportsAuthentication() - Method in class org.openidentityplatform.openam.cassandra.Repo
-
- supportsMultipleConfigurations() - Method in class com.sun.identity.sm.ServiceSchema
-
Returns true if service schema supports multiple
configurations; false otherwise
- SurNameElement - Interface in com.sun.identity.saml2.jaxb.metadata
-
Java content class for SurName element declaration.
- SurNameElementImpl - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- SurNameElementImpl() - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.SurNameElementImpl
-
- SurNameElementImpl(String) - Constructor for class com.sun.identity.saml2.jaxb.metadata.impl.SurNameElementImpl
-
- SurNameElementImpl.Unmarshaller - Class in com.sun.identity.saml2.jaxb.metadata.impl
-
- SVC_NAME_AUTH_CONFIG - Static variable in interface com.sun.identity.shared.Constants
-
Authentication Configuration service name.
- SVC_NAME_NAMING - Static variable in interface com.sun.identity.shared.Constants
-
Naming service name.
- SVC_NAME_PLATFORM - Static variable in interface com.sun.identity.shared.Constants
-
Platform service name.
- SVC_NAME_SAML - Static variable in interface com.sun.identity.shared.Constants
-
SAML service name.
- SVC_NAME_USER - Static variable in interface com.sun.identity.shared.Constants
-
User service name.
- SvcMgmtRepositoryBindDN - Variable in class com.sun.identity.monitoring.SsoServerSvcMgmtSvc
-
Variable for storing the value of "SvcMgmtRepositoryBindDN".
- SvcMgmtRepositoryHostPort - Variable in class com.sun.identity.monitoring.SsoServerSvcMgmtSvc
-
Variable for storing the value of "SvcMgmtRepositoryHostPort".
- SvcMgmtRepositoryOrgDN - Variable in class com.sun.identity.monitoring.SsoServerSvcMgmtSvc
-
Variable for storing the value of "SvcMgmtRepositoryOrgDN".
- SvcMgmtRepositorySSL - Variable in class com.sun.identity.monitoring.SsoServerSvcMgmtSvc
-
Variable for storing the value of "SvcMgmtRepositorySSL".
- SvcMgmtRepositoryType - Variable in class com.sun.identity.monitoring.SsoServerSvcMgmtSvc
-
Variable for storing the value of "SvcMgmtRepositoryType".
- SvcMgmtStatus - Variable in class com.sun.identity.monitoring.SsoServerSvcMgmtSvc
-
Variable for storing the value of "SvcMgmtStatus".
- svrIdTable(Map<String, String>) - Method in class com.sun.identity.monitoring.SSOServerInfo.SSOServerInfoBuilder
-
- svrName(String) - Method in class com.sun.identity.monitoring.SSOServerInfo.SSOServerInfoBuilder
-
- svrPort(String) - Method in class com.sun.identity.monitoring.SSOServerInfo.SSOServerInfoBuilder
-
- svrProtocol(String) - Method in class com.sun.identity.monitoring.SSOServerInfo.SSOServerInfoBuilder
-
- svrURI(String) - Method in class com.sun.identity.monitoring.SSOServerInfo.SSOServerInfoBuilder
-
- SW - Static variable in class com.sun.identity.log.QueryElement
-
Starts With Relationship.
- SwapClientConfig - Class in com.sun.identity.setup
-
Tag swap client properties for server protocol, host, port and deploy uri.
- SYMMETRIC_KEY - Static variable in class com.sun.identity.wss.security.handler.SecurityContext
-
- SYMMETRIC_KEY - Static variable in class com.sun.identity.wss.sts.STSConstants
-
URI for KeyType
- SymmetricBindingElement - Interface in com.sun.identity.wsfederation.jaxb.wsspolicy
-
7.4 SymmetricBinding Assertion
Java content class for SymmetricBinding element declaration.
- SymmetricBindingElementImpl - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SymmetricBindingElementImpl() - Constructor for class com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SymmetricBindingElementImpl
-
- SymmetricBindingElementImpl.Unmarshaller - Class in com.sun.identity.wsfederation.jaxb.wsspolicy.impl
-
- SYNC - Static variable in class org.forgerock.openam.radius.common.packet.NASPortTypeAttribute
-
The Sync type.
- syncReplicatedDomains(Set, String, String) - Static method in class com.sun.identity.setup.EmbeddedOpenDS
-
Synchronizes replication domain info with current list of OpenAM servers.
- syncReplicatedServerList(Set, String, String) - Static method in class com.sun.identity.setup.EmbeddedOpenDS
-
Synchronizes replication domain info with current list of OpenAM servers.
- syncReplicatedServers(Set, String, String) - Static method in class com.sun.identity.setup.EmbeddedOpenDS
-
Synchronizes replication server info with current list of OpenAM servers.
- Syntax - Class in com.sun.identity.policy
-
- SYNTAX_BOOLEAN - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
The SYNTAX_BOOLEAN attribute syntax specifies that the
attribute is of boolean type, i.e., can have a value of either
true or
false
- SYNTAX_DATE - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
The SYNTAX_DATE attribute syntax specifies that the
attribute should be a date
- SYNTAX_DECIMAL_NUMBER - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
The SYNTAX_DECIMAL_NUMBER attribute syntax specifies that
the attribute is a floating point number, e.g., 1.5, 3.56, etc.
- SYNTAX_DECIMAL_RANGE - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
The SYNTAX_DECIMAL_RANGE attribute syntax specifies that
the attribute is a decimal number within a range.
- SYNTAX_DN - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
The SYNTAX_DN attribute syntax specifies that the
attribute should be an LDAP distinguished name (DN).
- SYNTAX_EMAIL - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
The SYNTAX_EMAIL attribute syntax specifies that the
attribute is a email address.
- SYNTAX_ENCRYPTED_PASSWORD - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
The SYNTAX_ENCRYPTED_PASSWORD attribute syntax specifies
that the attribute is of password type, will be used by UI to mask the
password typed.
- SYNTAX_NUMBER - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
The SYNTAX_NUMBER attribute syntax specifies that the
attribute is a number.
- SYNTAX_NUMBER_RANGE - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
The SYNTAX_NUMBER_RANGE attribute syntax specifies that
the attribute is a number within a range.
- SYNTAX_NUMERIC - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
The SYNTAX_NUMERIC attribute syntax specifies that the
attribute is numeric, i.e., can have numbers only.
- SYNTAX_PARAGRAPH - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
The SYNTAX_PARAGRAPH attribute syntax specifies that the
attribute should be a paragraph
- SYNTAX_PASSWORD - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
The SYNTAX_PASSWORD attribute syntax specifies that the
attribute is of password type, will be used by UI to mask the password
typed.
- SYNTAX_PERCENT - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
The SYNTAX_PERCENT attribute syntax specifies that the
attribute is a percentage.
- SYNTAX_SCRIPT - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
The SYNTAX_SCRIPT attribute syntax specifies that the
attribute should be a script
- SYNTAX_STRING - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
The SYNTAX_STRING attribute syntax specifies that the
attribute is of text type, i.e., can have any unicode characters
- SYNTAX_URL - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
The SYNTAX_URL attribute syntax specifies that the
attribute is a URL.
- SYNTAX_XML - Static variable in class com.iplanet.am.sdk.AMAttributeSchema
-
Deprecated.
The SYNTAX_XML attribute syntax specifies that the
attribute should be a XML blob
- SYS_PROP_LOG_DIR - Static variable in class com.sun.identity.log.LogConstants
-
System properties which specifies the log directory.
- SYS_PROPERTY_COMMAND_NAME - Static variable in interface com.sun.identity.cli.CLIConstants
-
Name of the commandline interface.
- SYS_PROPERTY_DEFINITION_FILES - Static variable in interface com.sun.identity.cli.CLIConstants
-
Name of definition files that drive the behavior of CLI.
- SYS_PROPERTY_EXPIRED_SEARCH_LIMIT - Static variable in class org.forgerock.openam.cts.api.CoreTokenConstants
-
Globals public Constants, so not to pollute entire product.
- SYS_PROPERTY_INSTALL_TIME - Static variable in interface com.sun.identity.shared.Constants
-
Install Time System property key.
- SYS_PROPERTY_OUTPUT_WRITER - Static variable in interface com.sun.identity.cli.CLIConstants
-
Class name of the output writer.
- SYSLOG_CONNECTION_TIMEOUT - Static variable in class com.sun.identity.log.LogConstants
-
Attribute defining syslog connection timeout.
- SYSLOG_FACILITY - Static variable in class com.sun.identity.log.LogConstants
-
Attribute defining syslog facility.
- SYSLOG_FORMATTER - Static variable in class com.sun.identity.log.LogConstants
-
Attribute defining the SyslogFormatter class
- SYSLOG_HANDLER - Static variable in class com.sun.identity.log.LogConstants
-
Attribute defining the Syslog Handler class.
- SYSLOG_HOST - Static variable in class com.sun.identity.log.LogConstants
-
Attribute defining syslog host.
- SYSLOG_PORT - Static variable in class com.sun.identity.log.LogConstants
-
Attribute defining syslog port.
- SYSLOG_PROTOCOL - Static variable in class com.sun.identity.log.LogConstants
-
Attribute defining syslog protocol, UDP or TCP.
- SyslogAuditEventHandlerFactory - Class in org.forgerock.openam.audit.events.handlers
-
This factory is responsible for creating an instance of the SyslogAuditEventHandler.
- SyslogAuditEventHandlerFactory() - Constructor for class org.forgerock.openam.audit.events.handlers.SyslogAuditEventHandlerFactory
-
- SyslogFormatter - Class in org.forgerock.openam.log.handlers.syslog
-
- SyslogFormatter() - Constructor for class org.forgerock.openam.log.handlers.syslog.SyslogFormatter
-
Initialize a new formatter.
- SyslogHandler - Class in org.forgerock.openam.log.handlers.syslog
-
The SyslogHandler publishes log records using default formatter (SyslogFormatter) and sends these to a syslog daemon
using SyslogPublisher.
- SyslogHandler(String) - Constructor for class org.forgerock.openam.log.handlers.syslog.SyslogHandler
-
Initialize SyslogHandler for logger "name".
- SyslogPublisher - Class in org.forgerock.openam.log.handlers.syslog
-
This class manages the real socket that is connected to syslog daemon.
- SyslogPublisher(InetSocketAddress) - Constructor for class org.forgerock.openam.log.handlers.syslog.SyslogPublisher
-
Creates a new SyslogPublisher instance.
- SyslogTcpPublisher - Class in org.forgerock.openam.log.handlers.syslog
-
A
SyslogPublisher implementation that publishes the audit log records using the TCP protocol.
- SyslogTcpPublisher(InetSocketAddress) - Constructor for class org.forgerock.openam.log.handlers.syslog.SyslogTcpPublisher
-
- SyslogUdpPublisher - Class in org.forgerock.openam.log.handlers.syslog
-
A
SyslogPublisher implementation that publishes the audit log records via UDP packets.
- SyslogUdpPublisher(InetSocketAddress) - Constructor for class org.forgerock.openam.log.handlers.syslog.SyslogUdpPublisher
-
- SYSTEM_PROPERTY_LOG_PROVIDER - Static variable in interface com.sun.identity.entitlement.log.ILoggerProvider
-
System property name for setting logger provider class
- SYSTEM_PROXY_ENABLED - Static variable in interface com.sun.identity.shared.Constants
-
Property that turns on the system http proxy for HttpClient classes.
- SYSTEM_TIMERPOOL_SIZE - Static variable in interface com.sun.identity.shared.Constants
-
property string to the size of SystemTimerPool
- SystemAppTokenProvider - Class in com.sun.identity.security
-
This is an default implementation of AppSSOTokenProvider.
- SystemAppTokenProvider(String, String) - Constructor for class com.sun.identity.security.SystemAppTokenProvider
-
Constructs a SystemAppTokenProvider.
- systemConfigProps - Static variable in class com.sun.identity.configuration.FedLibSystemProperties
-
- SystemConfigurationException - Exception in com.sun.identity.common
-
An SystemConfigurationException is thrown when there are
errors related to system configuration operations.
- SystemConfigurationException(String, Object[]) - Constructor for exception com.sun.identity.common.SystemConfigurationException
-
Constructs a new SystemConfigurationException
without a nested Throwable using default resource bundle.
- SystemConfigurationException(String, String, Object[]) - Constructor for exception com.sun.identity.common.SystemConfigurationException
-
Constructs a new SystemConfigurationException without a
nested Throwable.
- SystemConfigurationException(String) - Constructor for exception com.sun.identity.common.SystemConfigurationException
-
Constructs a new SystemConfigurationException with the
given message.
- SystemConfigurationException(Throwable) - Constructor for exception com.sun.identity.common.SystemConfigurationException
-
Constructs an SystemConfigurationException with given
Throwable.
- SystemConfigurationUtil - Class in com.sun.identity.common
-
The SystemConfigurationUtil class provides methods to get
attributes defined in "systemConfig" configuration.
- SystemProperties - Class in com.iplanet.am.util
-
This class provides functionality that allows single-point-of-access to all
related system properties.
- SystemProperties() - Constructor for class com.iplanet.am.util.SystemProperties
-
- SystemProperties - Class in com.sun.identity.configuration
-
This is the adapter class for amserver to the shared library.
- SystemProperties() - Constructor for class com.sun.identity.configuration.SystemProperties
-
Creates a new instance of SystemProperties
- SystemProperties - Class in com.sun.identity.saml2.idpdiscovery
-
This class provides functionality that allows single-point-of-access
to all related system properties.
- SystemProperties() - Constructor for class com.sun.identity.saml2.idpdiscovery.SystemProperties
-
- SystemPropertiesManager - Class in com.sun.identity.shared.configuration
-
This manages the system configuration class.
- SystemPropertiesWrapper - Class in com.iplanet.am.util
-
Wrapper which defines a simple dependency injectable dependency for code wishing to access
system properties.
- SystemPropertiesWrapper() - Constructor for class com.iplanet.am.util.SystemPropertiesWrapper
-
- SystemStartupInjectorListener - Class in com.sun.identity.setup
-
Servlet context listener which will initialise the SystemStartupInjectorHolder with
the system startup Guice injector.
- SystemStartupInjectorListener() - Constructor for class com.sun.identity.setup.SystemStartupInjectorListener
-
- SystemTimer - Class in com.sun.identity.common
-
SystemTimer is a TimerPool which has only 2 Timer shared in the system.
- SystemTimer() - Constructor for class com.sun.identity.common.SystemTimer
-
- SystemTimerPool - Class in com.sun.identity.common
-
SystemTimerPool is a TimerPool which shared in the system.
- SystemTimerPool() - Constructor for class com.sun.identity.common.SystemTimerPool
-